summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * library/menu.tcl: correct handling of menubutton "active"das2007-11-081-6/+14
| | | | state on Aqua to match that of buttons.
* * macosx/tkMacOSXDefault.h: correct button & menubutton activedas2007-11-081-6/+7
| | | | | foreground and background colors and menubutton border width.
* * macosx/tkMacOSXWindowEvent.c: handle kEventWindowExpanding carbondas2007-11-081-5/+15
| | | | | | | | | | * macosx/tkMacOSXCarbonEvents.c: event instead of kEventWindowExpanded to ensure activate event arrives after window is remapped, also need to process all Tk events generated by remapping in the event handler to ensure children are remapped before activate event is processed.
* * macosx/tkMacOSXSubwindows.c: add pixmap size field to MacDrawabledas2007-11-085-26/+50
| | | | | | | * macosx/tkMacOSXInt.h: struct; add flag for B&W pixmaps. * macosx/tkMacOSXDraw.c: * macosx/tkMacOSXEmbed.c: * macosx/tkMacOSXMenu.c:
* * 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
| | | | | | to sometimes be counted twice in size computations. Fix ElementSizeProcs affected by previous change.
* * doc/CrtConsoleChan.3: Fixed markup typo and extended see alsoandreas_kupries2007-11-062-2/+8
| | | | section per suggestions by Donal.
* * library/ttk/combobox.tcl: Set focus to listbox in <Map> bindingjenglish2007-11-062-5/+13
| | | | instead of in Post command (see #1349811 for info).
* * doc/CrtConsoleChan.3: New file providing minimal documentationandreas_kupries2007-11-052-0/+50
| | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435].
* spelling correctionsdgp2007-11-051-4/+4
|
* * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ringjenglish2007-11-052-3/+17
| | | | from treeview items on OSX (problem reported by Kevin Walzer).
* + Use null "treearea" element for treeview owner-draw areajenglish2007-11-043-5/+16
| | | | | | | instead of "client", to avoid nameclash with Notebook.client element. This was causing sizing anomalies in XP theme, and introduced extraneous padding. + "alt" theme Treeitem.indicator element needs left margin now.
* * macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to thedas2007-11-042-55/+170
| | | | | | default Edit menu along with associated carbon event handler enabling the item only if demo files are installed; cleanup handling of "About" and "Source" menu items.
* * 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
| | | | of the new font size menu items.
* * library/demos/mclist.tcl: Aqua GOOBE.das2007-11-044-17/+16
| | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget:
* * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-eradas2007-11-043-41/+24
| | | | | * doc/getOpenFile.n: information. * doc/menu.n:
* * 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
| | | | * macosx/Wish.xcode/project.pbxproj:
* 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
| | | | structure of dialogs
* 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 ↵dkf2007-11-022-41/+148
| | | | supports <Tab> completion of file names. [FRQ 805091]
* 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
| | | | pixel values into RGBColor.
* * library/demos/widget: increase height of main window text widget todas2007-11-011-4/+8
| | | | use more of the available vertical space.
* * doc/bind.n: document the Option modifier, clarify meaningdas2007-11-011-11/+11
| | | | and availability of Command & Option.
* Make documentation use the name that scripts use as much as possible.dkf2007-11-0133-221/+146
| | | | [Bug 1640073]
* 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
| | | | validated, following suggestion from Don Porter.
* 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
| | | | following suggestion from Don Porter.
* Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066]dkf2007-10-312-36/+67
|
* BUGFIX: Unpost can be called with no preceding Post.jenglish2007-10-312-2/+9
|
* Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fixpatthoyts2007-10-314-17/+17
| | | | | the two places in Tk that generate errors with msvc8 when using this flag.