summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * macosx/tkMacOSXDebug.c: make TkMacOSXInitNamedDebugSymbol()das2007-11-082-6/+5
* * macosx/tkMacOSXButton.c: replace HiliteControl() by modern APIdas2007-11-082-130/+238
* * library/menu.tcl: correct handling of menubutton "active"das2007-11-081-6/+14
* * macosx/tkMacOSXDefault.h: correct button & menubutton activedas2007-11-081-6/+7
* * macosx/tkMacOSXWindowEvent.c: handle kEventWindowExpanding carbondas2007-11-081-5/+15
* * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawabledas2007-11-085-26/+50
* * macosx/tkMacOSXPrivate.h: correct Leopard HIToolboxVersionNumber.das2007-11-081-2/+2
* * macosx/ttkMacOSXTheme.c: add error checking; cleanup formatting.das2007-11-081-137/+142
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-0810-45/+81
* * doc/CrtConsoleChan.3: Fixed markup typo and extended see alsoandreas_kupries2007-11-062-2/+8
* * library/ttk/combobox.tcl: Set focus to listbox in <Map> bindingjenglish2007-11-062-5/+13
* * doc/CrtConsoleChan.3: New file providing minimal documentationandreas_kupries2007-11-052-0/+50
* spelling correctionsdgp2007-11-051-4/+4
* * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ringjenglish2007-11-052-3/+17
* + Use null "treearea" element for treeview owner-draw areajenglish2007-11-043-5/+16
* * macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to thedas2007-11-042-55/+170
* * library/bgerror.tcl: fix background of detail text on Aqua.das2007-11-041-2/+3
* * library/console.tcl: add accelerators and fix Aqua bindingsdas2007-11-041-7/+15
* * library/demos/mclist.tcl: Aqua GOOBE.das2007-11-044-17/+16
* * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-eradas2007-11-043-41/+24
* * macosx/tkMacOSXEvent.c (TkMacOSXProcessCommandEvent): fix boolean argdas2007-11-041-2/+2
* * macosx/Wish.xcodeproj/project.pbxproj: add new demo file.das2007-11-042-2/+6
* Add menu item and key binding to adjust fontpatthoyts2007-11-032-1/+21
* Tinkering with the default demo widget heightdkf2007-11-021-3/+7
* Added a demo of how to do a multi-column sortable listbox.dkf2007-11-023-1/+106
* Updated with improved padding from Emilianodkf2007-11-021-3/+3
* Missed a file that needed updating to handle the changed internal dkf2007-11-021-9/+9
* GOOBE for unix; use themed scrollbardkf2007-11-021-2/+2
* GOOBE tweak; get background from themedkf2007-11-021-1/+3
* Bugfixdkf2007-11-021-2/+2
* Tk (non-native) message box now uses Ttk widgets for better L&F.dkf2007-11-022-16/+23
* Tk (non-native) file chooser now uses Ttk widgets for better L&F and supports...dkf2007-11-022-41/+148
* Better resizing. [Bug 1822410]dkf2007-11-022-3/+7
* Fix .DS/.DE to work better when transformed to a tabledkf2007-11-015-71/+71
* Better resizing behaviour. [Bug 1822601]dkf2007-11-012-2/+10
* line endingsdgp2007-11-011-43/+43
* Added list of Windows system colors. [Bug 945409]dkf2007-11-012-5/+42
* * doc/console.n: clarify availability of [console] in TkAqua.das2007-11-012-4/+9
* * macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGBdas2007-11-012-5/+19
* * library/demos/widget: increase height of main window text widget todas2007-11-011-4/+8
* * doc/bind.n: document the Option modifier, clarify meaningdas2007-11-011-11/+11
* Make documentation use the name that scripts use as much as possible.dkf2007-11-0133-221/+146
* Fixed mistake in [$t tag remove] docs. [Bug 1792191]dkf2007-11-012-3/+5
* Documented the Command modifier. [Bug 1232908]dkf2007-11-012-19/+23
* Fix [Bug 1386955]dkf2007-11-013-4/+17
* Improved description/comments so that people better understand what is beingdkf2007-10-312-2/+8
* D'uh, now make the code more idiomatic!dkf2007-10-311-2/+2
* Minor GOOBE boost on Unix and OSXdkf2007-10-311-4/+3
* Mark non-loadable images as such instead of throwing a nasty dialog,dkf2007-10-312-3/+12
* Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066]dkf2007-10-312-36/+67