| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl... | jan.nijtmans | 2020-05-22 | 1 | -1/+1 |
|
|
* | Merge trunk | jan.nijtmans | 2020-02-26 | 1 | -1/+1 |
|\ |
|
| * | Merge 8.6 | jan.nijtmans | 2020-02-25 | 1 | -1/+1 |
| |\ |
|
| | * | Add -Wpointer-arith to C-flags. Fix some ANSI prototypes. | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
| | |\ |
|
| | | * | Fix [4b5deacc70]: undefined reference to `Tcl_SetStartupScript'. Also fix som... | jan.nijtmans | 2020-02-24 | 1 | -1/+1 |
|
|
| | * | | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -4/+1 |
| | |\ \
| | | |/ |
|
* | | | | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -8/+8 |
|\ \ \ \
| |/ / / |
|
| * | | | Add many 'const' modifiers, allowing the C-compiler to put many configuration... | jan.nijtmans | 2020-02-06 | 1 | -8/+8 |
|
|
* | | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -49/+60 |
|/ / / |
|
* | | | Eliminate UPDATE_WINDOWS(), which is only used once. Just replace it with a s... | jan.nijtmans | 2019-10-03 | 1 | -7/+3 |
|
|
* | | | Add many (mostly MacOS) stub functions, needed for future implementation of X... | jan.nijtmans | 2019-10-02 | 1 | -2/+1 |
|
|
* | | | Fix the bug that caused a crash on macOS when switching to the Alt theme. | culler | 2018-11-20 | 1 | -0/+8 |
|\ \ \
| |/ / |
|
| * | | Only use XCreateImage when drawing the Alt theme indicator on macOS, not on U... | culler | 2018-11-20 | 1 | -4/+8 |
|
|
| * | | Refine TkMacOSXFlushWindows and add a call to it in ThemeChangedProc (macOS o... | culler | 2018-11-19 | 1 | -0/+4 |
|
|
* | | | One more missing type-cast (thanks, François! | jan.nijtmans | 2018-10-17 | 1 | -1/+1 |
|
|
* | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ... | jan.nijtmans | 2018-10-17 | 1 | -1/+1 |
|
|
* | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi... | jan.nijtmans | 2018-10-16 | 1 | -4/+4 |
|
|
* | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat... | jan.nijtmans | 2018-10-15 | 1 | -1/+1 |
|
|
* | | | Header include reform: Since "tkInt.h" already contains header files like <st... | jan.nijtmans | 2018-09-06 | 1 | -4/+1 |
|
|
* | | | CONST'ify some string arrays (strings itself where already CONST, but the arr... | jan.nijtmans | 2017-11-28 | 1 | -1/+1 |
|/ / |
|
* | | Merge core-8-5-branch | jan.nijtmans | 2013-01-24 | 1 | -3/+3 |
|\ \
| |/ |
|
* | | Replace various functions calls, for functions which are small wrappers aroun... | jan.nijtmans | 2013-01-14 | 1 | -2/+3 |
|
|
* | | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE... | jan.nijtmans | 2013-01-11 | 1 | -1/+1 |
|
|
* | | more auditing of error codes | dkf | 2012-07-30 | 1 | -4/+6 |
|
|
* | | Ttk and Aqua done | dkf | 2012-07-24 | 1 | -13/+25 |
|
|
* | | Purge RCS Keywords | dgp | 2011-06-08 | 1 | -2/+0 |
|\ \
| |/ |
|
| * | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+0 |
|
|
| * | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 1 | -192/+216 |
|
|
| * | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -3/+3 |
|
|
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to be | dkf | 2011-03-12 | 1 | -16/+14 |
|
|
* | | [Bug #3019363] "make genstubs" failure | nijtmans | 2010-06-22 | 1 | -3/+2 |
|
|
* | | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 1 | -6/+8 |
|
|
* | | Laxative patch: Revert contravariant const qualifiers added by the | jenglish | 2010-02-05 | 1 | -2/+2 |
|
|
* | | Make the various stub tables and hook pointers const, | nijtmans | 2010-02-05 | 1 | -2/+2 |
|
|
* | | Change signature of widget subcommand procedures to match Tcl_ObjCmdProc. | jenglish | 2010-01-31 | 1 | -17/+15 |
|
|
* | | Prevent zero-size malloc() calls. [Bug 2178820] | dkf | 2009-03-25 | 1 | -3/+3 |
|
|
* | | Renamed several internal data structures and functions: | jenglish | 2009-02-08 | 1 | -104/+106 |
|
|
* | | - eliminate some unnessary type casts | nijtmans | 2009-01-28 | 1 | -4/+4 |
|
|
* | | Disable test ttk-6.3, it's not applicable [Bug 2175411]. | jenglish | 2008-10-24 | 1 | -10/+5 |
|
|
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk) | nijtmans | 2008-07-23 | 1 | -13/+13 |
|
|
* | | [ttk::style theme use] without an argument now returns the current theme | patthoyts | 2008-05-27 | 1 | -3/+40 |
|
|
* | | Batch of ttk::treeview enhancements: | jenglish | 2008-05-23 | 1 | -31/+22 |
|
|
* | | Get rid of pre-C89-isms (esp. CONST vs const). | dkf | 2008-04-27 | 1 | -15/+15 |
|/ |
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/ttk/ttkTheme.c(StyleElementOptionsCmd): | jenglish | 2007-12-12 | 1 | -9/+9 |
|
|
* | Improved macrology for statically-initialized layout template tables. | jenglish | 2007-12-02 | 1 | -2/+3 |
|
|
* | Fixed crash bug in style element create | patthoyts | 2007-11-19 | 1 | -2/+2 |
|
|
* | Ttk_ElementSize: Fixed longstanding, subtle bug that caused element padding | jenglish | 2007-11-08 | 1 | -3/+1 |
|
|
* | Revert previous change to keep in sync with Tile codebase. | jenglish | 2007-01-11 | 1 | -2/+2 |
|
|