summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkProgress.c
Commit message (Expand)AuthorAgeFilesLines
* 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-101-5/+2
|\
| * More usage of Tk_GetPixelsFromObj() and TCL_UNUSED(), all backported from Tk ...jan.nijtmans2024-05-101-15/+18
* | Unneeded type-castjan.nijtmans2024-02-161-1/+1
* | ttk improvements (e.g. regarding TCL_UNUSED)jan.nijtmans2023-12-181-1/+1
* | Still more int -> Tcl_Sizejan.nijtmans2023-04-251-5/+5
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-021-0/+3
* | Another approach to fix [8bee4b2009]: Instead of the Text element used in oth...fvogel2022-12-301-1/+1
* | Change "-maximum" default for ttk progressbar from "100" -> "100.0", since it...jan.nijtmans2022-12-021-1/+1
* | Merge 8.6jan.nijtmans2022-05-051-2/+2
|\ \ | |/
| * Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-2/+2
| * Tidy up with a patch from Christopher Chavez. Removes redundant include direc...marc_culler2020-12-161-1/+0
* | Merge 8.6marc_culler2020-12-151-4/+5
|\ \ | |/
| * Fix [80e4c6f695]: progress bars are weird on macOS 11.0.marc_culler2020-12-141-4/+5
* | More (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-311-15/+18
|\ \
| * \ Merge 8.6. More usage of TCL_UNUSED macrojan.nijtmans2020-10-151-13/+16
| |\ \ | | |/
| | * Another round of TIP #581-related name changes. Now merely concentrated on co...jan.nijtmans2020-09-031-4/+3
| | * Some code cleanup, backported from 8.7 (mainly usage of exact types and type-...jan.nijtmans2020-03-301-17/+26
| * | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-241-2/+2
* | | 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
|/ /
* | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. Backp...jan.nijtmans2020-08-141-1/+1
* | Don't use TCL_AUTO_LENGTH in Tk any more, just use TCL_INDEX_NONE consistantl...jan.nijtmans2020-05-221-12/+12
* | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-12/+12
* | Merge trunkjan.nijtmans2020-02-171-1/+1
|\ \
| * | More "const" additions.jan.nijtmans2020-02-171-1/+1
* | | Merge trunkjan.nijtmans2020-02-101-2/+2
|\ \ \ | |/ /
| * | Use Ttk_ButtonDefaultState/Ttk_Compound (enums) in stead of "int" in many int...jan.nijtmans2020-02-071-1/+2
* | | 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-14/+23
|/ /
* | Merge trunkjan.nijtmans2018-12-081-1/+1
|\ \
| * | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-061-14/+14
|/ /
* | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-3/+1
* | Fix [fa8de77936]: ttk::checkbutton handle empty variable graceful. Patch from...fvogel2018-01-071-5/+7
|\ \ | |/
| * Correct handling of refcount in ProgressbarStepCommand. Patch from Christian ...fvogel2018-01-071-5/+7
* | Reorder progressbar options alphabetically (to follow the standard convention...fvogel2017-03-131-32/+32
* | Implementation of TIP #442 by René Zaumseil - Display text in progressbarsfvogel2016-08-181-1/+26
* | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc...jan.nijtmans2016-05-191-3/+3
|/
* Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-0/+2
* 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-34/+27
* Revert addition of contravariant 'const' qualifiers,jenglish2007-01-111-2/+2
* various "const" additions, in line with TIP #27nijtmans2007-01-031-2/+2
* Global reduction: use per-file *_Init() routines to reducejenglish2006-12-141-5/+5
* * generic/ttk/ttkBlink.c, generic/ttk/ttkButton.c:das2006-11-031-17/+17
* * doc/ttk_Geometry.3, doc/ttk_Theme.3, doc/ttk_button.n:hobbs2006-10-311-0/+551