Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated chooseDirectory docs for Vista | ashok | 2014-10-16 | 2 | -4/+6 |
| | |||||
* | Updated documentation for tk_getOpen/SaveFile -initialdir option | ashok | 2014-10-15 | 1 | -2/+6 |
| | |||||
* | Update test suite for compatibility with new Vista file dialogs. | ashok | 2014-09-20 | 1 | -68/+83 |
| | | | | Some tests still fail pending what we decide about behaviour when -initialdir is not specified. | ||||
* | Make findwindow more robust by ensuring it is a window belonging | ashok | 2014-09-20 | 1 | -0/+22 |
| | | | to the same process. | ||||
* | Convert native paths returned from file dialogs to Tcl canonical paths. | ashok | 2014-09-20 | 3 | -21/+119 |
| | |||||
* | Make -xpstyle a hidden option | ashok | 2014-09-20 | 1 | -30/+29 |
| | |||||
* | Implemented Vista+ tk_chooseDirectory dialogs | ashok | 2014-09-17 | 1 | -478/+239 |
| | |||||
* | Implemented -filetypes and -typevariable for new Vista file dialogs. | ashok | 2014-09-14 | 1 | -13/+207 |
| | |||||
* | Implemented multiselect in new file dialogs. | ashok | 2014-09-14 | 1 | -28/+116 |
| | |||||
* | Implemented more options for new tk_get{Open,Save} file dialogs | ashok | 2014-09-13 | 4 | -166/+349 |
| | | | | Renamed Win32ErrorObj to TkWin32ErrorObj and moved it from tkWinSend.c to be generally available. | ||||
* | Get basic new style dialogs working. | ashok | 2014-09-12 | 1 | -145/+695 |
| | |||||
* | Started on new Vista-style file dialogs. Refactored option processing. | ashok | 2014-09-12 | 1 | -0/+195 |
| | |||||
* | Fix for font configure crash on OS X, thanks to rob@bitkeeper.com for the patch | Kevin Walzer | 2014-08-01 | 3 | -34/+37 |
| | |||||
* | merge-mark | jan.nijtmans | 2014-07-28 | 0 | -0/+0 |
|\ | |||||
| * | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵ | Kevin Walzer | 2014-07-28 | 5 | -209/+1 |
| | | | | | | | | removal of private API calls; performance is now better and within acceptable ranges. | ||||
* | | Fine-tune scrolling, especially of text widgets with embedded windows, after ↵ | Kevin Walzer | 2014-07-28 | 4 | -186/+1 |
| | | | | | | | | removal of private API calls; performance is now better and within acceptable ranges. | ||||
* | | merge-mark | jan.nijtmans | 2014-07-27 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵ | Kevin Walzer | 2014-07-25 | 7 | -16/+38 |
| | | | | | | | | 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 Walzer | 2014-07-24 | 2 | -64/+116 |
| | | | | | | | | Marc Culler for patch | ||||
* | | Add copyright notice to Marc Culler for extensive patch to alpha rendering ↵ | Kevin Walzer | 2014-07-25 | 7 | -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 Walzer | 2014-07-24 | 2 | -64/+116 |
| | | | | | | | | Marc Culler for patch | ||||
* | | Workaround for ↵ | jan.nijtmans | 2014-07-08 | 1 | -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_4955f5d8a4 | jan.nijtmans | 2014-05-22 | 7 | -147/+140 |
| |\ \ | |||||
* | \ \ | merge-mark | jan.nijtmans | 2014-07-08 | 0 | -0/+0 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵ | Kevin Walzer | 2014-07-07 | 4 | -121/+170 |
| | | | | | | | | | | | | | | | | Culler for the extensive patch. | ||||
* | | | | Fix for alpha channel rendering for images on OS X Mavericks; thanks to Marc ↵ | Kevin Walzer | 2014-07-07 | 4 | -121/+170 |
| | | | | | | | | | | | | | | | | Culler for the extensive patch. | ||||
* | | | | Eliminate last two calls to Tcl_CreateCommand(). | jan.nijtmans | 2014-06-30 | 4 | -44/+44 |
| | | | | |||||
* | | | | two more (test-)command converted to Tcl_Obj API | jan.nijtmans | 2014-06-27 | 1 | -29/+28 |
| | | | | |||||
* | | | | Use Tcl_FindCommand in stead of Tcl_GetCommandInfo where this suffices. | jan.nijtmans | 2014-06-03 | 2 | -5/+2 |
| | | | | |||||
* | | | | re-generate tkIntDecls.h | jan.nijtmans | 2014-06-03 | 1 | -7/+6 |
| | | | | |||||
* | | | | Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands. | jan.nijtmans | 2014-06-03 | 11 | -91/+84 |
| | | | | |||||
* | | | | Typo's and unnecessary end-of-line spacing | jan.nijtmans | 2014-06-03 | 3 | -8/+8 |
| | | | | |||||
* | | | | ttk::entry, ttk::combobox: proposed fix for [a80f5d7165]: | jenglish | 2014-05-27 | 1 | -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]: | jenglish | 2014-05-27 | 1 | -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.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 ↵ | jan.nijtmans | 2014-05-26 | 2 | -58/+49 |
|/ / / / | | | | | | | | | | | | | Tcl_Obj API. | ||||
* | | | | 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 Tcl_Obj-related optimizations | ||||
| * | | | 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 ↵ | jan.nijtmans | 2014-05-19 | 1 | -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.nijtmans | 2014-04-09 | 1 | -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.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 |
|\ \ | |/ | | | | | token @TK_LIBS@ in pkgconfig file | ||||
| * | Fix [http://core.tcl.tk/tcl/info/5bcb5026ad|5bcb5026ad]: Undefined autotools ↵ | jan.nijtmans | 2014-04-01 | 2 | -3/+5 |
| | | | | | | | | token @TK_LIBS@ in pkgconfig file | ||||
* | | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 2 | -10/+18 |
|\ \ | |/ | | | | | build on FreeBSD 10.0 | ||||
| * | Fix [http://core.tcl.tk/tcl/info/2f7cbd01c3|2f7cbd01c3]: tcl8.6.1 fails to ↵ | jan.nijtmans | 2014-03-20 | 2 | -26/+18 |
| | | | | | | | | build on FreeBSD 10.0 | ||||
* | | merge-mark | jan.nijtmans | 2014-03-19 | 0 | -0/+0 |
|\ \ | |/ |