Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ttk improvements (e.g. regarding TCL_UNUSED) | jan.nijtmans | 2023-12-18 | 1 | -21/+32 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2023-12-14 | 1 | -2/+2 |
|\ | |||||
| * | Add Tk_Window parameter to TtkSelectImage(). Not used yet | jan.nijtmans | 2023-12-14 | 1 | -2/+2 |
| | | |||||
* | | Fix -underline behavior in ttk::label, broken by TIP #660 changes. | jan.nijtmans | 2023-06-23 | 1 | -7/+7 |
| | | |||||
* | | (partial) fix for [a9929f112a]: Bugs in the implementation of TIP 577 ↵ | jan.nijtmans | 2023-06-21 | 1 | -3/+5 |
| | | | | | | | | ("Enhanced index values for Tk") | ||||
* | | Last set (hopefully) in preparation of TIP 660 | apnadkarni | 2023-04-18 | 1 | -1/+1 |
| | | |||||
* | | Reduce the number of ttk C warnings | jan.nijtmans | 2023-03-02 | 1 | -0/+3 |
| | | |||||
* | | Simplify code by making better use of common parts between Text and cText ↵ | fvogel | 2022-12-30 | 1 | -82/+9 |
| | | | | | | | | elements. | ||||
* | | Another approach to fix [8bee4b2009]: Instead of the Text element used in ↵ | fvogel | 2022-12-30 | 1 | -0/+117 |
| | | | | | | | | other widgets, use a collapsing Text element. Test progressbar-3.3 passes. | ||||
* | | Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes. Also, ↵ | fvogel | 2022-12-12 | 1 | -1/+1 |
|\ \ | |/ | | | | | document -indent treeview styling option. | ||||
| * | Better fix for [6ee162c3d9]: Style configuring Treeview -rowheight 0 ↵ | fvogel | 2022-12-05 | 1 | -1/+1 |
| | | | | | | | | crashes. And use parenthesis around macro variables. | ||||
* | | TIP #628 for Tk: Shared 8.7/9.0 build environment | jan.nijtmans | 2022-06-25 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.6 | jan.nijtmans | 2021-12-20 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Change default initialization for ttk:label -anchor to "w" | jan.nijtmans | 2021-12-20 | 1 | -1/+1 |
| | | |||||
* | | Merge 8.7 | jan.nijtmans | 2020-10-23 | 1 | -7/+12 |
|\ \ | |||||
| * \ | Merge 8.6. More usage of TCL_UNUSED macro | jan.nijtmans | 2020-10-15 | 1 | -7/+12 |
| |\ \ | | |/ | |||||
| | * | Some code cleanup, backported from 8.7 (mainly usage of exact types and ↵ | jan.nijtmans | 2020-03-30 | 1 | -24/+35 |
| | | | | | | | | | | | | type-casts). | ||||
* | | | Make default underline -1 (again) when compiled with Tcl 8 headers | jan.nijtmans | 2020-09-14 | 1 | -0/+8 |
| | | | |||||
* | | | Merge trunk | jan.nijtmans | 2020-08-20 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
* | | | No need to #include "default.h" in ttk widgets (and in ↵ | jan.nijtmans | 2020-07-02 | 1 | -2/+1 |
| | | | | | | | | | | | | tkUnixMenu.c/tkMenubutton.c) | ||||
* | | | Don't use constants like DEF_BUTTON_UNDERLINE any more, since the default ↵ | jan.nijtmans | 2020-07-02 | 1 | -14/+14 |
| | | | | | | | | | | | | underline should always be no underline anyway. | ||||
* | | | Implementation complete, appears to function as expected | jan.nijtmans | 2020-06-16 | 1 | -2/+7 |
| | | | |||||
* | | | More progress, implementing enhanced "-underline" | jan.nijtmans | 2020-06-12 | 1 | -3/+2 |
| | | | |||||
* | | | Merge trunk. Add new option type TK_OPTION_INDEX. Start implementing ↵ | jan.nijtmans | 2020-06-11 | 1 | -7/+9 |
|/ / | | | | | | | extended index handling for -underline. | ||||
* | | Merge trunk | jan.nijtmans | 2020-02-07 | 1 | -2/+2 |
|\ \ | |||||
| * | | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many ↵ | jan.nijtmans | 2020-02-07 | 1 | -2/+2 |
| | | | | | | | | | | | | internal places, because that's the actual type. | ||||
* | | | Merge 8.7 | jan.nijtmans | 2020-02-06 | 1 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Add many 'const' modifiers, allowing the C-compiler to put many ↵ | jan.nijtmans | 2020-02-06 | 1 | -6/+6 |
| | | | | | | | | | | | | configuration-tables in static read-only memory. Mainly for Ttk (because Tk already did this a long time ago). | ||||
* | | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. | jan.nijtmans | 2019-12-20 | 1 | -16/+27 |
|/ / | |||||
* | | Merge 8.7 | jan.nijtmans | 2019-01-13 | 1 | -1/+1 |
|\ \ | |||||
| * \ | Merge 8.6 | jan.nijtmans | 2019-01-10 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | *-. | Merge 8.6 and all changes from original [bug-9e31fd9449] branch | jan.nijtmans | 2019-01-08 | 1 | -3/+2 |
| | |\ \ | |||||
| | | | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2019-01-08 | 1 | -1/+1 |
| | | | |\ | | | |/ / | | | | / | | | |/ | | |/| | | | | | Windows.h have conflicting symbols. *** POTENTIAL INCOMPATIBILITY *** on Windows only: gcc/clang/MSVC will generate new warnings in extensions when the "None" symbol is used incorrectly. Those warnings are all fixed in the core, that's what most of this commit is doing. | ||||
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None ↵ | jan.nijtmans | 2018-12-31 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected. | ||||
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and ↵ | jan.nijtmans | 2018-12-20 | 1 | -4/+4 |
| | |/ | | | | | | | | | | | | | Windows.h have conflicting symbols. Also fix a few newer (harmless) gcc warnings. | ||||
* | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() | jan.nijtmans | 2018-10-06 | 1 | -26/+26 |
|/ / | |||||
* | | Header include reform: Since "tkInt.h" already contains header files like ↵ | jan.nijtmans | 2018-09-06 | 1 | -2/+1 |
| | | | | | | | | | | <stdlib.h>, <string.h> and <ctype.h>, we don't have to include those in every separate C-file. Just depend on tkInt.h to provide it. This mainly affects ttk, since most other files already adhered to this. | ||||
* | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove ↵ | jan.nijtmans | 2016-05-19 | 1 | -7/+7 |
|/ | | | | unneccessary white-space. | ||||
* | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -0/+2 |
| | |||||
* | Squash problem with native AIX cc not allowing direct macro redefinition. | jan.nijtmans | 2014-02-03 | 1 | -0/+3 |
| | |||||
* | [Bug 3567453]: Clip regions must be cleared with XSetClipMask and not | dkf | 2012-09-13 | 1 | -2/+2 |
| | | | TkSetRegion on X11. | ||||
* | [Bug 3566594]: Fix clipping problem in classic X11; clip regions were leaking in | dkf | 2012-09-11 | 1 | -6/+6 |
| | | | reused GCs. | ||||
* | partly backport from 8.6 | jan.nijtmans | 2012-08-09 | 1 | -0/+4 |
| | |||||
* | Fix text clipping when working with the Xft-based renderer. | dkf | 2012-06-12 | 1 | -1/+12 |
| | |||||
* | [Bug 3294450]: Do clipping of ttk text elements correctly. | dkf | 2012-06-11 | 1 | -7/+15 |
| | |||||
* | Purge RCS Keywords. | dgp | 2011-06-08 | 1 | -2/+1 |
| | |||||
* | Major backport of 8.6 Ttk for 8.5.9. Most changes were only being | hobbs | 2010-08-26 | 1 | -5/+4 |
| | | | | | | | | | | | | | | committed to head (8.6), although they could apply for 8.5 as well. This re-sync makes future work easier to maintain and adds some useful work for 8.5 users. Notable changes: - Lots of code cleanup - Some bug fixes never backported - Addition of ttk::spinbox - minor color changes - Improved Vista/7 styling - Move to tile version 0.8.6 (pseudo-package) - ABI and API compatible (even $w identify) - minor new features (extended $w identify) | ||||
* | Avoid passing width or height <= 0 to Tk_RedrawImage, | jenglish | 2008-05-23 | 1 | -1/+7 |
| | | | | as this leads to a panic on Windows [Bug 1967576] | ||||
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
| | |||||
* | * generic/ttk/ttkElements.c, macosx/ttkMacOSXTheme.c: | jenglish | 2007-11-19 | 1 | -60/+12 |
| | | | | | | | | | | | | Add "fill" element: like "background" but only erases parcel. * generic/ttk/ttkFrame.c: Use fill element in Labelframe Label sublayout. Also improved default labelmargins for -labelanchor w*, e*. * generic/ttk/ttkLabel.c: no longer need Labelframe hack. * library/ttk/aquaTheme.tcl: ImageTextElement no longer needed. TextElement no longer needs '-background' option. |