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