summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkPanedwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Complement to the fix for [47d4f29159]: Ignored binding scripts for events wi...fvogel2024-03-151-6/+8
|\
| * Don't use the <<EnteredChild>> event anymore internally in Tk. Eradicate the ...fvogel2024-03-131-6/+8
* | Minor compiler warning fixjan.nijtmans2024-01-301-1/+1
* | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-251-5/+5
* | Make Ttk_ManagerSpec "const"jan.nijtmans2023-12-181-1/+1
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-2/+2
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-9/+9
* | Last set (hopefully) in preparation of TIP 660apnadkarni2023-04-181-2/+2
* | Finished first pass through all files. Same test failures as trunk.apnadkarni2023-04-171-3/+3
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-12/+12
* | Merge 8.6jan.nijtmans2022-05-051-1/+1
|\ \ | |/
| * Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-1/+1
| * Add 2 MODULE_SCOPE string tables (tkStateStrings and tkCompoundStrings) which...jan.nijtmans2022-05-031-1/+1
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+0
* | More (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-311-105/+108
|\ \
| * \ Merge 8.6jan.nijtmans2020-09-081-54/+57
| |\ \ | | |/
| | * TIP #581: master -> container and slave -> content in ttk (mainly)jan.nijtmans2020-09-081-88/+96
| * | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> Containe...jan.nijtmans2020-09-031-33/+33
| * | Merge 8.6jan.nijtmans2020-09-031-20/+20
| |\ \ | | |/
| | * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-54/+54
| * | Merge 8.6jan.nijtmans2020-09-031-2/+2
| |\ \ | | |/
| | * (cherry-pick: Slave ->Pane, Master->Container in tkPanedwindow.cjan.nijtmans2020-09-031-1/+1
| * | Merge trunkjan.nijtmans2020-08-241-5/+5
| |\ \
| | * | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-241-5/+5
| * | | Add documentation. Let ttk use the new Tk_SendVirtualEventjan.nijtmans2020-07-151-1/+1
| |/ /
* | | Respect alphabetical order of commands in source code (no functional change).fvogel2020-08-301-1/+1
* | | Add new ttk widget command 'style' returning the style used by the widget.fvogel2020-08-301-0/+1
|/ /
* | Add Clang++ build to Travis on MacOS. Use more size_t internally, when compi...jan.nijtmans2020-05-271-12/+12
|\ \
| * | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-11/+10
| * | Formatting and even more size_t usage.jan.nijtmans2020-05-251-6/+7
| |\ \ | |/ / |/| |
| * | More progressjan.nijtmans2020-05-221-4/+4
* | | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-4/+4
|/ /
* | Fix [a010a249c7]: notebook-1.4 failuresjan.nijtmans2020-03-221-2/+2
* | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-3/+5
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-4/+4
* | Merge trunkjan.nijtmans2020-02-261-14/+14
|\ \
| * | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-14/+14
* | | Merge trunkjan.nijtmans2020-02-171-1/+1
|\ \ \ | |/ /
| * | More "const" additions.jan.nijtmans2020-02-171-1/+1
* | | Merge 8.7jan.nijtmans2020-02-061-4/+4
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-4/+4
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-39/+44
|/ /
* | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-3/+3
* | Merge trunkjan.nijtmans2018-11-251-1/+1
|\ \
| * | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-1/+1
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-5/+5
|/ /
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-2/+1
* | CONST'ify some string arrays (strings itself where already CONST, but the arr...jan.nijtmans2017-11-281-1/+1
|/