summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Rename enumermation for somewhat simpler-to-read code. [Bug 1677613]dkf2007-10-301-0/+5
|
* * generic/ttk/ttkWidget.c: Split up RedisplayWidget()jenglish2007-10-301-0/+14
| | | | | | | | | | | | | to factor out double-buffering related code. * macosx/ttkMacOSXAquaTheme.c: Use SetThemeBackGround/ kThemeBrushModelessDialogBackground{Active|Inactive} instead of ApplyThemeBackground/kThemeBackgroundWindowHeader (advice from DAS). * library/ttk/aquaTheme.tcl: Use darker shade for inactive and disabled text, to match typical values of most kThemeXXXTextColorInactive values.
* Clarify UTF8_STRING handling. [Bug 1778563]dkf2007-10-301-0/+2
|
* Clarify search subcommand docs. [Bug 1622919]dkf2007-10-301-0/+4
|
* use Monaco 11 (was 9) as Aqua TkFixedFonthobbs2007-10-301-0/+3
|
* * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-301-0/+15
| | | | | | | | | | | | | | | | * library/bgerror.tcl, library/dialog.tcl, library/listbox.tcl: * library/msgbox.tcl, library/optMenu.tcl, library/tclIndex: * library/tkfbox.tcl, library/demos/floor.tcl, library/demos/rmt: * library/demos/tcolor, library/demos/text.tcl: * library/demos/twind.tcl, library/demos/widget: Buh-bye Motif look * library/ttk/fonts.tcl: Update of Tk default look in 8.5 * macosx/tkMacOSXDefault.h: Trims border sizes, cleaner X11 look * unix/tkUnixDefault.h: with minor modifications for Win32/Aqua. * win/tkWinDefault.h: Uses Tk*Font definitions throughout for * win/tkWinFont.c: classic widgets. [Bug #1820344] * library/obsolete.tcl (::tk::classic::restore): This restores changes made to defaults in 8.5 using the 'option' command, segmented into logical groups.
* * tests/winfo.test: winfo-4.5 raise .t to above . for Windowshobbs2007-10-301-0/+2
|
* * tests/unixWm.test: note TIP#142 results and remove unnecessaryhobbs2007-10-301-0/+5
| | | | catches.
* Lots more GOOBE stuff. Now works with 'make html'!dkf2007-10-291-8/+13
|
* * library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0]jenglish2007-10-281-0/+8
| | | | | | | 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.
* * doc/*.1: Revert doc changes that brokedgp2007-10-261-0/+4
| | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door.
* tag:8.5b2dgp2007-10-261-0/+2
|
* * changes: Update changes for 8.5b2 release.dgp2007-10-261-0/+2
|
* * README: Bump version number to 8.5b2.dgp2007-10-261-0/+12
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): fix window class ofdas2007-10-261-0/+3
| | | | transient toplevels that are not also overrideredirect. [Bug 1816252]
* * macosx/tkMacOSXDialog.c: TIP#242 cleanup.das2007-10-261-5/+10
| | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable.
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish2007-10-251-0/+4
|
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-251-0/+10
| | | | | | | | | * 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-251-0/+5
| | | | Thanks to Colin McDonald. [Bug 1818491]
* Move widget layout registration from TtkElements_Init()jenglish2007-10-251-0/+7
| | | | | to widget *_Init() routines. Renaming/consistency: s/...ElementGeometry()/...ElementSize()/
* Lots of improvements to look and feel of manual pagesdkf2007-10-241-0/+5
|
* Applied patch from #1723362 for transparent bitmapspatthoyts2007-10-241-0/+2
|
* permit wm manage of any widget (esp: ttk::frame)patthoyts2007-10-241-0/+4
|
* * library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wmhobbs2007-10-231-0/+5
| | | | transient on each drop to handle reparent-able frames. [Bug 1818441]
* [namespace import ::ttk::scrollbar] doesn't work,jenglish2007-10-231-0/+5
| | | | since ttk::scrollbar isn't [namespace export]ed.
* * tests/cursor.test: Make tests robust against changes in Tcl'sdgp2007-10-231-0/+5
| | | | rules for accepting integers in octal format.
* Added TIP#145 documentation.dkf2007-10-231-0/+4
|
* Fixed leak in CreateNamedFont spotted by das.patthoyts2007-10-231-0/+4
|
* * macosx/Wish.xcodeproj/project.pbxproj: add new demo files.das2007-10-231-7/+20
| | | | * macosx/Wish.xcode/project.pbxproj:
* More widget demos!dkf2007-10-221-6/+15
|
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-10-221-0/+9
| | | | | | | | 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-211-1/+18
| | | | * macosx/Wish.xcode/project.pbxproj:
* More Ttk demosdkf2007-10-181-0/+6
|
* * library/ttk/fonts.tcl: Create all the tip 145 font names on allpatthoyts2007-10-181-0/+5
| | | | platforms (mac and unix get handled in script, windows in C)
* no messagedavygrvy2007-10-171-1/+1
|
* no messagedavygrvy2007-10-171-0/+7
|
* more GOOBEdas2007-10-171-0/+2
|
* * library/demos/widget: Aqua GOOBE, cleanup icons.das2007-10-171-0/+15
| | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua.
* Added demo of basic Ttk widgets.dkf2007-10-171-0/+4
|
* no messagedavygrvy2007-10-161-0/+5
|
* More improvements for the widget demo main structure, including 'new' flagging.dkf2007-10-161-0/+4
|
* Text widget documentation improvementsdkf2007-10-161-0/+5
|
* GOOBE work on the widget demo, plus a new demo of text widget peering.dkf2007-10-151-6/+15
|
* * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-0/+9
| | | | | | | | * 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-151-0/+7
| | | | | | | 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-151-0/+18
| | | | | | | | | | | | | | | | | | | * 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-151-0/+11
| | | | | | | * macosx/Wish.xcode/project.pbxproj: * macosx/Wish.xcode/default.pbxuser: * macosx/Wish.xcodeproj/default.pbxuser: * macosx/Wish.xcodeproj/project.pbxproj:
* * win/configure, win/configure.in (TK_WIN_VERSION): Make sure thehobbs2007-10-151-0/+5
| | | | patchlevel doesn't contain extra dotted pairs (eg. interim release)
* Mine all version information from headers. Sync tcl and tk and bringpatthoyts2007-10-121-0/+5
| | | | | extension versions closer together. Try and avoid using tclsh to do substitutions as we may cross compile.