| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge TIP #496 implementation following positive vote by the TCT | fvogel | 2018-05-13 | 3 | -2/+4 |
|\ |
|
| * | merge trunk | fvogel | 2018-05-01 | 3 | -7/+7 |
| |\ |
|
| * \ | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-... | fvogel | 2018-04-15 | 32 | -408/+507 |
| |\ \ |
|
| * | | | Remove useless tests entry-10.2 and -10.3 (for ttk::entry) since these did no... | fvogel | 2018-02-11 | 1 | -1/+2 |
|
|
| * | | | Removed useless test entry-25.1 since this test does not check anything excep... | fvogel | 2018-02-11 | 2 | -1/+2 |
|
|
* | | | | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + undocumen... | fvogel | 2018-05-13 | 1 | -1/+2 |
|\ \ \ \ |
|
| * \ \ \ | Fix [66db98f30d]: choosedir, filebox, msgbox tests fails on macOS + undocumen... | fvogel | 2018-05-13 | 1 | -1/+2 |
| |\ \ \ \ |
|
| | * | | | | Unify error messages for wrong values of 'tk_messageBox -default' among platf... | fvogel | 2018-05-01 | 1 | -1/+2 |
|
|
| | * | | | | Make msgbox.test pass on all platforms (checked on Win Vista, Linux Debian 8 ... | fvogel | 2018-05-01 | 1 | -2/+2 |
|
|
| | * | | | | Fix msgbox.test expected results when running on macOS | fvogel | 2018-05-01 | 1 | -2/+2 |
|
|
* | | | | | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis... | fvogel | 2018-05-03 | 1 | -1/+1 |
|\ \ \ \ \ \
| |/ / / / / |
|
| * | | | | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis... | fvogel | 2018-05-03 | 1 | -1/+1 |
| |\ \ \ \ \ |
|
| | * | | | | | Solution from dnikolajevich made thread safe. Thanks to Christian Werner for ... | fvogel | 2018-03-31 | 1 | -6/+0 |
|
|
| | * | | | | | Better solution to [75d38f8608], that fixes the problem for all widgets, not ... | fvogel | 2018-03-25 | 1 | -10/+2 |
|
|
| | * | | | | | Add missing documentation about items of the tk::Priv array | fvogel | 2018-03-20 | 1 | -1/+7 |
|
|
| | * | | | | | Fix [75d38f8608]: touchpad two finger scroll does not work correctly with lis... | fvogel | 2018-03-20 | 1 | -2/+10 |
| | | |/ / /
| | |/| | | |
|
* | | | | | | Fix [98c41cf3e7]: ::tk::Darken does not properly brighten colors | fvogel | 2018-05-03 | 1 | -17/+17 |
|\ \ \ \ \ \
| |/ / / / /
| | | | | /
| |_|_|_|/
|/| | | | |
|
| * | | | | Fix [98c41cf3e7]: ::tk::Darken does not properly brighten colors | fvogel | 2018-04-28 | 1 | -17/+17 |
| | |/ /
| |/| | |
|
* | | | | Fix [7423f90fbf]: missing option priorities prevent users from styling some w... | fvogel | 2018-04-28 | 3 | -7/+7 |
|\ \ \ \
| |/ / /
| | | /
| |_|/
|/| | |
|
| * | | Set the other 'option add' commands to use widgetDefault as the | bll | 2018-04-24 | 2 | -4/+4 |
|
|
| * | | Change all 'option add' default values to 'widgetDefault'. | bll | 2018-04-22 | 1 | -5/+5 |
|
|
* | | | Fix [59fccbfa27]: Clicking on empty menubar area stops menus working. Thanks ... | fvogel | 2018-04-03 | 1 | -1/+3 |
|\ \ \
| |/ / |
|
| * | | Fix [59fccbfa27]: Clicking on empty menubar area stops menus working. Thanks ... | fvogel | 2018-03-25 | 1 | -1/+3 |
| |/ |
|
* | | Fix [b68710aed6]: Minor fixes to library/text.tcl bindings, and generation of... | fvogel | 2018-01-28 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Remove unnecessary (in the legacy text widget) check for normal state when <M... | fvogel | 2018-01-15 | 1 | -1/+1 |
|
|
| * | Take some proposals from kjnash in [b68710aed6], namely 1. Add test of -state... | fvogel | 2018-01-14 | 1 | -3/+3 |
|
|
* | | Added an example to menu.tcl that uses both -compound and -image in the same ... | gerald | 2018-01-17 | 1 | -1/+8 |
|
|
* | | The directory browser tree widget demo prefers normalized paths. Fixes [27801... | stu | 2018-01-10 | 1 | -0/+1 |
|
|
* | | Fix [882108bf05]: Incorrect style for disabled state of treeview | fvogel | 2018-01-07 | 8 | -14/+53 |
|\ \
| |/ |
|
| * | Propagate fix to the 'default' theme | fvogel | 2018-01-01 | 1 | -2/+6 |
|
|
| * | Fix [882108bf05]: Incorrect style for disabled state of treeview. Patch provi... | fvogel | 2018-01-01 | 7 | -12/+47 |
|
|
| * | Start RC branch for Tk 8.6.8 | dgp | 2017-12-06 | 1 | -1/+1 |
|
|
* | | merge core-8-6-branch | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | tkWinDialog.c: Change a LoadLibrary() call to GetModuleHandle(), since "shell... | jan.nijtmans | 2017-11-27 | 1 | -1/+1 |
|
|
* | | Merge core-8-6-branch into trunk. Includes fix for [b24a7a877d]. | culler | 2017-11-18 | 2 | -2/+4 |
|\ \
| |/ |
|
| * | Modify the menu demo so that it includes a photoimage in a menu. | culler | 2017-11-15 | 2 | -2/+4 |
|
|
* | | Merge core-8-6-branch to get fixes from OSX_redraw_artifacts branch. This fix... | fvogel | 2017-11-07 | 1 | -7/+9 |
|\ \
| |/ |
|
| * | merge core-8-6-branch | fvogel | 2017-10-28 | 1 | -2/+3 |
| |\ |
|
| * | | Make a small change in the logic of DisplayText (for Mac only) which | culler | 2017-10-25 | 1 | -3/+2 |
|
|
| * | | Change TkScrollWindow to only generate expose events if the Text widget has | culler | 2017-10-24 | 1 | -7/+10 |
|
|
* | | | Fix [bb6b4032d2]: ::tk::AmpMenuArgs does not work with 'entryconf' | fvogel | 2017-10-22 | 1 | -2/+3 |
|\ \ \
| | |/
| |/| |
|
| * | | Fix [bb6b4032d2]: ::tk::AmpMenuArgs does not work with 'entryconf' | fvogel | 2017-10-22 | 1 | -2/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Fix [bb6b4032d2]: ::tk::AmpMenuArgs does not work with 'entryconf' | fvogel | 2017-10-04 | 1 | -2/+3 |
|
|
* | | | Fix [dd9667635d]: text anchor not set | fvogel | 2017-10-07 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Fix [dd9667635d]: text anchor not set | fvogel | 2017-10-07 | 1 | -0/+3 |
| |\ \
| | |/
| |/| |
|
| | * | Fix [dd9667635d]: text anchor not set | fvogel | 2017-09-22 | 1 | -0/+3 |
|
|
* | | | Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. | fvogel | 2017-09-24 | 1 | -0/+3 |
|\ \ \
| |/ / |
|
| * | | Fix the proposed patch since it had unexpected jumping effects in the fonts l... | fvogel | 2017-09-13 | 1 | -0/+2 |
|
|
| * | | Fix [8277e1a906]: fontchooser is out of sync with dynamically loaded fonts. P... | fvogel | 2017-09-03 | 1 | -0/+1 |
| |/ |
|
* | | Bump to 8.7a2 to distinguish trunk from 8.7a1 release. | dgp | 2017-09-08 | 1 | -1/+1 |
|
|