summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-258-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.dgp2007-10-252-4/+47
| | | | Thanks to Colin McDonald. [Bug 1818491]
* Move widget layout registration from TtkElements_Init()jenglish2007-10-2517-818/+622
| | | | | to widget *_Init() routines. Renaming/consistency: s/...ElementGeometry()/...ElementSize()/
* Lots of improvements to look and feel of manual pagesdkf2007-10-2462-412/+703
|
* Applied patch from #1723362 for transparent bitmapspatthoyts2007-10-242-1/+5
|
* permit wm manage of any widget (esp: ttk::frame)patthoyts2007-10-242-2/+6
|
* * library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wmhobbs2007-10-232-7/+22
| | | | transient on each drop to handle reparent-able frames. [Bug 1818441]
* [namespace import ::ttk::scrollbar] doesn't work,jenglish2007-10-232-4/+12
| | | | since ttk::scrollbar isn't [namespace export]ed.
* * 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.