Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * generic/tkIntDecls.h: regen with new genStubs.tcl. | das | 2007-12-10 | 1 | -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.uk | 2007-12-10 | 1 | -9/+14 |
| | |||||
* | We must specify the lowest Windows version we | patthoyts@users.sourceforge.net | 2007-12-10 | 1 | -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 of | patthoyts@users.sourceforge.net | 2007-12-10 | 1 | -0/+4 |
| | | | | the WINVER macro. | ||||
* | Handle MSVC 9 (aka: Visual Studio 2008) | patthoyts@users.sourceforge.net | 2007-12-10 | 1 | -0/+2 |
| | |||||
* | Update for 'unload' as a safe command (tcl 8.5b3+) | patthoyts@users.sourceforge.net | 2007-12-10 | 1 | -0/+4 |
| | |||||
* | Fix suite of small problems that prevented a build from working for me. | donal.k.fellows@manchester.ac.uk | 2007-12-09 | 1 | -13/+21 |
| | |||||
* | s/style/ttk::style/ | jenglish@flightlab.com | 2007-12-08 | 1 | -0/+5 |
| | |||||
* | * unix/README: Mention the stub library created by `make` and warn | dgp@users.sourceforge.net | 2007-12-07 | 1 | -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 text | jenglish@flightlab.com | 2007-12-06 | 1 | -0/+6 |
| | | | | when combobox is wider than requested [Bug 1845164]. | ||||
* | * library/demos/widget: reduce start size to 70% of screenheight | hobbs | 2007-12-05 | 1 | -0/+3 |
| | | | | from sh-200 for a more reasonable size. | ||||
* | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr and | hobbs | 2007-12-05 | 1 | -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) | hobbs | 2007-12-05 | 1 | -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 -lole32 | hobbs | 2007-12-05 | 1 | -0/+5 |
| | | | | -loleaut32 but not msvc for Tk's [send]. [Bug 1844749] | ||||
* | * doc/ttk_style.n: Remove nonsense about "this manpage has | jenglish@flightlab.com | 2007-12-05 | 1 | -0/+5 |
| | | | | not yet been written"; everything supported is documented. | ||||
* | Added missing messages. [Patch 1800744] | donal.k.fellows@manchester.ac.uk | 2007-12-04 | 1 | -0/+2 |
| | |||||
* | Added Danish message catalog. [Patch 1844143] | donal.k.fellows@manchester.ac.uk | 2007-12-04 | 1 | -34/+39 |
| | |||||
* | * win/configure, win/tcl.m4 (LIBS_GUI): remove ole32.lib oleaut32.lib | hobbs | 2007-12-03 | 1 | -0/+5 |
| | | | | (LIBS): add ws2_32.lib for static builds with Tcl. | ||||
* | Improved macrology for statically-initialized layout template tables. | jenglish@flightlab.com | 2007-12-02 | 1 | -0/+9 |
| | |||||
* | * unix/tkUnixPort.h: When unix/configure determines whether the | dgp@users.sourceforge.net | 2007-11-28 | 1 | -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 comparison | Kevin B Kenny | 2007-11-26 | 1 | -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 couple | Kevin B Kenny | 2007-11-26 | 1 | -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.com | 2007-11-25 | 1 | -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 README | donal.k.fellows@manchester.ac.uk | 2007-11-23 | 1 | -0/+4 |
| | |||||
* | Improve theming of Unix dialogs | donal.k.fellows@manchester.ac.uk | 2007-11-21 | 1 | -0/+4 |
| | |||||
* | formatting | das | 2007-11-19 | 1 | -6/+2 |
| | |||||
* | Fixed crash bug in style element create | patthoyts@users.sourceforge.net | 2007-11-19 | 1 | -0/+5 |
| | |||||
* | tag 8.5b3 | dgp@users.sourceforge.net | 2007-11-19 | 1 | -0/+2 |
| | |||||
* | * README: Bump version number to 8.5b3. | dgp@users.sourceforge.net | 2007-11-19 | 1 | -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.net | 2007-11-19 | 1 | -0/+4 |
| | |||||
* | formatting | das | 2007-11-19 | 1 | -28/+22 |
| | |||||
* | * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: | jenglish@flightlab.com | 2007-11-19 | 1 | -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 labels | jenglish@flightlab.com | 2007-11-18 | 1 | -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 garbage | jenglish@flightlab.com | 2007-11-18 | 1 | -0/+6 |
| | | | | when passed an empty list. | ||||
* | ttkMacOSXTheme.c: Resynchronize with Tile codebase | jenglish@flightlab.com | 2007-11-18 | 1 | -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 for | patthoyts@users.sourceforge.net | 2007-11-18 | 1 | -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.net | 2007-11-17 | 1 | -0/+4 |
| | |||||
* | Forgot the changelog | patthoyts@users.sourceforge.net | 2007-11-17 | 1 | -0/+6 |
| | |||||
* | Swap in core scrollbars for [ttk::scrollbar]s on OSX. | jenglish@flightlab.com | 2007-11-17 | 1 | -0/+5 |
| | |||||
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Correct an | cc_benny | 2007-11-16 | 1 | -0/+5 |
| | | | | oversight in the bug fix from 2007-11-11. [Bug 1824638] | ||||
* | * macosx/Wish.xcodeproj/project.pbxproj: add new chanio.test. | das | 2007-11-15 | 1 | -1/+6 |
| | | | | * macosx/Wish.xcode/project.pbxproj: | ||||
* | The Swedish message catalog should be for Swedish... [Bug 1831803] | donal.k.fellows@manchester.ac.uk | 2007-11-14 | 1 | -0/+5 |
| | |||||
* | * macosx/tkMacOSXFont.c (TkpMeasureCharsInContext): Fix the | cc_benny | 2007-11-11 | 1 | -0/+6 |
| | | | | | case when TK_WHOLE_WORDS and TK_AT_LEAST_ONE are both set and maxLength is small. [Bug #1824638] | ||||
* | typo | das | 2007-11-09 | 1 | -1/+1 |
| | |||||
* | * macosx/tkMacOSXButton.c: sync formatting, whitespace, copyright | das | 2007-11-09 | 1 | -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: | ||||
* | formatting | das | 2007-11-08 | 1 | -9/+7 |
| | |||||
* | * macosx/tkMacOSXCarbonEvents.c | das | 2007-11-08 | 1 | -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 padding | jenglish@flightlab.com | 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 | akupries@shaw.ca | 2007-11-06 | 1 | -0/+5 |
| | | | | section per suggestions by Donal. | ||||
* | * library/ttk/combobox.tcl: Set focus to listbox in <Map> binding | jenglish@flightlab.com | 2007-11-06 | 1 | -0/+5 |
| | | | | instead of in Post command (see #1349811 for info). |