Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [.text pendingsync] returns a boolean | fvogelnew1@free.fr | 2015-11-28 | 3 | -11/+10 |
| | |||||
* | Respect alphabetical order | fvogelnew1@free.fr | 2015-11-21 | 1 | -9/+9 |
| | |||||
* | Adjusted when <<WidgetViewSync>> fires. Also %d now only has boolean value. ↵ | fvogelnew1@free.fr | 2015-11-21 | 1 | -7/+17 |
| | | | | Implementation in sync with TIP #438 rev. 1.10 | ||||
* | Rename "yupdate" to "sync" and fix various test-cases | nijtmans@users.sourceforge.net | 2015-11-19 | 3 | -38/+38 |
| | |||||
* | Tcl_Preserve should be first I guess | fvogelnew1@free.fr | 2015-11-19 | 1 | -1/+2 |
| | |||||
* | Make it compile with Visual 2008 | fvogelnew1@free.fr | 2015-11-19 | 1 | -1/+1 |
| | |||||
* | Code Formatting | nijtmans@users.sourceforge.net | 2015-11-19 | 3 | -34/+36 |
| | |||||
* | better argument checking | nijtmans@users.sourceforge.net | 2015-11-19 | 1 | -1/+7 |
| | |||||
* | First test-implementation of "$t yupdate -command <command>". TODO: more ↵ | nijtmans@users.sourceforge.net | 2015-11-19 | 3 | -9/+42 |
| | | | | testcases and documentation | ||||
* | Merge core-8-5-branch | nijtmans@users.sourceforge.net | 2015-11-16 | 1 | -8/+12 |
|\ | |||||
| * | Moved comment to follow the moved code in previous commit | fvogelnew1@free.fr | 2015-11-12 | 1 | -6/+6 |
| | | |||||
| * | Koen Danckaert's patch to speed up line metrics update | fvogelnew1@free.fr | 2015-11-12 | 1 | -2/+6 |
| | | |||||
* | | TIP #438 - <<TextLineHeightsInvalid>> event added, with corresponding new tests | fvogelnew1@free.fr | 2015-11-14 | 1 | -0/+40 |
|\ \ | |||||
| * | | Implementation of TIP #438 - Solution using virtual events | fvogelnew1@free.fr | 2015-11-10 | 1 | -0/+50 |
| |/ | |||||
* | | TIP #438 - [.text pendingyupdate] command added, with corresponding new tests | fvogelnew1@free.fr | 2015-11-14 | 3 | -5/+47 |
| | | |||||
* | | TIP #438 - [.text yupdate] command added, with corresponding new tests | fvogelnew1@free.fr | 2015-11-14 | 1 | -2/+12 |
|/ | |||||
* | Typos in comments | fvogelnew1@free.fr | 2015-11-10 | 2 | -2/+2 |
| | |||||
* | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵ | fvogelnew1@free.fr | 2015-11-08 | 1 | -2/+2 |
|\ | | | | | | | displayed | ||||
| * | Fixed bug [220854fff] - Trailing tab characters in entry widgets are not ↵ | fvogelnew1@free.fr | 2015-10-29 | 1 | -2/+2 |
| | | | | | | | | displayed | ||||
* | | Fixed [2160206fff] - Panic when posting a menu of type menubar | fvogelnew1@free.fr | 2015-11-08 | 1 | -1/+6 |
|\ \ | |/ |/| | |||||
| * | Proposed fix for [2160206fff] - Panic (Linux) when posting a menu of type ↵ | fvogelnew1@free.fr | 2015-10-18 | 1 | -1/+6 |
| | | | | | | | | menubar | ||||
* | | Fix [477949]: option readfile cannot use multibytes. | nijtmans@users.sourceforge.net | 2015-10-25 | 1 | -2/+11 |
| | | | | | | Implementation adopted from AndroWish, but added support for UTF-8 BOM and added test-case. | ||||
* | | Fixed bug [1414025] - Thin insertion cursor not visible in entry | fvogelnew1@free.fr | 2015-10-20 | 1 | -1/+1 |
|/ | |||||
* | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogelnew1@free.fr | 2015-10-09 | 1 | -1/+5 |
|\ | |||||
| * | Fixed bug [2262711fff] - Regexp search fails with Unicode and elide | fvogelnew1@free.fr | 2015-10-06 | 1 | -1/+5 |
| | | |||||
* | | merge core-8-5-branch. | nijtmans@users.sourceforge.net | 2015-09-30 | 1 | -6/+10 |
|\ \ | |/ | | | This is the TIP #437 implementation being voted on. | ||||
| * | Fixed bug [1501749fff] - Crash on embedded window deletion bound to <Map> event | fvogelnew1@free.fr | 2015-09-23 | 1 | -6/+10 |
| | | |||||
* | | Hm, better keep the TIP as it is, not making it more difficult than it ↵ | nijtmans@users.sourceforge.net | 2015-09-30 | 1 | -5/+4 |
| | | | | | | | | already is. | ||||
* | | One more suggestion: Use the value of -sashwidth as default for ↵ | nijtmans@users.sourceforge.net | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | -proxyborderwidth. It's one pixel different from the current behavior (2 -> 3 pixels), but would be consistant with -proxyrelief vs -sashrelief. | ||||
* | | Carefull inspection shows that the default for -proxyrelief should be the ↵ | nijtmans@users.sourceforge.net | 2015-09-30 | 1 | -1/+1 |
| | | | | | | | | value of -sashrelief, in order to be 100% compatible with how it behaved before. | ||||
* | | Bring panedwindow proxy behavior in line with TIP #437 description. | nijtmans@users.sourceforge.net | 2015-09-30 | 1 | -10/+13 |
| | | |||||
* | | Use correct default value for -proxybackground | fvogelnew1@free.fr | 2015-09-30 | 1 | -1/+1 |
| | | |||||
* | | Added -proxyborderwidth option | fvogelnew1@free.fr | 2015-09-30 | 1 | -1/+6 |
| | | |||||
* | | Added -proxybackground option | fvogelnew1@free.fr | 2015-09-29 | 1 | -1/+5 |
| | | |||||
* | | merge core-8-5-branch | nijtmans@users.sourceforge.net | 2015-09-14 | 4 | -13/+10 |
|\ \ | |/ | |||||
| * | Fixed bug [2886436fff] - [.txt] deletes before start index - by appyling the ↵ | fvogelnew1@free.fr | 2015-07-16 | 1 | -9/+3 |
| |\ | | | | | | | | | | patch proposed in the ticket: no deletion will ever happen before the start index anymore | ||||
| | * | Fixed bug [2886436fff] - [.txt delete] deletes before start index - This is ↵ | fvogelnew1@free.fr | 2015-07-14 | 1 | -9/+3 |
| | | | | | | | | | | | | option 1: change the behavior of the text widget to completely avoid any deletion before index1 | ||||
| * | | Fix signature of TkMacOSXSetDrawingEnabled(), re-generate tkIntPlatDecls.h ↵ | nijtmans@users.sourceforge.net | 2015-07-15 | 3 | -4/+7 |
| |/ | | | | | | | and tkStubInit.c | ||||
* | | Bug [1247115fff] - Added -proxyrelief option | fvogelnew1@free.fr | 2015-07-14 | 1 | -1/+5 |
|/ | |||||
* | Fixed bug [3f1f79abcf] - Text widget crash when seeing or bboxing (or ↵ | fvogelnew1@free.fr | 2015-07-10 | 1 | -1/+1 |
| | | | | selecting, moving the cursor...) in elided text | ||||
* | Fix for [805cffb017fde5ba]: segfault via Tk_ConfigureWidget | nijtmans@users.sourceforge.net | 2015-07-07 | 1 | -2/+4 |
| | |||||
* | Complementary fix for bug [3592454fff] - Don't identify the sash associated ↵ | fvogelnew1@free.fr | 2015-06-01 | 1 | -1/+3 |
| | | | | to the last visible pane | ||||
* | Fixed bug [1292219fff] - Propagated MapNotify and UnmapNotify events of a ↵ | fvogelnew1@free.fr | 2015-06-01 | 1 | -0/+9 |
|\ | | | | | | | panedwindow to its children | ||||
| * | Propagated MapNotify events of a panedwindow to its children | fvogelnew1@free.fr | 2015-05-30 | 1 | -0/+4 |
| | | |||||
| * | Propagated UnmapNotify events of a panedwindow to its children | fvogelnew1@free.fr | 2015-05-30 | 1 | -0/+5 |
| | | |||||
* | | Fixed bug [3592454fff] - Don't draw the sash associated to the last visible pane | fvogelnew1@free.fr | 2015-06-01 | 1 | -10/+42 |
|\ \ | |||||
| * | | Don't draw the sash associated to the last visible pane | fvogelnew1@free.fr | 2015-05-26 | 1 | -10/+42 |
| |/ | |||||
* | | Fixed bug [2368195fff] - More correct error handling when calling ↵ | fvogelnew1@free.fr | 2015-06-01 | 1 | -0/+9 |
|\ \ | | | | | | | | | | paneconfigure with a non existing window | ||||
| * | | More correct error handling when calling paneconfigure with a non existing ↵ | fvogelnew1@free.fr | 2015-05-24 | 1 | -0/+9 |
| |/ | | | | | | | window | ||||
* | | Limit sash proxy maximum coordinates to the size of the panedwindow it ↵ | fvogelnew1@free.fr | 2015-05-24 | 1 | -1/+11 |
|/ | | | | belongs to |