summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* typo fixdgp2005-07-251-2/+2
* Apply some of the changes suggested in [Patch 1237759]dkf2005-07-2520-492/+500
* * win/tkWinX.c: Define _WIN32_WINNT with NT SP 3 datamdejong2005-07-232-3/+11
* * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent):hobbs2005-07-212-1/+6
* Assorted cleaning up relating to [Patch 1237759]dkf2005-07-211-57/+70
* fix to text widget 'mark prev' segfaultvincentdarley2005-07-184-5/+25
* * doc/getOpenFile.n: correct -multiple docs (takes boolean)hobbs2005-07-062-3/+7
* * unix/Makefile.in: Purged use of TCLTESTARGS [RFE 1161550].dgp2005-07-052-3/+7
* * generic/tkConsole.c (TkConsolePrint): prevent potential NULL deref.das2005-06-232-2/+4
* * macosx/tkMacOSXDefault.h: change ENTRY_BORDER defaults to from 5 to 2das2005-06-232-3/+9
* Fix silly error in SYNOPSIS of Tk_AllocBitmapFromObj doc [1224983]dkf2005-06-212-2/+6
* Typosdkf2005-06-191-5/+5
* Get rid of statics; replaced with stack-allocated structures which are automa...dkf2005-06-192-657/+728
* * macosx/Makefile: for X11 build, add -X11 suffix to unversioned wishdas2005-06-184-4/+16
* autoconfdgp2005-06-072-2/+2
* Bumped patchleveldkf2005-06-079-20/+24
* note tag date and rewrap changescore_8_5_a3hobbs2005-06-042-14/+19
* update changes for 8.5a3 releasedgp2005-06-032-6/+110
* On Mac OS X scrollwheel events are sent to the window under the mouse, notwolfsuit2005-06-032-11/+20
* 2005-06-02 Jim Ingham <jingham@apple.com>wolfsuit2005-06-032-19/+51
* * macosx/Makefile: fixed 'embedded' target.das2005-06-032-4/+7
* * unix/tkUnix.c (Tk_GetUserInactiveTime): Improvements to get itrmax2005-06-025-120/+434
* silence compiler warningdgp2005-06-011-2/+2
* Checking the return value of XScreenSaverQueryInfo.rmax2005-06-011-3/+4
* * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND,hobbs2005-06-012-2/+14
* * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelchhobbs2005-06-012-8/+13
* Some versions of X seem to crash if XScreenSaverQueryVersion() isn'trmax2005-06-011-5/+6
* Corrected the numbering of the [tk inactive] tests.rmax2005-06-011-8/+8
* * doc/Inactive.3 (new file): C level API documentationn forrmax2005-05-313-7/+83
* * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-313-461/+518
* * generic/tkMenu.c (MenuCmd): create event handler earlier tohobbs2005-05-312-37/+19
* more elaborate variant to get first prompt displayed without a puts callhobbs2005-05-311-2/+14
* * library/console.tcl (::tk::ConsoleInit): print out first prompthobbs2005-05-302-1/+12
* * macosx/tkMacOSXFont.c: use Tcl_Panic instead of panic.das2005-05-292-2/+4
* * unix/configure.in: added description of HAVE_XSS for autoheader.das2005-05-296-8/+16
* * macosx/tkMacOSXInit.c:das2005-05-293-4/+7
* * generic/tkDecls.h:das2005-05-2910-169/+235
* Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-279-15/+401
* change tk_popup to have sticky menustmh2005-05-272-2/+11
* * macosx/tkMacOSXInit.c (TkpInit): fixed resource file extractiondas2005-05-265-125/+41
* * unix/Makefile.in (install-libraries): protect possible emptyhobbs2005-05-252-2/+7
* * generic/tkTest.c: disable commands not available on TkAqua.das2005-05-242-4/+6
* fix for non-framework TkAqua builddas2005-05-241-2/+5
* minor formatting sync with tcl/unix/configure.indas2005-05-242-15/+15
* small comments & whitespace fixdas2005-05-241-10/+11
* * generic/tkFileFilter.c (FreeGlobPatterns): s/null/NULL/hobbs2005-05-232-2/+6
* * macosx/Makefile:das2005-05-2312-349/+1755
* * macosx/Wish.pbproj/project.pbxproj:das2005-05-234-17/+13
* Parse all filters, not just the first one. [Bug 1206133]dkf2005-05-212-116/+109
* Fixes from Michael Kirkham:wolfsuit2005-05-155-2078/+32