Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Backout [477949] for Tk 8.5, after discussion in TclCore mailing list: ↵ | jan.nijtmans | 2016-02-03 | 3 | -36/+6 |
| | | | | | | | | | | | | | | | | option readfile cannot use multibytes. Ticket [0a3d799a] To clarify a bit, what we discovered was that [[option readfile]] as found in all Tk releases up to and including 8.5.18 is already able to read in the whole BMP, so long as the file is stored in the encoding utf-8. The classic ASCII subset is fine. utf-8 is fine. Other encodings are at best non-portable. What [477949] did was to add support for files stored in [[encoding system]] but at the expense of breaking the support for the files stored in utf-8. Not the right outcome for a patch release. | ||||
* | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 4 | -5/+6 |
| | |||||
* | NotebookAddCommand: fix off-by-one error counting objc/objv | jenglish | 2016-01-25 | 2 | -1/+22 |
| | | | | | when readding an already-managed window with arguments. Bug reported on tcl-core by Sam Bromley (22 Jan 2016) | ||||
* | Fix (minor) memory leak (backported from Tk 8.6). Some efficientcy ↵ | jan.nijtmans | 2016-01-24 | 1 | -48/+32 |
| | | | | improvements (backported from 8.6 too). No change of functionality | ||||
* | Crash in Mac test suite no longer triggered after patch from Marc Culler | Kevin Walzer | 2016-01-24 | 2 | -3/+0 |
| | |||||
* | (cherry-pick): Fixed bug [9e606527af] - && instead of & used in ↵ | jan.nijtmans | 2016-01-23 | 1 | -1/+1 |
| | | | | generic/tkOption.c | ||||
* | Better repair of parentIsKey (backported from Tk 8.6). Problem was ↵ | jan.nijtmans | 2016-01-23 | 1 | -11/+13 |
| | | | | introduced in (apparently ill-merged) commit [3f634e02ece26dff] | ||||
* | Remove cross-test disruption. | dgp | 2016-01-23 | 1 | -0/+1 |
| | |||||
* | Repair failure to compile on OSX/Cocoa. | dgp | 2016-01-23 | 1 | -2/+5 |
| | |||||
* | (cherry-pick) Fix [2049429]: Some options aren't picked up from the options ↵ | jan.nijtmans | 2016-01-12 | 8 | -51/+59 |
| | | | | database. | ||||
* | Additional tweaks for dialog | Kevin Walzer | 2016-01-11 | 1 | -2/+15 |
| | |||||
* | Fix for 63c3542c06, messageboxes in Tk-Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-11 | 1 | -1/+6 |
| | |||||
* | (cherry-pick) Fix [1927212]: MouseWheel unbound for non-aqua scrollbars. ↵ | jan.nijtmans | 2016-01-09 | 2 | -0/+37 |
| | | | | Thanks to Francois Vogel for the actual work | ||||
* | Additional fixes for memory leaks, window flickering on OS X 10.11; thanks ↵ | Kevin Walzer | 2016-01-09 | 3 | -7/+14 |
| | | | | to Marc Culler for patch | ||||
* | (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 |