summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkIntDecls.h: regen with new genStubs.tcl.das2007-12-106-261/+295
| | | | | | | * generic/tkIntPlatDecls.h: [Tcl Bug 1834288] * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c:
* * generic/tk.decls: use new genstubs 'export' command todas2007-12-102-645/+426
| | | | | * generic/tkInt.decls: mark exported symbols not in stubs table [FR 1716117]; cleanup formatting.
* Ensure list of hidden commands is correct. [Bug 1847925]dkf2007-12-101-9/+14
|
* add inttypes.h #include (sync with tkUnixPort.h change of 2007-11-28)das2007-12-101-1/+4
|
* We must specify the lowest Windows version wepatthoyts2007-12-103-16/+48
| | | | | | | | | intend to support. In particular the SystemParametersInfo API doesn't like to receive structures that are larger than it expects which affects the font assignements. Set to Win98 support. Handle failure to read the system parameters. This causes ttk/fonts.tcl to set any missing named fonts.
* Only tkWin.h should include windows.h unless we have an explicit override ofpatthoyts2007-12-104-8/+8
| | | | the WINVER macro.
* Handle MSVC 9 (aka: Visual Studio 2008)patthoyts2007-12-102-4/+12
|
* Update for 'unload' as a safe command (tcl 8.5b3+)patthoyts2007-12-102-3/+7
|
* document OSX [wm attr -notify]das2007-12-101-1/+4
|
* regendkf2007-12-091-1/+1
|
* Fix suite of small problems that prevented a build from working for me.dkf2007-12-093-16/+48
|
* s/style/ttk::style/jenglish2007-12-083-63/+66
|
* * unix/README: Mention the stub library created by `make` and warndgp2007-12-072-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 textjenglish2007-12-062-2/+8
| | | | when combobox is wider than requested [Bug 1845164].
* line endingsdgp2007-12-061-76/+76
|
* * library/demos/widget: reduce start size to 70% of screenheighthobbs2007-12-052-2/+5
| | | | from sh-200 for a more reasonable size.
* * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr andhobbs2007-12-056-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)hobbs2007-12-054-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 -lole32hobbs2007-12-053-2/+9
| | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
* * doc/ttk_style.n: Remove nonsense about "this manpage hasjenglish2007-12-052-6/+8
| | | | not yet been written"; everything supported is documented.
* Added Danish to list of locales.dkf2007-12-051-2/+2
|
* Correct errors in language specifiersdkf2007-12-051-75/+75
|
* Added missing messages. [Patch 1800744]dkf2007-12-042-74/+78
|
* Added Danish message catalog. [Patch 1844143]dkf2007-12-042-34/+116
|
* * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.libhobbs2007-12-033-14/+17
| | | | (LIBS): add ws2_32.lib for static builds with Tcl.
* Improved macrology for statically-initialized layout template tables.jenglish2007-12-0211-167/+169
|
* Internal Ttk_Manager API updates (missed from 2007-11-25 commit)jenglish2007-12-022-19/+24
|
* * unix/tkUnixPort.h: When unix/configure determines whether thedgp2007-11-282-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 tcltestpatthoyts2007-11-281-3/+3
|
* * generic/tkImgPPM.c (StringReadPPM): Corrected a comparisonKevin B Kenny2007-11-263-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 coupleKevin B Kenny2007-11-263-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];jenglish2007-11-259-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 argspatthoyts2007-11-251-3/+3
|
* General improvements to Unix READMEdkf2007-11-232-24/+45
|
* Improve theming of Unix dialogsdkf2007-11-213-7/+14
|
* autoconf-2.59core_8_5_b3das2007-11-191-6/+6
|
* missing contributor namesdas2007-11-191-13/+14
|
* formattingdas2007-11-191-6/+2
|
* Fixed crash bug in style element createpatthoyts2007-11-193-2/+20
|
* tag 8.5b3dgp2007-11-191-0/+2
|
* * README: Bump version number to 8.5b3.dgp2007-11-199-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.dgp2007-11-192-2/+20
|
* aqua changes for 8.5b3das2007-11-191-2/+18
|
* formattingdas2007-11-191-28/+22
|
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish2007-11-196-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 labelsjenglish2007-11-1810-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 garbagejenglish2007-11-182-1/+8
| | | | when passed an empty list.
* ttkMacOSXTheme.c: Resynchronize with Tile codebasejenglish2007-11-183-44/+60
| | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed.
* autoconf-2.59das2007-11-181-18/+18
|
* whitespace & order (sync with tclconfig/tcl.m4)das2007-11-181-7/+8
|