Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | -spacing[123] use TK_OPTION_NULL_OK instead of TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-09 | 1 | -3/+3 |
| | |||||
* | Removed unused flags argument in Configure function since Tk_ConfigureWidget ↵ | fvogel | 2016-01-08 | 2 | -12/+10 |
| | | | | is no longer used there since last century | ||||
* | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OK | fvogel | 2016-01-08 | 3 | -8/+8 |
| | |||||
* | Bug [2049429] - Documented TK_OPTION_DONT_SET_DEFAULT | fvogel | 2016-01-08 | 1 | -20/+30 |
| | |||||
* | (cherry-pick) Backout previous commit: it causes many event-related ↵ | jan.nijtmans | 2016-01-08 | 2 | -19/+0 |
| | | | | test-failures in Tk test suite | ||||
* | (cherry-pick) Fixed bug [1927212] - MouseWheel unbound for non-aqua scrollbars | jan.nijtmans | 2016-01-08 | 2 | -0/+19 |
| | |||||
* | (cherry-pick) Fixed bug [3e3e25f483] - winbutton-1.[12] fails on Win7 | jan.nijtmans | 2016-01-08 | 1 | -2/+6 |
| | |||||
* | (cherry-pick) Fixed bug [1305128] - Scrollbar doesn't receive event | jan.nijtmans | 2016-01-08 | 1 | -0/+2 |
| | |||||
* | (cherry-pick) Fixed bug [1510538] - Wrong initial scrollbar width | jan.nijtmans | 2016-01-08 | 1 | -2/+2 |
| | |||||
* | merge-mark (closing fork) | jan.nijtmans | 2016-01-08 | 0 | -0/+0 |
|\ | |||||
| * | Prefix "system" of all Windows System Colors was documented. Ticket [945409] | oehhar | 2016-01-07 | 1 | -13/+13 |
| |\ | |||||
| | * | Prefix "system" of all Windows System Colors was documented | oehhar | 2016-01-07 | 1 | -13/+13 |
| | | | |||||
| | * | Fixed bug [3102228] - <<ListboxSelect>> doesn't fire when selection lost | fvogel | 2016-01-06 | 2 | -0/+50 |
| | |\ | | |/ | |/| | |||||
| | * | Fixed bug [1288433] - LisboxSelect event triggers when listbox state is disabled | fvogel | 2016-01-06 | 3 | -14/+55 |
| | |\ | |||||
| | * \ | Fixed bug [2f78c7c5ea] - text widget segfault with tablelist | fvogel | 2015-12-26 | 2 | -1/+32 |
| | |\ \ | |||||
| | * \ \ | Made test textDisp-16.18 pass again on Win7 after [a4bf73e4b8]: map the text ↵ | fvogel | 2015-12-23 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | widget earlier | ||||
| | * \ \ \ | Fixed bug [793909] - Problem with nonexistent namespaces | fvogel | 2015-12-19 | 3 | -6/+50 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger ↵ | fvogel | 2015-12-19 | 3 | -37/+108 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | bgerror | ||||
| | * | | | | | | spacing | jan.nijtmans | 2015-12-17 | 4 | -6/+6 |
| | | | | | | | | |||||
| | * | | | | | | merge-mark | jan.nijtmans | 2015-12-16 | 0 | -0/+0 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | Merge mark | Kevin Walzer | 2015-12-15 | 0 | -0/+0 |
| | | | | | | | | | |||||
| | * | | | | | | | Fix for some redraw issues on Tk-Cocoa on OS X 10.11; further refinement of ↵ | Kevin Walzer | 2015-12-15 | 14 | -151/+227 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory management; thanks to Marc Culler for patches | ||||
| | * | | | | | | | Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c] | oehhar | 2015-12-14 | 1 | -1/+35 |
| | |\ \ \ \ \ \ \ | |||||
| | | * | | | | | | | minor formattingbug_9fcc519a7c | jan.nijtmans | 2015-12-14 | 1 | -3/+4 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Support to paste file list (e.g. support CF_HDROPtype) Ticket [9fcc519a7c] | oehhar | 2015-12-14 | 1 | -3/+36 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Test winDialog-5.12.7 failed if first item in home folder was not a ↵ | oehhar | 2015-12-14 | 1 | -1/+1 |
| | |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | file->corrected | ||||
| | * | | | | | | | Fixed bug [ff8a1e55a2] - Filling a never-mapped text widget is CPU hungry - ↵ | fvogel | 2015-12-13 | 1 | -13/+5 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch from Koen Danckaert | ||||
| | * \ \ \ \ \ \ \ | Fix for bug [1739605] - [text see] misbehaves following widget ↵ | fvogel | 2015-12-12 | 2 | -0/+20 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | create/populate - Patch from Koen Danckaert | ||||
| | * \ \ \ \ \ \ \ \ | Merge mark | fvogel | 2015-12-11 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | Reverted [aaf6b1a3a0] | fvogel | 2015-12-11 | 1 | -0/+16 |
| | | | | | | | | | | | | |||||
| | * | | | | | | | | | | Removed duplicate test: 'entry-23.1' in spinbox.test is the same as ↵ | fvogel | 2015-12-10 | 1 | -16/+0 |
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 'entry-21.1' in entry.test | ||||
| | * \ \ \ \ \ \ \ \ \ \ | merge-mark. Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-12-07 | 4 | -30/+30 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | Fix for zombie windows on El Capitan/OS X 10.11; thanks to Marc Culler for patch | Kevin Walzer | 2015-12-07 | 7 | -20/+63 |
| | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | Fix 64-bit MSVC build without SDK: If the MSVC version is recent enough, ↵ | jan.nijtmans | 2015-12-03 | 2 | -13/+6 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | compiling without SDK works fine (provided that the build is configured using "--enable-64bit") | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | Fixed bug [1997299fff] - Tag borderwidth leaking | fvogel | 2015-11-29 | 2 | -33/+77 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | On cygwin, install libtk8.6.dll.a in the {prefix}/lib directory. | jan.nijtmans | 2015-11-26 | 2 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | Ooops... removed debug traces unintentionally left in the merge mark... | fvogel | 2015-11-25 | 2 | -42/+1 |
| | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | merge mark | fvogel | 2015-11-25 | 2 | -1/+42 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | Merge mark | Kevin Walzer | 2015-11-25 | 0 | -0/+0 |
| | | | | | | | | | | | | | | | | | | |||||
| | * | | | | | | | | | | | | | | | | Remove multiple deprecated internal API calls on OS X; streamline Apple ↵ | Kevin Walzer | 2015-11-25 | 11 | -598/+566 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Events implementation; thanks to Marc Culler for extensive patches | ||||
| | * | | | | | | | | | | | | | | | | Added test textDisp-35.1 to check for regressions against pach [5b11cf19] | fvogel | 2015-11-22 | 1 | -0/+16 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Improve user experience related to ↵ | jan.nijtmans | 2015-11-16 | 2 | -10/+14 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [http://core.tcl.tk/tk/tktview/1499165|dancing scrollbars]. Patch by Koen Danckaert. | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix [https://www.sqlite.org/src/info/34eb6911afee09e7|34eb6911af], taken ↵ | jan.nijtmans | 2015-11-13 | 1 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | over from SQLite: Fix uses of ctype functions (ex: isspace()) on signed characters in test programs and in some obscure extensions. No changes to the core. | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Typos in comments | fvogel | 2015-11-10 | 2 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Win64: Window ↵ | jan.nijtmans | 2015-11-10 | 1 | -2/+5 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embedding can not work on 64-bit Unix and Windows | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix [5ee8af61e5ef8e233158a43459624f4ecf58a6fe|5ee8af61e5] on Unix: Window ↵ | jan.nijtmans | 2015-11-09 | 2 | -8/+17 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | embedding can not work on 64-bit Unix and Windows | ||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | clean-up end-of-line spacing | jan.nijtmans | 2015-11-09 | 2 | -5/+4 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fixed bug [3601604fff] - [listbox $path -takefocus 0] steals focus | fvogel | 2015-11-08 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge mark | fvogel | 2015-11-08 | 0 | -0/+0 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Resolved unintended fork | fvogel | 2015-11-08 | 6 | -70/+101 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |