summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | version numbers
| * | | | | | | | | | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | version numbers.
| | * | | | | | | | | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial ↵jan.nijtmans2012-08-172-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version numbers.
* | | | | | | | | | | | | changelog entry for previous commitjan.nijtmans2012-08-151-0/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | [Frq 3555324]: On Windows, re-define Ctrl-A for Select-All., as most Windows ↵jan.nijtmans2012-08-151-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | applications do.
* | | | | | | | | | | | | Always compile Tk with -DUSE_TCL_STUBS. jan.nijtmans2012-08-152-53/+104
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | Formatting
| * | | | | | | | | | | | Backport some more improvements from Tcl 8.6jan.nijtmans2012-08-152-62/+128
| | | | | | | | | | | | |
* | | | | | | | | | | | | Only build the threaded builds by default. jan.nijtmans2012-08-153-44/+83
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | | | For msvcrt static builds, allow to link against libraries where the 'x' is missing (generated by Makefile.in)
| * | | | | | | | | | | | Only build the threaded builds by default. jan.nijtmans2012-08-153-70/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Backport some improvements from Tcl 8.6
| | | | | | | | | | | | * merge trunkdkf2012-08-1428-340/+332
| | | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | two missing bindings for Mac OSXjan.nijtmans2012-08-131-2/+2
| | | | | | | | | | | | |
* | | | | | | | | | | | | Sync with tcl version of rules.vcjan.nijtmans2012-08-112-3/+4
| | | | | | | | | | | | |
* | | | | | | | | | | | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-1118-260/+248
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Pre-define 10 new Virtual events, and correct various bindings according to the Mac OSX documentation.
| * | | | | | | | | | | | | don't put that many bindings under tk_strictMotif handling, it was not done ↵jan.nijtmans2012-08-112-25/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | before
| * | | | | | | | | | | | | merge trunkjan.nijtmans2012-08-109-29/+44
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | define two more virtual bindings, and correct various Macjan.nijtmans2012-08-108-47/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bindings according to Apple OSX documentation. Doc updated as well
| * | | | | | | | | | | | | | 8 new virtual events (doc not updated yet)jan.nijtmans2012-08-0912-87/+63
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | [Bug 3555644]: Better use of virtual events.jan.nijtmans2012-08-0914-85/+46
| | |_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-112-0/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fixed [Bug 3554273]: Test textDisp-32.2 failedfvogel2012-08-112-0/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Fixed [Bug 3554273]: Test textDisp-32.2 failedbug_3554273fvogel2012-08-042-0/+9
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | merge-markjan.nijtmans2012-08-100-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / | | | | / / / / / / / / / / / | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Remove useless (void *) casts introduced in checkin [b7a58eae61]. The ↵stwo2012-08-095-7/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
* | | | | | | | | | | | | | Shift-Control -> Control-Shift, for consisancy everywherejan.nijtmans2012-08-105-11/+11
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | Remove useless (void *) casts introduced in checkin [81e50c85ed]. The ↵stwo2012-08-095-7/+14
| |_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | warnings were false flags from a faulty OpenBSD C compiler.
* | | | | | | | | | | | | it's no longer necessary to set _USE_32BIT_TIME_T in Tkjan.nijtmans2012-08-091-5/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | formatting, unnecessary if'sjan.nijtmans2012-08-092-41/+30
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / /
| * | | | | | | | | | | | partly backport from 8.6jan.nijtmans2012-08-093-41/+48
| | | | | | | | | | | | |
| * | | | | | | | | | | | Installer improvements, like [a3b936f0a1].stwo2012-08-074-144/+533
| |/ / / / / / / / / / /
| | | | | | | | | | | * merge trunkdkf2012-08-081-1/+1
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Fix regression in cutting/pasting text; thanks to Adrian Robert for patchKevin Walzer2012-08-071-1/+1
| | | | | | | | | | | |
| | | | | | | | | | | * Factor out XChangeProperty into a macro to make it _slightly_ less daunting.dkf2012-08-081-62/+46
| | | | | | | | | | | |
| | | | | | | | | | | * merge trunkdkf2012-08-0820-290/+231
| | | | | | | | | | | |\ | |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | A little more installer consistency tweaking.stwo2012-08-072-12/+12
| | | | | | | | | | | |
* | | | | | | | | | | | No need for install-sh to be executable.stwo2012-08-071-1/+0
| | | | | | | | | | | |
* | | | | | | | | | | | Zap trailing whitespace.stwo2012-08-069-19/+19
| | | | | | | | | | | |
* | | | | | | | | | | | Installer consistency tweaks.stwo2012-08-062-13/+13
| | | | | | | | | | | |
* | | | | | | | | | | | resolve forkdgp2012-08-063-60/+26
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Fixes for menu and wm fullscreen bugs; thanks to Adrian Robert for patchesmistake__off_trunkKevin Walzer2012-08-063-60/+26
| | | | | | | | | | | | |
* | | | | | | | | | | | | fix broken build on Visual Studio 9+10jan.nijtmans2012-08-051-1/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | merge-markfvogel2012-08-040-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-032-2/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| | * | | | | | | | | | | Fixed [Bug 3554081]: Test bind-22.10 failedfvogel2012-08-032-2/+6
| | | | | | | | | | | | |
* | | | | | | | | | | | | merge-markjan.nijtmans2012-08-020-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
| * | | | | | | | | | | Fixed [Bug 3553311]: Test spinbox-3.70 failedfvogel2012-08-022-1/+5
| | | | | | | | | | | |
* | | | | | | | | | | | merge mark: fix typo in commentdkf2012-07-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / /
| * | | | | | | | | | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-312-10/+18
| |\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | | | | | | | | | | | | deprecation warning.
| | * | | | | | | | | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-312-9/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecation warning.
* | | | | | | | | | | | ttk::entry: Fix incorrect clip region computation [Bug 3552404]jenglish2012-07-311-3/+3
| | | | | | | | | | | |
* | | | | | | | | | | | [Bug 3551802]: Convert from XKeycodeToKeysym to XkbKeycodeToKeysym to fixdkf2012-07-312-10/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | deprecation warning.