summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix [bc62f78191]: compilation issues on macOS when targeting older OS versions.culler2020-08-243-14/+22
|\ \ \ \
| * | | | Use graphicsPort instead of CGContext if the minimum target is earlier than 1...culler2020-08-241-1/+1
| * | | | Fix [bc62f78191]: compilation issues when targeting older macOS versions.culler2020-08-232-15/+21
| |/ / /
* | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
|\ \ \ \
| * | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
* | | | | Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to Csa...culler2020-08-241-3/+3
| |_|_|/ |/| | |
* | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk.fvogel2020-08-231-7/+7
| |/ / |/| |
* | | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-2110-132/+132
|\ \ \
| * | | Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-2110-132/+132
* | | | Fix [291699a5]: ttk::scrollbar : graphical grip does not have mouse bindings. jan.nijtmans2020-08-2110-27/+29
|\ \ \ \
| * | | | Fix mouse bindings for scrollbars with graphical grip elements.bll2020-08-201-1/+3
| * | | | Create new branch named "bug-291699a5"bll2020-08-200-0/+0
* | | | | Fix [b505e5f6a9]: Aqua: possible to implement XSetClipRectangles()?jan.nijtmans2020-08-219-81/+106
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | More cleanup in TkMacOSXSetupDrawingContext - thanks to Christopher Chavez.culler2020-08-191-7/+1
| * | | | Make TkpReleaseRegion and TkpRetainRegion static; remove mac-specific code fr...culler2020-08-195-24/+25
| * | | | Move stub entry for XSetClipRectangles to 106, since 92 is already filled in ...jan.nijtmans2020-08-193-13/+13
| * | | | Yet another cleanup of TkMacOSXSetupDrawingContextculler2020-08-181-50/+46
| * | | | Test using XSetClipRectangles on macOS.culler2020-08-184-4/+38
* | | | | Fix 2 places where using "unsigned long" is overkill on 64-bit platformsjan.nijtmans2020-08-211-3/+3
| |/ / / |/| | |
* | | | Improve formatting of ttk::style man page, and respect alphabetical order of ...fvogel2020-08-201-25/+33
* | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-1914-51/+69
|\ \ \ \
| * | | | Comment out documentation of -border and -unit as layout options.fvogel2020-08-192-8/+11
| * | | | Remove the focus ring of selected items of ttk::treeview.fvogel2020-07-181-2/+1
| * | | | Document -border and -unit options for ttk layouts.fvogel2020-07-182-2/+7
| * | | | Remove documentation of non-implemented TTK_STICK_ALL flag.fvogel2020-07-181-2/+2
| * | | | In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-1810-31/+29
| * | | | Two occurrences leftover in previous commit.fvogel2020-07-181-4/+2
| * | | | In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-188-11/+11
| * | | | More detailed documentation of the simplified packing algorithm and options u...fvogel2020-07-181-6/+13
| * | | | Document -expand for layouts, and order layout options alphabetically.fvogel2020-07-171-5/+11
| * | | | Better formatting for the ttk Geometry man page.fvogel2020-07-171-7/+9
| * | | | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0fvogel2020-07-081-3/+3
* | | | | Adapt systemSelectedTabTextColor to Big Sur.culler2020-08-192-9/+18
| |/ / / |/| | |
* | | | Merge 8.5jan.nijtmans2020-08-181-8/+8
|\ \ \ \ | | |_|/ | |/| |
| * | | Update Xcode from 11.5 to 11.6.jan.nijtmans2020-08-172-4/+15
* | | | Micro-optimization in tkScale.c, following no-op observation provided in [81c...fvogel2020-08-171-6/+4
|\ \ \ \
| * | | | Remove rounding of the fromValue to the resolution (which is a no-op).fvogel2020-08-171-2/+5
| * | | | Remove comment relic.fvogel2020-08-171-5/+0
* | | | | Xcode 9 and 10 builds are failing. Let's see if this helps.jan.nijtmans2020-08-171-0/+10
* | | | | one more "const"jan.nijtmans2020-08-171-1/+1
* | | | | const usagejan.nijtmans2020-08-171-3/+3
* | | | | Disable warnings C4146 and C4305 (last one for 32-bit only) on Microsoft comp...jan.nijtmans2020-08-171-0/+4
* | | | | Backport [7510e5a9b9] and add corresponding documentation in ttk_widget.n so ...fvogel2020-08-162-3/+8
* | | | | Fix [315104a5c1] - corrects and extends the virtual event notifications of ap...culler2020-08-153-40/+109
|\ \ \ \ \
| * | | | | misplaced #endifculler2020-08-151-2/+2
| * | | | | Adjustments for 10.6culler2020-08-151-3/+5
| * | | | | sync with bug-315104a5c10culler2020-08-153-50/+100
| * | | | | Fix the first event reporting a change in effective appearanceculler2020-08-112-5/+11
| * | | | | Generate a virtual event <<NewAccentColor>> when the accent or highlight colo...culler2020-08-111-8/+9
| * | | | | Fix [315104a5c10] for 8.6: Inappropriate virtual events sent when accent colo...culler2020-08-102-4/+15