summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...nijtmans@users.sourceforge.net2016-08-311-1/+2
* Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...nijtmans@users.sourceforge.net2016-06-011-2/+0
|\
| * Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...nijtmans@users.sourceforge.net2016-06-011-2/+0
| * NotebookAddCommand: fix off-by-one error counting objc/objvjenglish@flightlab.com2016-01-251-1/+1
| * (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...nijtmans@users.sourceforge.net2016-01-121-2/+2
* | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish@flightlab.com2016-01-251-1/+1
* | Merge trunk. nijtmans@users.sourceforge.net2016-01-111-2/+2
* | Silence some compiler warnings.dgp@users.sourceforge.net2015-02-121-0/+2
|\ \ | |/
| * Silence some compiler warningsdgp@users.sourceforge.net2015-02-121-0/+2
| * Squash problem with native AIX cc not allowing direct macro redefinition.nijtmans@users.sourceforge.net2014-02-031-0/+3
* | Remove unnecessary end-of-line spacingnijtmans@users.sourceforge.net2015-02-021-3/+3
* | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.nijtmans@users.sourceforge.net2014-02-103-3/+3
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...nijtmans@users.sourceforge.net2014-02-102-6/+5
* | Squash problem with native AIX cc not allowing direct macro redefinition.andreask2014-02-031-0/+1
* | Put extern "C" guards around all stub table struct definitions, nijtmans@users.sourceforge.net2013-10-312-6/+10
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, nijtmans@users.sourceforge.net2013-10-312-9/+27
* | Fix [2100430]: ttk::entry widget index must be integernijtmans@users.sourceforge.net2013-06-052-4/+9
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integernijtmans@users.sourceforge.net2013-06-052-4/+9
* | Fix [3613759] ttk::entry and symbolic index names.nijtmans@users.sourceforge.net2013-06-051-2/+5
|\ \ | |/
| * Fix [3613759] ttk::entry and symbolic index names.nijtmans@users.sourceforge.net2013-06-051-2/+5
| |\
| | * Suggested fix for [3613759]: ttk::entry and symbolic index namesnijtmans@users.sourceforge.net2013-06-041-1/+5
| |/ |/|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...nijtmans@users.sourceforge.net2013-02-221-2/+2
* | ttk::theme::* packages don't Provide anything Extra.jenglish@flightlab.com2013-02-153-3/+3
* | 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
|\ \ | |/