summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Sync tcl.m4 with Tcljan.nijtmans2020-01-062-6/+2
|
* Fix [7ca9a5b7cc]: Segfault due to pointer truncation in DLL_PROCESS_DETACHjan.nijtmans2019-12-091-1/+1
|
* Sync rules.vc and tcl.m4 with the version included with Tcl8.5jan.nijtmans2019-11-273-228/+118
|
* Fix [a953736b54]: Potential wrong use of TkKeyEventjan.nijtmans2019-11-251-1/+1
|
* Fix [056f9e85dc]: debian patchesjan.nijtmans2019-10-315-8/+25
| | | Don't define HAVE_STDINT_H in win/makefile.vc: Most (older) Visual Studio versions still don't have stdint.h, and it isn't used by Tk.
* Sync tcl.m4 with Tcl versionjan.nijtmans2019-10-022-10/+36
|
* windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-31/+31
|
* Took over a few too many comments from Tcl's win/Makefile.in .. correct that.jan.nijtmans2019-09-091-3/+3
|
* Fix build with Visual Studio (configure/make/cl). It appears we cannot use ↵jan.nijtmans2019-09-091-51/+47
| | | | "sed" then.
* Fix configure script for use in git-bash (re-generated with a modified ↵jan.nijtmans2019-09-091-10/+12
| | | | autoconf-2.59, in which the AC_PROG_MAKE_SET macro is replaced inspired by autoconf-2.69)
* Add runstatedir to Makefile.in. Not used yet, only used if "configure" ↵jan.nijtmans2019-09-022-0/+2
| | | | script is re-generated with autoconf-2.70
* In X11-R6 _XLIB_H changed to _X11_XLIB_H_, so adapt for that.jan.nijtmans2019-08-211-2/+3
| | | Also include <stddef.h> in more compilers we know of (same as in tclInt.h).
* Don't use ".." in Windows paths during build. Taken from Tcl ↵jan.nijtmans2019-08-201-10/+12
| | | | [https://core.tcl-lang.org/tcl/info/40d5ff2a0ee78099|40d5ff2a0e]
* typojan.nijtmans2019-08-021-1/+1
|
* Fix [eca765ab7c]: Manual page for Tk_NameOfImagejan.nijtmans2019-07-311-4/+4
|
* Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵jan.nijtmans2019-07-051-2/+2
|\ | | | | | | substitutions
| * Change for alphabetical order of events concerned by %X,%Yfvogel2019-07-031-2/+2
| |
| * Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script ↵fvogel2019-07-021-1/+1
| | | | | | | | substitutions
| * Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-0217-22/+22
| |
| * Don't use "struct ThreadSpecificData", while the type name ↵jan.nijtmans2019-07-0231-32/+32
| | | | | | | | "ThreadSpecificData" is already sufficient.
| * Statically initialize "X11ControlChars" pseudo-encoding.jan.nijtmans2019-07-021-9/+3
| |
| * Fix bug [8476b75781], including the Aqua tk scrollbar.culler2019-07-013-45/+154
| |\
| | * Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier.culler2019-07-012-28/+23
| | |
| | * Fix layout bugs.culler2019-07-011-21/+27
| | |
| | * Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is ↵culler2019-06-302-32/+45
| | | | | | | | | | | | possible.
| | * Update documentation on do script Apple Event commandKevin Walzer2019-06-301-0/+16
| | |
| | * Adjust minimum thumb sizeculler2019-06-292-7/+12
| | |
| | * merge 8.6culler2019-06-297-31/+20
| | |\
| | * | Tiny adjustment.culler2019-06-281-1/+1
| | | |
| | * | Fix Tk scrollbar and merge core-8-6-branchculler2019-06-2826-73/+146
| | |\ \
| * | | | Fix failure to compile.dgp2019-06-301-0/+1
| | |_|/ | |/| |
| * | | Fix compiler warnings on all macOS versions.culler2019-06-295-8/+7
| | | |
| * | | If encoding "utf-16" exists, use it in preference to "unicode", which is ↵jan.nijtmans2019-06-282-23/+13
| |\ \ \ | | |_|/ | |/| | | | | | deprecated since TIP #547.
| | * | Use available "ucs2-be" encoding on X11 and "utf-16" encoding on Win32, if ↵jan.nijtmans2019-06-192-23/+13
| | | | | | | | | | | | | | | | provided by Tcl (TIP #547). If Tcl doesn't provide those encodings, proceed as usual.
| * | | Fix bug [8476b75781]: correct rendering of small thumbs in Aqua ttk::scrollbarculler2019-06-271-5/+1
| |\ \ \ | | | |/ | | |/|
| | * | Fix bug [8476b75781]: Aqua scrollbar behaviorculler2019-06-261-5/+1
| | | |
| * | | Merge 8.5jan.nijtmans2019-06-268-11/+11
| |\ \ \ | |/ / / |/| | |
* | | | Remove use of/documentation regarding deprecated symbols/macro's, which ↵jan.nijtmans2019-06-268-12/+12
| | | | | | | | | | | | | | | | moved to Tcl headers long ago.
| * | | CONST -> const. Eliminate unnecessary type-casts and end-of-line spacingjan.nijtmans2019-06-2517-47/+46
| |/ /
| * | Remove unnecessary call to NSUpdateDynamicServices() which can cause crashes.culler2019-06-241-2/+1
| | |
| * | Tk_DoOneEvent -> Tcl_DoOneEvent, since the Tk variant is deprecated. See: ↵jan.nijtmans2019-06-242-2/+2
| | | | | | | | | | | | [505fe5a0e2]
| * | Documentation cleanup and removal of redundant constants; thanks to ↵Kevin Walzer2019-06-212-19/+5
| | | | | | | | | | | | Christopher Chavez for reports and patch
| * | Don't use wcslen() in combination with Tcl_WinTCharToUtf(): Using -1 has the ↵jan.nijtmans2019-06-202-2/+2
| |/ | | | | | | same effect already (it even was wrong in tkWinTest.c's previous commit, forgot to multiply with sizeof(WCHAR)).
| * Don't re-reference encoding "unicode", when we can re-use the encoding.jan.nijtmans2019-06-192-5/+2
| |
| * Re-generate unix/configure with autoconf 2.59, just as in core-8-6-10-rc ↵jan.nijtmans2019-06-191-4387/+6673
| | | | | | | | branch, as it should be.
| * Fix merge conflict in tk.tcl from services branch mergeKevin Walzer2019-06-161-2/+1
| |
| * Define offsetof() macro for (very rare) platforms which don't have it. Don't ↵jan.nijtmans2019-06-151-3/+3
| |\ | |/ |/| | | punish developers for using offsetof() in extensions, forgetting that ...
* | Define offsetof() macro for (very rare) platforms which don't have it. Don't ↵jan.nijtmans2019-06-151-3/+3
| | | | | | | | punish developers for using offsetof() in extensions, forgetting that ...
| * TIP 536: Improvements to Mac-specific IPCdkf2019-06-1514-6728/+4946
| |\
| | * Edited README.culler2019-05-201-18/+37
| | |