Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Fix for Ticket c84f660833546b1b84e7fd3aef930c2f17207461 (Tk crashes when topl... | Kevin Walzer | 2016-07-17 | 1 | -7/+13 | |
* | | | | | | | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t... | Kevin Walzer | 2016-07-15 | 4 | -11/+60 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Fix for bitmap distortion on Mac OS; thanks to Marc Culler for patch | Kevin Walzer | 2016-07-08 | 1 | -23/+26 | |
* | | | | | | | Fix for excessive label padding in Tk/Mac; thanks to Brad Lanam for bug report | Kevin Walzer | 2016-07-06 | 1 | -1/+2 | |
| | | * | | | | Final tweak for OS X wm crash, thanks to Marc Culler | Kevin Walzer | 2016-07-19 | 1 | -1/+1 | |
| | | * | | | | Fix for Ticket c84f660833546b1b84e7fd3aef930c2f17207461 (Tk crashes when topl... | Kevin Walzer | 2016-07-17 | 1 | -7/+13 | |
| | | * | | | | Fix for image/alpha rendering under hidpi/Retina displays on Mac OS; thanks t... | Kevin Walzer | 2016-07-15 | 4 | -11/+60 | |
| | | * | | | | Fix for bitmap distortion on Mac OS; thanks to Marc Culler for patch | Kevin Walzer | 2016-07-08 | 1 | -23/+26 | |
| | | * | | | | Fix for excessive label padding in Tk/Mac; thanks to Brad Lanam for bug report | Kevin Walzer | 2016-07-06 | 1 | -1/+2 | |
| | | * | | | | [ce92c79bc6] Improve the 'configure' method of the internal megawidget framew... | dkf | 2016-06-28 | 1 | -9/+160 | |
| | | |\ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| | | * | | | | Fixed [4cb3dab4eb] - Improvements to the documentation of Tk_FindPhoto et al.... | fvogel | 2016-06-27 | 1 | -0/+14 | |
| | | |\ \ \ \ | ||||||
| | | * \ \ \ \ | Modernize Tk_Init() to use Tcl 8.6 features. | dgp | 2016-06-22 | 4 | -170/+168 | |
| | | |\ \ \ \ \ | ||||||
| | | * \ \ \ \ \ | Whitespace fixes | jan.nijtmans | 2016-06-15 | 3 | -149/+149 | |
| | | |\ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ | Fixed [6976e4b3b2] - -undo options not correct for peers | fvogel | 2016-06-11 | 2 | -3/+21 | |
| | | |\ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ | Fix [http://core.tcl.tk/tcl/info/3bd69eba99a395ee|3bd69eba99a395ee]: 'make di... | jan.nijtmans | 2016-06-01 | 9 | -14/+2 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | unnecessary spacing | jan.nijtmans | 2016-05-31 | 1 | -2/+2 | |
| | | * | | | | | | | | | Fixed tests cases bad interactions and a forgotten mouse warping case (event ... | fvogel | 2016-05-30 | 2 | -2/+6 | |
| | | |\ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | Fixed [79549a9134] - Mouse pointer warping crashes | fvogel | 2016-05-30 | 2 | -2/+23 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ | Fixed [f2655bb0ec] - bind-15.23 fails if the mouse is inside the test window | fvogel | 2016-05-30 | 1 | -0/+8 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ | Merged TIP #446 accepted by TCT vote. This fixes [1273358] - Ask a text widge... | fvogel | 2016-05-30 | 6 | -23/+233 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ | Fixed [109865fa01] - ttk::menubutton unsafe wrt widget destruction | fvogel | 2016-05-25 | 2 | -1/+17 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ | Fixed [011706ec42] for the scrollbar case | fvogel | 2016-05-20 | 2 | -3/+45 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | Fix XOffsetRegion/XUnionRegion prototypes (not currently used). Remove unnecc... | jan.nijtmans | 2016-05-19 | 15 | -71/+71 | |
| | | * | | | | | | | | | | | | | | | Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to Jam... | fvogel | 2016-05-18 | 1 | -44/+106 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | Tweak to allow Tk to build on 10.5; thanks to Marc Culler for patch | Kevin Walzer | 2016-05-18 | 1 | -1/+6 | |
| | | * | | | | | | | | | | | | | | | | PeekMessageA -> PeekMessage | jan.nijtmans | 2016-05-12 | 3 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | | Fix prototype warning from prev checkin | ashok | 2016-05-12 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | Bug [64261b50]. Spurious mouse events sent to underlying window when file dia... | ashok | 2016-05-12 | 1 | -12/+16 | |
| | | * | | | | | | | | | | | | | | | | Fixed [011706ec42] - tk::ButtonInvoke safety bug | fvogel | 2016-05-03 | 2 | -3/+34 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge mark | fvogel | 2016-05-02 | 0 | -0/+0 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | Fixed Americano-British English (American English selected) | fvogel | 2016-05-02 | 1 | -8/+8 | |
| | | * | | | | | | | | | | | | | | | | | | Fixed [b362182e45] - Generation of virtual events through Tk_HandleEvent is u... | fvogel | 2016-05-01 | 9 | -60/+49 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fixed [fd3a4dc111] - <<Modified>> event is not always sent to peers | fvogel | 2016-04-29 | 2 | -1/+19 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | Deprecate Tk_FreeXId(), since it doesn't do anything since 2008-08-19: [8356a... | jan.nijtmans | 2016-04-11 | 6 | -30/+3 | |
| | | * | | | | | | | | | | | | | | | | | | | | Fixed typo in [text] man page | fvogel | 2016-04-08 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Documented the <<WidgetViewSync>> virtual event in the event man page | fvogel | 2016-04-08 | 1 | -0/+6 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fixed tests numbering | fvogel | 2016-04-07 | 1 | -5/+5 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | merge 8.6 | dgp | 2016-04-05 | 1 | -1/+1 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fixed [3512539fff] - .. is silently accepted in widget paths (user: fvogel, t... | fvogel | 2016-04-04 | 2 | -3/+12 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | | | |/| | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | | Fixed typo in comment | fvogel | 2016-03-23 | 1 | -1/+1 | |
| | | | * | | | | | | | | | | | | | | | | | | | | | | | Fixed [3512539fff] - .. is silently accepted in widget paths | fvogel | 2016-03-23 | 2 | -3/+12 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | Fixed [18c08df753] - Change of behaviour for text widget last newline | fvogel | 2016-03-27 | 4 | -27/+43 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fixed bug [1192095] - Toplevel menus return incorrect active index | fvogel | 2016-03-27 | 1 | -1/+11 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug [1192095] (issue 2) - Toplevel menus return incorrect active indexbug_1192095 | fvogel | 2016-03-16 | 1 | -1/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | Fix [38dc27bd1d0ecd68]: Tk does not support <Button-6> nor <Button-7> events | jan.nijtmans | 2016-03-22 | 3 | -4/+60 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Fix test-case bind-27.2 on X11 (it worked on win32)bug_38dc27bd1d0ecd68 | jan.nijtmans | 2016-03-22 | 32 | -554/+606 | |
| | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |/ / / / / / / / / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | ||||||
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | sync tcl.m4 (both win and unix) with Tcl's version. | jan.nijtmans | 2016-03-22 | 4 | -4/+4 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug [438cf10142] - Tests textTag-* require haveCourier12 constraint | fvogel | 2016-03-20 | 1 | -447/+154 | |
| | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug [487861ffff] - cascade with -accelerator looks wrong | fvogel | 2016-03-20 | 1 | -6/+11 | |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | | * | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixed bug [487861ffff] - cascade with -accelerator looks wrongbug_487861ffff | fvogel | 2016-03-13 | 1 | -6/+11 | |