Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding | jenglish | 2007-11-08 | 1 | -0/+14 |
| | | | | | | to sometimes be counted twice in size computations. Fix ElementSizeProcs affected by previous change. | ||||
* | * doc/CrtConsoleChan.3: Fixed markup typo and extended see also | andreas_kupries | 2007-11-06 | 1 | -0/+5 |
| | | | | section per suggestions by Donal. | ||||
* | * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding | jenglish | 2007-11-06 | 1 | -0/+5 |
| | | | | instead of in Post command (see #1349811 for info). | ||||
* | * doc/CrtConsoleChan.3: New file providing minimal documentation | andreas_kupries | 2007-11-05 | 1 | -0/+5 |
| | | | | of 'Tk_InitConsoleChannels()'. This is for [SF Tk Bug 432435]. | ||||
* | * macosx/ttkMacOSXTheme.c(TreeitemLayout): Remove focus ring | jenglish | 2007-11-05 | 1 | -0/+5 |
| | | | | from treeview items on OSX (problem reported by Kevin Walzer). | ||||
* | + Use null "treearea" element for treeview owner-draw area | jenglish | 2007-11-04 | 1 | -0/+10 |
| | | | | | | | instead of "client", to avoid nameclash with Notebook.client element. This was causing sizing anomalies in XP theme, and introduced extraneous padding. + "alt" theme Treeitem.indicator element needs left margin now. | ||||
* | * macosx/tkMacOSXMenus.c: add "Run Widget Demo" menu item to the | das | 2007-11-04 | 1 | -1/+27 |
| | | | | | | default Edit menu along with associated carbon event handler enabling the item only if demo files are installed; cleanup handling of "About" and "Source" menu items. | ||||
* | Add menu item and key binding to adjust font | patthoyts | 2007-11-03 | 1 | -0/+4 |
| | |||||
* | Added a demo of how to do a multi-column sortable listbox. | dkf | 2007-11-02 | 1 | -0/+5 |
| | |||||
* | Tk (non-native) message box now uses Ttk widgets for better L&F. | dkf | 2007-11-02 | 1 | -0/+3 |
| | |||||
* | Tk (non-native) file chooser now uses Ttk widgets for better L&F and ↵ | dkf | 2007-11-02 | 1 | -0/+4 |
| | | | | supports <Tab> completion of file names. [FRQ 805091] | ||||
* | Better resizing. [Bug 1822410] | dkf | 2007-11-02 | 1 | -0/+4 |
| | |||||
* | Better resizing behaviour. [Bug 1822601] | dkf | 2007-11-01 | 1 | -0/+4 |
| | |||||
* | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 1 | -0/+4 |
| | |||||
* | * doc/console.n: clarify availability of [console] in TkAqua. | das | 2007-11-01 | 1 | -0/+2 |
| | |||||
* | * macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB | das | 2007-11-01 | 1 | -1/+12 |
| | | | | pixel values into RGBColor. | ||||
* | Make documentation use the name that scripts use as much as possible. | dkf | 2007-11-01 | 1 | -0/+3 |
| | | | | [Bug 1640073] | ||||
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191] | dkf | 2007-11-01 | 1 | -0/+2 |
| | |||||
* | Documented the Command modifier. [Bug 1232908] | dkf | 2007-11-01 | 1 | -0/+2 |
| | |||||
* | Fix [Bug 1386955] | dkf | 2007-11-01 | 1 | -0/+5 |
| | |||||
* | Improved description/comments so that people better understand what is being | dkf | 2007-10-31 | 1 | -0/+4 |
| | | | | validated, following suggestion from Don Porter. | ||||
* | Mark non-loadable images as such instead of throwing a nasty dialog, | dkf | 2007-10-31 | 1 | -0/+4 |
| | | | | following suggestion from Don Porter. | ||||
* | Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066] | dkf | 2007-10-31 | 1 | -11/+14 |
| | |||||
* | BUGFIX: Unpost can be called with no preceding Post. | jenglish | 2007-10-31 | 1 | -0/+5 |
| | |||||
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix | patthoyts | 2007-10-31 | 1 | -0/+6 |
| | | | | | the two places in Tk that generate errors with msvc8 when using this flag. | ||||
* | * library/choosedir.tcl: only enable OK button when valid in | hobbs | 2007-10-30 | 1 | -0/+3 |
| | | | | conjunction with -mustexist. [Bug 1550528] | ||||
* | * library/listbox.tcl (::tk::ListboxBeginSelect): ignore | hobbs | 2007-10-30 | 1 | -0/+5 |
| | | | | -takefocus when considering focus on <1>, it is for tab focus. | ||||
* | fix spelling of -inactiveselectbackground [Bug 1626415] | hobbs | 2007-10-30 | 1 | -0/+2 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 1 | -0/+11 |
| | | | | | | | | | | * 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] | hobbs | 2007-10-30 | 1 | -1/+3 |
| | |||||
* | use size -12 TkFixedFont (was -10) | hobbs | 2007-10-30 | 1 | -0/+4 |
| | |||||
* | Fix Arabic and Hebrew rendering on Windows. [Bug 1803723] | dkf | 2007-10-30 | 1 | -0/+5 |
| | |||||
* | Typo | dkf | 2007-10-30 | 1 | -9/+8 |
| | |||||
* | Rename enumermation for somewhat simpler-to-read code. [Bug 1677613] | dkf | 2007-10-30 | 1 | -0/+5 |
| | |||||
* | * generic/ttk/ttkWidget.c: Split up RedisplayWidget() | jenglish | 2007-10-30 | 1 | -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] | dkf | 2007-10-30 | 1 | -0/+2 |
| | |||||
* | Clarify search subcommand docs. [Bug 1622919] | dkf | 2007-10-30 | 1 | -0/+4 |
| | |||||
* | use Monaco 11 (was 9) as Aqua TkFixedFont | hobbs | 2007-10-30 | 1 | -0/+3 |
| | |||||
* | * tests/listbox.test, tests/panedwindow.test, tests/scrollbar.test: | hobbs | 2007-10-30 | 1 | -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 Windows | hobbs | 2007-10-30 | 1 | -0/+2 |
| | |||||
* | * tests/unixWm.test: note TIP#142 results and remove unnecessary | hobbs | 2007-10-30 | 1 | -0/+5 |
| | | | | catches. | ||||
* | Lots more GOOBE stuff. Now works with 'make html'! | dkf | 2007-10-29 | 1 | -8/+13 |
| | |||||
* | * library/ttk/combobox.tcl: Make popdown window [wm resizable 0 0] | jenglish | 2007-10-28 | 1 | -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 broke | dgp | 2007-10-26 | 1 | -0/+4 |
| | | | | | * doc/*.3: `make html` so we can get the release * doc/*.n: out the door. | ||||
* | tag:8.5b2 | dgp | 2007-10-26 | 1 | -0/+2 |
| | |||||
* | * changes: Update changes for 8.5b2 release. | dgp | 2007-10-26 | 1 | -0/+2 |
| | |||||
* | * README: Bump version number to 8.5b2. | dgp | 2007-10-26 | 1 | -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 of | das | 2007-10-26 | 1 | -0/+3 |
| | | | | transient toplevels that are not also overrideredirect. [Bug 1816252] | ||||
* | * macosx/tkMacOSXDialog.c: TIP#242 cleanup. | das | 2007-10-26 | 1 | -5/+10 |
| | | | | * library/demos/filebox.tcl: demo TIP#242 -typevariable. | ||||
* | ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596) | jenglish | 2007-10-25 | 1 | -0/+4 |
| |