Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-18 | 1 | -73/+72 |
|\ | | | | | reduce command table size | ||||
| * | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-18 | 1 | -74/+72 |
| |\ | | | | | | | reduce command table size | ||||
| | * | make loading of tk.dll in cygwin possible | jan.nijtmans | 2012-04-17 | 1 | -65/+62 |
| | | | | | | | | | reduce command table size | ||||
| | * | [Bug 3517448] TclKit build fails (unresolved __strtoi64) | jan.nijtmans | 2012-04-13 | 2 | -6/+6 |
| | | | | | | | | | some more tkInt.decls formatting | ||||
* | | | minor clean-up of tkInt.decls | jan.nijtmans | 2012-04-12 | 2 | -3/+1 |
|\ \ \ | |/ / | | | | | | | disallow colors like xellow configure changes for cygwin | ||||
| * | | disallow colors like xellow | jan.nijtmans | 2012-04-12 | 3 | -185/+183 |
| |\ \ | | |/ | | | | | | | cleanup tkInt.decls configure changes for cygwin | ||||
| | * | sync tcl.m4 with Tcl, format tkInt.decls like Tk8.5/8.6 | jan.nijtmans | 2012-04-11 | 5 | -1884/+1344 |
| | | | |||||
| | * | make genstubs | dgp | 2012-04-09 | 3 | -980/+971 |
| | | | |||||
* | | | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | [Bug 3176239] control-MouseWheel causes segv | jan.nijtmans | 2012-04-06 | 1 | -1/+1 |
| | | | |||||
* | | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 1 | -4/+4 |
|\ \ \ | |/ / | | | | format tk.decls | ||||
| * | | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 3 | -340/+340 |
| |\ \ | | |/ | | | | format tk.decls like tcl8.5/8.6 | ||||
| | * | some more cygwin compatibility improvements | jan.nijtmans | 2012-04-06 | 4 | -3/+3 |
| | | | |||||
| | * | format tk.decls like tcl8.5/8.6, re-generiate tk(Int)Decls.h | jan.nijtmans | 2012-04-06 | 3 | -1835/+1590 |
| | | | |||||
| | * | enable cygwin build in /win directory (using mingw-w64 compiler) | jan.nijtmans | 2012-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | fix for scoping of buf (introduced with fix for [Bug 2809525]) | jan.nijtmans | 2012-03-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | fix scoping of buf (introduced with fix for [Bug 2809525]) | jan.nijtmans | 2012-03-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix scoping of buf (introduced with fix for [Bug 2809525] | jan.nijtmans | 2012-03-26 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -43/+51 |
|\ \ \ | |/ / | |||||
| * | | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -43/+51 |
| |\ \ | | |/ | |||||
| | * | [Bug 2809525] Abort on overlong color name | jan.nijtmans | 2012-03-21 | 1 | -43/+51 |
| | | | |||||
* | | | [bug 3505358 ] invalid color name "#f75df642f527" | jan.nijtmans | 2012-03-15 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | [bug 3505358 ] invalid color name "#f75df642f527" | jan.nijtmans | 2012-03-15 | 1 | -0/+2 |
| |\ \ | | |/ | |||||
| | * | [bug 3505358 ] invalid color name "#f75df642f527" | jan.nijtmans | 2012-03-15 | 1 | -0/+2 |
| | | | |||||
* | | | Minor: code style improvements. | dkf | 2012-03-07 | 1 | -5/+4 |
|\ \ \ | |/ / | |||||
| * | | Minor: code style improvements. | dkf | 2012-03-07 | 1 | -27/+31 |
| | | | |||||
* | | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better rounding | dkf | 2012-03-07 | 1 | -6/+2 |
|\ \ \ | |/ / | | | | of pixel values to integers. | ||||
| * | | * generic/tkObj.c (GetPixelsFromObjEx): [Bug 3497848]: Better rounding | dkf | 2012-03-07 | 1 | -6/+2 |
| | | | | | | | | | of pixel values to integers. | ||||
* | | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵ | fvogel | 2012-02-28 | 4 | -17/+101 |
|\ \ \ | |/ / | | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices. | ||||
| * | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵ | fvogel | 2012-02-28 | 4 | -16/+100 |
| |\ \ | | | | | | | | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices. | ||||
| | * | | Bug-3487407: Weird text indicesbug_1630262 | fvogel | 2012-02-18 | 3 | -6/+26 |
| | | | | |||||
| | * | | Better fix for bug-1630262, also fixing bug-1615425 | fvogel | 2012-02-02 | 2 | -35/+27 |
| | | | | |||||
| | * | | [Bug-1630262]: segfault when deleting lines with peer text widgets | fvogel | 2012-01-31 | 3 | -7/+79 |
| | | | | |||||
* | | | | _Xconst -> const | jan.nijtmans | 2012-02-21 | 3 | -3/+3 |
|\ \ \ \ | |/ / / | |||||
| * | | | _Xconst -> CONST | jan.nijtmans | 2012-02-21 | 2 | -2/+2 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | _Xconst -> CONST | jan.nijtmans | 2012-02-21 | 2 | -2/+2 |
| | | | | |||||
* | | | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 6 | -6/+91 |
|\ \ \ \ | |/ / / | |||||
| * | | | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 6 | -6/+73 |
| |\ \ \ | | |/ / | | | / | | |/ | |/| | |||||
| | * | [Bug 3486474]: Inconsistent color scaling | jan.nijtmans | 2012-02-15 | 6 | -5/+73 |
| | |\ | |||||
| | | * | improved, faster implementations of XParseColor and TkParseColorbug_3486474 | jan.nijtmans | 2012-02-12 | 2 | -28/+35 |
| | | | | |||||
| | | * | let Tk_NameOfColor output a shorter color-name, when possible | jan.nijtmans | 2012-02-11 | 1 | -0/+15 |
| | | | | |||||
| | | * | proposed fix for bug-3486474 | jan.nijtmans | 2012-02-10 | 5 | -5/+67 |
| | |/ | |||||
* | | | Bug-3480634: PNG Images missing in menus on Mac | jan.nijtmans | 2012-01-29 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Bug 3480634: PNG Images missing in menus on Mac | jan.nijtmans | 2012-01-29 | 1 | -1/+3 |
| | | | |||||
* | | | Fixed indentation. | fvogel | 2012-01-26 | 1 | -5/+5 |
|\ \ \ | |/ / | |||||
| * | | Fixed indentation. | fvogel | 2012-01-26 | 1 | -4/+4 |
| | | | |||||
| * | | Fixed indentation. | fvogel | 2012-01-26 | 1 | -1/+1 |
| | | | |||||
* | | | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor ↵ | fvogel | 2012-01-26 | 1 | -0/+3 |
|\ \ \ | |/ / | | | | | | | appears as a blinking bar which expands to the right edge of the widget. | ||||
| * | | [Bug-1754043] and [Bug-2321450]: When -blockcursor is true, the cursor ↵ | fvogel | 2012-01-26 | 1 | -0/+3 |
| |\ \ | | | | | | | | | | | | | appears as a blinking bar which expands to the right edge of the widget. |