summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* ANSI unfriendly typedef for TkTextBTree repaired for C++ compilers.davygrvy2002-12-271-2/+2
* * generic/tkMain.c (Tk_Main): Call on Tcl*StartupScript*() routinesdgp2002-12-131-11/+10
* * generic/tkEntry.c (ConfigureEntry): keep a flag to indicate whenhobbs2002-12-091-8/+16
* * generic/tkInt.decls: add TkWinSetHINSTANCE declhobbs2002-12-083-3/+17
* * tests/textDisp.test:hobbs2002-11-221-24/+35
* * generic/tkWindow.c (Tk_DestroyWindow,mdejong2002-11-141-28/+122
* place info did not return all settings,pspjuth2002-11-071-18/+10
* * tests/imgPhoto.test:hobbs2002-10-181-7/+15
* The grid size was not updated properlypspjuth2002-10-101-8/+3
* * generic/tkCanvPs.c (TkImageGetColor): corrected bogus use ofhobbs2002-10-101-12/+28
* * tests/canvPs.test: tests for canvas embedded window ps generationhobbs2002-10-103-37/+38
* * generic/tk.h: Added reminder comment to editdgp2002-10-091-1/+3
* * generic/tkInt.decls(tkIntXlib): added XQueryTree declaration fordas2002-10-093-3/+28
* * generic/tkImgPhoto.c (ImgPhotoSetSize): Only error-out if wedkf2002-10-091-40/+48
* * generic/tkFocus.c (TkFocusFilterEvent): Ignore event if we arehobbs2002-10-081-3/+10
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd): leave thehobbs2002-10-081-7/+13
* * generic/tkText.c (TextBlinkProc): don't blink the cursor unlesshobbs2002-10-021-4/+5
* * tests/entry.test: added entry-20.7hobbs2002-10-021-1/+8
* * tests/panedwindow.test: added panedwindow-28.[12]hobbs2002-09-301-3/+3
* * README: Bumped to version 8.4.1 to avoid confusiondgp2002-09-271-3/+3
* * generic/tk.h: Moved RC_INVOKED down so that tcl.h is stillandreas_kupries2002-09-141-13/+13
* * generic/tk.h:das2002-09-121-16/+11
* Bumped version number to 8.4.0hobbs2002-09-021-4/+4
* * generic/tkCmds.c:hobbs2002-09-022-9/+30
* added int cast to prevent warninghobbs2002-09-021-2/+3
* added size_t cast to prevent warninghobbs2002-09-021-2/+2
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-3122-285/+2224
* * README: Bumped version number to 8.4b3 to distinguishmacosx_8_4_merge_2002_08_20_trunkdgp2002-08-201-3/+6
* * generic/tkButton.c (TkButtonWorldChanged): added GCFont handlinghobbs2002-08-081-1/+4
* * generic/tkImgGIF.c (FileReadGIF): fixed -from handling for gifshobbs2002-08-081-5/+5
* * generic/tkCanvUtil.c (TkSmoothParseProc): recognize the built-inhobbs2002-08-081-1/+8
* * generic/tkPanedWindow.c (Tk_PanedWindowObjCmd):hobbs2002-08-081-2/+2
* Made panedwindow tests all work again; I'm fairly sure the current behaviour ...dkf2002-08-061-6/+17
* Applied companion patch for Tcl Patch 585105,dgp2002-08-0561-570/+615
* Stopped a potential core dump from happening when a idle event outlives its c...dkf2002-08-021-2/+5
* Postpone paned-window layout arrangement on geometry event until idle,dkf2002-07-311-3/+6
* Objectifed wm. [Patch #564521]pspjuth2002-07-252-5/+6
* * tests/spinbox.test: added spinbox-22.[1-3]hobbs2002-07-251-15/+24
* * tests/canvas.test: added canvas-14.[1-6]hobbs2002-07-241-18/+16
* * generic/tkText.c (TextEditUndo): set isDirtyIncrement to -1 whenhobbs2002-07-241-14/+16
* * generic/tkEntry.c (DisplayEntry): correct cursor position beforehobbs2002-07-241-3/+3
* corrected reversed logic in assert -> panic conversiondgp2002-07-171-3/+1
* * generic/tkFont.c (TkFontPkgFree): Call panic insteadmdejong2002-07-161-6/+3
* * Fixes for [Bug 581627].dgp2002-07-151-5/+7
* * Bumped HEAD to version 8.4b2 in order to distinguish it fromdgp2002-07-141-3/+3
* tests/visual_vv.test: Removed some dependence on [exec]ed utilitiesdkf2002-07-111-41/+129
* * generic/tkTest.c: Removed unused dependence on TclThread_Init()dgp2002-07-091-8/+1
* incorrect <eol> fixed.davygrvy2002-06-261-1663/+1663
* Fixed potential buffer overflow from patch#546910a_kovalenko2002-06-261-2/+2
* Applied patch #546910 -- international postscript outputa_kovalenko2002-06-252-342/+57