summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkManager.c
Commit message (Expand)AuthorAgeFilesLines
* Spacing/indenting fixes for ttkjan.nijtmans2024-11-071-41/+41
* Tweak some error-messages. Fix indentingjan.nijtmans2024-08-071-1/+1
|\
* | Somewhat better error-messages (addendum to previous commit)jan.nijtmans2024-06-031-1/+1
* | Fix [e6140f3404]: Crashes in empty ttk::panedwindowfor pane and forget comman...jan.nijtmans2024-06-031-4/+13
* | Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-181-2/+2
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-4/+4
* | Last set (hopefully) in preparation of TIP 660apnadkarni2023-04-181-5/+5
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-20/+20
* | Fix [822450d6e4] for use withTcl 9.0 as well (index >= 0 would be always true...jan.nijtmans2022-01-071-3/+3
* | Merge 8.6marc_culler2021-12-301-6/+7
|\ \ | |/
| * Adjust stylemarc_culler2021-12-281-6/+5
| * Fix typo. (Oops.)marc_culler2021-12-281-1/+1
| * Fix [822450d6e4]: Crash at exit in Aqua, caused marc_culler2021-12-281-4/+6
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+0
* | Fix [4a40353237]: Serious regression regarding ttk::notebook index validationjan.nijtmans2021-06-221-1/+1
* | Merge 8.6jan.nijtmans2020-09-091-8/+8
|\ \ | |/
| * TIP #581: More progressjan.nijtmans2020-09-091-12/+12
* | Merge 8.6jan.nijtmans2020-09-081-86/+86
|\ \ | |/
| * TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-71/+70
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-10/+10
* | Merge 8.6jan.nijtmans2020-09-031-89/+89
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-122/+122
* | Merge 8.6jan.nijtmans2020-09-031-77/+76
|\ \ | |/
| * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-29/+29
| * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-301-9/+9
* | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-241-2/+2
* | TIP 578: Death to TCL_DBGXjan.nijtmans2020-07-031-3/+1
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-2/+2
* | Negative "slaveIndex" means out-of-bounds too.jan.nijtmans2020-05-251-1/+1
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-10/+10
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-2/+4
* | Merge trunkjan.nijtmans2020-02-261-10/+10
|\ \
| * | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-10/+10
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-8/+8
|/ /
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-2/+1
* | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-191-1/+1
|/
* Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
|\
| * Tk_CancelIdleCall -> Tcl_CancelIdleCalljan.nijtmans2013-01-231-1/+1
* | Ttk and Aqua donedkf2012-07-241-17/+15
* | Purge RCS Keywordsdgp2011-06-081-2/+1
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+1
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+6
|/
* Eliminate some unneeded write-only variables (discovered by gcc-4.6)jan.nijtmans2011-03-111-2/+1
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Internal Ttk_Manager API updates; Fixed [Bug 1343984];jenglish2007-11-251-7/+11
* Ttk_Manager API overhaul:jenglish2007-06-091-117/+62
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-111-9/+9
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-9/+9
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+605