summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Fix for display of images when scrolling a text widget on OS X; thanks to ↵Kevin Walzer2014-07-242-64/+116
|/ / | | | | | | Marc Culler for patch
| * Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵Kevin Walzer2014-07-257-168/+185
| | | | | | | | on Mac/Cocoa; remove private API calls to comply with platform requirements.
| * Fix for display of images when scrolling a text widget on OS X; thanks to ↵Kevin Walzer2014-07-242-64/+116
| | | | | | | | Marc Culler for patch
| * Workaround for ↵jan.nijtmans2014-07-081-8/+8
| |\ | | | | | | | | | | | | [http://core.tcl.tk/tcl/tktview?name=4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4]: tailcall splicing spot vs. raw TclInvokeObjectCommand. This commit can be reverted as soon as a solution for [http://core.tcl.tk/tcl/tktview?name=4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4] is committed to Tcl trunk, but I don't want to hold my breath until that is done, neither do I want to leave the Ocaml guys in the cold ...
| | * merge trunkbug_4955f5d8a4jan.nijtmans2014-05-227-147/+140
| | |\
| * | \ merge-markjan.nijtmans2014-07-080-0/+0
| |\ \ \ | |/ / / |/| | |
* | | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵Kevin Walzer2014-07-074-121/+170
| | | | | | | | | | | | | | | | Culler for the extensive patch.
| * | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵Kevin Walzer2014-07-074-121/+170
| | | | | | | | | | | | | | | | Culler for the extensive patch.
| * | | Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-304-44/+44
| | | |
| * | | two more (test-)command converted to Tcl_Obj APIjan.nijtmans2014-06-271-29/+28
| | | |
| * | | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices.jan.nijtmans2014-06-032-5/+2
| | | |
| * | | re-generate tkIntDecls.hjan.nijtmans2014-06-031-7/+6
| | | |
| * | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-0311-91/+84
| | | |
| * | | Typo's and unnecessary end-of-line spacingjan.nijtmans2014-06-033-8/+8
| | | |
| * | | ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]:jenglish2014-05-271-6/+32
| |\ \ \ | |/ / / |/| | | | | | | | | | | keep track of whether a drag transaction is in progress; only initiate autoscroll in <B1-Leave> if selectMode is not "none" and %m is NotifyNormal.
* | | | ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]:jenglish2014-05-271-6/+32
| | | | | | | | | | | | | | | | | | | | keep track of whether a drag transaction is in progress; only initiate autoscroll in <B1-Leave> if selectMode is not "none" and if %m is NotifyNormal.
| * | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-267-77/+77
| |\ \ \
| | * | | make test-case send-8.15 pass (is this the right way?)send_obj_cmdjan.nijtmans2014-05-241-2/+0
| | | | |
| | * | | Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-237-77/+78
| | | | |
| * | | | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the ↵jan.nijtmans2014-05-262-58/+49
| |/ / / | | | | | | | | | | | | Tcl_Obj API.
| * | | remove TODO: scrollbars use Tcl_Obj API nowjan.nijtmans2014-05-221-4/+0
| | |/ | |/|
| * | Make "scrollbar" a Tcl_Obj-based commandjan.nijtmans2014-05-227-147/+140
| |\ \ | | | | | | | | Some more Tcl_Obj-related optimizations
| | * | Some more places where Tcl_Obj's can be usedscrollbar_obj_cmdjan.nijtmans2014-05-222-13/+17
| | | |
| | * | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-225-134/+129
| | |/
| | * Possible fix for ↵jan.nijtmans2014-05-191-8/+8
| |/ | | | | | | [http://core.tcl.tk/tcl/info/4955f5d8a4dce006e063f924bc9709f7850ecb6a|4955f5d8a4]
| * Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". jan.nijtmans2014-04-091-3/+4
| |\ | |/ |/| Supply both the shared library and the stub library to "Libs": Only one of them will actually be linked in, depending on whether -DUSE_TCL_STUBS is defined or not.
* | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private".jan.nijtmans2014-04-091-3/+4
| |
| * Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵jan.nijtmans2014-04-011-3/+2
| |\ | |/ |/| | | token @TK_LIBS@ in pkgconfig file
* | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵jan.nijtmans2014-04-012-3/+5
| | | | | | | | token @TK_LIBS@ in pkgconfig file
| * Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-202-10/+18
| |\ | |/ |/| | | build on FreeBSD 10.0
* | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵jan.nijtmans2014-03-202-26/+18
| | | | | | | | build on FreeBSD 10.0
| * merge-markjan.nijtmans2014-03-190-0/+0
| |\ | |/ |/|
* | Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-163-2/+4
| | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
| * Update configure files on Aqua to remove garbage collection flag, which is ↵Kevin Walzer2014-03-163-2/+4
| | | | | | | | no longer supported with Xcode 5.1; also add key to Wish Info.plist to support high-resolution (Retina) displays.
| * Fix TK_RELEASE_SERIAL valuejan.nijtmans2014-03-131-1/+1
| |
| * Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵jan.nijtmans2014-02-111-1/+1
| |\ | |/ |/| | | HAVE_XKBKEYCODETOKEYSYM is not defined
* | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when ↵jan.nijtmans2014-02-111-1/+1
| | | | | | | | HAVE_XKBKEYCODETOKEYSYM is not defined
| * Fix for [f476e3d654]: Tk trunk fails to build/linkjan.nijtmans2014-02-111-0/+1
| |
| * Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-107-17/+17
| |
| * Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) ↵jan.nijtmans2014-02-1030-106/+104
| | | | | | | | | | don't define it, and _WIN32 is much more portable anyway. See: [http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system#WindowsCygwinnonPOSIXandMinGW]
| * [6867cc13a4] "tk fontchooser configure" overwrites global variablesjan.nijtmans2014-02-071-0/+5
| |
| * Merged. Ticket [3279221]: Fixed setup of popup menu to preventandreask2014-02-061-0/+1
| |\ | |/ |/| | | immediate disappearance due to an event race.
* | Ticket [3279221]: Fixed setup of popup menu to prevent immediateandreask2014-02-061-0/+1
| | | | | | | | disappearance due to an event race.
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
| |\ | |/ |/|
* | Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
| |
| * Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
| |\ | |/ |/|
* | Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
| |
| * Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows ↵jan.nijtmans2014-02-043-28/+23
| |\ | |/ |/| | | | | version reported for Windows 8.1. Remove some dead code (since Win95/98/ME is no longer supported)
* | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows ↵jan.nijtmans2014-02-041-9/+20
| | | | | | | | version reported for Windows 8.1
| * merge-markjan.nijtmans2014-02-030-0/+0
| |\ | |/ |/|