summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Arrange to deliver <<ComboboxSelected>> event after listbox is unposted,jenglish2008-02-234-6/+34
| | | | as intended [Bug 1890211]. Clarified documentation.
* Don't enforce minimum sash thickness of 5 pixels, just use 5 as a defaultjenglish2008-02-232-9/+9
| | | | [FR 1898288]
* Document missing configure options.dkf2008-02-142-117/+126
|
* Added basic documentation for ttk::scale. [Bug 1881925]dkf2008-02-062-0/+106
|
* Correct security bug ID.core_8_5_1dgp2008-02-042-4/+4
|
* *** 8.5.1 TAGGED FOR RELEASE ***dgp2008-02-048-14/+25
| | | | | | | | | | | * generic/tk.h: Bump to 8.5.1 for release. * library/tk.tcl: * unix/configure.in: * unix/tk.spec: * win/configure.in: * unix/configure: autoconf-2.59 * win/configure:
* move tagdgp2008-02-041-2/+2
|
* Minor documentation improvementsdkf2008-02-043-17/+19
|
* * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listingdas2008-02-024-15/+34
| | | | | | | | | * unix/configure.in (Darwin): all library/msgs locales. * unix/configure.in (Darwin): correct Info.plist year substitution in non-framework builds. * unix/configure: autoconf-2.59
* * changes: Updates for 8.5.1 release.dgp2008-02-012-2/+16
|
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-013-2/+54
| | | | * tests/imgPhoto.test: Added a test for the above.
* * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label inhobbs2008-01-312-2/+6
| | | | low depth/aqua fallback, as it doesn't support -bitmap.
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULLhobbs2008-01-312-2/+7
| | | | when -title isn't set. [Bug #1881892]
* Fix -height and -width options.dkf2008-01-312-4/+16
|
* Improve formattingdkf2008-01-301-38/+36
|
* Fix erroneous listing of "standard" options. [Bug 1882495]dkf2008-01-304-34/+29
|
* Minor bug fixdkf2008-01-301-3/+3
|
* library/treeview.tcl: Fix bug in Shift-ButtonPress-1 bindingjenglish2008-01-302-2/+7
| | | | (error if no current focus item; reported on c.l.t.)
* Adjusted handling of the standard options part of the Ttk manual pages sodkf2008-01-2917-62/+80
| | | | that they are documented in the correct location. [Bug 1876493]
* Re-fix strict-aliasing warnings reintroduced by last patch.jenglish2008-01-282-24/+20
|
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-282-2/+10
|
* Fix [Bug 835848].jenglish2008-01-272-9/+24
| | | | Use FcTypeDouble for XFT_SIZE attribute.
* Merged common code from InitFont() and TkpGetFontAttrsForChar(),jenglish2008-01-271-113/+86
| | | | | | | factored into GetTkFontAttributes() and GetTkFontMetrics(). Removed write-only struct UnixFtFont member 'drawable'. Removed unneeded double-pointer indirections. Ensure that TkFontAttributes.family member is a Tk_Uid as specified.
* * 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
|