summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | Deprecate Tk_MainEx() stub entry (TIP #512). Only has effect if compiled with...jan.nijtmans2018-11-033-4/+4
| * | | | | | | | | | | Many updates for macOS. Most, but not all, were triggered by changes between...culler2018-10-303-8/+60
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | / / / / | | | |_|_|_|_|/ / / / | | |/| | | | | | | |
| | * | | | | | | | | Make the branch compile on Windows (MSVC).fvogel2018-10-281-1/+1
| | * | | | | | | | | Increase the size of the event ring to 45 on macOS, because the new code dema...culler2018-10-261-1/+14
| | * | | | | | | | | Try adding an extra display of the Text widget when it syncs, without making ...culler2018-10-241-21/+29
| | * | | | | | | | | Added a boolean state variable so a displayProc can check if it is being run ...culler2018-10-241-2/+20
| | * | | | | | | | | Fix the build for Windowsfvogel2018-10-231-3/+3
| | * | | | | | | | | Made a small change in tkTextDisp.c which (on 10.14) fixes the hang in text-1...culler2018-10-231-1/+8
| | * | | | | | | | | Remove the sleep from the button flash command on macOS. This causes a hangculler2018-10-221-0/+6
| | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | Stray "#endif" broke the build.dgp2018-10-261-1/+0
| * | | | | | | | | Some more internal use of TkSizeT (improvement of older code). No longer test...jan.nijtmans2018-10-244-30/+8
| * | | | | | | | | Fix PTR2INT/PTR2UINT, so they no longer are restricted to the "int" range.jan.nijtmans2018-10-225-18/+32
| | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-1910-60/+58
| * | | | | | | | Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-181-28/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-181-28/+5
| * | | | | | | | Fix clipboard behavior and remove the TkSuspendClipboard stub function.culler2018-10-183-9/+7
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Removed all traces of the TkSuspendClipboard stub.culler2018-10-183-9/+7
| * | | | | | | | One more missing type-cast (thanks, François!jan.nijtmans2018-10-171-1/+1
| * | | | | | | | Missing type-casts. This only compiles on gcc, not on MSVC (e.g.)jan.nijtmans2018-10-171-11/+11
| * | | | | | | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-171-7/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-171-7/+11
| | |\ \ \ \ \ \ \
| | | * | | | | | | Fix backwards search, thanks to Koen Danckaertfvogel2018-10-161-6/+9
| | | * | | | | | | Simplify patch for forward search a litle bitfvogel2018-10-161-2/+2
| | | * | | | | | | Remove comment I forgot to revert previously.fvogel2018-10-151-3/+1
| | | * | | | | | | Third fix proposal for [4b555aca34]: text search -all hangs and eats all memo...fvogel2018-10-151-1/+2
| | | * | | | | | | Revert the second fix proposal, and add more tests (covering backwards search...fvogel2018-10-151-3/+0
| | | * | | | | | | Another proposed fix for [4b555aca34]: text search -all hangs and eats all me...fvogel2018-10-151-1/+6
| | | * | | | | | | Backout the previously proposed fix [80286abf05], and add more tests.fvogel2018-10-151-2/+2
| | | * | | | | | | Fix [4b555aca34]: text search -all hangs and eats all memoryfvogel2018-10-111-2/+2
| | | | |_|_|_|/ / | | | |/| | | | |
| * | | | | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-171-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-171-1/+1
| | |\ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | | * | | | | | Fix [ca403f799b]: ttk::treeview border drawn incorrectlyfvogel2018-10-081-1/+1
| | | |/ / / / /
| | * | | | | | Fix commentjan.nijtmans2018-10-151-1/+1
| | |/ / / / /
| * | | | | | One more round of int -> size_t improvements (inspired by TIP #494, but then ...jan.nijtmans2018-10-1711-38/+49
| * | | | | | Another round of (internal) int|long -> size_t replacements, at least when co...jan.nijtmans2018-10-167-19/+32
| * | | | | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-1627-150/+150
* | | | | | | Merge trunk. More internal improvementsjan.nijtmans2018-10-155-12/+17
|\ \ \ \ \ \ \ | |/ / / / / /
* | | | | | | Merge trunkjan.nijtmans2018-10-156-47/+54
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Use more size_t internally, comparable with TIP #494 but then in Tk. Eliminat...jan.nijtmans2018-10-1511-57/+79
* | | | | | | More improvements, related to the deprecation of Tk_Offsetjan.nijtmans2018-10-1110-135/+154
* | | | | | | Experiment: let's see if we can deprecate Tk_Offset() in favor of offsetof()jan.nijtmans2018-10-0653-1168/+1166
|/ / / / / /
* | | | | | Fix [9658bc800c]: Several display issues with menu items, more easily seen wh...fvogel2018-10-061-26/+10
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Once the menu geometry is correctly computed there is no need anymore for que...fvogel2018-09-291-13/+2
| * | | | | Fix more issues with menues drawing, that are visible when -activeborderwidth...fvogel2018-09-281-13/+8
| * | | | | Fix [9658bc800c]: Right border calculated wrong in Tk menu if borderwidth != ...fvogel2018-09-261-1/+1
* | | | | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better...jan.nijtmans2018-10-051-3/+1
* | | | | | more size_t related code cleanupjan.nijtmans2018-10-049-22/+22
* | | | | | Proof of concept for fixing [43b596451e]: relief for active menu entries. Add...fvogel2018-09-082-0/+4
| |_|_|_|/ |/| | | |
* | | | | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
|\ \ \ \ \ | |/ / / /
| * | | | Fix [6fcaaa6f80]: ttk::entry insertion cursor not visible. Patch from Csaba N...fvogel2018-09-081-3/+10
| |\ \ \ \