summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkImage.c
Commit message (Expand)AuthorAgeFilesLines
* Spacing/indenting fixes for ttkjan.nijtmans2024-11-071-16/+16
* 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-5/+2
|\
* | Unneeded type-castjan.nijtmans2024-02-161-1/+1
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-23/+30
* | Merge 8.6jan.nijtmans2023-12-141-3/+6
|\ \ | |/
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-141-3/+6
* | More TIP #660jan.nijtmans2023-04-241-1/+2
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | more int -> Tcl_Size (making use of the increased range in Tcl 9.0)jan.nijtmans2022-10-301-3/+3
* | Fix [bc602049ab]: Treeview with custom background expands when switching them...fvogel2022-09-041-1/+1
|\ \ | |/
| * Fix error in comment in ttkImage.c.fvogel2022-08-251-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
| * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-1/+1
* | More (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Make everything compile warning-free using -Wundefjan.nijtmans2020-10-081-5/+5
* | Merge 8.7jan.nijtmans2020-02-061-1/+1
|\ \
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-1/+1
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-10/+23
|/ /
* | 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
|/
* [3126428] Repaint ttk labels and buttons when the image is changed.patthoyts2016-09-211-2/+32
|\
| * [3126428] Repaint ttk labels and buttons when the image is changed.patthoyts2016-09-211-3/+33
* | Merge core-8-5-branchjan.nijtmans2013-01-241-3/+3
|\ \ | |/
* | Ttk and Aqua donedkf2012-07-241-6/+13
* | Much more cleaning up of result handling.dkf2012-07-231-2/+2
* | ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct} jenglish2012-07-021-1/+1
|\ \ | |/
| * ttk::*: Ensure that all tables passed to Tcl_GetIndexFromObj{Struct}jenglish2012-07-021-1/+1
* | Purge RCS Keywordsdgp2011-06-081-1/+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-2/+2
* | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+7
* | Laxative patch: Revert contravariant const qualifiers added by thejenglish2010-02-051-2/+2
* | Make the various stub tables and hook pointers const,nijtmans2010-02-051-2/+2
* | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-2/+2
|/
* merge stable branch onto HEADdgp2007-12-131-1/+1
* Ttk_ElementSize: Fixed longstanding, subtle bug that caused element paddingjenglish2007-11-081-3/+1
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-5/+4
* Merged duplicate functionality between image element factory,jenglish2006-12-091-83/+217
* * generic/ttk/ttkWidget.c, generic/ttk/ttkPaned.c Fix for #1603506jenglish2006-11-271-13/+5
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-4/+5
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+291