| Commit message (Expand) | Author | Age | Files | Lines |
* | Edit comments, add tests for NULL pointers. | culler | 2019-11-18 | 3 | -19/+36 |
|
|
* | remove printf("TkSelGetSelection\n"); | jan.nijtmans | 2019-11-18 | 2 | -5/+4 |
|
|
* | Implement non-BMP unicode for macOS when TCL_UTF_MAX = 3 by encoding surrogat... | culler | 2019-11-18 | 4 | -81/+166 |
|
|
* | Fix [90d555e088]: work around an Apple bug which causes NSFontManager to find... | culler | 2019-11-17 | 1 | -4/+19 |
|\ |
|
| * | Fix [90d555e088]: In Catalina Apple's NSFontManager creates fonts with unwant... | culler | 2019-11-15 | 1 | -4/+19 |
|
|
* | | Fix [53d28027e3]: macOS crashes with 0x0 image for wm iconphoto; make wm icon... | culler | 2019-11-17 | 5 | -7/+25 |
|\ \ |
|
| * | | Allow creating 0x0 NSImages, which work e.g. in labels, just don't allow usin... | culler | 2019-11-11 | 2 | -4/+6 |
|
|
| * | | Split wm-iconphoto-1.5 into the Win and Mac case on one hand (an error trigge... | fvogel | 2019-11-10 | 1 | -1/+4 |
|
|
| * | | The new test wm-iconphoto-1.5 must not depend on previous tests and how many ... | fvogel | 2019-11-10 | 1 | -1/+1 |
|
|
| * | | Homogenize still further among platforms | fvogel | 2019-11-10 | 1 | -1/+1 |
|
|
| * | | Add platform-independent test wm-iconphoto-1.5 | fvogel | 2019-11-10 | 1 | -0/+3 |
|
|
| * | | Make all platforms check if an iconphoto image is valid and provide the same ... | culler | 2019-11-10 | 3 | -6/+9 |
|
|
| * | | Fix [53d28027e3]: Generate an error instead of a crash if wm iconphoto receiv... | culler | 2019-11-09 | 2 | -2/+9 |
|
|
* | | | Fix [c4abd2b0f3]: rework stackorder command on all platforms, and prevent pan... | culler | 2019-11-17 | 4 | -80/+40 |
|\ \ \ |
|
| * | | | On unix, make the wm stackorder command return an error if TkWmStackorderTopl... | culler | 2019-11-10 | 1 | -0/+5 |
|
|
| * | | | make TkWmStackorderToplevel return NULL if ckalloc fails. | culler | 2019-11-09 | 1 | -10/+11 |
|
|
| * | | | Propagate previous Mac fix to the Windows platform | fvogel | 2019-11-09 | 1 | -13/+11 |
|
|
| * | | | Reimplement TkWmStackorderToplevel to make it straightforward and shorter and... | culler | 2019-11-08 | 2 | -55/+15 |
|
|
| * | | | Fix [c4abd2b0f3]: Tcl Panic in TkWmStackorderToplevel (for Aqua) | culler | 2019-11-07 | 1 | -14/+10 |
|
|
* | | | | On macOS make DrawCharsInContext accept byte sequences which contain UTF-16 s... | culler | 2019-11-16 | 1 | -1/+22 |
|
|
* | | | | Let's add some Emoji to the widget demo, but encoded in UTF-16 so Tcl 8.6.10 ... | jan.nijtmans | 2019-11-15 | 1 | -0/+2 |
| |_|/
|/| | |
|
* | | | Fix [69b48f427e] (again): Test "textTag-18.1" fails since Win10 Creator Falls... | jan.nijtmans | 2019-11-15 | 2 | -2/+21 |
|\ \ \ |
|
| * | | | Fix again integer arithmetics in TkSetCursorPos(), see [69b48f427e] | fvogel | 2019-11-14 | 1 | -2/+2 |
|
|
| * | | | remove debug printf code | fvogel | 2019-11-14 | 1 | -3/+0 |
|
|
| * | | | merge core-8-6-branch, and add (currently failing) test bind-34.3 demonstrati... | fvogel | 2019-11-14 | 72 | -2129/+3592 |
| |\ \ \
| |/ / /
|/| | | |
|
* | | | | Add support for 4 keycodes on Windows (Mail, AudioMedia, Launch0 and Launch1)... | jan.nijtmans | 2019-11-13 | 8 | -38/+835 |
|
|
* | | | | Tweak the fix to [8793e78bf0] to avoid scrollbar artifacts. | culler | 2019-11-11 | 1 | -9/+18 |
| |_|/
|/| | |
|
* | | | Fix [12c8dfaa98] and [7e174a300e]: listbox.tcl/scrlbar.tcl: missing improved ... | jan.nijtmans | 2019-11-06 | 2 | -4/+20 |
|
|
* | | | Fix [edf4fd2613]: iconlist.tcl: errors in mouse wheel bindings. Thanks to nem... | jan.nijtmans | 2019-11-06 | 1 | -3/+3 |
| |/
|/| |
|
* | | Fix a paste error in ttk/entry.tcl that broke the accent menu for ttk::entry ... | culler | 2019-11-04 | 1 | -2/+2 |
|
|
* | | Edit a comment. | culler | 2019-11-04 | 1 | -3/+3 |
|
|
* | | But we shouldn't call CFRelease on the font returned by [NSFont userFixedPitc... | culler | 2019-11-04 | 1 | -0/+2 |
|
|
* | | Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win... | culler | 2019-11-04 | 1 | -6/+17 |
|\ \ |
|
| * | | Fix [8793e78bf0]: High CPU usage due to unnecessary redraws of the entire win... | culler | 2019-10-30 | 1 | -6/+17 |
|
|
* | | | Fix [855049e799]: Apple's system fixed font has an invalid familyName in macO... | culler | 2019-11-04 | 1 | -1/+11 |
|\ \ \ |
|
| * | | | Use [NSFont userFixedPitchFontOfSize:11] instead of CTFontCreateUIFontForLang... | marc_culler | 2019-11-03 | 1 | -14/+11 |
|
|
| * | | | Work around a bug in [NSFont familyName] which Apple introduced in macOS 10.15.1 | marc_culler | 2019-11-01 | 1 | -1/+14 |
|
|
* | | | | Better fix for [b82bd4872b]: ttk::style configure -compound does not work | fvogel | 2019-11-01 | 9 | -5/+17 |
|\ \ \ \ |
|
| * | | | | Propagate the previous two commits to the tabs of a ttk::notebook, which can ... | fvogel | 2019-11-01 | 3 | -3/+5 |
|
|
| * | | | | Document that ttk::label and ttk::*button now support styling -compound | fvogel | 2019-11-01 | 5 | -0/+10 |
|
|
| * | | | | Better fix for [b82bd4872b]: ttk::style configure -compound does not work | fvogel | 2019-11-01 | 1 | -2/+2 |
|
|
* | | | | | Fix [f002bac209]: 'treeview identify column' returns _display_ columns ident... | fvogel | 2019-11-01 | 1 | -1/+1 |
|
|
* | | | | | Push a different fix for the 'Column ... out of range' error reported in [caa... | fvogel | 2019-11-01 | 1 | -3/+12 |
|\ \ \ \ \ |
|
| * | | | | | The previous commit [65bb96b4] was wrong: it did not take into account the sp... | fvogel | 2019-11-01 | 1 | -3/+12 |
|
|
* | | | | | | Somewhat more progress on [a179564826]: Tk 8.6: prevent issues when encounter... | jan.nijtmans | 2019-11-01 | 7 | -12/+10 |
| |/ / / /
|/| | | | |
|
* | | | | | 8.5 -> 8.6 | jan.nijtmans | 2019-10-31 | 2 | -3/+3 |
|
|
* | | | | | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 5 | -8/+25 |
|\ \ \ \ \ |
|
| * | | | | | Fix [056f9e85dc]: debian patches | jan.nijtmans | 2019-10-31 | 5 | -8/+25 |
|
|
* | | | | | | Fix [de579935a9]: Assertion error when drawing a Tk scrollbar on macOS | culler | 2019-10-30 | 1 | -2/+10 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| * | | | | | Alternative fix to [de579935a9] - just allow weird looking thumbs. | culler | 2019-10-30 | 1 | -2/+10 |
|/ / / / / |
|