Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge stable branch onto HEAD | dgp@users.sourceforge.net | 2007-12-13 | 1 | -3/+22 |
| | |||||
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 1 | -0/+8 |
| | | | | | | | * tests/text.test (text-25.10.1,25.11.[12]): Don't require [update idle] to trigger Modified event [Bug 1809538] Modified virtual event should only fire on state change [Bug 1799782] Make sure we delete chars before triggering <<Modified>> [Bug 1737288] | ||||
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-12 | 1 | -0/+14 |
| | | | | | | | | | | | | | change to window class of transient toplevels that are not also overrideredirect. [Bug 1845899] * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Implement more * macosx/tkMacOSXMouseEvent.c (BringWindowForward): X11-like transient * macosx/tkMacOSXSubwindows.c (XDestroyWindow): behaviour by adding transient windows to a window group owned by the master window, this ensures transients always remain in front of and are collapsed with the master; bring master to front when selecting transient windows; restore default window group of transients if master destroyed. [Bug 1845899] | ||||
* | Various minor updates to ttk_* manpages. | jenglish@flightlab.com | 2007-12-12 | 1 | -0/+5 |
| | |||||
* | * changes: Updated for 8.5.0 release. | dgp@users.sourceforge.net | 2007-12-12 | 1 | -0/+5 |
| | |||||
* | * generic/ttk/ttkTheme.c(StyleElementOptionsCmd): | jenglish@flightlab.com | 2007-12-12 | 1 | -0/+5 |
| | | | | Use Ttk_GetElement() to find element instead of direct hash table access. | ||||
* | Added code to rebuild the from index after the deletion phase so that the | donal.k.fellows@manchester.ac.uk | 2007-12-11 | 1 | -0/+6 |
| | | | | linePtr field is valid for the insertion phase. [Bug 1602537] | ||||
* | Clarify docs to note that [event info] isn't clairvoyant. | donal.k.fellows@manchester.ac.uk | 2007-12-10 | 1 | -7/+14 |
| | |||||
* | Various markup fixes | jenglish@flightlab.com | 2007-12-10 | 1 | -0/+11 |
| | | | | (mostly: missing quotes on .SH arguments, extraneous .PPs) | ||||
* | * 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: |