Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
116 check-ins using file generic/tkPlatDecls.h version 83cb0caa
2012-05-17
| ||
18:44 | Bug 1630251: Documentation for -endline option was wrong Closed-Leaf check-in: a9354efe user: fvogel tags: bug-1630251 | |
18:28 | Better fix for bug-1630254 Closed-Leaf check-in: c486ac4f user: fvogel tags: bug-1630254 | |
14:30 | [Bug 1630254]: missing scrolling of text widget when from a -startline == -endline initial state it is configured to display a non-empty part of it check-in: 7d8b334c user: fvogel tags: bug-1630254 | |
2012-05-16
| ||
04:43 | implement TkSetPixmapColormap and TkpPrintWindowId for cygwin check-in: bc99a26c user: jan.nijtmans tags: core-8-5-branch | |
2012-04-22
| ||
22:05 | [Bug 3520202]: %K must not work with <MouseWheel> or effects are undefined! check-in: 07b47d79 user: dkf tags: core-8-5-branch | |
2012-04-20
| ||
12:23 | Use vroot size in stead of screen size for clipping window coordinates in ::tk::PlaceWindow. Use ::tk::PlaceWindow in dialog.tcl, in stead of dumplicating the code there. check-in: 9fc800bf user: jan.nijtmans tags: core-8-5-branch | |
2012-04-18
| ||
18:22 | make some internal tables const check-in: a1af7fc2 user: jan.nijtmans tags: core-8-5-branch | |
12:30 | compiler warnings check-in: e0d15594 user: dgp tags: core-8-5-branch | |
04:40 | make loading of tk.dll in cygwin possible reduce command table size check-in: 0cb2832c user: jan.nijtmans tags: core-8-5-branch | |
2012-04-13
| ||
19:42 | [Bug 3517448] TclKit build fails (unresolved __strtoi64) check-in: c421372e user: jan.nijtmans tags: core-8-5-branch | |
2012-04-12
| ||
20:29 | disallow colors like xellow cleanup tkInt.decls configure changes for cygwin check-in: 70d7860f user: jan.nijtmans tags: core-8-5-branch | |
2012-04-06
| ||
23:23 | [Bug 3176239] control-MouseWheel causes segv check-in: 003881e3 user: jan.nijtmans tags: core-8-5-branch | |
22:38 | some more cygwin compatibility improvements format tk.decls like tcl8.5/8.6 check-in: b280f1b7 user: jan.nijtmans tags: core-8-5-branch | |
2012-04-02
| ||
09:29 | gcc warning: signed-unsigned compare check-in: b5705781 user: jan.nijtmans tags: core-8-5-branch | |
2012-04-01
| ||
18:36 | re-generate configure check-in: 5d29c809 user: jan.nijtmans tags: core-8-5-branch | |
2012-03-30
| ||
15:12 | [Bug 3511806] Compiler checks too early (autoconf still to be run!) check-in: 6decce9e user: jan.nijtmans tags: core-8-5-branch | |
2012-03-26
| ||
12:34 | fix scoping of buf (introduced with fix for [Bug 2809525]) check-in: 74aab909 user: jan.nijtmans tags: core-8-5-branch | |
2012-03-21
| ||
22:22 | [Bug 2809525] Abort on overlong color name check-in: 89ebf1b8 user: jan.nijtmans tags: core-8-5-branch | |
2012-03-18
| ||
21:02 | rfe-3503317: XParseColor speedup check-in: 5559e494 user: jan.nijtmans tags: core-8-5-branch | |
2012-03-15
| ||
20:46 | merge-mark check-in: cb63753f user: jan.nijtmans tags: core-8-5-branch | |
20:12 | [bug 3505358 ] invalid color name "#f75df642f527" check-in: 5ce95311 user: jan.nijtmans tags: core-8-5-branch | |
2012-03-07
| ||
14:22 | Minor: code style improvements. check-in: 11aacfe5 user: dkf tags: core-8-5-branch | |
14:16 |
* generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better rounding of pixel values to integers.check-in: 22e67b4d user: dkf tags: core-8-5-branch | |
2012-03-04
| ||
16:55 | Patch from the cygwin folks check-in: b6c4a954 user: jan.nijtmans tags: core-8-5-branch | |
2012-02-28
| ||
20:14 | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices. check-in: 6dfcc8fc user: fvogel tags: core-8-5-branch | |
13:46 | [Bug 3495198]: Corrected types of canvas bitmap options. check-in: 1b7382b2 user: dkf tags: core-8-5-branch | |
2012-02-26
| ||
21:35 | Provide fallback for _strtoi64 check-in: 19eec190 user: jan.nijtmans tags: core-8-5-branch | |
2012-02-21
| ||
05:41 | _Xconst -> CONST check-in: 52840c0c user: jan.nijtmans tags: core-8-5-branch | |
2012-02-18
| ||
21:55 | Bug-3487407: Weird text indices Closed-Leaf check-in: f39a8001 user: fvogel tags: bug-1630262 | |
2012-02-15
| ||
20:57 | [Bug 3486474]: Inconsistent color scaling check-in: 2e0b3fed user: jan.nijtmans tags: core-8-5-branch | |
2012-02-10
| ||
15:51 |
* win/tkWinDialog.c (GetFileNameW): Ensure that we do not convert a result list to a string inadvertently, as this causes problems with Tkinter's handling of multiple filename results. Issue was reported via StackOverflow: http://stackoverflow.com/q/9227859/301832check-in: c309fddc user: dkf tags: core-8-5-branch | |
2012-02-03
| ||
21:45 | Updated changelog to take bug-1615425 into account check-in: c2631a86 user: fvogel tags: bug-1630262 | |
21:04 | Added test for bug 1615425 check-in: e4f27e1d user: fvogel tags: bug-1630262 | |
2012-02-02
| ||
10:40 | Better fix for bug-1630262, also fixing bug-1615425 check-in: 1cb7c1e0 user: fvogel tags: bug-1630262 | |
2012-01-31
| ||
22:24 | [Bug-1630262]: segfault when deleting lines with peer text widgets check-in: abca82f4 user: fvogel tags: bug-1630262 | |
2012-01-30
| ||
19:44 | ttk::combobox::Press: Don't take focus in disabled state [Bug 2925561]. check-in: dfb108b6 user: jenglish tags: core-8-5-branch | |
2012-01-29
| ||
17:12 | Bug 3480634: PNG Images missing in menus on Mac check-in: 11b15014 user: jan.nijtmans tags: core-8-5-branch | |
2012-01-27
| ||
21:44 | [Bug 3480471]: tk_getOpenFile crashes on Win64 check-in: 826e4a66 user: jan.nijtmans tags: core-8-5-branch | |
2012-01-26
| ||
11:36 | Fixed indentation. check-in: acdd6035 user: fvogel tags: core-8-5-branch | |
11:33 | Fixed indentation. check-in: 0386e6c4 user: fvogel tags: core-8-5-branch | |
07:20 | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor appears as a blinking bar which expands to the right edge of the widget. check-in: fa26af8a user: fvogel tags: core-8-5-branch | |
2012-01-25
| ||
22:06 | Bug-2433260: non-critical error in Tk_PhotoPutBlock check-in: 53c0922f user: jan.nijtmans tags: core-8-5-branch | |
21:56 | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor appears as a blinking bar which expands to the right edge of the widget. Closed-Leaf check-in: 85c4a00f user: fvogel tags: patch-3479498 | |
21:33 | Don't increase the epoch twice. check-in: a26d55ff user: fvogel tags: core-8-5-branch | |
21:13 | [Bug-1630271]: segfault/infinite loop when a mark is before -startline check-in: 61a3685a user: jan.nijtmans tags: core-8-5-branch | |
05:42 | patch 3476698: Patch for failing test text-31.11 check-in: 193eb89c user: jan.nijtmans tags: core-8-5-branch | |
2012-01-23
| ||
20:56 | patch-3477449: segfault when mark out of -startline/-endline range Closed-Leaf check-in: 45f3f06d user: jan.nijtmans tags: bug-1630271 | |
2012-01-22
| ||
16:43 | applied patch-3476698 Closed-Leaf check-in: 415a7481 user: jan.nijtmans tags: bug-3475627 | |
16:02 | patch 3471873: mark next/prev with peer text widgets check-in: 27a6e526 user: jan.nijtmans tags: core-8-5-branch | |
2012-01-19
| ||
20:33 | [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/next Closed-Leaf check-in: 8ffcb515 user: jan.nijtmans tags: patch-3471873 | |
05:43 | [Bug-3021557]: Moving the cursor in elided text freezes Tk check-in: 32dd4021 user: jan.nijtmans tags: core-8-5-branch | |
2012-01-17
| ||
05:33 | bug-3021557 Moving the cursor in elided text freezes Tk Closed-Leaf check-in: 75aaba86 user: jan.nijtmans tags: bug-3021557 | |
2011-12-22
| ||
18:42 | 3235256 - Keep menu entry IDs out of system values. Thanks Colin McDonald. check-in: 39071084 user: dgp tags: core-8-5-branch | |
2011-11-22
| ||
17:07 | [Bug 1945073]: Demo square.tcl cannot run; need package tktest check-in: 8ef7384b user: jan.nijtmans tags: core-8-5-branch | |
2011-11-17
| ||
21:17 | merge-mark check-in: f6ea7ec0 user: jan.nijtmans tags: core-8-5-branch | |
21:04 | [Bug 3437816]: Missing TCL_ERROR return in [canvas lower] check-in: 920f6ac3 user: jan.nijtmans tags: core-8-5-branch | |
2011-11-08
| ||
17:44 |
| |
2011-11-07
| ||
17:23 | merge release to dev check-in: 39b87b42 user: dgp tags: core-8-5-branch | |
2011-11-04
| ||
12:45 | merge, tag & bag another 8.5.11 RC Closed-Leaf check-in: 51558497 user: dgp tags: core-8-5-11, core-8-5-11-rc | |
2011-11-02
| ||
09:25 | A better way of managing the type cache across the tkObj.c file. check-in: b6dad9ba user: dkf tags: core-8-5-branch | |
2011-11-01
| ||
22:46 |
* generic/tkObj.c (GetPixelsFromObjEx): [Bug 3431491]: Use a bit of type hackery to allow numbers to be interpreted as coordinates (most notably on a canvas) without reinterpreting via a string.check-in: 6a735cbb user: dkf tags: core-8-5-branch | |
22:07 | Preparation of Tk-Cocoa backport for 8.5.11 check-in: 5b885b83 user: kevin_walzer tags: tk-cocoa-8-5-backport | |
14:41 | release tag check-in: d5826796 user: dgp tags: core-8-5-11-rc | |
2011-10-31
| ||
19:37 | merge to release check-in: a9d2da5f user: dgp tags: core-8-5-11-rc | |
19:35 | overlooked pathclevel bump in tk.h check-in: d998db84 user: dgp tags: core-8-5-11-rc | |
14:07 | TIP 382 test suite update and Motif dialog implementation. check-in: 3ddf3698 user: dgp tags: core-8-5-branch | |
2011-10-26
| ||
14:26 | typo check-in: cbfc0c41 user: dgp tags: core-8-5-11-rc | |
14:22 | Release candidate branch for Tk 8.5.11 check-in: c8b91756 user: dgp tags: core-8-5-11-rc | |
13:36 | Update changes for Tk 8.5.11. check-in: d45e4314 user: dgp tags: core-8-5-branch | |
2011-10-25
| ||
20:42 | Fix for bug 3410609; confirmed to work on UK keyboard. check-in: 68e7ae9b user: dkf tags: core-8-5-branch | |
2011-10-24
| ||
19:13 | Implementation of TIP #382. check-in: a126d3d9 user: dgp tags: core-8-5-branch | |
2011-10-19
| ||
15:03 | add docs Closed-Leaf check-in: a66e998b user: dgp tags: tip-382 | |
2011-10-17
| ||
20:10 | Implementation for Carbon. check-in: 5a1e3c46 user: dgp tags: tip-382 | |
19:54 | Fix up the implementation to account for shared options enumeration. check-in: de044a4c user: dgp tags: tip-382 | |
2011-10-11
| ||
11:34 | merge-mark check-in: 2ed2df82 user: jan.nijtmans tags: core-8-5-branch | |
2011-10-05
| ||
19:18 | Revise the proposed "-nocomplain" option to "-confirmoverwrite" check-in: d7028f6d user: dgp tags: tip-382 | |
2011-10-04
| ||
17:53 | Contributed implementation patch for TIP 382. check-in: c8b22e32 user: dgp tags: tip-382 | |
2011-10-01
| ||
19:14 | Tentative fix for bug 3410609 - use the keysym returned by XLookupString in preference to the raw one in the XEvent. Closed-Leaf check-in: 51167632 user: kennykb tags: bug-3410609 | |
2011-09-26
| ||
12:07 | merge-mark check-in: 012b3cb0 user: jan.nijtmans tags: core-8-5-branch | |
2011-09-22
| ||
18:10 | Move -takefocus option out of ttkCoreOptionSpecs, explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186]. check-in: 4e45dfd3 user: jenglish tags: core-8-5-branch | |
2011-09-21
| ||
07:47 | fix ttk::label Closed-Leaf check-in: f06c33b0 user: jan.nijtmans tags: bug-3404541 | |
2011-09-20
| ||
10:02 | proposed solution for BUG-3404541 check-in: a5516c14 user: jan.nijtmans tags: bug-3404541 | |
2011-09-06
| ||
14:40 | merge-mark check-in: d2429957 user: jan.nijtmans tags: core-8-5-branch | |
2011-09-01
| ||
10:30 | Correctly documented what the [$ph data] command produces without the -format option. check-in: 9baec630 user: dkf tags: core-8-5-branch | |
2011-08-30
| ||
07:45 | merge-mark check-in: cd0c411e user: jan.nijtmans tags: core-8-5-branch | |
2011-08-16
| ||
13:17 | [Bug 3388350] mingw64 compiler warnings check-in: 49d005d8 user: jan.nijtmans tags: core-8-5-branch | |
13:03 | [Bug 3388350] mingw64 compiler warnings check-in: 30375f51 user: jan.nijtmans tags: core-8-5-branch | |
08:15 | [Bug 3388350] mingw64 compiler warnings check-in: 96f28c8c user: jan.nijtmans tags: core-8-5-branch | |
2011-08-13
| ||
21:51 | [Bug 3388350] mingw64 compiler warnings check-in: 3acc34ab user: jan.nijtmans tags: core-8-5-branch | |
2011-08-03
| ||
07:09 | [Bug 3314770] regression - Windows file dialogs not resizable check-in: d4968057 user: jan.nijtmans tags: core-8-5-branch | |
2011-07-28
| ||
08:48 | [Bug 3380684] XEmptyRegion prototype doesn't match usage check-in: 2b12f5db user: jan.nijtmans tags: core-8-5-branch | |
2011-06-29
| ||
21:34 | 3341056 Correct segfault due to flaw in the 2011-06-17 commit. check-in: b938e236 user: dgp tags: core-8-5-branch | |
2011-06-24
| ||
17:48 | merge RC to stable check-in: 7fe694e2 user: dgp tags: core-8-5-branch | |
2011-06-23
| ||
18:07 | merge to RC Closed-Leaf check-in: 668af038 user: dgp tags: core-8-5-10-rc, core-8-5-10 | |
18:06 | typos check-in: 25756b03 user: dgp tags: core-8-5-branch | |
2011-06-21
| ||
17:36 | merge to RC check-in: 5c272229 user: dgp tags: core-8-5-10-rc | |
17:34 | Formatting typos check-in: fb002d25 user: dgp tags: core-8-5-branch | |
17:05 | release mark in ChangeLog check-in: c5ce2de6 user: dgp tags: core-8-5-10-rc | |
2011-06-20
| ||
20:17 | merge to RC check-in: 4d3d954e user: dgp tags: core-8-5-10-rc | |
2011-06-17
| ||
18:24 | Crash in unset traces 3062331 check-in: 6c9558cd user: dgp tags: core-8-5-branch | |
18:06 | Add comments explaining new code. Closed-Leaf check-in: b7530cff user: dgp tags: bug-3062331 | |
2011-06-16
| ||
20:27 | New attempt to fix Bug 3062331 check-in: e1302383 user: dgp tags: bug-3062331 | |
11:55 | Sync with win/tcl.m4 from Tcl check-in: 90727609 user: jan.nijtmans tags: core-8-5-branch | |
2011-06-14
| ||
20:41 | Improve robustness of last commit. Closed-Leaf check-in: e9e6f67c user: dgp tags: bug-3062331 | |
18:34 | update changes check-in: 6714db4f user: dgp tags: bug-3062331 | |
18:26 | 3062331 Protect against attempting operations on a freed varName value. check-in: ca3d9b72 user: dgp tags: bug-3062331 | |
2011-06-10
| ||
20:14 | Merge to RC branch check-in: 93607b5f user: dgp tags: core-8-5-10-rc | |
20:09 | Correct some README bitrot. check-in: 68819303 user: dgp tags: core-8-5-branch | |
17:56 | more changes check-in: 343e4b28 user: dgp tags: core-8-5-branch | |
17:23 | [Bug 3175610]: Incomplete refresh of line items. check-in: db04a2a2 user: dgp tags: core-8-5-branch | |
2011-06-09
| ||
18:10 | reconcile changes among branches check-in: 9b03a8ad user: dgp tags: core-8-5-branch | |
08:07 | typo check-in: b319ce4f user: jan.nijtmans tags: core-8-5-branch | |
07:50 | typo check-in: 288d30c9 user: jan.nijtmans tags: core-8-5-branch | |
2011-06-08
| ||
20:06 | restore mistaken line delete check-in: a1e8023e user: dgp tags: core-8-5-branch | |
18:48 | typo check-in: 98fd5044 user: dgp tags: core-8-5-branch | |
17:44 | Purge RCS Keywords. check-in: 3f95fbe0 user: dgp tags: core-8-5-branch | |