summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * tests/cursor.test: Make tests robust against changes in Tcl'sdgp2007-10-232-2/+7
| | | | rules for accepting integers in octal format.
* Rendering-with-groff GOOBE.dkf2007-10-2324-361/+317
|
* improve look of HTML rendered versiondas2007-10-231-6/+4
|
* document missing named Tk* fonts, and named Aqua theme fonts.das2007-10-231-2/+34
|
* Added TIP#145 documentation.dkf2007-10-232-2/+42
|
* Fixed leak in CreateNamedFont spotted by das.patthoyts2007-10-232-12/+10
|
* * macosx/Wish.xcodeproj/project.pbxproj: add new demo files.das2007-10-233-12/+45
| | | | * macosx/Wish.xcode/project.pbxproj:
* * library/demos/combo.tcl: Aqua GOOBE.das2007-10-236-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.dkf2007-10-2214-699/+674
|
* More widget demos!dkf2007-10-2210-81/+464
|
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-10-225-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.
* typodas2007-10-211-1/+1
|
* * macosx/Wish.xcodeproj/project.pbxproj: add new demo files.das2007-10-213-8/+33
| | | | * macosx/Wish.xcode/project.pbxproj:
* * library/demos/ttkmenu.tcl: Aqua GOOBE.das2007-10-213-18/+36
| | | | | * library/demos/ttkpane.tcl: * library/demos/widget:
* * library/ttk/fonts.tcl: check for TIP #145 fonts on alldas2007-10-211-28/+21
| | | | platforms; correct aqua font sizes.
* * macosx/tkMacOSXFont.c: register named fonts for TIP #145 fontsdas2007-10-211-2/+132
| | | | and all theme font IDs.
* * generic/tkFont.c (Tk{Create,Delete}NamedFont): allow NULL interp.das2007-10-211-8/+11
|
* Clean up stale comments.jenglish2007-10-211-13/+8
|
* On aqua, use tk scrollbarpatthoyts2007-10-201-2/+6
|
* s/style/ttk::style/jenglish2007-10-191-25/+22
|
* More Ttk demosdkf2007-10-184-1/+161
|
* * library/ttk/fonts.tcl: Create all the tip 145 font names on allpatthoyts2007-10-182-1/+27
| | | | platforms (mac and unix get handled in script, windows in C)
* no messagedavygrvy2007-10-171-1/+1
|
* * bitmaps/*.xbm: Changed CVS storage mode from -kb to -kkv as thesedavygrvy2007-10-171-2/+3
| | | | | | are really text files, not binaries. * win/makefile.vc: Added $(BITMAPDIR) to the search path for the depend target.
* no messagedavygrvy2007-10-171-0/+7
|
* icon beautificationdas2007-10-171-17/+17
|
* more GOOBEdas2007-10-174-6/+10
|
* * library/demos/widget: Aqua GOOBE, cleanup icons.das2007-10-174-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.das2007-10-171-3/+3
|
* * macosx/tkMacOSXWm.c: fix warnings.das2007-10-171-8/+8
|
* * macosx/Wish.xcodeproj/project.pbxproj: add new demo files.das2007-10-172-2/+10
| | | | * macosx/Wish.xcode/project.pbxproj:
* Added demo of basic Ttk widgets.dkf2007-10-173-1/+65
|
* no messagedavygrvy2007-10-161-0/+5
|
* * win/makefile.vc: depend target now works and builds a generateddavygrvy2007-10-161-86/+23
| | | | dependency list with $(TCLTOOLSDIR)/mkdepend.tcl
* s/style/ttk::style/jenglish2007-10-162-56/+55
|
* More improvements for the widget demo main structure, including 'new' flagging.dkf2007-10-162-104/+166
|
* Text widget documentation improvementsdkf2007-10-162-102/+110
|
* Minor improvementsdkf2007-10-161-35/+28
|
* GOOBE work on the widget demo, plus a new demo of text widget peering.dkf2007-10-157-103/+172
|
* Fixed exampledkf2007-10-151-9/+9
|
* whitespace changehobbs2007-10-151-4/+3
|
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-1511-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 entryjenglish2007-10-153-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/fromdas2007-10-1517-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.das2007-10-156-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.das2007-10-152-15/+106
| | | | * unix/configure: autoconf-2.59
* * win/configure, win/configure.in (TK_WIN_VERSION): Make sure thehobbs2007-10-153-5/+14
| | | | patchlevel doesn't contain extra dotted pairs (eg. interim release)
* Hush.patthoyts2007-10-121-3/+3
|
* Fixed install of tk broken with last commitpatthoyts2007-10-122-9/+5
|
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-124-125/+377
| | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile.