summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* regendkf2002-06-142-14/+14
* Changed some _Old and _OLD to more descriptive terms.dkf2002-06-143-14/+14
* TIP#98 implementation; improved photo image copy and GIF frame accessdkf2002-06-149-211/+479
* * generic/tkInt.decls: Add unix decl for TkpWmSetState.mdejong2002-05-273-3/+16
* When creating a radiobutton with -value "" it was not drawn properlypspjuth2002-05-261-1/+11
* Negative coordinates were rounded badly causing a 1 pixelpspjuth2002-05-261-3/+3
* * generic/tkTextDisp.c (DisplayLineBackground):hobbs2002-04-231-1/+20
* Fix for Bug 223739 to get rid of floating point equality test.dkf2002-04-221-5/+17
* * generic/tkWindow.c (TkCloseDisplay): Added to centralize where ahobbs2002-04-121-107/+100
* * generic/tkStubInit.c:hobbs2002-04-124-4/+76
* * generic/tkInt.h:hobbs2002-04-121-3/+4
* generic/tkFocus.c (TkFocusFree): frees TkMainInfo datahobbs2002-04-121-1/+37
* generic/tkClipboard.c (TkClipCleanup): frees TkDisplay datahobbs2002-04-121-1/+39