| Commit message (Expand) | Author | Age | Files | Lines |
* | * macosx/tkMacOSXDraw.c: | das | 2004-02-23 | 1 | -4/+10 |
|
|
* | Fixed a bug in grid geometry calculations for | pspjuth | 2004-02-18 | 1 | -22/+22 |
|
|
* | * generic/tkBind.c (HandleEventGenerate): only modify root[xy] | hobbs | 2004-02-18 | 1 | -11/+24 |
|
|
* | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 2 | -5/+103 |
|
|
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 1 | -1/+7 |
|
|
* | * generic/tkTextIndex.c: added '#include <tclInt.h>' since the | das | 2004-01-27 | 1 | -1/+2 |
|
|
* | * generic/tk3d.c: All uses of 'panic' (the macro) changed | davygrvy | 2004-01-13 | 38 | -199/+201 |
|
|
* | Implementation of TIP#146, | pspjuth | 2004-01-09 | 1 | -109/+189 |
|
|
* | fix to text widget yview bug | vincentdarley | 2004-01-07 | 2 | -6/+20 |
|
|
* | utf-8 aware text wordstart and wordend | vincentdarley | 2004-01-07 | 1 | -10/+21 |
|
|
* | * macosx/Wish.pbproj/project.pbxproj: added missing private headers | das | 2004-01-01 | 1 | -2/+2 |
|
|
* | removed the note about having to update makefile.vc when the version changes. | davygrvy | 2003-12-23 | 1 | -2/+1 |
|
|
* | * generic/tkEvent.c: Added three new functions: TkCreateExitHandler, | davygrvy | 2003-12-21 | 4 | -9/+159 |
|
|
* | text widget more extensive documentation, and two small code improvements | vincentdarley | 2003-12-15 | 4 | -25/+135 |
|
|
* | off-by-one error in recent cleanup fix | vincentdarley | 2003-12-10 | 1 | -2/+2 |
|
|
* | fix to memory leaks and reading of freed memory | vincentdarley | 2003-12-09 | 1 | -1/+15 |
|
|
* | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 4 | -46/+149 |
|
|
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 4 | -52/+73 |
|
|
* | Typo fix | dkf | 2003-12-03 | 1 | -2/+2 |
|
|
* | * generic/tkMenu.c (MenuVarProc): prevent this from triggering | hobbs | 2003-12-03 | 1 | -5/+13 |
|
|
* | Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 then | a_kovalenko | 2003-11-25 | 1 | -2/+2 |
|
|
* | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 3 | -25/+40 |
|
|
* | fix to two test suite bugs | vincentdarley | 2003-11-21 | 1 | -16/+53 |
|
|
* | Stupid typo fix. [Bug 843395] | dkf | 2003-11-18 | 1 | -2/+2 |
|
|
* | * generic/tkMenubutton.h: fixed compound menubutton handling like | hobbs | 2003-11-17 | 2 | -18/+30 |
|
|
* | documentation and cleanup | vincentdarley | 2003-11-16 | 1 | -28/+38 |
|
|
* | single line wraps to whole display fix | vincentdarley | 2003-11-15 | 1 | -5/+46 |
|
|
* | fixed tab interpretation inconsistency | vincentdarley | 2003-11-15 | 1 | -30/+58 |
|
|
* | cleanup | vincentdarley | 2003-11-15 | 1 | -18/+20 |
|
|
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 5 | -102/+138 |
|
|
* | Fixes to prevent infinite event sequences in 'make test' on slow connections | dkf | 2003-11-14 | 1 | -70/+68 |
|
|
* | Tcl_EvalObjv is more robust than Tcl_VarEval | dkf | 2003-11-13 | 1 | -16/+22 |
|
|
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+2 |
|
|
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 5 | -32/+54 |
|
|
* | * generic/tkButton.c (ConfigureButton): abort option processing if | hobbs | 2003-11-12 | 1 | -1/+8 |
|
|
* | * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name in | hobbs | 2003-11-12 | 1 | -3/+3 |
|
|
* | * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc): | hobbs | 2003-11-11 | 1 | -3/+4 |
|
|
* | Minor int vs. unsigned fixes to stop GCC warnings | dkf | 2003-11-10 | 1 | -5/+7 |
|
|
* | handling of zero-pixel text widgets | vincentdarley | 2003-11-10 | 1 | -66/+74 |
|
|
* | elide tag handling, once more | vincentdarley | 2003-11-08 | 4 | -80/+190 |
|
|
* | better elide tag handling | vincentdarley | 2003-11-07 | 9 | -129/+225 |
|
|
* | another elide/tkchat/tkTextDisp.c fix | vincentdarley | 2003-11-07 | 1 | -5/+20 |
|
|
* | text widget and test suite fixes | vincentdarley | 2003-11-03 | 1 | -11/+14 |
|
|
* | Stop some complaints about signed/unsigned | dkf | 2003-11-03 | 1 | -7/+7 |
|
|
* | size_t vs int fix | vincentdarley | 2003-10-31 | 1 | -5/+7 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X uses | hobbs | 2003-10-31 | 1 | -2/+2 |
|
|
* | text widget bug fix | vincentdarley | 2003-10-31 | 1 | -2/+11 |
|
|
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 10 | -1016/+4597 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha | hobbs | 2003-10-31 | 1 | -16/+251 |
|
|
* | Whitespace/style police | dkf | 2003-10-30 | 1 | -201/+262 |
|
|