summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Added forgotten comment for case (iv)fvogel2015-10-041-0/+2
| | | FossilOrigin-Name: 432e4b3bed5f3e5c1041d7e439bf5e90991ae5da
* Added forgotten comment for case (i)fvogel2015-10-041-0/+2
| | | FossilOrigin-Name: a42f418ab75eeebfa194d650dd65f314a2e573c8
* Fixed bug [1669632fff] case (vii) - <<Undo>> shall not remove separatorsfvogel2015-10-042-0/+25
| | | FossilOrigin-Name: 26e2dc06edb2b64630a883436ec330651168def4
* Fixed bug [1669632fff] case (iv) - autoseparator was missing on ↵fvogel2015-10-032-1/+23
| | | | | <Control-backslash> FossilOrigin-Name: c4882004e7307237ddfe6d0a850549bf108312fa
* Typofvogel2015-10-031-1/+1
| | | FossilOrigin-Name: d962b6d00bbaf18be4b2e7d3a17be94809fa7031
* Fixed bug [1669632fff] case (i) - autoseparator was missing on <Control-1>fvogel2015-10-032-0/+17
| | | FossilOrigin-Name: f2d25ac4fd5534326ef1d76a556f0b9868e045a3
* Don't limit Universal runtime support to VisualStudio version 14 only, ↵jan.nijtmans2015-09-302-4/+4
| | | | | future versions will probably have it as well. FossilOrigin-Name: f66f1a52404c70a4ab93c1229cbcf4be5a613752
* Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel2015-09-292-6/+24
|\ | | | | FossilOrigin-Name: 60ca451d255c037b9033eeab77e3f2bd0978e94c
| * Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> eventfvogel2015-09-232-6/+24
|/ | | FossilOrigin-Name: 83d636593946b4040a424b44049312c94e9d11d8
* Bug [cc0ba31920] - Make text-9.2.46 pass on Windows 8.1fvogel2015-09-131-1/+1
| | | FossilOrigin-Name: 62ec64a2da6e9958bbc958f6faf304b3df1b52e8
* Fixed bug [1581435fff] - Documented precedence order in the matching process ↵fvogel2015-09-062-8/+16
|\ | | | | | | | | of the index string FossilOrigin-Name: 27a787c75a6a92f9b6cf4625175837ef39ce2944
| * Fixed bug [1581435fff] - Documented precedence order in the matching process ↵fvogel2015-09-022-8/+16
|/ | | | | of the index string FossilOrigin-Name: 32f35168b1a925bc3673727f01f1c7e1669767df
* Completing ↵jan.nijtmans2015-08-284-29/+43
| | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0. Now for the configure/makefile build. FossilOrigin-Name: a64c6ed133fd0d4a5f280de2400f6e72575cf7f4
* Fix ↵jan.nijtmans2015-08-202-2/+29
| | | | | [http://core.tcl.tk/tcl/info/00189c4afcb9e2586301d711f71383e48817a72d|00189c4afc]: Allow semi-static UCRT build on Windows with VC 14.0 FossilOrigin-Name: d1e6da48ba792692df9510124e3d99ebcb555a17
* Fix [6fe75131c546226b]: doc: tk_messageBox (mac)jan.nijtmans2015-08-031-12/+27
| | | FossilOrigin-Name: 71b4bbff141f548b341fce19461eaebb5cbd8cad
* Made textDisp-4.9 more robust to font variations across platforms, so that ↵fvogel2015-07-281-1/+5
| | | | | it passes on Linux Debian 6.0 FossilOrigin-Name: 789fafbf0db9b36939031bbe2082eceddf529484
* Fixed bug [1236306fff - TraverseToMenu error with alt binding to toplevel ↵fvogel2015-07-281-1/+1
| | | | | destroy FossilOrigin-Name: 7706569715b54bceb82a5c4800a6606d7f23659b
* Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the ↵fvogel2015-07-163-14/+9
|\ | | | | | | | | patch proposed in the ticket: no deletion will ever happen before the start index anymore FossilOrigin-Name: 296bd4c310d32ee7a42e6232b42d10e074b94083
| * Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵fvogel2015-07-143-14/+9
| | | | | | | | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1 FossilOrigin-Name: 9bdf45732cf3461bbaf18d7a380278f55e136d79
* | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h ↵jan.nijtmans2015-07-153-4/+7
|/ | | | | and tkStubInit.c FossilOrigin-Name: e407183f1dda558b32007ee10f7ccdab4e64eef5
* Fixed bug [3f1f79abcf] - Text widget crash when seeing or bboxing (or ↵fvogel2015-07-132-1/+14
|\ | | | | | | | | selecting, moving the cursor...) in elided text FossilOrigin-Name: eb4bbe1136f7f93479421355a9198a82c4d002de
| * Added test case for bug [3f1f79abcf]fvogel2015-07-111-0/+13
| | | | | | FossilOrigin-Name: 76bf1fa505e4c636470c65d47e1e0d424ad99ee1
| * Fixed bug [3f1f79abcf] - Text widget crash when seeing or bboxing (or ↵fvogel2015-07-101-1/+1
| | | | | | | | | | selecting, moving the cursor...) in elided text FossilOrigin-Name: 716fe4a4132566e6600a7edbbd5315ffab7b020b
* | Fixed bad indentation in the contents table of the text widget man page of ↵fvogel2015-07-131-1/+1
|/ | | | | the switches pertaining to the dump subcommand FossilOrigin-Name: 17ef93ce4c481e1eb0a5aae940f41317b972bcda
* Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidgetjan.nijtmans2015-07-071-2/+4
| | | FossilOrigin-Name: 2828785b8e2e9bcaafb43e7cd261832bc3d74162
* Add tk-mac doc to 8.5kevin_walzer2015-06-301-0/+237
| | | FossilOrigin-Name: 8f18cd70bd6763e6221f3d77d8093aa2d62a3494
* Fix bug in "make dist" when system-encoding is UTF-8: eolFix will then ↵jan.nijtmans2015-06-2515-2436/+2439
| | | | | | | | translate some windows-specific files to UTF-8 too. Solution: commit those files with CRLF line-ending, which eliminates the need for eolFix altgether. See als: [495120] for the reason why eolFix was introduced in the first place. No longer needed with fossil. FossilOrigin-Name: 7db02fe464d497424caa5219300495b7577dea9e
* Add colors to documentation that really existjan.nijtmans2015-06-251-0/+11
| | | FossilOrigin-Name: 1f843589c438efd4e418a916556d549125409e5a
* merge markfvogel2015-06-010-0/+0
|\ | | | | FossilOrigin-Name: 6103ed0aa6082b49f57502df262cdf996a2fb04b
| * Complementary fix for bug [3592454fff] - Don't identify the sash associated ↵fvogel2015-06-011-1/+3
| | | | | | | | | | to the last visible pane FossilOrigin-Name: a4c46b96e36644645416efbfbb791ac68dfe13ed
* | Complementary fix for bug [3592454fff] - Don't identify the sash associated ↵fvogel2015-06-011-1/+3
| | | | | | | | | | to the last visible pane FossilOrigin-Name: 6dd9fb1616cb6bba42818d2a4c6c46934f119b05
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵fvogel2015-06-012-0/+26
|\ \ | | | | | | | | | | | | panedwindow to its children FossilOrigin-Name: 2f5f8ba2d8b4888eae66db04ad9aa5c4fef7a434
| * | Completed test for bug [1292219fff], regarding MapNotify event this timefvogel2015-05-301-2/+8
| | | | | | | | | FossilOrigin-Name: bc8c027d2b766715cf95327f6664f34c980016c8
| * | Propagated MapNotify events of a panedwindow to its childrenfvogel2015-05-301-0/+4
| | | | | | | | | FossilOrigin-Name: 5dcac3ac331ad46f45c86c6837c113f8a4c98d2c
| * | Added test for bug [1292219fff]fvogel2015-05-301-0/+11
| | | | | | | | | FossilOrigin-Name: d8b8f97caf6e25b2ce8082eea27449e03d58f185
| * | Propagated UnMap events of a panedwindow to its childrenfvogel2015-05-301-0/+5
| | | | | | | | | FossilOrigin-Name: 6e604c235c93adf8328d5a5959045a7ec2d615d9
* | | Fixed bug [1714535fff] - Documented explicitely that geometry requests from ↵fvogel2015-06-011-0/+9
|\ \ \ | | | | | | | | | | | | | | | | mapped slaves (panes) are ignored by the panedwindow widget FossilOrigin-Name: 37dac22a6c0e3216aaf58e42ac9bd20bcf452cdd
| * | | Documented explicitely that geometry requests from mapped slaves (panes) are ↵fvogel2015-05-281-0/+9
| |/ / | | | | | | | | | | | | ignored by the panedwindow widget FossilOrigin-Name: 5a73c5ea7dbf6a9fa20a455ed6ff391373c0915a
* | | Fixed bug [3592454fff] - Don't draw the sash associated to the last visible panefvogel2015-06-011-10/+42
|\ \ \ | | |/ | |/| FossilOrigin-Name: 6619b48e1a8e2cca178636f20b0a14884b3f0e66
| * | Don't draw the sash associated to the last visible panefvogel2015-05-261-10/+42
| |/ | | | | FossilOrigin-Name: 77384e84a800e71fb08bc9fe9e5aecf103023fe5
* | Fixed bug [2368195fff] - More correct error handling when calling ↵fvogel2015-06-011-0/+9
|\ \ | | | | | | | | | | | | paneconfigure with a non existing window FossilOrigin-Name: 7a5f50896a97f951eaaf946e8165b63b93390f4e
| * | More correct error handling when calling paneconfigure with a non existing ↵fvogel2015-05-241-0/+9
| | | | | | | | | | | | | | | window FossilOrigin-Name: ec51b67326affe3db7b878d6bbf8413fe57503ef
* | | Fixed bug d7bad57c43 - Limited sash proxy maximum coordinates to the size of ↵fvogel2015-06-011-1/+11
|\ \ \ | | | | | | | | | | | | | | | | the panedwindow it belongs to FossilOrigin-Name: 50b94dad36a3884c14a8bdc89fecfe24b0344229
| * | | Limit sash proxy maximum coordinates to the size of the panedwindow it ↵fvogel2015-05-241-1/+11
| |/ / | | | | | | | | | | | | belongs to FossilOrigin-Name: c76d0c7da8f81ce05e9bb713c1ccef86bed6dc40
* | | Fixed typo in commentfvogel2015-05-302-2/+2
| |/ |/| | | FossilOrigin-Name: 7dc1fb610985a217210c5c85d4a87038662692c5
* | Fix [1641721]: tk_getOpenFile shows symlinks to directories twice.jan.nijtmans2015-05-261-0/+4
|/ | | FossilOrigin-Name: 708d676ece705a0f57ac04f7e6d1fae8813dfc02
* Fixed bug [53f8fc9c2f] - geometry management of panedwindow panes is ↵fvogel2015-05-241-1/+1
| | | | | incorrect with -stretch FossilOrigin-Name: 42c34314d0632aff1b8937c6d3738ca646b01d89
* Partly undo the effect of [46e08e5ab3b742bb], which didn't only update the ↵jan.nijtmans2015-05-201-4387/+7106
| | | | | release date; it changed the autoconf version as well. FossilOrigin-Name: da60605167a13f42a5ee7c35b94accedd2b4fd6f
* [3603436][06c3fcb136] Correction to earlier bugfix. When alpha values aredgp2015-05-051-3/+3
| | | | | | all opaque, so that image format writers may use non-alpha supporting formats losslessly, make sure that message always gets back to the caller. FossilOrigin-Name: 8d981ccf0a4be5c12ebe1668d8906a99c1e796d6
* Fixed bug [3554052fff]fvogel2015-04-281-0/+10
|\ | | | | FossilOrigin-Name: 337df226455ebe0237ab32783a1509a5d9bd5fa7