summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-2991-23891/+12008
|
* Expose TkSmooth(Parse|Print)Proc through the internal stub table. It was the ↵macosx_cocoa_premergenijtmans2009-06-275-32/+62
| | | | | | | 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-2660-0/+55108
| | | | | source directory, to preserve legacy TkAqua implementation based on Carbon API (with support for Mac OS X releases older than 10.5).
* * unix/Makefile.in: add support for --enable-aqua=carbondas2009-06-263-32/+64
| | | | | | | * unix/configure.in: configure option (legacy fallback for pre-Mac OS X 10.5 releases). * unix/configure: autoconf-2.59
* fix [Bug #220935] canvas dash update problemmacosx_carbon_freezenijtmans2009-06-231-10/+6
| | | | (follow-up)
* fix [Bug #220935] canvas dash update problemnijtmans2009-06-222-3/+7
|
* Missing constraint on new test winWm-9.0dgp2009-06-131-3/+3
|
* regen stubsdkf2009-06-122-2/+29
|
* Move another two entries to the internal stub table from MODULE_SCOPE.dkf2009-06-123-16/+23
|
* [Bug 2799589] Avoid setting the focus on a deleted window during delayed ↵patthoyts2009-06-023-4/+63
| | | | activation.
* [Bug 2794778]: Calls to CallWindowProc can lead to other functionspatthoyts2009-05-212-4/+12
| | | | | overwriting the event strucure. Therefore preserve a local copy of the XKeyEvent while looping over the key events.
* BUGFIX: last commit did not account for possibility of 0 tabs.jenglish2009-05-171-17/+20
|
* generic/ttkNotebook.c: More flexible tab placement [Bug 1470246]jenglish2009-05-172-23/+46
|
* [Bug 1923684]: checkbuttons must prefer off over the indeterminate statepatthoyts2009-05-142-6/+29
| | | | | 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-133-6/+11
| | | | system errors.
* [Bug 2791352] handle parsing of type 5 font descriptions with hyphenated ↵patthoyts2009-05-133-2/+27
| | | | family name.
* avoid panic for CFStrings longer than INT_MAXdas2009-05-061-2/+2
|
* Updated the Wish and Tk icons for Windows 7 support.patthoyts2009-05-065-0/+122
| | | | | | 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-052-4/+6
|
* Fix [Bug 1832015].dkf2009-05-052-3/+15
|
* Purge mention of interp->result. [Bug 2431507]dkf2009-05-0419-73/+93
|
* Fix [Bug 2785744].dkf2009-05-032-27/+35
|
* Fix [Bug 2777019].dkf2009-05-012-2/+6
|
* oopsdkf2009-05-011-2/+1
|
* Factor out some of the postscript generation code to the PS prolog.dkf2009-05-013-177/+175
|
* [Patch 2504402] Create icon bitmaps as device independent bitmaps.patthoyts2009-04-302-11/+74
| | | | | | 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 typodkf2009-04-301-3/+2
|
* Fix [Bug 2080533] by falling back to creating a DIB.dkf2009-04-302-5/+58
|
* * unix/tcl.m4, unix/configure (SC_CONFIG_CFLAGS): harden the checkhobbs2009-04-283-4/+11
| | | | to add _r to CC on AIX with threads.
* Private-export functions that were being used in extensions. [Bug 2768945]dkf2009-04-275-48/+175
|
* * win/tkWinDialog.c (ChooseDirectoryValidateProc): no need to sethobbs2009-04-242-3/+7
| | | | cwd on selchange. Prevents delete of selected folder in dialog.
* Removed stray @ from Makefile.in test target. [Bug 2764263]stwo2009-04-242-10/+16
| | | | | Don't chmod+x square demo. [Bug 1945073] Adjustable demo install location. [Patch 2764272]
* Don't chmod/exec installManPage. [Patch 2769530]stwo2009-04-242-8/+10
|
* * win/tkWinDialog.c (Tk_ChooseDirectoryObjCmd): enable the newhobbs2009-04-232-6/+22
| | | | | 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-143-4/+10
|
* update Apple copyright notice for 2009-04-10 changesdas2009-04-143-13/+13
|
* Fix the other issue from [Bug 2759119].dkf2009-04-132-2/+6
|
* Fix [Bug 2759119] and apply [Patch 2739360] (partially).dkf2009-04-133-130/+181
|
* Oops!dkf2009-04-111-2/+2
|
* revert HandleEventGenerate change, it was causing bind-8.2 to faildas2009-04-112-5/+1
|
* D'ohdas2009-04-111-1/+1
|
* * unix/configure.in (Darwin): use Darwin SUSv3 extensions ifdas2009-04-104-6/+357
| | | | | | available. * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59
* tk_setPalette: Don't set *selectColor: #b03060;jenglish2009-04-102-5/+8
| | | | this makes radio- and checkbuttons look wrong post-TIP#109.
* * library/demos/filebox.tcl: only show "Motif Style Dialog" checkbuttondas2009-04-102-2/+5
| | | | on X11 windowingsystem.
* * library/demos/widget: GOOBE: use ttk::cursordas2009-04-102-6/+8
|
* * library/demos/knightstour.tcl: fix knightstour demo not running fromdas2009-04-102-10/+9
| | | | interactive wish.
* * library/console.tcl (::tk::ConsoleInit): remove redundant TkAquadas2009-04-102-5/+5
| | | | Quit menu item.
* * generic/tkPointer.c (Tk_UpdatePointer): use all 5 buttons.das2009-04-102-2/+4
|
* * generic/tkMenu.c (PostProcessEntry): delay call todas2009-04-102-5/+8
| | | | TkpConfigureMenuEntry() until all menu entry attributes are setup.
* * library/menu.tcl (::tk::MbPost): fix error thrown in y positiondas2009-04-102-3/+8
| | | | computation with indicatoron.