summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Fix [Bug 2759119] and apply [Patch 2739360] (partially).dkf2009-04-131-6/+12
|
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-111-3/+0
|
* D'ohdas2009-04-111-1/+1
|
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-101-0/+5
| | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* tk_setPalette: Don't set *selectColor: #b03060;jenglish2009-04-101-0/+6
| | | | this makes radio- and checkbuttons look wrong post-TIP#109.
* * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-101-0/+3
| | | | on X11 windowingsystem.
* * library/demos/widget: GOOBE: use ttk::cursordas2009-04-101-0/+2
|
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-101-0/+3
| | | | interactive wish.
* * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-101-0/+3
| | | | Quit menu item.
* * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-101-0/+2
|
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-101-0/+3
| | | | TkpConfigureMenuEntry() until all menu entry attributes are setup.
* * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-101-0/+5
| | | | computation with indicatoron.
* * generic/tkUtil.c (TkBackgroundEvalObjv): use Tcl_BackgroundException.das2009-04-101-0/+2
|
* * generic/tkBind.c (HandleEventGenerate): ensure window exists beforedas2009-04-101-0/+10
| | | | generating an event for it (fixes testsuite crash).
* Fix [Bug 2116837].dkf2009-04-101-0/+5
|
* Remove 'NEW' tags from sub-demos.dkf2009-04-081-0/+5
|
* Fix [Bug 1881896]dkf2009-04-041-1/+7
|
* Don't Panic [Bug 1789819].jenglish2009-04-031-0/+4
|
* Fix [Bug 974421]dkf2009-04-031-8/+15
|
* Ensure the pointer begins outside the window for all the tests checking ↵patthoyts2009-04-021-0/+2
| | | | Enter/Leave motion events.
* Minor fixes to demos. In the pendulum demo make use of unicode for thepatthoyts2009-04-021-0/+5
| | | | | axis labels and in the knightstour demo on X11 we cannot rely on anything being present for the knight glyph so use a polygon instead.
* Small improvements to multi-column list demo.dkf2009-03-311-0/+6
|