summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* The usage of the TK_XIM_SPOT definition was causing a build failure with some...georgeps2004-07-051-5/+5
* TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-052-2/+4
* tkEvent.c was refactored to be cleaner and fix two bugs. Two bugs were found...georgeps2004-07-021-315/+650
* TIP#153 implementation from Neil McKay, with thanks!dkf2004-06-301-20/+21
* * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj forhobbs2004-06-291-1/+5
* Fix for [Bug 756840]Joe Mistachkin2004-06-261-1/+16
* More minor whitespace cleaningdkf2004-06-151-44/+54
* D'oh!dkf2004-06-151-2/+2
* Adjust #defs so they are flexible enough to be used in all places. dkf2004-06-151-84/+85
* Add declarations of result... D'oh!dkf2004-06-151-2/+3
* Balance braces, factorize out much #ifdef code and use objects a bit moredkf2004-06-151-238/+65
* Spacing/whitespace fixesdkf2004-06-151-779/+770
* Small clean up of the canvas core (symbolic constants, whitespace)dkf2004-06-151-26/+37
* multiline text widget regexp search fixvincentdarley2004-06-091-2/+2
* ckfree() the correct element! [Bug 969358]dkf2004-06-091-2/+2
* Silence compiler warningsdgp2004-06-083-28/+3
* * generic/tkCanvText.c (DisplayCanvText): Fix textmdejong2004-06-081-7/+16
* text widget partial line height calculations fixvincentdarley2004-06-072-18/+60
* text widget fixesvincentdarley2004-06-043-10/+39
* Minor fix for Tk_GetVisual error messagedkf2004-05-231-4/+4
* Modified HandleEventGenerate to properly generate <Destroy> eventchengyemao2004-05-131-3/+11
* * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-37/+1
* * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-1/+13
* * generic/tkImgPhoto.c (ImgPhotoConfigureMaster): force -data intohobbs2004-05-031-5/+13
* * generic/tkPort.h:das2004-04-241-2/+2
* * generic/tkImgPhoto.c: Removed outdated #include's of the tclMath.hdgp2004-03-312-4/+2
* Allow PPMs to be read from a string. [FRQ 540375]dkf2004-03-271-8/+322
* * README: Bump version to 8.5a2.dgp2004-03-261-3/+3
* Tweak to 923555 fix.dgp2004-03-261-2/+2
* Whoops. Forgot to set the photo image type registration correctly. D'oh!dkf2004-03-261-2/+2
* Allow old-style image formats to create string representations of photos,dkf2004-03-262-24/+132
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-1724-2661/+182
* fix lint warningshobbs2004-03-161-1/+2
* fix cast warningshobbs2004-03-162-10/+10
* update patchlevel to 8.5a1hobbs2004-03-021-3/+3
* remove access to tclInt.hvincentdarley2004-02-281-4/+3
* * macosx/tkMacOSXDraw.c:das2004-02-231-4/+10
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-22/+22
* * generic/tkBind.c (HandleEventGenerate): only modify root[xy]hobbs2004-02-181-11/+24
* * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-182-5/+103
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+7
* * generic/tkTextIndex.c: added '#include <tclInt.h>' since thedas2004-01-271-1/+2
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-1338-199/+201
* Implementation of TIP#146,pspjuth2004-01-091-109/+189
* fix to text widget yview bugvincentdarley2004-01-072-6/+20
* utf-8 aware text wordstart and wordendvincentdarley2004-01-071-10/+21
* * macosx/Wish.pbproj/project.pbxproj: added missing private headersdas2004-01-011-2/+2
* removed the note about having to update makefile.vc when the version changes.davygrvy2003-12-231-2/+1
* * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-214-9/+159
* text widget more extensive documentation, and two small code improvementsvincentdarley2003-12-154-25/+135