| Commit message (Expand) | Author | Age | Files | Lines |
* | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 5 | -16/+188 |
|
|
* | ttk::treeview: Cache the result of the last call to EndPosition() | jenglish | 2010-02-20 | 1 | -10/+30 |
|
|
* | Laxative patch: Revert contravariant const qualifiers added by the | jenglish | 2010-02-05 | 13 | -44/+43 |
|
|
* | Make the various stub tables and hook pointers const, | nijtmans | 2010-02-05 | 18 | -58/+74 |
|
|
* | Follow-up to [2010-01-29] commit: | nijtmans | 2010-02-05 | 2 | -24/+30 |
|
|
* | Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. | jenglish | 2010-01-31 | 15 | -397/+341 |
|
|
* | genStubs.tcl: No longer generate a space after | nijtmans | 2010-01-29 | 2 | -69/+74 |
|
|
* | fix more gcc warnings: missing initializer | nijtmans | 2010-01-22 | 11 | -56/+57 |
|
|
* | Eliminate tkpMenubuttonClass | nijtmans | 2010-01-13 | 1 | -4/+6 |
|
|
* | Uniform, extensible syntax for [$w identify] methods: | jenglish | 2009-11-01 | 3 | -46/+97 |
|
|
* | Eliminate various gcc warnings | nijtmans | 2009-08-09 | 1 | -10/+10 |
|
|
* | BUGFIX: last commit did not account for possibility of 0 tabs. | jenglish | 2009-05-17 | 1 | -17/+20 |
|
|
* | generic/ttkNotebook.c: More flexible tab placement [Bug 1470246] | jenglish | 2009-05-17 | 1 | -23/+42 |
|
|
* | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -3/+3 |
|
|
* | ElementStateEventProc: Avoid dangling pointers when layout changes | jenglish | 2009-02-09 | 2 | -17/+26 |
|
|
* | Renamed several internal data structures and functions: | jenglish | 2009-02-08 | 16 | -277/+283 |
|
|
* | * generic/tkImgPhInstance.c: fix numerous leaks discovered with the | das | 2009-02-06 | 1 | -1/+4 |
|
|
* | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 4 | -16/+16 |
|
|
* | ttkNotebook.c(NotebookCleanup): Don't call Tk_DeleteOptionTable(), | jenglish | 2009-01-11 | 1 | -4/+1 |
|
|
* | * generic/ttk/ttkDefaultTheme.c: Fix color palette for radiobutton | jenglish | 2008-12-31 | 1 | -95/+62 |
|
|
* | ttk::treeview: Fix inconsistent use of treeArea / headingArea; | jenglish | 2008-12-27 | 1 | -28/+32 |
|
|
* | fix 'make checkstubs' failure: make TtkEntry_Init MODULE_SCOPE | das | 2008-12-15 | 1 | -2/+2 |
|
|
* | Remove leftover commented-out code, mistakenly included in last commit | jenglish | 2008-12-11 | 1 | -2/+1 |
|
|
* | Add native aqua elements for ttk::spinbox [Bug 2219588]. | jenglish | 2008-12-07 | 1 | -291/+126 |
|
|
* | Fix potential null dereference flagged by clang static analyzer | das | 2008-12-07 | 1 | -2/+2 |
|
|
* | Add new "hover" state | jenglish | 2008-12-03 | 3 | -4/+21 |
|
|
* | Widget self-destruction is not necessarily an error [Bug 2298720]. | jenglish | 2008-11-16 | 2 | -8/+7 |
|
|
* | ttkWidget.c: Reworked widget construction and destruction sequence; | jenglish | 2008-11-13 | 2 | -109/+129 |
|
|
* | Don't crash when application uses nondefault visual [#2264732]. | jenglish | 2008-11-11 | 1 | -3/+2 |
|
|
* | Ttk widget initializeProc()s now return void instead of | jenglish | 2008-11-09 | 11 | -49/+30 |
|
|
* | Remove unnecessary casts from ttkWidget.c. | jenglish | 2008-11-09 | 1 | -15/+14 |
|
|
* | ttkEntry.c: fix warning: unused variable 'currentValue' | nijtmans | 2008-11-03 | 1 | -14/+13 |
|
|
* | more internal -Wwrite-strings warning fixes | nijtmans | 2008-11-02 | 3 | -18/+18 |
|
|
* | Implemented the themed spinbox widget ttk::spinbox. | patthoyts | 2008-11-01 | 1 | -68/+350 |
|
|
* | Temporary workaround for [Bug 2207435] | jenglish | 2008-10-31 | 1 | -1/+2 |
|
|
* | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -10/+5 |
|
|
* | Letting CONST die a slow and graceful death, since NO_CONST was | nijtmans | 2008-10-22 | 3 | -43/+43 |
|
|
* | generic/ttk/ttkScroll.c: Don't use sprintf "%g" to format floating | jenglish | 2008-08-19 | 1 | -11/+11 |
|
|
* | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 5 | -32/+32 |
|
|
* | Audit: ensure that output arguments to Tk_Get*FromObj() are initialized, | jenglish | 2008-07-04 | 4 | -17/+15 |
|
|
* | * generic/ttk/ttkTreeview.c: fix warning. | das | 2008-06-12 | 1 | -3/+4 |
|
|
* | NSC | jenglish | 2008-06-01 | 1 | -3/+3 |
|
|
* | [ttk::style theme use] without an argument now returns the current theme | patthoyts | 2008-05-27 | 1 | -3/+40 |
|
|
* | fix warning | das | 2008-05-23 | 1 | -2/+3 |
|
|
* | Batch of ttk::treeview enhancements: | jenglish | 2008-05-23 | 7 | -334/+567 |
|
|
* | Avoid passing width or height <= 0 to Tk_RedrawImage, | jenglish | 2008-05-23 | 1 | -1/+7 |
|
|
* | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 12 | -69/+69 |
|
|
* | * generic/tkStubLib.c: make symbols in libtkstub.a MODULE_SCOPE to | das | 2008-04-02 | 1 | -4/+2 |
|
|
* | * generic/ttk/ttkStubLib.c: ensure tcl stubs are used in libtkstub | das | 2008-03-27 | 2 | -4/+14 |
|
|
* | Keep ttkStubLib.o in libtkstub instead of libtk. [Bug 1920030] | jenglish | 2008-03-21 | 1 | -3/+4 |
|
|