Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies) | jan.nijtmans | 2014-10-25 | 1 | -0/+2 |
| | |||||
* | merge trunk | dgp | 2014-10-21 | 1 | -1/+6 |
|\ | |||||
| * | Fix for Mac crash on Yosemite because of changes in version checking | Kevin Walzer | 2014-10-21 | 1 | -1/+6 |
| | | |||||
| * | merge mark | fvogel | 2014-10-20 | 0 | -0/+0 |
| |\ | |||||
| | * | Fixed failing (in trunk) text-19.16 - Bug [280089486e] | fvogel | 2014-10-20 | 1 | -20/+39 |
| | |\ | |||||
| | | * | Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486e | fvogel | 2014-10-12 | 1 | -20/+39 |
| | | | | |||||
| * | | | Fixed failing text-19.16 - Bug [280089486e] | fvogel | 2014-10-20 | 1 | -36/+53 |
| |\ \ \ | |||||
* | | | | | Make tkWinDialog.c compile with MinGW 4.0.2. | jan.nijtmans | 2014-10-20 | 1 | -197/+222 |
| | | | | | | | | | | | | | | | | | | | | Don't use "this" (possible conflict with C++ compiler). Eliminate end-of-line spaces. | ||||
* | | | | | [280089486e] Remove damaging effects of font.test. Thanks to fvogel. | dgp | 2014-10-20 | 1 | -36/+53 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Fixed failing text-19.16 - Bug [280089486e]bug_280089486e_bis | fvogel | 2014-10-12 | 1 | -36/+53 |
| | | | | | |||||
* | | | | | Make sure IID_IShellItem is defined even when uuid.lib does not export it. ↵ | jan.nijtmans | 2014-10-20 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | Idea stolen from here: [http://trac.wxwidgets.org/changeset/71395] | ||||
* | | | | | - Fix winDialog-9.7 test in case "initialdir" contains capital characters. | jan.nijtmans | 2014-10-20 | 2 | -8/+3 |
| | | | | | | | | | | | | | | | - Add "uuid.lib" as requirement for tkWinDialog.c | ||||
* | | | | | update changes | dgp | 2014-10-20 | 1 | -0/+2 |
| | | | | | |||||
* | | | | | Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] for | dgp | 2014-10-20 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | improved portability of the test suite. | ||||
* | | | | | TIP 432 implementation | dgp | 2014-10-20 | 8 | -289/+1411 |
|\ \ \ \ \ | |||||
| * | | | | | Previous commit probably broke higher VS versions (>2012) compilation. Fix that.apn_win_filedialogs | jan.nijtmans | 2014-10-17 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | Fix symbol conflict when compiling with latest (??) MinGW-w64. | jan.nijtmans | 2014-10-17 | 1 | -11/+11 |
| | | | | | | |||||
| * | | | | | Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all tests | ashok | 2014-10-16 | 1 | -40/+38 |
| | | | | | | |||||
| * | | | | | Changed to not use c:/ as initialdir | ashok | 2014-10-16 | 1 | -4/+14 |
| | | | | | | |||||
| * | | | | | Fixes to compile with newer Visual Studio versions | ashok | 2014-10-16 | 1 | -19/+20 |
| | | | | | | |||||
| * | | | | | 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 |
| | | | | | | |||||
* | | | | | | merge trunk | dgp | 2014-10-20 | 1 | -1/+2 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | merge mark | jan.nijtmans | 2014-10-19 | 0 | -0/+0 |
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | |||||
| | * | | | | Fix display of buttons on Cocoa if horizontally scrolled outside parent widget | Kevin Walzer | 2014-10-18 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | Fix display of buttons on Cocoa if horizontally scrolled outside parent widget | Kevin Walzer | 2014-10-18 | 1 | -1/+2 |
| | | | | | | |||||
* | | | | | | update changes | dgp | 2014-10-14 | 1 | -0/+2 |
| | | | | | | |||||
* | | | | | | Bump to Tk 8.6.3; update changes file | dgp | 2014-10-14 | 8 | -8/+20 |
|/ / / / / | |||||
* | | | | | remove sandbox litter | dgp | 2014-10-14 | 1 | -3/+0 |
| | | | | | |||||
* | | | | | merge mark | dgp | 2014-10-14 | 1 | -0/+3 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ↵ | Kevin Walzer | 2014-10-14 | 1 | -2/+2 |
| | |_|/ | |/| | | | | | | | | | | for the patch | ||||
* | | | | Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ↵ | Kevin Walzer | 2014-10-14 | 1 | -1/+1 |
| |_|/ |/| | | | | | | | | for the patch | ||||
* | | | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 - Bug [810c43d789] | fvogel | 2014-10-11 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 - Bug [810c43d789] | fvogel | 2014-10-11 | 1 | -0/+8 |
| |\ \ | |||||
| | * | | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 [810c43d789]bug_810c43d789 | fvogel | 2014-09-27 | 1 | -0/+8 |
| | | | | |||||
* | | | | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for ↵ | jan.nijtmans | 2014-10-11 | 1 | -13/+21 |
|\ \ \ \ | |/ / / | | | | | | | | | tkWinButton to avoid problems in plugin | ||||
| * | | | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for ↵ | jan.nijtmans | 2014-10-11 | 1 | -13/+21 |
| |\ \ \ | | |/ / | |/| | | | | | | tkWinButton to avoid problems in plugin | ||||
| | * | | Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginbug_9e487e9f15 | jan.nijtmans | 2014-10-01 | 1 | -12/+20 |
| |/ / | |||||
| * | | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal ↵ | Kevin Walzer | 2014-09-24 | 2 | -18/+49 |
| | | | | | | | | | | | | of private NSView API's | ||||
| * | | Remove debug message from window event code | Kevin Walzer | 2014-09-23 | 1 | -2/+0 |
| | | |