| Commit message (Expand) | Author | Age | Files | Lines |
* | [Patch 3009998]: Replace binding procedures with ordinary event handlers | jenglish | 2010-06-19 | 12 | -1126/+202 |
|
|
* | [Bug 3016598] Bump dummy [package ifneeded tile] version to 0.8.6. | jenglish | 2010-06-15 | 2 | -4/+12 |
|
|
* | * library/text.tcl (TextCursorInSelection): [Patch 2585265]: Make it | dkf | 2010-06-15 | 2 | -40/+59 |
|
|
* | Terminate TkEnsemble definition with NULL | nijtmans | 2010-06-15 | 3 | -8/+12 |
|
|
* | Eliminate many unnecessary (ClientData) type casts. | nijtmans | 2010-06-15 | 19 | -94/+112 |
|
|
* | Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 2 | -2/+11 |
|
|
* | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely. | jenglish | 2010-05-27 | 3 | -18/+41 |
|
|
* | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2" | nijtmans | 2010-05-26 | 4 | -41/+46 |
|
|
* | Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent. | nijtmans | 2010-05-26 | 2 | -7/+14 |
|
|
* | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that all | dkf | 2010-05-20 | 2 | -24/+33 |
|
|
* | Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancel | nijtmans | 2010-05-17 | 2 | -1/+13 |
|
|
* | Revert [Patch #2999920], as it entails an incompatible change to the C API | jenglish | 2010-05-17 | 2 | -7/+20 |
|
|
* | [Patch #2999920]: Optimize Internal Virtual event string operations | nijtmans | 2010-05-17 | 3 | -17/+37 |
|
|
* | Consistent use of variable names in RestrictEvent | nijtmans | 2010-05-11 | 6 | -36/+39 |
|
|
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 12 | -52/+67 |
|
|
* | * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-05-03 | 7 | -16/+26 |
|
|
* | * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]: | dkf | 2010-05-03 | 2 | -55/+61 |
|
|
* | typo | nijtmans | 2010-04-30 | 1 | -1/+1 |
|
|
* | Unnessarary TCL_STORAGE_CLASS re-definitions | nijtmans | 2010-04-29 | 11 | -58/+50 |
|
|
* | * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall | dkf | 2010-04-25 | 3 | -37/+1088 |
|
|
* | Formatting | nijtmans | 2010-04-23 | 17 | -141/+37 |
|
|
* | Define OPENFILENAME_SIZE_VERSION_400 if needed | nijtmans | 2010-04-20 | 2 | -1/+6 |
|
|
* | tkPort.h already includes tk.h, which includes tcl.h | nijtmans | 2010-04-20 | 6 | -15/+14 |
|
|
* | Make sure that tkWinPort.h is always included | nijtmans | 2010-04-20 | 6 | -27/+38 |
|
|
* | [Patch 2898255]: Filenames limit with Tk_GetFileName() | nijtmans | 2010-04-19 | 1 | -1/+1 |
|
|
* | [Patch 2898255]: Filenames limit with Tk_GetFileName() | nijtmans | 2010-04-19 | 2 | -3/+15 |
|
|
* | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstances | nijtmans | 2010-04-19 | 1 | -2/+5 |
|
|
* | Fix [Bug 2987995]: Tk_GetOpenFile returns garbage under described circumstances | nijtmans | 2010-04-19 | 2 | -6/+8 |
|
|
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 2 | -7/+29 |
|
|
* | * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct | dkf | 2010-04-12 | 3 | -13/+119 |
|
|
* | Follow-up to [Bug 2983824]: update doc | nijtmans | 2010-04-09 | 2 | -3/+8 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file | dkf | 2010-04-09 | 3 | -27/+127 |
|
|
* | Add <wchar.h> to tkWinPort.h, and | nijtmans | 2010-04-08 | 4 | -39/+39 |
|
|
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 5 | -12/+20 |
|
|
* | Only test for -visibility=hidden with gcc | nijtmans | 2010-03-29 | 3 | -4160/+3791 |
|
|
* | * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constant | dkf | 2010-03-29 | 2 | -5/+19 |
|
|
* | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 8 | -40/+380 |
|
|
* | regen | dkf | 2010-03-23 | 1 | -3764/+4156 |
|
|
* | * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of the | dkf | 2010-03-23 | 3 | -3/+11 |
|
|
* | * library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keys | dkf | 2010-03-17 | 3 | -6/+19 |
|
|
* | Ignore .a and .so in unix/.cvsignore | nijtmans | 2010-03-16 | 2 | -0/+6 |
|
|
* | Fix [Tcl Bug 2967340]: Static build failure | nijtmans | 2010-03-12 | 4 | -6/+16 |
|
|
* | Factor out some of the megawidget machinery. | dkf | 2010-03-12 | 4 | -67/+179 |
|
|
* | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 5 | -9/+16 |
|
|
* | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 3 | -12/+30 |
|
|
* | * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] | dgp | 2010-03-08 | 2 | -2/+6 |
|
|
* | [Bug 2949774]: cascade menus should popdown ofter loosing the pointer. | patthoyts | 2010-03-06 | 2 | -6/+19 |
|
|
* | fix date in ChangeLog | nijtmans | 2010-03-04 | 1 | -1/+1 |
|
|
* | Don't use -fvisibility=hidden for cygwin. | nijtmans | 2010-03-04 | 4 | -38/+32 |
|
|
* | Added note about transfer types, prompted by question on Tcler's Chat. | dkf | 2010-03-04 | 2 | -11/+20 |
|
|