summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...nijtmans@users.sourceforge.net2013-02-155-5/+5
* ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish@flightlab.com2013-02-041-0/+5
|\
| * ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish@flightlab.com2013-02-041-0/+5
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...nijtmans@users.sourceforge.net2013-02-011-2/+2
|\ \ | |/
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...nijtmans@users.sourceforge.net2013-01-261-2/+2
* | Merge core-8-5-branchnijtmans@users.sourceforge.net2013-01-2410-45/+50
|\ \ | |/
| * Eliminate use of deprecated Tcl_VarEval function from ttk.nijtmans@users.sourceforge.net2013-01-231-1/+7
* | Tk_CancelIdleCall -> Tcl_CancelIdleCallnijtmans@users.sourceforge.net2013-01-231-1/+1
|\ \ | |/
| * Tk_CancelIdleCall -> Tcl_CancelIdleCallnijtmans@users.sourceforge.net2013-01-231-1/+1
* | Replace various functions calls, for functions which are small wrappers aroun...nijtmans@users.sourceforge.net2013-01-145-12/+13
* | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-1/+1
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...nijtmans@users.sourceforge.net2013-01-111-1/+1
* | Simplification: don't declare struct types that are never used.nijtmans@users.sourceforge.net2012-11-152-5/+9
* | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdonal.k.fellows@manchester.ac.uk2012-09-132-6/+8
|\ \ | |/
| * [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdonal.k.fellows@manchester.ac.uk2012-09-132-6/+8
* | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indonal.k.fellows@manchester.ac.uk2012-09-112-6/+9
|\ \ | |/
| * [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indonal.k.fellows@manchester.ac.uk2012-09-112-6/+9
* | merge trunkdonal.k.fellows@manchester.ac.uk2012-08-141-2/+2
|\ \
| * \ formatting, unnecessary if'snijtmans@users.sourceforge.net2012-08-091-2/+2
| |\ \ | | |/
| | * partly backport from 8.6nijtmans@users.sourceforge.net2012-08-091-0/+4
* | | merge trunkdonal.k.fellows@manchester.ac.uk2012-08-081-3/+3
|\ \ \ | |/ /
| * | ttk::entry: Fix incorrect clip region computation [Bug 3552404]jenglish@flightlab.com2012-07-311-3/+3
* | | minor improvements to flag handlingdonal.k.fellows@manchester.ac.uk2012-07-312-5/+7
* | | more auditing of error codesdonal.k.fellows@manchester.ac.uk2012-07-304-8/+10
* | | Ttk and Aqua donedonal.k.fellows@manchester.ac.uk2012-07-2410-129/+157
* | | Much more cleaning up of result handling.donal.k.fellows@manchester.ac.uk2012-07-234-10/+11
|/ /
* | ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish@flightlab.com2012-07-021-1/+1
|\ \ | |/
| * ttk::treeview('see' method): fix overscroll prevention [Bug 3530288]jenglish@flightlab.com2012-07-021-1/+1
* | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish@flightlab.com2012-07-022-2/+2
|\ \ | |/
| * ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish@flightlab.com2012-07-022-2/+2
* | [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdonal.k.fellows@manchester.ac.uk2012-06-151-4/+4
|\ \ | |/
| * [Bug 3535362]: Changed name of 'unshare' internal function to avoid clash withdonal.k.fellows@manchester.ac.uk2012-06-151-4/+4
* | Fix text clipping when working with the Xft-based renderer.donal.k.fellows@manchester.ac.uk2012-06-122-2/+24
|\ \ | |/
| * Fix text clipping when working with the Xft-based renderer.donal.k.fellows@manchester.ac.uk2012-06-122-2/+24
* | fix test failuredonal.k.fellows@manchester.ac.uk2012-06-111-3/+3
|\ \ | |/
| * fix test failuredonal.k.fellows@manchester.ac.uk2012-06-111-3/+3
* | make it builddonal.k.fellows@manchester.ac.uk2012-06-111-4/+4
|\ \ | |/
| * make it builddonal.k.fellows@manchester.ac.uk2012-06-111-1/+1
* | fix the clipping in entries toodonal.k.fellows@manchester.ac.uk2012-06-111-7/+25
|\ \ | |/
| * fix the clipping in entries toodonal.k.fellows@manchester.ac.uk2012-06-111-7/+25
* | [Bug 3294450]: Do clipping of ttk text elements correctly.donal.k.fellows@manchester.ac.uk2012-06-111-7/+15
|\ \ | |/
| * [Bug 3294450]: Do clipping of ttk text elements correctly.donal.k.fellows@manchester.ac.uk2012-06-111-7/+15
| * implement TkSetPixmapColormap and TkpPrintWindowId for cygwinnijtmans@users.sourceforge.net2012-05-161-0/+1
* | Move -takefocus option out of ttkCoreOptionSpecs,jenglish@flightlab.com2011-09-2213-33/+36
|\ \ | |/
| * Move -takefocus option out of ttkCoreOptionSpecs,jenglish@flightlab.com2011-09-2213-33/+36
* | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp@users.sourceforge.net2011-06-291-1/+1
|\ \ | |/
| * 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp@users.sourceforge.net2011-06-291-1/+1
* | Crash in unset traces 3062331dgp@users.sourceforge.net2011-06-171-0/+46
|\ \ | |/
| * Add comments explaining new code.dgp@users.sourceforge.net2011-06-171-0/+29
| * New attempt to fix Bug 3062331dgp@users.sourceforge.net2011-06-161-0/+17