| Commit message (Expand) | Author | Age | Files | Lines |
* | Tk_CreateBinding): Silently ignore empty scripts (Fixes [Bug 3006842]). | jenglish | 2010-05-31 | 1 | -0/+5 |
|
|
* | ttk::treeview: [$tv tag bind $tag <...> {}] now removes binding completely. | jenglish | 2010-05-27 | 1 | -0/+7 |
|
|
* | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2" | nijtmans | 2010-05-26 | 1 | -1/+4 |
|
|
* | Fix 3 tests on Ubuntu 10.4, two of them timing dependent, one wm-dependent. | nijtmans | 2010-05-26 | 1 | -0/+5 |
|
|
* | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that all | dkf | 2010-05-20 | 1 | -23/+28 |
|
|
* | Fix [Bug #3002230]: tk_chooseDirectory returns garbage on cancel | nijtmans | 2010-05-17 | 1 | -0/+5 |
|
|
* | Revert [Patch #2999920], as it entails an incompatible change to the C API | jenglish | 2010-05-17 | 1 | -0/+6 |
|
|
* | [Patch #2999920]: Optimize Internal Virtual event string operations | nijtmans | 2010-05-17 | 1 | -0/+7 |
|
|
* | Consistent use of variable names in RestrictEvent | nijtmans | 2010-05-11 | 1 | -0/+8 |
|
|
* | CONSTify TkCopyAndGlobalEval, TkpSetMainMenubar, | nijtmans | 2010-05-10 | 1 | -0/+14 |
|
|
* | * generic/tk.h: Bump patchlevel to 8.6b1.2 to distinguish | dgp | 2010-05-03 | 1 | -0/+10 |
|
|
* | * library/button.tcl (CheckInvoke, CheckEnter): [Patch 1530276 redux]: | dkf | 2010-05-03 | 1 | -52/+58 |
|
|
* | typo | nijtmans | 2010-04-30 | 1 | -1/+1 |
|
|
* | Unnessarary TCL_STORAGE_CLASS re-definitions | nijtmans | 2010-04-29 | 1 | -0/+13 |
|
|
* | * generic/tkImgPNG.c (ReadIDAT, DecodePNG): Move the check for overall | dkf | 2010-04-25 | 1 | -19/+30 |
|
|
* | Formatting | nijtmans | 2010-04-23 | 1 | -0/+8 |
|
|
* | Define OPENFILENAME_SIZE_VERSION_400 if needed | nijtmans | 2010-04-20 | 1 | -0/+1 |
|
|
* | tkPort.h already includes tk.h, which includes tcl.h | nijtmans | 2010-04-20 | 1 | -0/+5 |
|
|
* | Make sure that tkWinPort.h is always included | nijtmans | 2010-04-20 | 1 | -0/+8 |
|
|
* | [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 | 1 | -0/+2 |
|
|
* | 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 | 1 | -1/+3 |
|
|
* | Fix [Patch 2986105]: conditionally defining strcasecmp/strncasecmp | nijtmans | 2010-04-13 | 1 | -0/+5 |
|
|
* | * generic/tkImgPNG.c (WriteIDAT): [Bug 2984787]: Use the correct | dkf | 2010-04-12 | 1 | -4/+15 |
|
|
* | Follow-up to [Bug 2983824]: update doc | nijtmans | 2010-04-09 | 1 | -0/+4 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): [Bug 2983824]: Use the file | dkf | 2010-04-09 | 1 | -7/+12 |
|
|
* | Add <wchar.h> to tkWinPort.h, and | nijtmans | 2010-04-08 | 1 | -0/+6 |
|
|
* | regenerated with autoconf-2.59 | nijtmans | 2010-04-06 | 1 | -0/+8 |
|
|
* | Only test for -visibility=hidden with gcc | nijtmans | 2010-03-29 | 1 | -0/+6 |
|
|
* | * unix/tkUnixRFont.c (GetFont): [Bug 2978410]: Do not use non-constant | dkf | 2010-03-29 | 1 | -3/+8 |
|
|
* | ttk::treeview widget: add 'tag names', 'tag add', and 'tag remove' methods. | jenglish | 2010-03-28 | 1 | -1/+9 |
|
|
* | * unix/configure.in, unix/Makefile.in: [Bug 2965133]: Get rid of the | dkf | 2010-03-23 | 1 | -0/+6 |
|
|
* | * library/entry.tcl: [Bug 2971663]: Make the <Up> and <Down> keys | dkf | 2010-03-17 | 1 | -4/+11 |
|
|
* | Ignore .a and .so in unix/.cvsignore | nijtmans | 2010-03-16 | 1 | -0/+4 |
|
|
* | Fix [Tcl Bug 2967340]: Static build failure | nijtmans | 2010-03-12 | 1 | -0/+6 |
|
|
* | Factor out some of the megawidget machinery. | dkf | 2010-03-12 | 1 | -0/+6 |
|
|
* | Removed lame reliance on the leading letters of the names of segment types when | dkf | 2010-03-11 | 1 | -0/+3 |
|
|
* | * generic/tkText.c (DumpLine): [Bug 2968379]: When peers are about, | dkf | 2010-03-11 | 1 | -2/+9 |
|
|
* | * generic/tkPlatDecls.h: Correct broken 2886635 fix. [Bug 2965600] | dgp | 2010-03-08 | 1 | -0/+4 |
|
|
* | [Bug 2949774]: cascade menus should popdown ofter loosing the pointer. | patthoyts | 2010-03-06 | 1 | -0/+6 |
|
|
* | fix date in ChangeLog | nijtmans | 2010-03-04 | 1 | -1/+1 |
|
|
* | Don't use -fvisibility=hidden for cygwin. | nijtmans | 2010-03-04 | 1 | -0/+6 |
|
|
* | Added note about transfer types, prompted by question on Tcler's Chat. | dkf | 2010-03-04 | 1 | -10/+14 |
|
|
* | [Enh 2959069] Support for -fvisibility=hidden | nijtmans | 2010-03-02 | 1 | -0/+5 |
|
|
* | correct date | nijtmans | 2010-02-23 | 1 | -1/+1 |
|
|
* | Use @EXEEXT@ in stead of @EXT_SUFFIX@ | nijtmans | 2010-02-22 | 1 | -0/+11 |
|
|
* | Re-fix [Bug 1799782]. | dkf | 2010-02-21 | 1 | -4/+9 |
|
|
* | ttk::treeview: Cache the result of the last call to EndPosition() | jenglish | 2010-02-20 | 1 | -0/+7 |
|
|
* | remove unused "dataKey" variable | nijtmans | 2010-02-19 | 1 | -0/+4 |
|
|