summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkLabel.c
Commit message (Expand)AuthorAgeFilesLines
* ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-21/+32
* Merge 8.6jan.nijtmans2023-12-141-2/+2
|\
| * Add Tk_Window parameter to TtkSelectImage(). Not used yetjan.nijtmans2023-12-141-2/+2
* | Fix -underline behavior in ttk::label, broken by TIP #660 changes.jan.nijtmans2023-06-231-7/+7
* | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ("Enhan...jan.nijtmans2023-06-211-3/+5
* | Last set (hopefully) in preparation of TIP 660apnadkarni2023-04-181-1/+1
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | Simplify code by making better use of common parts between Text and cText ele...fvogel2022-12-301-82/+9
* | Another approach to fix [8bee4b2009]: Instead of the Text element used in oth...fvogel2022-12-301-0/+117
* | Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes. Also, docu...fvogel2022-12-121-1/+1
|\ \ | |/
| * Better fix for [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes....fvogel2022-12-051-1/+1
* | TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-1/+1
* | Merge 8.6jan.nijtmans2021-12-201-1/+1
|\ \ | |/
| * Change default initialization for ttk:label -anchor to "w"jan.nijtmans2021-12-201-1/+1
* | Merge 8.7jan.nijtmans2020-10-231-7/+12
|\ \
| * \ Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-151-7/+12
| |\ \ | | |/
| | * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-301-24/+35
* | | Make default underline -1 (again) when compiled with Tcl 8 headersjan.nijtmans2020-09-141-0/+8
* | | Merge trunkjan.nijtmans2020-08-201-1/+1
|\ \ \ | |/ /
* | | No need to #include "default.h" in ttk widgets (and in tkUnixMenu.c/tkMenubut...jan.nijtmans2020-07-021-2/+1
* | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default und...jan.nijtmans2020-07-021-14/+14
* | | Implementation complete, appears to function as expectedjan.nijtmans2020-06-161-2/+7
* | | More progress, implementing enhanced "-underline"jan.nijtmans2020-06-121-3/+2
* | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing extended...jan.nijtmans2020-06-111-7/+9
|/ /
* | Merge trunkjan.nijtmans2020-02-071-2/+2
|\ \
| * | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-2/+2
* | | Merge 8.7jan.nijtmans2020-02-061-6/+6
|\ \ \ | |/ /
| * | Add many 'const' modifiers, allowing the C-compiler to put many configuration...jan.nijtmans2020-02-061-6/+6
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-16/+27
|/ /
* | Merge 8.7jan.nijtmans2019-01-131-1/+1
|\ \
| * \ Merge 8.6jan.nijtmans2019-01-101-1/+1
| |\ \ | | |/
| | *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-3/+2
| | |\ \
| | | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-1/+1
| | | | |\ | | | |/ / | | | | / | | | |/ | | |/|
| | * | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-4/+4
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-4/+4
| | |/
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-26/+26
|/ /
* | 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-7/+7
|/
* Silence some compiler warningsdgp2015-02-121-0/+2
* Squash problem with native AIX cc not allowing direct macro redefinition.jan.nijtmans2014-02-031-0/+3
* [Bug 3567453]: Clip regions must be cleared with XSetClipMask and notdkf2012-09-131-2/+2
* [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking indkf2012-09-111-6/+6
* partly backport from 8.6jan.nijtmans2012-08-091-0/+4
* Fix text clipping when working with the Xft-based renderer.dkf2012-06-121-1/+12
* [Bug 3294450]: Do clipping of ttk text elements correctly.dkf2012-06-111-7/+15
* Purge RCS Keywords.dgp2011-06-081-2/+1
* Major backport of 8.6 Ttk for 8.5.9. Most changes were only beinghobbs2010-08-261-5/+4
* Avoid passing width or height <= 0 to Tk_RedrawImage,jenglish2008-05-231-1/+7
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c:jenglish2007-11-191-60/+12