Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 119 | -1307/+1635 |
| | |||||
* | * library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0] | jenglish | 2007-10-28 | 4 | -77/+82 |
| | | | | | | | on OSX, to prevent TkAqua from shrinking the scrollbar to make room for a grow box that isn't there. * macosx/ttkMacOSXTheme.c, library/ttk/aquaTheme.tcl: Reworked combobox layout. | ||||
* | restore babycore_8_5_b2 | dgp | 2007-10-26 | 1 | -1/+11 |
| | |||||
* | * doc/*.1: Revert doc changes that broke | dgp | 2007-10-26 | 78 | -1732/+1445 |
| | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | tag:8.5b2 | dgp | 2007-10-26 | 1 | -0/+2 |
| | |||||
* | add Aqua changes for for 8.5b2 | das | 2007-10-26 | 1 | -24/+34 |
| | |||||
* | * changes: Update changes for 8.5b2 release. | dgp | 2007-10-26 | 2 | -1/+25 |
| | |||||
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 9 | -21/+33 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | Fix minor faults | dkf | 2007-10-26 | 3 | -8/+6 |
| | |||||
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class of | das | 2007-10-26 | 2 | -14/+20 |
| | | | | transient toplevels that are not also overrideredirect. [Bug 1816252] | ||||
* | whitespace | das | 2007-10-26 | 1 | -7/+7 |
| | |||||
* | use global for -typevariable | das | 2007-10-26 | 1 | -4/+7 |
| | |||||
* | * macosx/tkMacOSXDialog.c: TIP#242 cleanup. | das | 2007-10-26 | 3 | -37/+44 |
| | | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable. | ||||
* | ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596) | jenglish | 2007-10-25 | 3 | -34/+67 |
| | |||||
* | * doc/getOpenFile.n: TIP#242 implementation of -typevariable to | hobbs | 2007-10-25 | 8 | -66/+264 |
| | | | | | | | | | * library/tkfbox.tcl: return type of selected file in file dialogs. * library/xmfbox.tcl: [Bug #1156388] * macosx/tkMacOSXDialog.c: * tests/filebox.test: * tests/winDialog.test: * win/tkWinDialog.c: | ||||
* | * generic/tkPlace.c: Prevent segfault in place geometry manager. | dgp | 2007-10-25 | 2 | -4/+47 |
| | | | | Thanks to Colin McDonald. [Bug 1818491] | ||||
* | Move widget layout registration from TtkElements_Init() | jenglish | 2007-10-25 | 17 | -818/+622 |
| | | | | | to widget *_Init() routines. Renaming/consistency: s/...ElementGeometry()/...ElementSize()/ | ||||
* | Lots of improvements to look and feel of manual pages | dkf | 2007-10-24 | 62 | -412/+703 |
| | |||||
* | Applied patch from #1723362 for transparent bitmaps | patthoyts | 2007-10-24 | 2 | -1/+5 |
| | |||||
* | permit wm manage of any widget (esp: ttk::frame) | patthoyts | 2007-10-24 | 2 | -2/+6 |
| | |||||
* | * library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wm | hobbs | 2007-10-23 | 2 | -7/+22 |
| | | | | transient on each drop to handle reparent-able frames. [Bug 1818441] | ||||
* | [namespace import ::ttk::scrollbar] doesn't work, | jenglish | 2007-10-23 | 2 | -4/+12 |
| | | | | since ttk::scrollbar isn't [namespace export]ed. | ||||
* | * tests/cursor.test: Make tests robust against changes in Tcl's | dgp | 2007-10-23 | 2 | -2/+7 |
| | | | | rules for accepting integers in octal format. | ||||
* | Rendering-with-groff GOOBE. | dkf | 2007-10-23 | 24 | -361/+317 |
| | |||||
* | improve look of HTML rendered version | das | 2007-10-23 | 1 | -6/+4 |
| | |||||
* | document missing named Tk* fonts, and named Aqua theme fonts. | das | 2007-10-23 | 1 | -2/+34 |
| | |||||
* | Added TIP#145 documentation. | dkf | 2007-10-23 | 2 | -2/+42 |
| | |||||
* | Fixed leak in CreateNamedFont spotted by das. | patthoyts | 2007-10-23 | 2 | -12/+10 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new demo files. | das | 2007-10-23 | 3 | -12/+45 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | * library/demos/combo.tcl: Aqua GOOBE. | das | 2007-10-23 | 6 | -50/+77 |
| | | | | | | | | * library/demos/toolbar.tcl: * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/ttkprogress.tcl: * library/demos/widget: | ||||
* | Documentation improvements, all minor. | dkf | 2007-10-22 | 14 | -699/+674 |
| | |||||
* | More widget demos! | dkf | 2007-10-22 | 10 | -81/+464 |
| | |||||
* | * library/ttk/combobox.tcl: ttk::combobox overhaul; | jenglish | 2007-10-22 | 5 | -109/+146 |
| | | | | | | | | fixes [#1814778, #1780286, #1609168, #1349586] * library/ttk/aquaTheme.tcl: Factored out aqua-specific combobox -postposition adjustments. * generic/ttk/ttkTrack.c: Detect [grab]s and unpress pressed element; combobox workaround no longer needed. | ||||
* | typo | das | 2007-10-21 | 1 | -1/+1 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new demo files. | das | 2007-10-21 | 3 | -8/+33 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | * library/demos/ttkmenu.tcl: Aqua GOOBE. | das | 2007-10-21 | 3 | -18/+36 |
| | | | | | * library/demos/ttkpane.tcl: * library/demos/widget: | ||||
* | * library/ttk/fonts.tcl: check for TIP #145 fonts on all | das | 2007-10-21 | 1 | -28/+21 |
| | | | | platforms; correct aqua font sizes. | ||||
* | * macosx/tkMacOSXFont.c: register named fonts for TIP #145 fonts | das | 2007-10-21 | 1 | -2/+132 |
| | | | | and all theme font IDs. | ||||
* | * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp. | das | 2007-10-21 | 1 | -8/+11 |
| | |||||
* | Clean up stale comments. | jenglish | 2007-10-21 | 1 | -13/+8 |
| | |||||
* | On aqua, use tk scrollbar | patthoyts | 2007-10-20 | 1 | -2/+6 |
| | |||||
* | s/style/ttk::style/ | jenglish | 2007-10-19 | 1 | -25/+22 |
| | |||||
* | More Ttk demos | dkf | 2007-10-18 | 4 | -1/+161 |
| | |||||
* | * library/ttk/fonts.tcl: Create all the tip 145 font names on all | patthoyts | 2007-10-18 | 2 | -1/+27 |
| | | | | platforms (mac and unix get handled in script, windows in C) | ||||
* | no message | davygrvy | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as these | davygrvy | 2007-10-17 | 1 | -2/+3 |
| | | | | | | are really text files, not binaries. * win/makefile.vc: Added $(BITMAPDIR) to the search path for the depend target. | ||||
* | no message | davygrvy | 2007-10-17 | 1 | -0/+7 |
| | |||||
* | icon beautification | das | 2007-10-17 | 1 | -17/+17 |
| | |||||
* | more GOOBE | das | 2007-10-17 | 4 | -6/+10 |
| | |||||
* | * library/demos/widget: Aqua GOOBE, cleanup icons. | das | 2007-10-17 | 4 | -99/+106 |
| | | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua. |