Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | * macosx/ttkMacOSXTheme.c: adjust button and separator geometry. | das | 2007-10-17 | 1 | -3/+3 |
| | |||||
* | * macosx/tkMacOSXWm.c: fix warnings. | das | 2007-10-17 | 1 | -8/+8 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new demo files. | das | 2007-10-17 | 2 | -2/+10 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | Added demo of basic Ttk widgets. | dkf | 2007-10-17 | 3 | -1/+65 |
| | |||||
* | no message | davygrvy | 2007-10-16 | 1 | -0/+5 |
| | |||||
* | * win/makefile.vc: depend target now works and builds a generated | davygrvy | 2007-10-16 | 1 | -86/+23 |
| | | | | dependency list with $(TCLTOOLSDIR)/mkdepend.tcl | ||||
* | s/style/ttk::style/ | jenglish | 2007-10-16 | 2 | -56/+55 |
| | |||||
* | More improvements for the widget demo main structure, including 'new' flagging. | dkf | 2007-10-16 | 2 | -104/+166 |
| | |||||
* | Text widget documentation improvements | dkf | 2007-10-16 | 2 | -102/+110 |
| | |||||
* | Minor improvements | dkf | 2007-10-16 | 1 | -35/+28 |
| | |||||
* | GOOBE work on the widget demo, plus a new demo of text widget peering. | dkf | 2007-10-15 | 7 | -103/+172 |
| | |||||
* | Fixed example | dkf | 2007-10-15 | 1 | -9/+9 |
| | |||||
* | whitespace change | hobbs | 2007-10-15 | 1 | -4/+3 |
| | |||||
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h: | hobbs | 2007-10-15 | 11 | -41/+756 |
| | | | | | | | | * macosx/tkMacOSXButton.c, macosx/tkMacOSXMenubutton.c: * macosx/tkMacOSXWm.c, unix/tkUnixWm.c, win/tkWinWm.c: * doc/wm.n, tests/wm.test: TIP #125 implementation [Bug 998125] Adds [wm manage|forget] for dockable frames. Finished X11 and Windows code, needs OS X completion. | ||||
* | generic/ttk/ttkTreeview.c: Store pointer to column table entry | jenglish | 2007-10-15 | 3 | -73/+46 |
| | | | | | | | instead of column index in columnNames hash table. This avoids the need for the evil PTR2INT and INT2PTR macros, and simplifies things a bit. | ||||
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/from | das | 2007-10-15 | 17 | -64/+447 |
| | | | | | | | | | | | | | | | | | | | * generic/tkCanvUtil.c: pointer from/to integer of different * generic/tkCanvas.c: size' on 64-bit platforms by casting * generic/tkCursor.c: to intermediate types * generic/tkInt.h: intptr_t/uintptr_t via new PTR2INT(), * generic/tkListbox.c: INT2PTR(), PTR2UINT() and UINT2PTR() * generic/tkObj.c: macros. * generic/tkStyle.c: * generic/tkTextIndex.c: * generic/tkUtil.c: * generic/ttk/ttkTheme.h: * generic/ttk/ttkTreeview.c: * unix/tkUnixMenu.c: * unix/configure.in: * unix/configure: autoconf-2.59 * unix/tkConfig.h.in: autoheader-2.59 | ||||
* | * macosx/Wish-Common.xcconfig: add 'tktest-X11' target. | das | 2007-10-15 | 6 | -6/+2059 |
| | | | | | | | * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcodeproj/project.pbxproj: | ||||
* | * unix/configure.in (Darwin): add support for 64-bit X11. | das | 2007-10-15 | 2 | -15/+106 |
| | | | | * unix/configure: autoconf-2.59 |