Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for 'unload' as a safe command (tcl 8.5b3+) | patthoyts | 2007-12-10 | 2 | -3/+7 |
| | |||||
* | document OSX [wm attr -notify] | das | 2007-12-10 | 1 | -1/+4 |
| | |||||
* | regen | dkf | 2007-12-09 | 1 | -1/+1 |
| | |||||
* | Fix suite of small problems that prevented a build from working for me. | dkf | 2007-12-09 | 3 | -16/+48 |
| | |||||
* | s/style/ttk::style/ | jenglish | 2007-12-08 | 3 | -63/+66 |
| | |||||
* | * unix/README: Mention the stub library created by `make` and warn | dgp | 2007-12-07 | 2 | -18/+21 |
| | | | | | about the effect of embedded paths in the installed binaries. Thanks to Larry Virden. [Tcl Bug 1794084] | ||||
* | Fix TCombobox layout on OSX so as not to truncate long text | jenglish | 2007-12-06 | 2 | -2/+8 |
| | | | | when combobox is wider than requested [Bug 1845164]. | ||||
* | line endings | dgp | 2007-12-06 | 1 | -76/+76 |
| | |||||
* | * library/demos/widget: reduce start size to 70% of screenheight | hobbs | 2007-12-05 | 2 | -2/+5 |
| | | | | from sh-200 for a more reasonable size. | ||||
* | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and | hobbs | 2007-12-05 | 6 | -77/+9 |
| | | | | | * win/tkWinScrlbr.c, win/tkWinWm.c: GetWindowLongPtr only. * win/ttkWinMonitor.c: | ||||
* | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now) | hobbs | 2007-12-05 | 4 | -84/+36 |
| | | | | | | | * win/tkWinX.c: and simplify WNDCLASS to one style. * win/tkWinWm.c: Reduce wrapper update for exStyle to toolwindow change only and set WS_EX_LAYERED as sticky (once set on a window, do not remove it) to reduce alpha transition flicker. | ||||
* | * win/configure, win/tcl.m4 (LIBS_GUI): mingw needs -lole32 | hobbs | 2007-12-05 | 3 | -2/+9 |
| | | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749] | ||||
* | * doc/ttk_style.n: Remove nonsense about "this manpage has | jenglish | 2007-12-05 | 2 | -6/+8 |
| | | | | not yet been written"; everything supported is documented. | ||||
* | Added Danish to list of locales. | dkf | 2007-12-05 | 1 | -2/+2 |
| | |||||
* | Correct errors in language specifiers | dkf | 2007-12-05 | 1 | -75/+75 |
| | |||||
* | Added missing messages. [Patch 1800744] | dkf | 2007-12-04 | 2 | -74/+78 |
| | |||||
* | Added Danish message catalog. [Patch 1844143] | dkf | 2007-12-04 | 2 | -34/+116 |
| | |||||
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib | hobbs | 2007-12-03 | 3 | -14/+17 |
| | | | | (LIBS): add ws2_32.lib for static builds with Tcl. | ||||
* | Improved macrology for statically-initialized layout template tables. | jenglish | 2007-12-02 | 11 | -167/+169 |
| | |||||
* | Internal Ttk_Manager API updates (missed from 2007-11-25 commit) | jenglish | 2007-12-02 | 2 | -19/+24 |
| | |||||
* | * unix/tkUnixPort.h: When unix/configure determines whether the | dgp | 2007-11-28 | 2 | -1/+10 |
| | | | | | intptr_t type is available, it has the <inttypes.h> header present. It's only fair that we let Tk have it too. | ||||
* | (bug 1835052) Fix tidy target to remove tktest rather than tcltest | patthoyts | 2007-11-28 | 1 | -3/+3 |
| | |||||
* | * generic/tkImgPPM.c (StringReadPPM): Corrected a comparison | Kevin B Kenny | 2007-11-26 | 3 | -5/+23 |
| | | | | | | | whose sense was reversed that resulted in reading beyond the end of the input buffer on malformed PPM data. [Bug #1822391] * tests/imgPPM.test (imgPPM-4.1): Added test case that exercises [Bug #1822391]. | ||||
* | * library/tkfbox.tcl (VerifyFileName): Corrected a couple | Kevin B Kenny | 2007-11-26 | 3 | -5/+78 |
| | | | | | | | | of typos in handling of bad file names. [Bug #1822076] * tests/filebox.test (filebox-7.1, filebox-7.2): Added test cases that exercise the above bug. Thanks to Christoph Bauer (fridolin@users.sf.net) for the patch. | ||||
* | Internal Ttk_Manager API updates; Fixed [Bug 1343984]; | jenglish | 2007-11-25 | 9 | -103/+258 |
| | | | | | | Added [$nb hide] method; [$nb add] on already-managed windows no longer throws an error, can be used to re-add a hidden tab. Updated docs and test suite. | ||||
* | Improved the tests for ttk::style element create args | patthoyts | 2007-11-25 | 1 | -3/+3 |
| | |||||
* | General improvements to Unix README | dkf | 2007-11-23 | 2 | -24/+45 |
| | |||||
* | Improve theming of Unix dialogs | dkf | 2007-11-21 | 3 | -7/+14 |
| | |||||
* | autoconf-2.59core_8_5_b3 | das | 2007-11-19 | 1 | -6/+6 |
| | |||||
* | missing contributor names | das | 2007-11-19 | 1 | -13/+14 |
| | |||||
* | formatting | das | 2007-11-19 | 1 | -6/+2 |
| | |||||
* | Fixed crash bug in style element create | patthoyts | 2007-11-19 | 3 | -2/+20 |
| | |||||
* | tag 8.5b3 | dgp | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | * README: Bump version number to 8.5b3. | dgp | 2007-11-19 | 9 | -21/+31 |
| | | | | | | | | | | | * generic/tk.h: * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure: | ||||
* | * changes: Update changes for 8.5b3 release. | dgp | 2007-11-19 | 2 | -2/+20 |
| | |||||
* | aqua changes for 8.5b3 | das | 2007-11-19 | 1 | -2/+18 |
| | |||||
* | formatting | das | 2007-11-19 | 1 | -28/+22 |
| | |||||
* | * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: | jenglish | 2007-11-19 | 6 | -182/+134 |
| | | | | | | | | | | | | Add "fill" element: like "background" but only erases parcel. * generic/ttk/ttkFrame.c: Use fill element in Labelframe Label sublayout. Also improved default labelmargins for -labelanchor w*, e*. * generic/ttk/ttkLabel.c: no longer need Labelframe hack. * library/ttk/aquaTheme.tcl: ImageTextElement no longer needed. TextElement no longer needs '-background' option. | ||||
* | * generic/ttk/ttkFrame.c: Use sublayout for ttk::labelframe labels | jenglish | 2007-11-18 | 10 | -64/+100 |
| | | | | | | | | instead of single element. * generic/ttk/ttkLabel.c: Default -anchor for text and label elements is now "w" instead of "center". Fixes [Bug 1614540]. * library/ttk/defaults.tcl, library/ttk/*Theme.tcl: Button styles now need explicit "-anchor center". | ||||
* | BUGFIX: Ttk_GetPaddingFromObj() and Ttk_GetBorderFromObj() returned garbage | jenglish | 2007-11-18 | 2 | -1/+8 |
| | | | | when passed an empty list. | ||||
* | ttkMacOSXTheme.c: Resynchronize with Tile codebase | jenglish | 2007-11-18 | 3 | -44/+60 |
| | | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed. | ||||
* | autoconf-2.59 | das | 2007-11-18 | 1 | -18/+18 |
| | |||||
* | whitespace & order (sync with tclconfig/tcl.m4) | das | 2007-11-18 | 1 | -7/+8 |
| | |||||
* | * win/ttkWinXPTheme.c: Add support for size information flags for | patthoyts | 2007-11-18 | 2 | -13/+62 |
| | | | | | scrollbar and combobox buttons. This handles tile patches 1596647 and 1596657 but a bit more generically. | ||||
* | Tidy up some variable types. | patthoyts | 2007-11-17 | 11 | -25/+33 |
| | |||||
* | Minor reshuffle for clarity | patthoyts | 2007-11-17 | 1 | -5/+5 |
| | |||||
* | Fix the environment to run only our built version | patthoyts | 2007-11-17 | 1 | -21/+42 |
| | |||||
* | Forgot the changelog | patthoyts | 2007-11-17 | 1 | -0/+6 |
| | |||||
* | Only check for -displayof if there are sufficient arguments. This permits ↵ | patthoyts | 2007-11-17 | 2 | -8/+19 |
| | | | | checking strings like -d. | ||||
* | Add mandatory 8.5-isms. | jenglish | 2007-11-17 | 1 | -3/+3 |
| |