Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() | das | 2008-02-27 | 2 | -12/+31 |
| | | | | API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. | ||||
* | Arrange to deliver <<ComboboxSelected>> event after listbox is unposted, | jenglish | 2008-02-23 | 4 | -6/+34 |
| | | | | as intended [Bug 1890211]. Clarified documentation. | ||||
* | Don't enforce minimum sash thickness of 5 pixels, just use 5 as a default | jenglish | 2008-02-23 | 2 | -9/+9 |
| | | | | [FR 1898288] | ||||
* | Document missing configure options. | dkf | 2008-02-14 | 2 | -117/+126 |
| | |||||
* | Added basic documentation for ttk::scale. [Bug 1881925] | dkf | 2008-02-06 | 2 | -0/+106 |
| | |||||
* | Correct security bug ID.core_8_5_1 | dgp | 2008-02-04 | 2 | -4/+4 |
| | |||||
* | *** 8.5.1 TAGGED FOR RELEASE *** | dgp | 2008-02-04 | 8 | -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 tag | dgp | 2008-02-04 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements | dkf | 2008-02-04 | 3 | -17/+19 |
| | |||||
* | * macosx/Wish-Info.plist.in: add CFBundleLocalizations key, listing | das | 2008-02-02 | 4 | -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. | dgp | 2008-02-01 | 2 | -2/+16 |
| | |||||
* | * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484). | rmax | 2008-02-01 | 3 | -2/+54 |
| | | | | * tests/imgPhoto.test: Added a test for the above. | ||||
* | * library/msgbox.tcl (::tk::MessageBox): don't use ttk::label in | hobbs | 2008-01-31 | 2 | -2/+6 |
| | | | | low depth/aqua fallback, as it doesn't support -bitmap. | ||||
* | * win/tkWinDialog.c (Tk_MessageBoxObjCmd): pass "" instead of NULL | hobbs | 2008-01-31 | 2 | -2/+7 |
| | | | | when -title isn't set. [Bug #1881892] | ||||
* | Fix -height and -width options. | dkf | 2008-01-31 | 2 | -4/+16 |
| | |||||
* | Improve formatting | dkf | 2008-01-30 | 1 | -38/+36 |
| | |||||
* | Fix erroneous listing of "standard" options. [Bug 1882495] | dkf | 2008-01-30 | 4 | -34/+29 |
| | |||||
* | Minor bug fix | dkf | 2008-01-30 | 1 | -3/+3 |
| | |||||
* | library/treeview.tcl: Fix bug in Shift-ButtonPress-1 binding | jenglish | 2008-01-30 | 2 | -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 so | dkf | 2008-01-29 | 17 | -62/+80 |
| | | | | that they are documented in the correct location. [Bug 1876493] | ||||
* | Re-fix strict-aliasing warnings reintroduced by last patch. | jenglish | 2008-01-28 | 2 | -24/+20 |
| | |||||
* | Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298]. | jenglish | 2008-01-28 | 2 | -2/+10 |
| | |||||
* | Fix [Bug 835848]. | jenglish | 2008-01-27 | 2 | -9/+24 |
| | | | | Use FcTypeDouble for XFT_SIZE attribute. | ||||
* | Merged common code from InitFont() and TkpGetFontAttrsForChar(), | jenglish | 2008-01-27 | 1 | -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. | dgp | 2008-01-25 | 2 | -1/+15 |
| | |||||
* | BUGFIX: fix crash in [ttk::labelframe] when -style option specified | jenglish | 2008-01-08 | 2 | -34/+42 |
| | | | | [Bug 1867122]. | ||||
* | Add tristate support to checkbuttons and radiobuttons [Bug 1865898]. | jenglish | 2008-01-08 | 2 | -54/+59 |
| | | | | Fix check and radio indicator size [Bug 1679067]. | ||||
* | (oops. Missed a spot.) | jenglish | 2008-01-06 | 1 | -11/+1 |
| | |||||
* | Call Tk_MakeWindowExist() in widget constructor. | jenglish | 2008-01-06 | 3 | -10/+12 |
| | | | | Removed now-unnecessary initial ConfigureNotify processing. | ||||
* | Fix MouseWheel bindings for ttk::treeview widget | jenglish | 2008-01-06 | 4 | -100/+149 |
| | | | | (Fixes #1442006, #1821939, #1862692) | ||||
* | * generic/tk.h: Bump version number to 8.5.1b1 to distinguish | dgp | 2008-01-02 | 9 | -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] | dkf | 2007-12-30 | 2 | -16/+46 |
| | |||||
* | Fix [Bug 1860802] | dkf | 2007-12-30 | 2 | -103/+115 |
| | |||||
* | advance core-8-5-0 release tagcore_8_5_0 | dgp | 2007-12-17 | 1 | -2/+2 |
| | |||||
* | update release date | dgp | 2007-12-17 | 1 | -2/+2 |
| | |||||
* | Documented -outlineoffset item option. [Bug 1836621] | dkf | 2007-12-17 | 2 | -1/+19 |
| | |||||
* | fix building on Panther | das | 2007-12-15 | 1 | -1/+3 |
| | |||||
* | * changes: More updates for 8.5.0 release. | dgp | 2007-12-14 | 2 | -1/+8 |
| | |||||
* | Fix typo [Bug 1850713]. | jenglish | 2007-12-14 | 2 | -2/+6 |
| | |||||
* | Add in missing function definitions to support plain MSVC6 and use | patthoyts | 2007-12-14 | 5 | -35/+65 |
| | | | | | INT_PTR rather than LONG_PTR which isn'tr defined in the msvc6 headers. | ||||
* | Support compilation with MSVC9 on AMD64 | patthoyts | 2007-12-14 | 3 | -2/+15 |
| | |||||
* | * generic/tkMenubutton.c (ConfigureMenuButton): trace the | hobbs | 2007-12-13 | 3 | -10/+15 |
| | | | | -textvariable even if an image exists as it may use -compound. | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 417 | -443/+462 |
| | |||||
* | * generic/tkText.c (DeleteIndexRange, TextEditCmd, UpdateDirtyFlag): | hobbs | 2007-12-13 | 3 | -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 comments | hobbs | 2007-12-13 | 1 | -4/+4 |
| | |||||
* | * macosx/tkMacOSXWm.c (ApplyMasterOverrideChanges): Revert 2007-10-26 | das | 2007-12-12 | 5 | -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. | jenglish | 2007-12-12 | 6 | -38/+44 |
| | |||||
* | * changes: Updated for 8.5.0 release. | dgp | 2007-12-12 | 2 | -1/+20 |
| | |||||
* | * generic/ttk/ttkTheme.c(StyleElementOptionsCmd): | jenglish | 2007-12-12 | 2 | -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 the | dkf | 2007-12-11 | 3 | -11/+36 |
| | | | | linePtr field is valid for the insertion phase. [Bug 1602537] |