| Commit message (Expand) | Author | Age | Files | Lines |
* | * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): | hobbs | 2005-07-21 | 2 | -1/+6 |
|
|
* | Assorted cleaning up relating to [Patch 1237759] | dkf | 2005-07-21 | 1 | -57/+70 |
|
|
* | fix to text widget 'mark prev' segfault | vincentdarley | 2005-07-18 | 4 | -5/+25 |
|
|
* | * doc/getOpenFile.n: correct -multiple docs (takes boolean) | hobbs | 2005-07-06 | 2 | -3/+7 |
|
|
* | * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550]. | dgp | 2005-07-05 | 2 | -3/+7 |
|
|
* | * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref. | das | 2005-06-23 | 2 | -2/+4 |
|
|
* | * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2 | das | 2005-06-23 | 2 | -3/+9 |
|
|
* | Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983] | dkf | 2005-06-21 | 2 | -2/+6 |
|
|
* | Typos | dkf | 2005-06-19 | 1 | -5/+5 |
|
|
* | Get rid of statics; replaced with stack-allocated structures which are automa... | dkf | 2005-06-19 | 2 | -657/+728 |
|
|
* | * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wish | das | 2005-06-18 | 4 | -4/+16 |
|
|
* | autoconf | dgp | 2005-06-07 | 2 | -2/+2 |
|
|
* | Bumped patchlevel | dkf | 2005-06-07 | 9 | -20/+24 |
|
|
* | note tag date and rewrap changescore_8_5_a3 | hobbs | 2005-06-04 | 2 | -14/+19 |
|
|
* | update changes for 8.5a3 release | dgp | 2005-06-03 | 2 | -6/+110 |
|
|
* | On Mac OS X scrollwheel events are sent to the window under the mouse, not | wolfsuit | 2005-06-03 | 2 | -11/+20 |
|
|
* | 2005-06-02 Jim Ingham <jingham@apple.com> | wolfsuit | 2005-06-03 | 2 | -19/+51 |
|
|
* | * macosx/Makefile: fixed 'embedded' target. | das | 2005-06-03 | 2 | -4/+7 |
|
|
* | * unix/tkUnix.c (Tk_GetUserInactiveTime): Improvements to get it | rmax | 2005-06-02 | 5 | -120/+434 |
|
|
* | silence compiler warning | dgp | 2005-06-01 | 1 | -2/+2 |
|
|
* | Checking the return value of XScreenSaverQueryInfo. | rmax | 2005-06-01 | 1 | -3/+4 |
|
|
* | * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND, | hobbs | 2005-06-01 | 2 | -2/+14 |
|
|
* | * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelch | hobbs | 2005-06-01 | 2 | -8/+13 |
|
|
* | Some versions of X seem to crash if XScreenSaverQueryVersion() isn't | rmax | 2005-06-01 | 1 | -5/+6 |
|
|
* | Corrected the numbering of the [tk inactive] tests. | rmax | 2005-06-01 | 1 | -8/+8 |
|
|
* | * doc/Inactive.3 (new file): C level API documentationn for | rmax | 2005-05-31 | 3 | -7/+83 |
|
|
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 3 | -461/+518 |
|
|
* | * generic/tkMenu.c (MenuCmd): create event handler earlier to | hobbs | 2005-05-31 | 2 | -37/+19 |
|
|
* | more elaborate variant to get first prompt displayed without a puts call | hobbs | 2005-05-31 | 1 | -2/+14 |
|
|
* | * library/console.tcl (::tk::ConsoleInit): print out first prompt | hobbs | 2005-05-30 | 2 | -1/+12 |
|
|
* | * macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic. | das | 2005-05-29 | 2 | -2/+4 |
|
|
* | * unix/configure.in: added description of HAVE_XSS for autoheader. | das | 2005-05-29 | 6 | -8/+16 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-29 | 3 | -4/+7 |
|
|
* | * generic/tkDecls.h: | das | 2005-05-29 | 10 | -169/+235 |
|
|
* | Partial implementation of TIP#245; thanks Reinhard! | dkf | 2005-05-27 | 9 | -15/+401 |
|
|
* | change tk_popup to have sticky menus | tmh | 2005-05-27 | 2 | -2/+11 |
|
|
* | * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extraction | das | 2005-05-26 | 5 | -125/+41 |
|
|
* | * unix/Makefile.in (install-libraries): protect possible empty | hobbs | 2005-05-25 | 2 | -2/+7 |
|
|
* | * generic/tkTest.c: disable commands not available on TkAqua. | das | 2005-05-24 | 2 | -4/+6 |
|
|
* | fix for non-framework TkAqua build | das | 2005-05-24 | 1 | -2/+5 |
|
|
* | minor formatting sync with tcl/unix/configure.in | das | 2005-05-24 | 2 | -15/+15 |
|
|
* | small comments & whitespace fix | das | 2005-05-24 | 1 | -10/+11 |
|
|
* | * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/ | hobbs | 2005-05-23 | 2 | -2/+6 |
|
|
* | * macosx/Makefile: | das | 2005-05-23 | 12 | -349/+1755 |
|
|
* | * macosx/Wish.pbproj/project.pbxproj: | das | 2005-05-23 | 4 | -17/+13 |
|
|
* | Parse all filters, not just the first one. [Bug 1206133] | dkf | 2005-05-21 | 2 | -116/+109 |
|
|
* | Fixes from Michael Kirkham: | wolfsuit | 2005-05-15 | 5 | -2078/+32 |
|
|
* | Add a missing Tcl_Release to ThumbActionProc. Thanks to Micheal Kirkham for | wolfsuit | 2005-05-15 | 2 | -1/+6 |
|
|
* | * macosx/tkMacOSXInit.c: | das | 2005-05-14 | 17 | -1155/+715 |
|
|
* | fix to two text widget bugs | vincentdarley | 2005-05-13 | 1 | -2/+2 |
|
|