summaryrefslogtreecommitdiffstats
path: root/generic/ttk
Commit message (Expand)AuthorAgeFilesLines
* merge trunktip_442fvogel2017-03-211-0/+6
|\
| * Fix [77527326e5]: ttk artifacts on Ubuntu. Patch from Csaba Nemethi.fvogel2017-03-111-0/+6
| |\
| | * Fix [77527326e5]: ttk artifacts on Ubuntu. Patch from Csaba Nemethi.bug_77527326e5fvogel2017-03-101-0/+6
* | | Reorder progressbar options alphabetically (to follow the standard convention...fvogel2017-03-131-32/+32
* | | Updated patch from René Zaumseil, now consistent with the proposed implement...fvogel2017-03-061-0/+4
* | | merge trunkfvogel2017-03-065-975/+54
|\ \ \ | |/ /
| * | tag Tk_FreeXId() as deprecated. Remove the function from the build if TK_NO_D...jan.nijtmans2017-01-171-963/+0
| * | Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-7/+7
| |\ \ | | |/
| | * merge core-8-6-branchjan.nijtmans2016-09-263-4/+45
| | |\
| | * \ Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-7/+7
| | |\ \
| | | * | More simplificationsjan.nijtmans2016-09-191-7/+7
| | | * | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-161-15/+1
| | | * | Patch from Christian Werner, for evaluationjan.nijtmans2016-09-161-1/+15
| * | | | Merge core-8-6-branch to trunk.patthoyts2016-09-223-4/+45
| |\ \ \ \ | | |_|/ / | |/| | / | | | |/ | | |/|
| | * | [3126428] Repaint ttk labels and buttons when the image is changed.patthoyts2016-09-213-4/+45
| | |\ \ | | | |/ | | |/|
| | | * [3126428] Repaint ttk labels and buttons when the image is changed.patthoyts2016-09-213-5/+46
| * | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+3
| |\ \ \ | | |/ /
| | * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-1/+2
* | | | Implementation of TIP #442 by René Zaumseil - Display text in progressbarsfvogel2016-08-181-1/+26
|/ / /
* | | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...jan.nijtmans2016-06-011-2/+0
|\ \ \ | |/ /
| * | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...jan.nijtmans2016-06-011-2/+0
| |\ \ | | |/
| | * Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di...jan.nijtmans2016-06-011-2/+0
| | * NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
| | * (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-2/+2
* | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-1913-67/+67
|/ /
* | NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
* | Merge trunk. jan.nijtmans2016-01-111-2/+2
* | Silence some compiler warnings.dgp2015-02-121-0/+2
|\ \ | |/
| * Silence some compiler warningsdgp2015-02-121-0/+2
| * Squash problem with native AIX cc not allowing direct macro redefinition.jan.nijtmans2014-02-031-0/+3
* | Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-3/+3
* | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-103-3/+3
* | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-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, jan.nijtmans2013-10-312-6/+10
|\ \ | |/
| * Put extern "C" guards around all stub table struct definitions, jan.nijtmans2013-10-312-9/+27
* | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-052-4/+9
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-052-4/+9
* | Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
|\ \ | |/
| * Fix [3613759] ttk::entry and symbolic index names.jan.nijtmans2013-06-051-2/+5
| |\
| | * Suggested fix for [3613759]: ttk::entry and symbolic index namesbug_3613759jan.nijtmans2013-06-041-1/+5
| |/ |/|
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* | ttk::theme::* packages don't Provide anything Extra.jenglish2013-02-153-3/+3
* | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...jan.nijtmans2013-02-155-5/+5
* | ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
|\ \ | |/
| * ttk::treeview: schedule redisplay when adding or removing tags [Bug 3603077].jenglish2013-02-041-0/+5
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-2/+2
|\ \ | |/
* | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-2/+2
* | Merge core-8-5-branchjan.nijtmans2013-01-2410-45/+50
|\ \ | |/
| * Eliminate use of deprecated Tcl_VarEval function from ttk.jan.nijtmans2013-01-231-1/+7