summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Make the pendulum demo cope with resizing more gracefully.dkf2009-08-081-0/+5
|
* Fix word-wrapping of non-breaking spaces in the text widget to work reliably.dkf2009-08-041-5/+11
|
* eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-0/+14
|
* Don't assume that we're on little-endian clients. [Bug 2830420]dkf2009-08-011-0/+6
|
* Reword so that the modern API is presented as preferred.dkf2009-07-271-0/+5
|
* Corrected description of acceptable join styles. Spotted by Emiliano Gavilan.dkf2009-07-261-0/+5
|
* Added incompat flagdkf2009-07-231-0/+2
|
* Fix [Bug 2441988]. Also squelch use of TkCopyAndGlobalEval, we can do better!dkf2009-07-231-0/+8
|
* [Bug 2496114]: Ensure that focus desynchronization doesn't cause a crash.dkf2009-07-221-0/+5
|
* Corrected drawing of rotated underlines. [Bug 2356057]dkf2009-07-211-95/+100
|
* Fix [Bug 2328657] by explicitly excluding hacky zero-char chunks from ↵ferrieux2009-07-201-0/+6
| | | | intersection computation. Might deserve generalization to other tests.
* Fix [Bug 2824378] by correcting expected output.dkf2009-07-201-0/+5
|
* Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-181-9/+15
|
* * unix/Makefile.in: Define NDEBUG in optimized (non-das2009-07-181-0/+3
| | | | symbols) build to disable assert()s.
* * macosx/tkMacOSXBitmap.c: Fix tk::mac::iconBitmap crash due todas2009-07-181-0/+5
| | | | off-by-one ckalloc error. [Bug 2821318]
* * macosx/ttkMacOSXTheme.c: Update notebook tab appearance todas2009-07-151-0/+11
| | | | | | | | * library/ttk/aquaTheme.tcl: modern L&F; adjust tab & notebook padding and tabmargins; correct appearance of selected tree header; add support for native tree header sort arrows via user1 state. [Patch 2819620]
* Apply patch from [Bug 2821962] to make binary byte selection transfers work.dkf2009-07-151-0/+5
|
* Corrected definition of -height and -width for canvas' window items. [2326602]dkf2009-07-141-0/+3
|
* Allow turning off of XScreenSaver use. [Bug 2496018]dkf2009-07-141-0/+6
|
* [Bug 2818455]: Corrected example.dkf2009-07-111-28/+32
|
* Avoid the use of C++ reserved words in headers [Bug2815625]patthoyts2009-07-021-0/+4
|
* * generic/tkInt.h: add assert macros for clang staticdas2009-06-301-0/+13
| | | | | | | | | | | | analyzer and redefine Tcl_Panic to assert after panic in clang PURIFY builds. * generic/tkImgPhInstance.c: small fixes to make clang static * generic/tkTextDisp.c: analyzer happier. * generic/tkConfig.c: add clang assert for false positives * generic/tkUndo.c: from static analyzer.
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-0/+140
|
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵macosx_cocoa_premergenijtmans2009-06-271-1/+8
| | | | | | | last set of internal function of this type which was not exposed yet. Removed TkTile(Parse|Print)Proc from tkInt.h, because they don't exist. Follow-up to [Bug 2804935], now all Tk*(Parse|Print)Proc functions are exposed through the internal stub table.
* * carbon/ (new directory): copy of current state of 'macosx'das2009-06-261-0/+12
| | | | | source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-221-0/+4
|
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-121-8/+13
|
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-021-0/+5
| | | | activation.
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-211-0/+7
| | | | | overwriting the event strucure. Therefore preserve a local copy of the XKeyEvent while looping over the key events.
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]jenglish2009-05-171-0/+4
|
* [Bug 1923684]: checkbuttons must prefer off over the indeterminate statepatthoyts2009-05-141-0/+6
| | | | | If a checkbutton offvalue is the same as the tristate value we should use the off state in preference. (andrey gusev)
* FormatMessage should always use the ignore-inserts flag when processing ↵patthoyts2009-05-131-0/+3
| | | | system errors.
* [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵patthoyts2009-05-131-0/+5
| | | | family name.
* Updated the Wish and Tk icons for Windows 7 support.patthoyts2009-05-061-0/+8
| | | | | | Vista and Windows 7 like to display larger icon sizes than previous versions although we do not include the largest suggested size (256x256) as that prevents building with msvc6. Both icons are rendered from SVG versions of the Tcl feather or the Wish lamp.
* Fix [Bug 487220].dkf2009-05-051-0/+3
|
* Fix [Bug 1832015].dkf2009-05-051-0/+5
|
* Purge mention of interp->result. [Bug 2431507]dkf2009-05-041-0/+9
|
* Fix [Bug 2785744].dkf2009-05-031-0/+5
|
* Fix [Bug 2777019].dkf2009-05-011-0/+4
|
* Factor out some of the postscript generation code to the PS prolog.dkf2009-05-011-5/+12
|
* [Patch 2504402] Create icon bitmaps as device independent bitmaps.patthoyts2009-04-301-0/+8
| | | | | | This ensures the icon can be drawn properly on various colour depth surfaces - in particular it fixes a problem with remote desktop and looks better in the vista task switching overlay. (cjmcdonald)
* Fix [Bug 2080533] by falling back to creating a DIB.dkf2009-04-301-0/+5
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-281-0/+5
| | | | to add _r to CC on AIX with threads.
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-271-10/+16
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-241-0/+5
| | | | cwd on selchange. Prevents delete of selected folder in dialog.
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-241-0/+6
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-241-0/+5
|
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-231-0/+6
| | | | | style choosedir that has a "New Folder" button, with ::tk::winChooseDirFlags override for new behavior. [Bug 2779910]
* Make filebox.test pass cleanly again.dkf2009-04-141-0/+6
|
* Fix the other issue from [Bug 2759119].dkf2009-04-131-0/+4
|