summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkIntDecls.h: regen with new genStubs.tcl.das2007-12-101-0/+12
| | | | | | | * generic/tkIntPlatDecls.h: [Tcl Bug 1834288] * generic/tkIntXlibDecls.h: * generic/tkPlatDecls.h: * generic/tkStubInit.c:
* Ensure list of hidden commands is correct. [Bug 1847925]donal.k.fellows@manchester.ac.uk2007-12-101-9/+14
|
* We must specify the lowest Windows version wepatthoyts@users.sourceforge.net2007-12-101-0/+8
| | | | | | | | | 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 ofpatthoyts@users.sourceforge.net2007-12-101-0/+4
| | | | the WINVER macro.
* Handle MSVC 9 (aka: Visual Studio 2008)patthoyts@users.sourceforge.net2007-12-101-0/+2
|
* Update for 'unload' as a safe command (tcl 8.5b3+)patthoyts@users.sourceforge.net2007-12-101-0/+4
|
* Fix suite of small problems that prevented a build from working for me.donal.k.fellows@manchester.ac.uk2007-12-091-13/+21
|
* s/style/ttk::style/jenglish@flightlab.com2007-12-081-0/+5
|
* * unix/README: Mention the stub library created by `make` and warndgp@users.sourceforge.net2007-12-071-0/+6
| | | | | 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 textjenglish@flightlab.com2007-12-061-0/+6
| | | | when combobox is wider than requested [Bug 1845164].
* * library/demos/widget: reduce start size to 70% of screenheighthobbs2007-12-051-0/+3
| | | | from sh-200 for a more reasonable size.
* * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr andhobbs2007-12-051-0/+4
| | | | | * 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-051-0/+6
| | | | | | | * 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-051-0/+5
| | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749]
* * doc/ttk_style.n: Remove nonsense about "this manpage hasjenglish@flightlab.com2007-12-051-0/+5
| | | | not yet been written"; everything supported is documented.
* Added missing messages. [Patch 1800744]donal.k.fellows@manchester.ac.uk2007-12-041-0/+2
|
* Added Danish message catalog. [Patch 1844143]donal.k.fellows@manchester.ac.uk2007-12-041-34/+39
|
* * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.libhobbs2007-12-031-0/+5
| | | | (LIBS): add ws2_32.lib for static builds with Tcl.
* Improved macrology for statically-initialized layout template tables.jenglish@flightlab.com2007-12-021-0/+9
|
* * unix/tkUnixPort.h: When unix/configure determines whether thedgp@users.sourceforge.net2007-11-281-0/+6
| | | | | intptr_t type is available, it has the <inttypes.h> header present. It's only fair that we let Tk have it too.
* * generic/tkImgPPM.c (StringReadPPM): Corrected a comparisonKevin B Kenny2007-11-261-2/+7
| | | | | | | 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-261-0/+9
| | | | | | | | 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@flightlab.com2007-11-251-0/+12
| | | | | | 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.
* General improvements to Unix READMEdonal.k.fellows@manchester.ac.uk2007-11-231-0/+4
|
* Improve theming of Unix dialogsdonal.k.fellows@manchester.ac.uk2007-11-211-0/+4
|
* formattingdas2007-11-191-6/+2
|
* Fixed crash bug in style element createpatthoyts@users.sourceforge.net2007-11-191-0/+5
|
* tag 8.5b3dgp@users.sourceforge.net2007-11-191-0/+2
|
* * README: Bump version number to 8.5b3.dgp@users.sourceforge.net2007-11-191-0/+10
| | | | | | | | | | | * 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@users.sourceforge.net2007-11-191-0/+4
|
* formattingdas2007-11-191-28/+22
|
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish@flightlab.com2007-11-191-0/+13
| | | | | | | | | | | | 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 labelsjenglish@flightlab.com2007-11-181-0/+11
| | | | | | | | 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 garbagejenglish@flightlab.com2007-11-181-0/+6
| | | | when passed an empty list.
* ttkMacOSXTheme.c: Resynchronize with Tile codebasejenglish@flightlab.com2007-11-181-0/+7
| | | | | so that patches can flow back and forth. aquaTheme.tcl: Extra TButton -padding no longer needed.
* * win/ttkWinXPTheme.c: Add support for size information flags forpatthoyts@users.sourceforge.net2007-11-181-0/+6
| | | | | scrollbar and combobox buttons. This handles tile patches 1596647 and 1596657 but a bit more generically.
* Tidy up some variable types.patthoyts@users.sourceforge.net2007-11-171-0/+4
|
* Forgot the changelogpatthoyts@users.sourceforge.net2007-11-171-0/+6
|
* Swap in core scrollbars for [ttk::scrollbar]s on OSX.jenglish@flightlab.com2007-11-171-0/+5
|
* * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct ancc_benny2007-11-161-0/+5
| | | | oversight in the bug fix from 2007-11-11. [Bug 1824638]
* * macosx/Wish.xcodeproj/project.pbxproj: add new chanio.test.das2007-11-151-1/+6
| | | | * macosx/Wish.xcode/project.pbxproj:
* The Swedish message catalog should be for Swedish... [Bug 1831803]donal.k.fellows@manchester.ac.uk2007-11-141-0/+5
|
* * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix thecc_benny2007-11-111-0/+6
| | | | | case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. [Bug #1824638]
* typodas2007-11-091-1/+1
|
* * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyrightdas2007-11-091-0/+12
| | | | | | | | | | * macosx/tkMacOSXDialog.c: with core-8-4-branch. * macosx/tkMacOSXMenus.c: * macosx/tkMacOSXWm.c: * xlib/xgc.c * library/bgerror.tcl: * library/console.tcl: * library/menu.tcl:
* formattingdas2007-11-081-9/+7
|
* * macosx/tkMacOSXCarbonEvents.cdas2007-11-081-0/+55
| | | | | | | | | | | | (InstallStandardApplicationEventHandler): on Mac OS X Leopard, replace the 2005-11-27 approach of installing the standard application handler by calling RAEL and immediately longjmping out of it from an event handler, as that now leads to crashes in -[NSView unlockFocus] whenever HIToolbox uses Cocoa in Leopard (Help menu, Nav Services, Color Picker). Instead call InstallStandardEventHandler() on the application and menubar event targets, as Leopard ISEH finally handles these correctly. Unfortunately need a HIToolbox-internal SPI to retrieve the menubar event target, no public API appears have that functionality.
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish@flightlab.com2007-11-081-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 alsoakupries@shaw.ca2007-11-061-0/+5
| | | | section per suggestions by Donal.
* * library/ttk/combobox.tcl: Set focus to listbox in <Map> bindingjenglish@flightlab.com2007-11-061-0/+5
| | | | instead of in Post command (see #1349811 for info).