Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
126 check-ins using file generic/tkBind.c version 6c5d5d70
2019-05-08
| ||
19:47 | New files from René Zaumseil Leaf check-in: 3e448325 user: fvogel tags: tip-510 | |
2019-04-12
| ||
21:42 | Repair the test suite (the svgnano format was renamed svg, and -x/-y options were removed from the implementation. Closed-Leaf check-in: eee5e9fb user: fvogel tags: tip-507 | |
20:10 | Repair test tk-1.2 check-in: e608f7c6 user: fvogel tags: tip-510 | |
2019-04-11
| ||
19:30 | Man pages changes from René Zaumseil check-in: 1b50dc65 user: fvogel tags: tip-510 | |
06:03 | Further files from René Zaumseil check-in: 88b11f8b user: fvogel tags: tip-510 | |
2019-04-10
| ||
19:22 | New files from René Zaumseil (branch does not compile at this point). check-in: a7c3cf8b user: fvogel tags: tip-510 | |
2018-12-15
| ||
11:33 | New files from René Zaumseil check-in: cc4a0d4c user: fvogel tags: tip-510 | |
2018-12-04
| ||
21:12 | Fix rendering of photo.n a bit check-in: d4dc5e10 user: fvogel tags: tip-507 | |
2018-12-03
| ||
19:10 | Fix syntax in photo.n so that the html help builds check-in: cf70981f user: fvogel tags: tip-507 | |
19:06 | New files from René Zaumseil check-in: d538d557 user: fvogel tags: tip-507 | |
18:59 | Add a missing file from René Zaumseil check-in: 8a818458 user: fvogel tags: tip-510 | |
2018-11-30
| ||
21:40 | New files from René Zaumseil. Tkpath is now included in TIP #510. check-in: 4beac0b5 user: fvogel tags: tip-510 | |
2018-11-29
| ||
08:21 | Remove one more mention of rbcMain check-in: 268b5548 user: fvogel tags: tip-510 | |
08:19 | More files from René Zaumseil check-in: efa37635 user: fvogel tags: tip-510 | |
2018-11-28
| ||
20:49 | New files from René Zaumseil check-in: c5371055 user: fvogel tags: tip-510 | |
2018-11-02
| ||
08:43 | Cleaning up the script bindings further. [table] is gone; [grid] replaces it. check-in: 76212b98 user: dkf tags: tip-510 | |
2018-11-01
| ||
11:39 | Some cleaning up check-in: 9bfc06dc user: dkf tags: tip-510 | |
09:20 | Change name of rbcInt.c to less-confusing rbcMain.c check-in: 2a3d8d6e user: dkf tags: tip-510 | |
2018-10-19
| ||
17:20 | merge trunk check-in: c869e595 user: fvogel tags: revised_text, tip-466 | |
17:14 | Remove 'knownBug' constraint on tests that do pass without it (text-22.199 and 22.200), and fix error in the regexp for other tests (text-22.202 and 22.203) that then pass (constraint 'knownBug' removed as well therefore). check-in: 254272e2 user: fvogel tags: trunk | |
2018-10-18
| ||
20:22 | All scrollbar tests pass on all platforms (but not all tests are run on all platforms) check-in: 751ef45f user: fvogel tags: trunk | |
18:55 | Restore the remaining missing changes stripped out due to the recent merge/backout dance between branches (scrollbar fixes and Mojave fixes). check-in: a77fb428 user: fvogel tags: trunk | |
16:15 | Fix clipboard behavior and remove the TkSuspendClipboard stub function. check-in: 2a5829d1 user: culler tags: trunk | |
11:42 | Restore some missing changes stripd out in in merge of Mac scroll code check-in: fc07d65c user: kevin_walzer tags: trunk | |
01:44 | Signficant fixes to scrolling in macOS check-in: a8dae22a user: kevin_walzer tags: trunk | |
2018-10-17
| ||
22:30 | Add warning -Wpointer-arith, so we detect things that MSVC cannot handle check-in: 80f3b2ce user: jan.nijtmans tags: trunk | |
22:24 | Merge trunk check-in: 95607161 user: jan.nijtmans tags: revised_text, tip-466 | |
22:24 | One more missing type-cast (thanks, François! check-in: 696498a3 user: jan.nijtmans tags: trunk | |
22:10 | merge trunk check-in: 17f67e76 user: jan.nijtmans tags: revised_text, tip-466 | |
22:08 | Missing type-casts. This only compiles on gcc, not on MSVC (e.g.) check-in: 2e104ca5 user: jan.nijtmans tags: trunk | |
20:07 | merge trunk check-in: 6da43f9d user: fvogel tags: revised_text, tip-466 | |
19:57 | Fix [4b555aca34]: text search -all hangs and eats all memory check-in: 10191e14 user: fvogel tags: trunk | |
19:55 | Fix [ca403f799b]: ttk::treeview border drawn incorrectly check-in: 632ad2c9 user: fvogel tags: trunk | |
19:49 | One more round of int -> size_t improvements (inspired by TIP #494, but then for Tk). check-in: 3c6dca5b user: jan.nijtmans tags: trunk | |
17:09 | Make Tk able to draw in macOS 10.14 (Mojave). check-in: 0080853e user: culler tags: trunk | |
2018-10-16
| ||
22:12 | Merge trunk check-in: 8430baf6 user: jan.nijtmans tags: revised_text, tip-466 | |
21:26 | Another round of (internal) int|long -> size_t replacements, at least when compiling against Tcl 9.0 headers. check-in: 4fe58f1a user: jan.nijtmans tags: trunk | |
20:43 | In checkin [243a1376] the file generic/rbc/rbcInt.c was accidentaly overwritten with rbcInt.h (this was noticed by René Zaumseil). Fix that. check-in: 28031ee8 user: fvogel tags: tip-510 | |
19:46 | merge trunk check-in: e5f2e902 user: jan.nijtmans tags: revised_text, tip-466 | |
19:40 | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. This is 100% upwards compatible, and equivalent to TIP #494 done in Tcl. With this, a ton of (char *) type casts can be eliminated check-in: 7ddedfba user: jan.nijtmans tags: trunk | |
15:47 | merge trunk check-in: d439872b user: jan.nijtmans tags: revised_text, tip-466 | |
2018-10-15
| ||
21:27 | Merge trunk. More internal improvements check-in: e13f131e user: jan.nijtmans tags: offsetof | |
21:25 | One more set of unnecessary braces check-in: 483fe898 user: jan.nijtmans tags: trunk | |
19:44 | Merge trunk check-in: 1bac77b2 user: jan.nijtmans tags: offsetof | |
19:01 | merge-mark check-in: b1c05be9 user: jan.nijtmans tags: trunk | |
18:55 | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminate unnecessary type casts check-in: d983aded user: jan.nijtmans tags: trunk | |
18:53 | Add support for "wine", and fix 2 test-cases which fail in wine check-in: fd315b27 user: jan.nijtmans tags: trunk | |
2018-10-13
| ||
12:36 | merge trunk check-in: 22e87a2c user: jan.nijtmans tags: offsetof | |
2018-10-12
| ||
17:55 | Merge tcl.m4 with Tcl version. Add zipfs hooks to tkAppInit.c and winMain.c, when available check-in: dc422e6c user: jan.nijtmans tags: trunk | |
2018-10-11
| ||
18:15 | More improvements, related to the deprecation of Tk_Offset check-in: 086b7c95 user: jan.nijtmans tags: offsetof | |
2018-10-09
| ||
09:28 | Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. This better fix this time does not trigger regressions on macOS as revealed by canvText.test for the first fix. check-in: 41791d3a user: fvogel tags: trunk | |
2018-10-07
| ||
19:07 | Revert [8e4cbf45] as a fix for [6437e8d00d] (font-24.5 test fails on macOS and Linux). This commit indeed fixed font-24.5 but it makes canvText-17.1 and canvText-19.1 newly fail. check-in: 5c86550c user: fvogel tags: trunk | |
18:49 | Fix border-3.1 by cherrypicking the fix [ab25b964] from trunk. Ticket [76e2d9c095] dealt with trunk only, the problem appears to be seen in core-8-6-branch as well when running this Tk branch with core-8-branch of Tcl, on Linux Debian 8 at least. check-in: b8fb4b61 user: fvogel tags: trunk | |
10:26 | Restore the build on macOS. These changes I must have forgotten to merge previously from trunk. check-in: 9f8191d4 user: fvogel tags: revised_text, tip-466 | |
2018-10-06
| ||
20:29 | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof() check-in: 56338bdd user: jan.nijtmans tags: offsetof | |
16:25 | merge trunk - Fix [48ff500999]: Better textWind.test, that no longer depends on a fonts/textfonts constraint. Patch from Brad Lanam. check-in: 41817d4b user: fvogel tags: revised_text, tip-466 | |
16:12 | Fix [48ff500999]: Better textWind.test, that no longer depends on a fonts/textfonts constraint. Patch from Brad Lanam, slightly tuned for the legacy text widget in Tk 8.6 check-in: 14b6814a user: fvogel tags: trunk | |
10:08 | merge trunk check-in: 5d7c20be user: fvogel tags: revised_text, tip-466 | |
09:48 | Fix [d16587255d]: font.test failures on Linux (the 'fixed' font is not fixed-width) check-in: 810854d8 user: fvogel tags: trunk | |
09:45 | Fix [6437e8d00d]: font-24.5 test fails on macOS and Linux. check-in: 8e4cbf45 user: fvogel tags: trunk | |
09:27 | Fix [4c84b11111]: Documentation error on page 'event' about <<ThemeChanged>> check-in: 60b2bcd7 user: fvogel tags: trunk | |
09:22 | Fix [9658bc800c]: Several display issues with menu items, more easily seen whenborderwidth != activeborderwidth and when these values are larger than usually. check-in: d2e6da0f user: fvogel tags: trunk | |
2018-10-05
| ||
21:26 | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better use of size_t check-in: cd983cf1 user: jan.nijtmans tags: trunk | |
03:53 | merge trunk check-in: 80bdb30b user: fvogel tags: revised_text, tip-466 | |
2018-10-04
| ||
19:59 | more size_t related code cleanup check-in: 812b5fde user: jan.nijtmans tags: trunk | |
2018-10-01
| ||
20:22 | Pulling changes from trunk Leaf check-in: a2832439 user: hypnotoad tags: core_zip_vfs | |
14:28 | merge trunk check-in: 5d229e7a user: fvogel tags: revised_text, tip-466 | |
14:20 | Fix [0f4c69bd13]: edit info -array crashes check-in: 4bd39a75 user: fvogel tags: revised_text, tip-466 | |
2018-09-30
| ||
23:13 | Added facility to copy the tcl library zipfile from the tcl build directory into the wish build directory to allow zipfs enabled wish shells to startup properly from local zipfiles. check-in: 5e16ab78 user: hypnotoad tags: core_zip_vfs | |
18:58 | Fix [8229232472]: Cascade menu entry indicator wrong colour on Unix. Patch provided by cjmcdonald. check-in: 59fea713 user: fvogel tags: trunk | |
10:04 | merge core-8-6-branch (the diff is empty because the fix put in core-8-6-branch was already in trunk, see [ad98f10b3a]) check-in: 9bf06ba2 user: fvogel tags: trunk | |
2018-09-29
| ||
09:51 | Pulling changes from trunk check-in: 2282b24e user: hypnotoad tags: core_zip_vfs | |
2018-09-23
| ||
12:56 | Merge TIP #517 (Add -activerelief Configuration Option to the menu Widget) implementation following positive vote by the TCT. check-in: a9556bcb user: fvogel tags: trunk | |
12:41 | Add tests checking the new option -activerelief Closed-Leaf check-in: 9cd6fd0b user: fvogel tags: tip-517, bug-43b596451e | |
08:22 | Merge trunk check-in: 1ab46e2b user: oehhar tags: tip518-event-last-child-unmanaged | |
2018-09-22
| ||
14:38 | Add some more info about the svgnano format in the photo.n man page check-in: 9e2556d9 user: fvogel tags: tip-507 | |
2018-09-12
| ||
21:07 | Add documentation for -activerelief check-in: d110699e user: fvogel tags: tip-517, bug-43b596451e | |
2018-09-11
| ||
11:09 | Add Windows implementation check-in: e2b6c869 user: fvogel tags: tip-517, bug-43b596451e | |
2018-09-09
| ||
08:01 | Alternate fix for [43b596451e]: relief for active menu entries. If tk_strictMotif is not set, render the menu active item with flat relief. If tk_strictMotif is set, render the menu active item with raised relief. Closed-Leaf check-in: bcb0b981 user: fvogel tags: bug-43b596451e-alt, tip-517-alt | |
2018-09-08
| ||
22:18 | Remove debug printf check-in: fb60de59 user: fvogel tags: tip-517, bug-43b596451e | |
22:17 | Default for -activerelief on Linux shall be 'raised' for backwards compatibility reasons check-in: 9bfc001e user: fvogel tags: tip-517, bug-43b596451e | |
22:15 | Proof of concept for fixing [43b596451e]: relief for active menu entries. Add a -activerelief option to menues. Works on Linux only so far. check-in: f7d48119 user: fvogel tags: tip-517, bug-43b596451e | |
17:08 | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba Nemethi. check-in: 28b52309 user: fvogel tags: trunk | |
17:03 | Fix [382712ade6] (X11: 'event generate . <KeyPress>' segfaults) again with a different fix. Patch from Christian Werner. check-in: 93ca7e58 user: fvogel tags: trunk | |
2018-09-07
| ||
20:40 | Fix [05bd7f4da]: vista theme: combobox does not have disabled background. check-in: 0100c2ca user: fvogel tags: trunk | |
2018-09-06
| ||
12:40 | Use TCL_IO_FAILURE, for more readable TIP #494 compatibility. check-in: abe0d3b1 user: jan.nijtmans tags: trunk | |
08:02 | Header include reform: Since "tkInt.h" already contains header files like <stdlib.h>, <string.h> and <ctype.h>, we don't have to include those in every separate C-file. Just depend on tkInt.h to provide it. This mainly affects ttk, since most other files already adhered to this. check-in: d69113b3 user: jan.nijtmans tags: trunk | |
07:56 | Make photo.n compile to html again by fixing syntax errors. Also, reword a bit the documentation for the svgnano format. check-in: 263135f2 user: fvogel tags: tip-507 | |
2018-09-03
| ||
18:10 | Change syntax of 'instate' to a regular if statement. See [4e2d985d4a] and discussion on comp.lang.tcl (pointer is in the ticket). Closed-Leaf check-in: 5743bd56 user: bll tags: bug-4e2d985d4a | |
2018-09-02
| ||
15:40 | Fix [3441086fff]: ttk::style layout with empty -children silently disappears check-in: 01df9d47 user: fvogel tags: trunk | |
2018-09-01
| ||
22:15 | Merge 8.6 check-in: d742d930 user: jan.nijtmans tags: trunk | |
21:48 | Don't warn about deprecated declarations in tkStubInit.c, they should be in the stub table anyway check-in: a8fd1170 user: jan.nijtmans tags: trunk | |
2018-08-29
| ||
02:32 | Use geometry code from tkUnixScrlbr.c to fix issues with mouse alignment on scrollbar check-in: 1528caab user: kevin_walzer tags: trunk | |
2018-08-28
| ||
02:14 | Revert change to tkMacOSXScrlbr.c that broke fix to mouse alignment with scrollbar check-in: 74d6dfbf user: kevin_walzer tags: trunk | |
2018-08-21
| ||
19:26 | Fix [dee98dcb15]: font-21.6 test fails on macOS, by skipping the test on this OS check-in: a15c43ee user: fvogel tags: trunk | |
19:21 | Fix [59dde8a675]: 19 font-x.y tests fail on macOS check-in: 536298e8 user: fvogel tags: trunk | |
19:06 | Fix [66db98f30d] regarding error messages spit by messageboxes in the test suite, while still not regress as described in [98dce84781] (yes and no answers were swapped) check-in: 854a060c user: fvogel tags: trunk | |
2018-08-19
| ||
14:14 | merge trunk check-in: fc67d206 user: fvogel tags: tip-507 | |
14:12 | merge trunk check-in: d222f03a user: fvogel tags: tip-510 | |
13:49 | merge trunk (leaving out any changes in generic/tkText* however) check-in: 06b9d56a user: fvogel tags: revised_text, tip-466 | |
2018-08-18
| ||
21:17 | Fix bug [c2c5bdb4aa]: segfault when opening colorpicker check-in: 3fadeb90 user: culler tags: trunk | |
2018-08-15
| ||
16:22 | Fix [98dce84781]: yesno messageBoxes on macOS return wrong values check-in: b2160d49 user: fvogel tags: trunk | |
15:55 | Revert [b4c5f163] since it breaks paste function with text from another application, see [568827f41c] check-in: e113ed23 user: fvogel tags: trunk | |
2018-08-14
| ||
11:53 | merge 8.6 check-in: 2a4aefa8 user: jan.nijtmans tags: trunk | |
07:25 | Merge 8.6 check-in: dd0a0e01 user: jan.nijtmans tags: trunk | |
01:46 | Merge mac-keyrelease-branch to fix 1ba71a86bb check-in: 7e113279 user: kevin_walzer tags: trunk | |
2018-08-13
| ||
14:14 | Add support for TIP #481, which provides a possible alternative for the utility function TkGetByteArrayFromObj() check-in: 71060e0d user: jan.nijtmans tags: trunk | |
14:11 | More of of size_t in photo implementation, and remove unnecessary #includes check-in: 40c948f3 user: jan.nijtmans tags: trunk | |
2018-08-12
| ||
17:13 | Eliminate all usage of CONST84, and fix a few MacOSX compiler warnings check-in: f72c3f43 user: jan.nijtmans tags: trunk | |
14:54 | Merging fix for 1875c1f30f, a84b20edd check-in: 47959f6d user: kevin_walzer tags: trunk | |
2018-08-11
| ||
21:33 | More preparation for TIP #494 compatibitly. Add 2 utility functions, which can retreive big strings and ByteArrays without length overflow. check-in: e8961ae6 user: jan.nijtmans tags: trunk | |
2018-08-10
| ||
13:24 | Merge 8.6 check-in: 5cae0bf8 user: jan.nijtmans tags: trunk | |
06:42 | Merge 8.6 check-in: b7da5a9d user: jan.nijtmans tags: trunk | |
06:42 | Remove end-of-line spacing check-in: 7aaffc71 user: jan.nijtmans tags: trunk | |
2018-08-08
| ||
07:23 | Change flag NEW_STYLE_COMMANDS into OLD_STYLE_COMMANDS. This makes it easier to remove the deprecated part in the future. If building with Tcl > 8, Don't build the compatibility Tk_Photo* (From Tk < 8.4 or so) functions any more. check-in: 236a2e68 user: jan.nijtmans tags: trunk | |
06:58 | Merge 8.6 check-in: 053920aa user: jan.nijtmans tags: trunk | |
02:27 | Merge mac-fullscreen-branch check-in: d8b5908b user: kevin_walzer tags: trunk | |
2018-07-28
| ||
12:03 | merge core-8-6-branch check-in: 0614163d user: fvogel tags: trunk | |
2018-07-27
| ||
21:08 | Fix [ec9270f5fd]: font-45.3 test fails on macOS check-in: 1ec3098f user: fvogel tags: trunk | |
21:05 | Fix [fbaed1f66b]: [image create photo] errors out on a sane animated gif check-in: fda9979c user: fvogel tags: trunk | |
2018-07-17
| ||
18:59 | Fix [1475156fff]: Numerous select.test and unixSelect.test failures on macOS. Also clipboard-6.2 check-in: 8c7c8ff3 user: fvogel tags: trunk | |
18:54 | Fix [b947864419]: clipboard-4.1, -4.2, -4.4 fail on macOS check-in: 60fa0f23 user: fvogel tags: trunk | |
18:51 | Fix [d34dcd5225]: frame-2.17 fails on macOS check-in: c451e97f user: fvogel tags: trunk | |
18:49 | Fix [1088825fff]: frame-3.9 and frame-3.10 fail on macOS check-in: d7225b61 user: fvogel tags: trunk | |
2018-07-11
| ||
19:55 | Promote some internal variables from int to size_t. This makes Tk compile with TIP #494-enabled Tcl, without the need for -DTCL_USE_INT_RETURN check-in: bda7be3d user: jan.nijtmans tags: trunk | |
2018-07-10
| ||
19:22 | Make Tk sufficiently 64-bit aware in order to withstand TIP #494 possible problems Closed-Leaf check-in: 785b85f4 user: jan.nijtmans tags: tip-494 | |