summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * changes: Updates for 8.5.1 release.dgp2008-01-252-1/+15
|
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish2008-01-082-34/+42
| | | | [Bug 1867122].
* Add tristate support to checkbuttons and radiobuttons [Bug 1865898].jenglish2008-01-082-54/+59
| | | | Fix check and radio indicator size [Bug 1679067].
* (oops. Missed a spot.)jenglish2008-01-061-11/+1
|
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-063-10/+12
| | | | Removed now-unnecessary initial ConfigureNotify processing.
* Fix MouseWheel bindings for ttk::treeview widgetjenglish2008-01-064-100/+149
| | | | (Fixes #1442006, #1821939, #1862692)
* * generic/tk.h: Bump version number to 8.5.1b1 to distinguishdgp2008-01-029-16/+27
| | | | | | | | | | * library/tk.tcl: CVS development snapshots from the 8.5.0 and * unix/configure.in: 8.5.1 releases. * unix/tk.spec: * win/configure.in: * unix/configure: autoconf (2.59) * win/configure:
* Document canvas current item/clipping behaviour more precisely. [Bug 1774593]dkf2007-12-302-16/+46
|
* Fix [Bug 1860802]dkf2007-12-302-103/+115
|
* advance core-8-5-0 release tagcore_8_5_0dgp2007-12-171-2/+2
|
* update release datedgp2007-12-171-2/+2
|
* Documented -outlineoffset item option. [Bug 1836621]dkf2007-12-172-1/+19
|
* fix building on Pantherdas2007-12-151-1/+3
|
* * changes: More updates for 8.5.0 release.dgp2007-12-142-1/+8
|
* Fix typo [Bug 1850713].jenglish2007-12-142-2/+6
|
* Add in missing function definitions to support plain MSVC6 and usepatthoyts2007-12-145-35/+65
| | | | | INT_PTR rather than LONG_PTR which isn'tr defined in the msvc6 headers.
* Support compilation with MSVC9 on AMD64patthoyts2007-12-143-2/+15
|
* * generic/tkMenubutton.c (ConfigureMenuButton): trace thehobbs2007-12-133-10/+15
| | | | -textvariable even if an image exists as it may use -compound.
* merge stable branch onto HEADdgp2007-12-13417-443/+462
|
* * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag):hobbs2007-12-133-41/+92
| | | | | | | * 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]
* fix typos in commentshobbs2007-12-131-4/+4
|
* * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26das2007-12-125-35/+154
| | | | | | | | | | | | | 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.jenglish2007-12-126-38/+44
|
* * changes: Updated for 8.5.0 release.dgp2007-12-122-1/+20
|
* * generic/ttk/ttkTheme.c(StyleElementOptionsCmd):jenglish2007-12-122-9/+14
| | | | 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 thedkf2007-12-113-11/+36
| | | | linePtr field is valid for the insertion phase. [Bug 1602537]
* Clarify docs to note that [event info] isn't clairvoyant.dkf2007-12-102-8/+20
|
* Various markup fixesjenglish2007-12-1010-31/+30
| | | | (mostly: missing quotes on .SH arguments, extraneous .PPs)
* Remove extra .BEs that got added by mistake somewhere.jenglish2007-12-104-10/+7
|
* * 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
|