summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Minor improvementsdkf2007-10-292-5/+6
|
* Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-29119-1307/+1635
|
* * library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0]jenglish2007-10-284-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_b2dgp2007-10-261-1/+11
|
* * doc/*.1: Revert doc changes that brokedgp2007-10-2678-1732/+1445
| | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* tag:8.5b2dgp2007-10-261-0/+2
|
* add Aqua changes for for 8.5b2das2007-10-261-24/+34
|
* * changes: Update changes for 8.5b2 release.dgp2007-10-262-1/+25
|
* * README: Bump version number to 8.5b2.dgp2007-10-269-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 faultsdkf2007-10-263-8/+6
|
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class ofdas2007-10-262-14/+20
| | | | transient toplevels that are not also overrideredirect. [Bug 1816252]
* whitespacedas2007-10-261-7/+7
|
* use global for -typevariabledas2007-10-261-4/+7
|
* * macosx/tkMacOSXDialog.c: TIP#242 cleanup.das2007-10-263-37/+44
| | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable.
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish2007-10-253-34/+67
|
* * 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
|