summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * generic/tkGrid.c (GridReqProc): check that gridPtr is not NULLhobbs2002-06-221-2/+2
* * generic/tkFont.c (TkFontPkgFree): changed panic on freeing fontshobbs2002-06-221-1/+8
* * doc/text.n: TIP #93 implementation thathobbs2002-06-222-39/+229
* Tk patchlevel bumped to 8.4b1 in preparation for release.dkf2002-06-221-4/+4
* * doc/text.n: TIP #104 implementation which generalizes thehobbs2002-06-214-272/+625
* * doc/listbox.n:hobbs2002-06-211-28/+108
* Corrected the test for grid propagate change. [Bug #571433]pspjuth2002-06-201-3/+4
* * tests/panedwindow.test:hobbs2002-06-191-61/+7
* * generic/tkClipboard.c (TkClipCleanup): Add codemdejong2002-06-191-1/+2
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-196-16/+41
* Added TIP#48 style engine implementationdkf2002-06-1810-209/+2303
* * generic/tkImage.c (Tk_ImageObjCmd, DeleteImage): Callmdejong2002-06-181-1/+3
* Trims to support the removal of RESOURCE_INCLUDED from rcdavygrvy2002-06-181-3/+3
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-172-4/+101
* Initial implementation of TIP #82: added the -offrelief option todrh2002-06-172-2/+11
* * generic/tkWindow.c (Tk_DestroyWindow): Set the pathNamemdejong2002-06-151-1/+8
* * generic/tkOption.c (Tk_GetOption): Allocatemdejong2002-06-151-2/+2
* removed stray characterdgp2002-06-151-2/+2
* * generic/tkBind.c (HandleEventGenerate):hobbs2002-06-152-7/+9
* corrected cast warninghobbs2002-06-151-2/+2
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-153-9/+17
* * generic/tkInt.h:hobbs2002-06-152-11/+17
* changed TK_USE_XIM_SPOT to TK_DISPLAY_XIM_SPOT for clarityhobbs2002-06-151-2/+2
* * generic/tkEvent.c (Tk_HandleEvent):hobbs2002-06-152-34/+40
* * generic/tk.decls: added TIP #84 implementation that adds ahobbs2002-06-156-6/+78
* * generic/tkBind.c (TkXErrorHandler): Declare staticmdejong2002-06-141-1/+3
* * generic/tkBind.c (ExpandPercents): Cast argument tomdejong2002-06-141-2/+2
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-1414-74/+300