| Commit message (Expand) | Author | Age | Files | Lines |
* | ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]: | jenglish | 2014-05-27 | 1 | -6/+32 |
|\ |
|
| * | ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]: | jenglish | 2014-05-27 | 1 | -6/+32 |
|
|
* | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-26 | 7 | -77/+77 |
|\ \ |
|
| * | | make test-case send-8.15 pass (is this the right way?)send_obj_cmd | jan.nijtmans | 2014-05-24 | 1 | -2/+0 |
|
|
| * | | Make "send" (and "testsend") use the Tcl_Obj API. | jan.nijtmans | 2014-05-23 | 7 | -77/+78 |
|
|
* | | | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_... | jan.nijtmans | 2014-05-26 | 2 | -58/+49 |
|/ / |
|
* | | remove TODO: scrollbars use Tcl_Obj API now | jan.nijtmans | 2014-05-22 | 1 | -4/+0 |
|
|
* | | Make "scrollbar" a Tcl_Obj-based command | jan.nijtmans | 2014-05-22 | 7 | -147/+140 |
|\ \ |
|
| * | | Some more places where Tcl_Obj's can be usedscrollbar_obj_cmd | jan.nijtmans | 2014-05-22 | 2 | -13/+17 |
|
|
| * | | Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality. | jan.nijtmans | 2014-05-22 | 5 | -134/+129 |
|
|
| * | | Possible fix for [http://core.tcl.tk/tcl/info/4955f5d8a4dce006e063f924bc9709f... | jan.nijtmans | 2014-05-19 | 1 | -8/+8 |
|/ / |
|
* | | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-09 | 1 | -3/+4 |
|\ \
| |/ |
|
| * | Provide full Tk patchlevel to tk.pc and move private libs to "Libs.private". | jan.nijtmans | 2014-04-09 | 1 | -3/+4 |
|
|
* | | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ... | jan.nijtmans | 2014-04-01 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ... | jan.nijtmans | 2014-04-01 | 2 | -3/+5 |
|
|
* | | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to bu... | jan.nijtmans | 2014-03-20 | 2 | -10/+18 |
|\ \
| |/ |
|
| * | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to bu... | jan.nijtmans | 2014-03-20 | 2 | -26/+18 |
|
|
* | | merge-mark | jan.nijtmans | 2014-03-19 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Update configure files on Aqua to remove garbage collection flag, which is no... | Kevin Walzer | 2014-03-16 | 3 | -2/+4 |
|
|
* | | Update configure files on Aqua to remove garbage collection flag, which is no... | Kevin Walzer | 2014-03-16 | 3 | -2/+4 |
|
|
* | | Fix TK_RELEASE_SERIAL value | jan.nijtmans | 2014-03-13 | 1 | -1/+1 |
|
|
* | | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when HAVE_XKBKEYCODETOKEYSYM... | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix [52ca3e7f55]: XkbOpenDisplay macro incorrect when HAVE_XKBKEYCODETOKEYSYM... | jan.nijtmans | 2014-02-11 | 1 | -1/+1 |
|
|
* | | Fix for [f476e3d654]: Tk trunk fails to build/link | jan.nijtmans | 2014-02-11 | 1 | -0/+1 |
|
|
* | | Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro. | jan.nijtmans | 2014-02-10 | 7 | -17/+17 |
|
|
* | | Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'... | jan.nijtmans | 2014-02-10 | 30 | -106/+104 |
|
|
* | | [6867cc13a4] "tk fontchooser configure" overwrites global variables | jan.nijtmans | 2014-02-07 | 1 | -0/+5 |
|
|
* | | Merged. Ticket [3279221]: Fixed setup of popup menu to prevent | andreask | 2014-02-06 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Ticket [3279221]: Fixed setup of popup menu to prevent immediate | andreask | 2014-02-06 | 1 | -0/+1 |
|
|
* | | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Satisfy required position of __stdcall from VC++ | jan.nijtmans | 2014-02-04 | 1 | -2/+2 |
|
|
* | | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | Add missing __stdcall (which crashes on win32) | jan.nijtmans | 2014-02-04 | 1 | -1/+2 |
|
|
* | | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio... | jan.nijtmans | 2014-02-04 | 3 | -28/+23 |
|\ \
| |/ |
|
| * | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio... | jan.nijtmans | 2014-02-04 | 1 | -9/+20 |
|
|
* | | merge-mark | jan.nijtmans | 2014-02-03 | 0 | -0/+0 |
|\ \
| |/ |
|
| * | Squash problem with native AIX cc not allowing direct macro redefinition. | jan.nijtmans | 2014-02-03 | 1 | -0/+3 |
|
|
* | | Squash problem with native AIX cc not allowing direct macro redefinition. | andreask | 2014-02-03 | 1 | -0/+1 |
|
|
* | | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -2/+6 |
|\ \
| |/ |
|
| * | Fix TK_SHLIB_LD_EXTRAS for FreeBSD (and Cygwin), reported by Pietro Cerutti | jan.nijtmans | 2014-01-25 | 2 | -0/+4 |
|
|
* | | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 |
|\ \
| |/ |
|
| * | Put -lfontconfig in XFT_LIBS, not XLIBSW flag | jan.nijtmans | 2014-01-23 | 2 | -2/+2 |
|
|
* | | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 2 | -0/+90 |
|\ \
| |/ |
|
| * | Fix [3606644]: Static build misses fontconfig | jan.nijtmans | 2014-01-23 | 2 | -0/+90 |
|
|
* | | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l... | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
|\ \
| |/ |
|
| * | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l... | jan.nijtmans | 2013-11-20 | 4 | -12/+34 |
|
|
* | | typo | jan.nijtmans | 2013-11-20 | 1 | -1/+1 |
|
|
* | | Store menu option tables in Thread storage in stead of allocated storage. Thi... | jan.nijtmans | 2013-11-20 | 4 | -89/+44 |
|\ \ |
|
| * \ | merge trunkbug_f214b8ad5b | jan.nijtmans | 2013-10-31 | 9 | -36/+47 |
| |\ \ |
|
| * | | | Make "menu" a normal command, initialized like any other Tk command. | jan.nijtmans | 2013-10-29 | 3 | -40/+9 |
|
|