Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * library/bgerror.tcl: fix background of detail text on Aqua. | das | 2007-11-04 | 1 | -2/+3 |
| | |||||
* | * library/console.tcl: add accelerators and fix Aqua bindings | das | 2007-11-04 | 1 | -7/+15 |
| | | | | of the new font size menu items. | ||||
* | * library/demos/mclist.tcl: Aqua GOOBE. | das | 2007-11-04 | 4 | -17/+16 |
| | | | | | | * library/demos/tree.tcl: * library/demos/ttknote.tcl: * library/demos/widget: | ||||
* | * doc/chooseDirectory.n: remove/correct obsolete Mac OS 9-era | das | 2007-11-04 | 3 | -41/+24 |
| | | | | | * doc/getOpenFile.n: information. * doc/menu.n: | ||||
* | * macosx/tkMacOSXEvent.c (TkMacOSXProcessCommandEvent): fix boolean arg | das | 2007-11-04 | 1 | -2/+2 |
| | |||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new demo file. | das | 2007-11-04 | 2 | -2/+6 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | Add menu item and key binding to adjust font | patthoyts | 2007-11-03 | 2 | -1/+21 |
| | |||||
* | Tinkering with the default demo widget height | dkf | 2007-11-02 | 1 | -3/+7 |
| | |||||
* | Added a demo of how to do a multi-column sortable listbox. | dkf | 2007-11-02 | 3 | -1/+106 |
| | |||||
* | Updated with improved padding from Emiliano | dkf | 2007-11-02 | 1 | -3/+3 |
| | |||||
* | Missed a file that needed updating to handle the changed internal | dkf | 2007-11-02 | 1 | -9/+9 |
| | | | | structure of dialogs | ||||
* | GOOBE for unix; use themed scrollbar | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | GOOBE tweak; get background from theme | dkf | 2007-11-02 | 1 | -1/+3 |
| | |||||
* | Bugfix | dkf | 2007-11-02 | 1 | -2/+2 |
| | |||||
* | Tk (non-native) message box now uses Ttk widgets for better L&F. | dkf | 2007-11-02 | 2 | -16/+23 |
| | |||||
* | Tk (non-native) file chooser now uses Ttk widgets for better L&F and ↵ | dkf | 2007-11-02 | 2 | -41/+148 |
| | | | | supports <Tab> completion of file names. [FRQ 805091] | ||||
* | Better resizing. [Bug 1822410] | dkf | 2007-11-02 | 2 | -3/+7 |
| | |||||
* | Fix .DS/.DE to work better when transformed to a table | dkf | 2007-11-01 | 5 | -71/+71 |
| | |||||
* | Better resizing behaviour. [Bug 1822601] | dkf | 2007-11-01 | 2 | -2/+10 |
| | |||||
* | line endings | dgp | 2007-11-01 | 1 | -43/+43 |
| | |||||
* | Added list of Windows system colors. [Bug 945409] | dkf | 2007-11-01 | 2 | -5/+42 |
| | |||||
* | * doc/console.n: clarify availability of [console] in TkAqua. | das | 2007-11-01 | 2 | -4/+9 |
| | |||||
* | * macosx/tkMacOSXColor.c (GetThemeColor): improve translation of RGB | das | 2007-11-01 | 2 | -5/+19 |
| | | | | pixel values into RGBColor. | ||||
* | * library/demos/widget: increase height of main window text widget to | das | 2007-11-01 | 1 | -4/+8 |
| | | | | use more of the available vertical space. | ||||
* | * doc/bind.n: document the Option modifier, clarify meaning | das | 2007-11-01 | 1 | -11/+11 |
| | | | | and availability of Command & Option. | ||||
* | Make documentation use the name that scripts use as much as possible. | dkf | 2007-11-01 | 33 | -221/+146 |
| | | | | [Bug 1640073] | ||||
* | Fixed mistake in [$t tag remove] docs. [Bug 1792191] | dkf | 2007-11-01 | 2 | -3/+5 |
| | |||||
* | Documented the Command modifier. [Bug 1232908] | dkf | 2007-11-01 | 2 | -19/+23 |
| | |||||
* | Fix [Bug 1386955] | dkf | 2007-11-01 | 3 | -4/+17 |
| | |||||
* | Improved description/comments so that people better understand what is being | dkf | 2007-10-31 | 2 | -2/+8 |
| | | | | validated, following suggestion from Don Porter. | ||||
* | D'uh, now make the code more idiomatic! | dkf | 2007-10-31 | 1 | -2/+2 |
| | |||||
* | Minor GOOBE boost on Unix and OSX | dkf | 2007-10-31 | 1 | -4/+3 |
| | |||||
* | Mark non-loadable images as such instead of throwing a nasty dialog, | dkf | 2007-10-31 | 2 | -3/+12 |
| | | | | following suggestion from Don Porter. | ||||
* | Improve Tk_PhotoPutBlock a bit more. Derived from [Patch 224066] | dkf | 2007-10-31 | 2 | -36/+67 |
| | |||||
* | BUGFIX: Unpost can be called with no preceding Post. | jenglish | 2007-10-31 | 2 | -2/+9 |
| | |||||
* | Use -fp:strict with msvc8 as -fp:precise fails on amd64 builds. Fix | patthoyts | 2007-10-31 | 4 | -17/+17 |
| | | | | | 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 | 2 | -6/+28 |
| | | | | conjunction with -mustexist. [Bug 1550528] | ||||
* | More documentation improvements | dkf | 2007-10-30 | 21 | -222/+230 |
| | |||||
* | * library/listbox.tcl (::tk::ListboxBeginSelect): ignore | hobbs | 2007-10-30 | 2 | -4/+7 |
| | | | | -takefocus when considering focus on <1>, it is for tab focus. | ||||
* | fix spelling of -inactiveselectbackground [Bug 1626415] | hobbs | 2007-10-30 | 2 | -4/+6 |
| | |||||
* | * generic/tk.h: Bump version number to 8.5b2.1 to distinguish | dgp | 2007-10-30 | 8 | -12/+23 |
| | | | | | | | | | | * 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 | 2 | -3/+6 |
| | |||||
* | use size -12 TkFixedFont (was -10) | hobbs | 2007-10-30 | 2 | -2/+6 |
| | |||||
* | Fix Arabic and Hebrew rendering on Windows. [Bug 1803723] | dkf | 2007-10-30 | 2 | -3/+8 |
| | |||||
* | Typo | dkf | 2007-10-30 | 1 | -9/+8 |
| | |||||
* | Rename enumermation for somewhat simpler-to-read code. [Bug 1677613] | dkf | 2007-10-30 | 2 | -3/+8 |
| | |||||
* | * generic/ttk/ttkWidget.c: Split up RedisplayWidget() | jenglish | 2007-10-30 | 4 | -87/+82 |
| | | | | | | | | | | | | | 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 | 2 | -13/+20 |
| | |||||
* | Clarify search subcommand docs. [Bug 1622919] | dkf | 2007-10-30 | 2 | -2/+7 |
| | |||||
* | Made maintenance easier by adding extra dependency information so that | dkf | 2007-10-30 | 1 | -1/+6 |
| | | | | the right version number gets embedded in key files. |