summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* TIP 382: Existence and argument validation for -confirmoverwrite on Cocoa.dgp2011-10-241-1/+10
| | | Option is ignored for now.
* Merge Carbon TIP 382 implementation to Tk trunk.dgp2011-10-241-5/+18
|
* Merge TIP 382 implementation to trunk. Still need Carbon migration & Cocoa.dgp2011-10-243-38/+36
|\
| * Implementation of TIP #382.dgp2011-10-244-44/+55
| |\
| | * add docstip_382dgp2011-10-191-0/+6
| | |
| | * Implementation for Carbon.dgp2011-10-171-5/+19
| | |
| | * Fix up the implementation to account for shared options enumeration.dgp2011-10-172-44/+21
| | |
| | * Revise the proposed "-nocomplain" option to "-confirmoverwrite"dgp2011-10-052-11/+13
| | |
| | * Contributed implementation patch for TIP 382.dgp2011-10-042-5/+17
| | |
| * | merge-markjan.nijtmans2011-10-110-0/+0
| |\ \ | | |/ | |/|
| | * Add dummy user_data field to XVirtualEvent, for improved upwards ↵jan.nijtmans2011-10-112-0/+11
| | | | | | | | | | | | compatibility with Tk 8.5
| * | merge-markjan.nijtmans2011-09-260-0/+0
| |\ \ | | |/
| | * Support Visual Studio 11jan.nijtmans2011-09-262-51/+59
| | |
* | | Internationalization of all Windows font handlingjan.nijtmans2011-10-133-64/+49
| | |
* | | code cleanup (WCHAR -> TCHAR, no direct calls to *W() functions, unnecessary ↵jan.nijtmans2011-10-112-36/+35
| | | | | | | | | | | | type casts
* | | correct -DUNICODE handling for tk_chooseColor dialogjan.nijtmans2011-10-101-3/+3
| | |
* | | [BUG 3163893] -initialdir option bug for tk_chooseDirectory under XPjan.nijtmans2011-10-102-8/+13
| | |
* | | wrong copy/paste in ChangeLogjan.nijtmans2011-10-051-3/+3
| | |
* | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-054-66/+12
| | |
* | | * generic/tkImgPNG.c (WriteExtraChunks): [Bug 3405839]: Write the sDATdkf2011-09-272-1/+23
| | | | | | | | | chunk with the correct length.
* | | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2214-37/+60
|\ \ \ | |/ / | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-2214-37/+60
| | | | | | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * | merge-markjan.nijtmans2011-09-060-0/+0
| |\ \ | | |/
| | * Add --disable-rpath option to configure scriptjan.nijtmans2011-09-063-299/+356
| | |
* | | Don't let tkDecls.h depend on <tchar.h> on windows, not even in UNICODE modejan.nijtmans2011-09-082-1/+7
| | |
* | | Fix highlighting (by emacs) of bug/patch IDs in ChangeLogdkf2011-09-011-170/+174
| | |
* | | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-012-3/+13
|\ \ \ | |/ / | | | | | | -format option.
| * | Correctly documented what the [$ph data] command produces without the ↵dkf2011-09-012-3/+13
| | | | | | | | | | | | -format option.
| * | merge-markjan.nijtmans2011-08-300-0/+0
| |\ \ | | |/
| | * Make SHLIB_LD_LIBS='${LIBS}' the default and set to "" on per-platform ↵jan.nijtmans2011-08-303-342/+366
| | | | | | | | | | | | necessary basis. Add Haiku support and better NetBSD/FreeBSD support.
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-167-29/+39
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-5/+5
| | |
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1614-60/+72
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-162-1/+2
| | |
* | | merge-markjan.nijtmans2011-08-160-0/+0
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-165-9/+12
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1617-497/+555
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-136-16/+13
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-1311-31/+37
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-135-33/+40
| | |
* | | merge release to trunkdgp2011-08-0811-20/+38
|\ \ \
| * | | release tagcore_8_6_b2core_8_6_b2_rcdgp2011-08-052-1/+7
| | | |
| * | | merge to rcdgp2011-08-052-2/+5
| |\ \ \ | |/ / / |/| | |
* | | | Fix for bgerror conflict with Tk-Cocoa menuKevin Walzer2011-08-052-2/+5
| | | |
| * | | merge to rcdgp2011-08-034-2/+22
| |\ \ \ | |/ / / |/| | |
* | | | Bug 2891541 Merge of 8.5.8 fix from Pat Thoyts.dgp2011-08-033-1/+16
| | | | | | | | | | | | | | | | Permit normal behaviour on Windows for a grabbed toplevel when it is the main window.
* | | | [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-032-1/+6
|\ \ \ \ | | |/ / | |/| |
| * | | [Bug 3314770] regression - Windows file dialogs not resizablejan.nijtmans2011-08-032-1/+6
| | | |
| | * | merge to rcdgp2011-08-021-1/+1
| | |\ \ | |_|/ / |/| | |
* | | | Bump release datedgp2011-08-021-1/+1
| | | |