summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkNotebook.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-10/+10
* Fix [a010a249c7]: notebook-1.4 failuresjan.nijtmans2020-03-221-4/+4
* More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-12/+15
* Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-10/+10
* Merge trunkjan.nijtmans2020-02-261-25/+26
|\
| * Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-25/+26
* | 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
|/
* Better fix for [b82bd4872b]: ttk::style configure -compound does not workfvogel2019-11-011-2/+2
|\
| * Propagate the previous two commits to the tabs of a ttk::notebook, which can ...fvogel2019-11-011-2/+2
| * Fix [4966cad4d4]: Wrong tab shown in ttk::notebook. Patch from Gregor Cramer....fvogel2017-08-081-2/+5
* | Minor tweaks, mostly formattingjan.nijtmans2018-12-011-1/+1
* | 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-10/+10
|/ /
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-5/+1
* | CONST'ify some string arrays (strings itself where already CONST, but the arr...jan.nijtmans2017-11-281-1/+1
* | I reverted the previous fix, because it doesn't work. The current solution is...gcramer2017-07-231-7/+6
* | Bugfix [4966cad4d4]: Now function NotebookPlaceSlaves() in ttkNotebook.c will...gcramer2017-07-211-1/+5
|/
* Change floor() back to casting to int() in fixing [6020ee2d03].fvogel2017-05-021-6/+3
|\
| * Revert the previous commit since it has drawbacks (see [6020ee2d03]).fvogel2017-05-021-6/+3
* | Fix [2912962fff]: Notebook does not set TTK_STATE_USER1 and TTK_STATE_USER2.fvogel2017-04-071-6/+21
|\ \ | |/ |/|
| * Fixed TTK_STATE_USER2 similarly as TTK_STATE_USER1. These bits are set for th...fvogel2017-04-031-4/+11
| * Fix [2912962fff]: Notebook does not set TTK_STATE_USER1. Patch from Jos Decos...fvogel2017-04-031-2/+10
* | Slightly better fix anonymously proposed in [6020ee2d03]. Use floor() instead...fvogel2017-04-061-3/+6
* | The -mintabwidth style option is honored whenever possible. If there is not e...fvogel2017-04-021-6/+14
* | Fix [3089640fff], [6020ee2d03], [e016579efb] and [6bf197edbf]: ttk::notebook ...fvogel2017-03-311-25/+8
|/
* NotebookAddCommand: fix off-by-one error counting objc/objvjenglish2016-01-251-1/+1
* Merge core-8-5-branchjan.nijtmans2013-01-241-3/+2
|\
* | Ttk and Aqua donedkf2012-07-241-10/+10
|/
* Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-2/+1
* Purge RCS Keywords.dgp2011-06-081-1/+1
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-74/+107
* generic/ttk/ttkNotebook.c: Don't call Tk_DeleteOptionTable()jenglish2009-12-161-4/+1
* Make sure to schedule a redisplay when adding and/or hiding tabs [Bug 1878298].jenglish2008-01-281-2/+5
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Internal Ttk_Manager API updates; Fixed [Bug 1343984];jenglish2007-11-251-30/+73
* ttk::notebook: reworked [$nb insert] logic (fixes multiple bugs; see #1817596)jenglish2007-10-251-32/+34
* Ttk_Manager API overhaul:jenglish2007-06-091-54/+123
* Revert previous change to keep in sync with Tile codebase.jenglish2007-01-111-5/+8
* Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-8/+5
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-111-4/+4
* various "const" additions, in line with TIP #27nijtmans2007-01-031-4/+4
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-4/+7
* Merged duplicate functionality between image element factory,jenglish2006-12-091-2/+2
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-16/+16
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+1264