summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge bugfix branch bug-050d1ea747 (scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 te...fvogel2018-09-241-13/+8
|\
| * Fix [050d1ea747]: scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 tests fail on macOSfvogel2018-09-241-13/+8
* | Merge bugfix branch bug-874dca4873 (scrollbar-10.[12] fail on macOS)fvogel2018-09-231-2/+30
|\ \
| * | Ooops, the delta needs to be -4, not -1, in order to scroll down/right four l...fvogel2018-09-231-2/+2
| * | Fix [874dca4873]: scrollbar-10.[12] fail on macOSfvogel2018-09-231-2/+30
| |/
* | Merge bugfix branch bug-719ae3991b (ttk scrollbar-1.[23] tests fail)fvogel2018-09-231-2/+3
|\ \
| * | Fix [719ae3991b]: ttk scrollbar-1.[23] tests fail (regression)fvogel2018-09-091-2/+3
| |/
* | Create new branch named "fv-macos-scrollbar-tests"fvogel2018-09-230-0/+0
|/
* Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
|\
| * Ooops, one line should have been removed in previous commit. Plus: don't conv...fvogel2018-09-071-2/+1
| * Better version of the patch, again by Csaba Nemethifvogel2018-09-071-6/+7
| * bugfix branch for: [6fcaaa6f80] bll2018-08-311-1/+8
* | Fix [382712ade6] (X11: 'event generate . <KeyPress>' segfaults) again with a ...fvogel2018-09-081-17/+17
|\ \
| * | Moved range check of keycode to TkpSetKeycodeAndState for ticket [382712ad].Christian Werner2018-06-031-23/+17
| * | Further patch from Christian Werner, on the observation that on Fedora 28 Wor...fvogel2018-05-031-3/+9
| * | merge core-8-6-branchfvogel2018-05-0340-299/+1833
| |\ \
* | \ \ Fix [05bd7f4da]: vista theme: combobox does not have disabled background.fvogel2018-09-071-4/+6
|\ \ \ \
| * | | | Better native looking rendering for the vista theme combobox, as agreed in [0...fvogel2018-09-041-5/+5
| * | | | Properly get the CBRO_HOT state of the combobox, which it should be in when t...fvogel2018-08-241-1/+1
| * | | | Better fix for [05bd7f4da8]: using the correct CP_READONLY element makes the ...fvogel2018-08-241-5/+3
| * | | | Default state of the state map should be {} 1 according to the man pagefvogel2018-08-051-1/+1
| * | | | Restore geometry, no such change was intendedfvogel2018-08-051-1/+1
| * | | | Fix [05bd7f4da]: vista theme: combobox does not have disabled background. Pat...fvogel2018-08-041-4/+8
* | | | | Fix [3441086fff]: ttk::style layout with empty -children silently disappearsfvogel2018-09-022-0/+5
|\ \ \ \ \
| * | | | | Added test layout-2 testing the correct return of an error when -children {} ...fvogel2018-08-261-0/+3
| * | | | | Refine error codefvogel2018-08-241-1/+1
| * | | | | More general error message, since it can be raised not only because of an emp...fvogel2018-08-241-1/+1
| * | | | | Fix [3441086fff]: ttk::style layout with empty -children silently disappearsfvogel2018-08-241-0/+2
* | | | | | Delete unused variables, and eol-spacingjan.nijtmans2018-09-014-19/+17
| |_|_|_|/ |/| | | |
* | | | | Use geometry code from tkUnixScrlbr.c to fix issues with mouse alignment on s...Kevin Walzer2018-08-291-43/+48
|\ \ \ \ \
| * | | | | Use geometry code from tkUnixScrlbr.c to fix issues with mouse alignment on s...Kevin Walzer2018-08-291-43/+48
|/ / / / /
* | | | | Revert change to tkMacOSXScrlbr.c that broke fix to mouse alignment with scro...Kevin Walzer2018-08-281-1/+1
|/ / / /
* | | | Fix [dee98dcb15]: font-21.6 test fails on macOS, by skipping the test on this OSfvogel2018-08-211-1/+1
|\ \ \ \
| * | | | Fix [dee98dcb15]: font-21.6 test fails on macOSfvogel2018-07-241-1/+1
* | | | | Fix [59dde8a675]: 19 font-x.y tests fail on macOSfvogel2018-08-211-3/+2
|\ \ \ \ \
| * | | | | Fix [59dde8a675]: 19 font-x.y tests fail on macOSfvogel2018-07-251-3/+2
| |/ / / /
* | | | | Fix [66db98f30d] regarding error messages spit by messageboxes in the test su...fvogel2018-08-211-5/+5
|\ \ \ \ \
| * | | | | Fix [66db98f30d] regarding error messages spit by messageboxes in the test su...fvogel2018-08-191-5/+5
* | | | | | Fix bug [c2c5bdb4aa]: segfault when opening colorpickerculler2018-08-181-5/+7
|\ \ \ \ \ \
| * | | | | | Fix bug [c2c5bdb4aa]: add test for NULL pointerculler2018-08-181-5/+7
|/ / / / / /
* | | | | | Fix [98dce84781]: yesno messageBoxes on macOS return wrong valuesfvogel2018-08-151-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fix [98dce84781] by partial revert of previous commit.fvogel2018-08-151-1/+1
* | | | | | Revert [b4c5f163] since it breaks paste function with text from another appli...fvogel2018-08-151-2/+2
|\ \ \ \ \ \
| * | | | | | Revert [b4c5f163] since it breaks paste function with text from another appli...fvogel2018-08-151-2/+2
* | | | | | | Fix a few MacOSX compiler warningsjan.nijtmans2018-08-147-13/+13
* | | | | | | Minor bug-fix for Cygwin: If compiled for Win32 but running on Cygwin, conso...jan.nijtmans2018-08-141-0/+4
* | | | | | | Merge mac-keyrelease-branch to fix 1ba71a86bbKevin Walzer2018-08-141-21/+24
|\ \ \ \ \ \ \
| * | | | | | | Clean up, remove commented-out codeKevin Walzer2018-08-131-18/+12
| * | | | | | | Test fix for 1ba71a86bb, so key release events fire at the correct pointKevin Walzer2018-08-131-11/+20
|/ / / / / / /
* | | | | | | Merging fix for 1875c1f30f, a84b20eddKevin Walzer2018-08-121-17/+12
|\ \ \ \ \ \ \