summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* * library/demos/widget: increase height of main window text widget todas2007-11-011-4/+8
| | | | use more of the available vertical space.
* Improved description/comments so that people better understand what is beingdkf2007-10-311-2/+4
| | | | validated, following suggestion from Don Porter.
* D'uh, now make the code more idiomatic!dkf2007-10-311-2/+2
|
* Minor GOOBE boost on Unix and OSXdkf2007-10-311-4/+3
|
* Mark non-loadable images as such instead of throwing a nasty dialog,dkf2007-10-311-3/+8
| | | | following suggestion from Don Porter.
* BUGFIX: Unpost can be called with no preceding Post.jenglish2007-10-311-2/+4
|
* * library/choosedir.tcl: only enable OK button when valid inhobbs2007-10-301-6/+25
| | | | conjunction with -mustexist. [Bug 1550528]
* * library/listbox.tcl (::tk::ListboxBeginSelect): ignorehobbs2007-10-301-4/+2
| | | | -takefocus when considering focus on <1>, it is for tab focus.
* * generic/tk.h: Bump version number to 8.5b2.1 to distinguishdgp2007-10-301-2/+2
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5b2 * unix/configure.in: release. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* * library/entry.tcl: don't error with Clear event. [Bug 1509288]hobbs2007-10-301-2/+3
|
* use size -12 TkFixedFont (was -10)hobbs2007-10-301-2/+2
|
* Fix Arabic and Hebrew rendering on Windows. [Bug 1803723]dkf2007-10-301-3/+3
|
* * generic/ttk/ttkWidget.c: Split up RedisplayWidget()jenglish2007-10-301-2/+2
| | | | | | | | | | | | | 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.
* use Monaco 11 (was 9) as Aqua TkFixedFonthobbs2007-10-301-2/+2
|
* * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test:hobbs2007-10-3015-163/+277
| | | | | | | | | | | | | | | | * 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.
* * library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0]jenglish2007-10-282-39/+41
| | | | | | | 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.
* * README: Bump version number to 8.5b2.dgp2007-10-261-2/+2
| | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* use global for -typevariabledas2007-10-261-4/+7
|
* * macosx/tkMacOSXDialog.c: TIP#242 cleanup.das2007-10-261-3/+6
| | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable.
* * doc/getOpenFile.n: TIP#242 implementation of -typevariable tohobbs2007-10-252-7/+53
| | | | | | | | | * 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:
* * library/ttk/combobox.tcl (ttk::combobox::PopdownWindow): redo wmhobbs2007-10-231-7/+17
| | | | transient on each drop to handle reparent-able frames. [Bug 1818441]
* [namespace import ::ttk::scrollbar] doesn't work,jenglish2007-10-231-4/+7
| | | | since ttk::scrollbar isn't [namespace export]ed.
* * 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:
* More widget demos!dkf2007-10-229-75/+449
|
* * library/ttk/combobox.tcl: ttk::combobox overhaul;jenglish2007-10-223-104/+133
| | | | | | | | 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.
* * 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.
* 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-183-1/+155
|
* * library/ttk/fonts.tcl: Create all the tip 145 font names on allpatthoyts2007-10-181-1/+22
| | | | platforms (mac and unix get handled in script, windows in C)
* icon beautificationdas2007-10-171-17/+17
|
* more GOOBEdas2007-10-173-6/+8
|
* * library/demos/widget: Aqua GOOBE, cleanup icons.das2007-10-173-99/+91
| | | | | | | * library/demos/ttkbut.tcl: * library/demos/button.tcl: restore setting of button highlightbackground on Aqua.
* Added demo of basic Ttk widgets.dkf2007-10-172-1/+61
|
* s/style/ttk::style/jenglish2007-10-162-56/+55
|
* More improvements for the widget demo main structure, including 'new' flagging.dkf2007-10-161-104/+162
|
* GOOBE work on the widget demo, plus a new demo of text widget peering.dkf2007-10-156-97/+157
|
* Make use of TkFixedFont and ttk widgets in the console. Try and select a ↵patthoyts2007-10-121-15/+30
| | | | better fixed font just for the console.
* * generic/tk.h: Bump version number to 8.5b1.1 to distinguishdgp2007-10-021-2/+2
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5b1 * unix/configure.in: release. Updated LOCALES. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Fix private routines accidentally defined in global namespace [Bug 1803836]jenglish2007-09-301-3/+3
|
* Added Hungarian messages. [Patch 1800742]dkf2007-09-261-0/+77
|
* * README: Bump version number to 8.5b1.dgp2007-09-191-3/+3
| | | | | | | | * generic/tk.h: Merge from core-stabilizer-branch. * library/tk.tcl: Stabilizing toward 8.5b1 release now done * unix/configure.in: on the HEAD. core-stabilizer-branch is * unix/tk.spec: now suspended. * win/configure.in:
* Try to improve combobox appearance on OSX + Tk 8.5 [#1780286].jenglish2007-09-171-40/+65
|
* * generic/tkConsole.c: Revised calls to Tcl_InitStubs() anddgp2007-09-111-3/+6
| | | | | | | | | * generic/tkMain.c: [package require Tcl] so that Tk Says What * generic/tkWindow.c: It Means using the new facilties of [package] * library/tk.tcl: in Tcl 8.5 about what version(s) of Tcl it * unix/Makefile.in: is willing to work with. [Bug 1578344]. * win/Makefile.in: * win/makefile.vc:
* Explicitly set -anchor w for TMenubuttons [#1614540]jenglish2007-07-061-1/+2
| | | | CVS :----------------------------------------------------------------------
* * library/ttk/ttk.tcl: should require Tk before pseudo-providinghobbs2007-06-211-2/+2
| | | | tile 0.8.0.
* Ttk_Manager API overhaul:jenglish2007-06-091-3/+3
| | | | | | | | | | | + Ttk_Manager no longer responsible for managing slave records + Ttk_Manager structure now opaque + Ttk_Slave structure now private + Pass Ttk_Manager * to Tk_GeomMgr hooks instead of Ttk_Slave * ttk::labelframe: Simplified -labelwidget management. ttk::noteboook 'insert' command didn't correctly maintain current tab. Changed documentation of ttk::panedwindow 'identify' command to match implementation.
* replace previous inoperative commit with direct setting of ↵das2007-05-301-2/+9
| | | | highlightbackground on all buttons