summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * Fix winDialog tests to not assume current working directory when -initialdir ...ashok2014-10-281-16/+21
| | | | | | * Quick-fix compilation on VC6/PSDK (reported by Andreas Kurpies)jan.nijtmans2014-10-251-0/+2
| | | | | | * merge trunkdgp2014-10-211-1/+6
| | | | | | |\ | |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Fix for Mac crash on Yosemite because of changes in version checkingKevin Walzer2014-10-211-1/+6
* | | | | | | merge markfvogel2014-10-200-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Fixed failing (in trunk) text-19.16 - Bug [280089486e]fvogel2014-10-201-20/+39
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | / / | | | |_|/ / | | |/| | |
| | * | | | Fixed failing (in trunk) text-19.16 - Bug [280089486e]bug_280089486efvogel2014-10-121-20/+39
| | |/ / /
* | | | | Fixed failing text-19.16 - Bug [280089486e]fvogel2014-10-201-36/+53
|\ \ \ \ \
| | | | | * Make tkWinDialog.c compile with MinGW 4.0.2. jan.nijtmans2014-10-201-197/+222
| | | | | * [280089486e] Remove damaging effects of font.test. Thanks to fvogel.dgp2014-10-201-36/+53
| | | | | |\ | | |_|_|_|/ | |/| | | |
| * | | | | Fixed failing text-19.16 - Bug [280089486e]bug_280089486e_bisfvogel2014-10-121-36/+53
| | | | | * Make sure IID_IShellItem is defined even when uuid.lib does not export it. Id...jan.nijtmans2014-10-201-0/+7
| | | | | * - Fix winDialog-9.7 test in case "initialdir" contains capital characters. jan.nijtmans2014-10-202-8/+3
| | | | | * update changesdgp2014-10-201-0/+2
| | | | | * Replace use of ::env(TEMP) with use of [tcltest::temporaryDirectory] fordgp2014-10-201-9/+6
| | | | | * TIP 432 implementationdgp2014-10-208-289/+1411
| | | | | |\
| | | | | | * Previous commit probably broke higher VS versions (>2012) compilation. Fix that.apn_win_filedialogsjan.nijtmans2014-10-171-1/+3
| | | | | | * Fix symbol conflict when compiling with latest (??) MinGW-w64.jan.nijtmans2014-10-171-11/+11
| | | | | | * Make tkWinDialog.c buildable with gcc 4.8.1, vc6, vs2012. Passes all testsashok2014-10-161-40/+38
| | | | | | * Changed to not use c:/ as initialdirashok2014-10-161-4/+14
| | | | | | * Fixes to compile with newer Visual Studio versionsashok2014-10-161-19/+20
| | | | | | * Updated chooseDirectory docs for Vistaashok2014-10-162-4/+6
| | | | | | * Updated documentation for tk_getOpen/SaveFile -initialdir optionashok2014-10-151-2/+6
| | | | | | * Update test suite for compatibility with new Vista file dialogs.ashok2014-09-201-68/+83
| | | | | | * Make findwindow more robust by ensuring it is a window belongingashok2014-09-201-0/+22
| | | | | | * Convert native paths returned from file dialogs to Tcl canonical paths.ashok2014-09-203-21/+119
| | | | | | * Make -xpstyle a hidden optionashok2014-09-201-30/+29
| | | | | | * Implemented Vista+ tk_chooseDirectory dialogsashok2014-09-171-478/+239
| | | | | | * Implemented -filetypes and -typevariable for new Vista file dialogs.ashok2014-09-141-13/+207
| | | | | | * Implemented multiselect in new file dialogs.ashok2014-09-141-28/+116
| | | | | | * Implemented more options for new tk_get{Open,Save} file dialogsashok2014-09-134-166/+349
| | | | | | * Get basic new style dialogs working.ashok2014-09-121-145/+695
| | | | | | * Started on new Vista-style file dialogs. Refactored option processing.ashok2014-09-121-0/+195
| | | | | * | merge trunkdgp2014-10-201-1/+2
| | | | | |\ \ | |_|_|_|_|/ / |/| | | | | |
* | | | | | | merge markjan.nijtmans2014-10-190-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix display of buttons on Cocoa if horizontally scrolled outside parent widgetKevin Walzer2014-10-181-1/+2
| | |_|/ / / | |/| | | |
* | | | | | Fix display of buttons on Cocoa if horizontally scrolled outside parent widgetKevin Walzer2014-10-181-1/+2
| | | | * | update changesdgp2014-10-141-0/+2
| | | | * | Bump to Tk 8.6.3; update changes filedgp2014-10-148-8/+20
| |_|_|/ / |/| | | |
* | | | | remove sandbox litterdgp2014-10-141-3/+0
* | | | | merge markdgp2014-10-141-0/+3
|\ \ \ \ \ | |/ / / /
| * | | | Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ...Kevin Walzer2014-10-141-2/+2
| | |/ / | |/| |
* | | | Fix for bug fb35eb59dd, thanks to Paul Walton for the report and Marc Culler ...Kevin Walzer2014-10-141-1/+1
| |/ / |/| |
* | | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 - Bug [810c43d789]fvogel2014-10-111-0/+8
|\ \ \ | |/ /
| * | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 - Bug [810c43d789]fvogel2014-10-111-0/+8
| |\ \
| | * | Fixed failing textDisp-19.11.20 and textDisp-19.11.23 [810c43d789]bug_810c43d789fvogel2014-09-271-0/+8
* | | | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
|\ \ \ \ | |/ / /
| * | | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
| |\ \ \ | | |/ / | |/| |
| | * | Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginbug_9e487e9f15jan.nijtmans2014-10-011-12/+20
| |/ /
| * | Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o...Kevin Walzer2014-09-242-18/+49