summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE todas2008-04-021-4/+2
* | | | | | | | | | | | | | | | | | | | | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Eliminate use of deprecated Tcl_VarEval function from ttk.jan.nijtmans2013-01-231-1/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-132-6/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-112-6/+9
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | partly backport from 8.6jan.nijtmans2012-08-091-0/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish2012-07-021-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-022-2/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdkf2012-06-151-4/+4
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix text clipping when working with the Xft-based renderer.dkf2012-06-122-2/+24
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | fix test failuredkf2012-06-111-3/+3
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | make it builddkf2012-06-111-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | fix the clipping in entries toodkf2012-06-111-7/+25
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
* | | | | | | implement TkSetPixmapColormap and TkpPrintWindowId for cygwinjan.nijtmans2012-05-161-0/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2213-33/+36
| |_|_|_|/ |/| | | |
* | | | | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+1
| |_|_|/ |/| | |
* | | | Add comments explaining new code.bug_3062331dgp2011-06-171-0/+29
* | | | New attempt to fix Bug 3062331dgp2011-06-161-0/+17
| |_|/ |/| |
* | | Purge RCS Keywords.dgp2011-06-0838-68/+23
| |/ |/|
* | Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-113-6/+3
* | ttk::combobox: Add missing 'validate' command (reported by schelte).jenglish2011-01-221-1/+2
* | Make sure to use CONST/VOID in stead ofnijtmans2011-01-191-12/+12
* | Make sure to use CONST/VOID in stead ofnijtmans2011-01-192-23/+42
* | Fix crash in 'tag add' / 'tag remove' when no -tags specified [SF#3085489].jenglish2010-10-111-4/+4
* | TreeviewSeeCommand: Schedule redisplay if [$tv see] opens any items [#2829363]jenglish2010-09-081-1/+2
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-2635-1602/+2117
* | Tk_CreateBinding: Silently ignore empty binding scripts (Fixes [Bug 3006842]).jenglish2010-05-311-19/+24
* | Backport various formatting (spacing)nijtmans2010-02-073-105/+116
* | Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-11/+11
* | generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()jenglish2009-12-161-4/+1
* | Backported support for the Vista theme.patthoyts2009-05-143-4/+21
* | Prevent zero-size malloc() calls. [Bug 2178820]dkf2009-03-251-3/+3
* | * generic/tkImgPhoto.c: fix numerous leaks discovered with thedas2009-02-061-1/+4
* | Don't crash when application uses nondefault visual [Bug 2264732]jenglish2008-12-221-3/+3
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floatingjenglish2008-08-191-11/+11
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized,jenglish2008-07-044-17/+15
* | Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-1/+7
|/
* * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstubdas2008-03-272-4/+14
* Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030]jenglish2008-03-211-3/+4
* ensure symbols needed for Ttk stub support are exporteddas2008-03-191-4/+3
* Don't enforce minimum sash thickness of 5 pixels, just use 5 as a defaultjenglish2008-02-231-9/+4
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-281-2/+5
* BUGFIX: fix crash in [ttk::labelframe] when -style option specifiedjenglish2008-01-081-34/+37
* (oops. Missed a spot.)jenglish2008-01-061-11/+1
* Call Tk_MakeWindowExist() in widget constructor.jenglish2008-01-062-10/+6
* merge stable branch onto HEADdgp2007-12-1326-26/+26
* * generic/ttk/ttkTheme.c(StyleElementOptionsCmd):jenglish2007-12-121-9/+9