Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | while interp is being destroyed. | ||||
* | Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 then | a_kovalenko | 2003-11-25 | 1 | -2/+2 |
| | | | | the event is not ignored any more | ||||
* | 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 |
| | | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton): | ||||
* | 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 |
| | | | | Also a bit of whitespace/style police work. [Bug 837300] | ||||
* | 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 |
| | | | | the button was deleted. [Bug #824479] | ||||
* | * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name in | hobbs | 2003-11-12 | 1 | -3/+3 |
| | | | | | case it has spaces when calling Tcl_VarEval. This is a hack until this is rewritten for proper Tcl_Obj handling. [Bug #723856] | ||||
* | * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc): | hobbs | 2003-11-11 | 1 | -3/+4 |
| | | | | free itemconfig data when removing it from table. [Bug #836483] | ||||
* | 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 |
| | | | | 32bpp images internally always, so make use of the assumption. | ||||
* | 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 |
| | | | | | blending for images with partial transparency. Only operates for 15bpp+ display. [Bug 809157] | ||||
* | Whitespace/style police | dkf | 2003-10-30 | 1 | -201/+262 |
| | |||||
* | * generic/tkInt.h: move TkGetOptionSpec to stubs intDecls | hobbs | 2003-10-13 | 8 | -11/+2659 |
| | | | | | | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: * tkDecls.h: updated with latest genstubs * tkIntPlatDecls.h: * tkIntXlibDecls.h: * tkPlatDecls.h: | ||||
* | Register the type of text indices. Also some exported symbol name policing... | dkf | 2003-10-10 | 3 | -6/+8 |
| | |||||
* | Fix double-free in style engine [Bug #798211] | jenglish | 2003-10-06 | 1 | -115/+12 |
| | |||||
* | Private functions should be either static or prefixed with 'Tk' (thanks GPS!) | dkf | 2003-09-29 | 4 | -17/+17 |
| | |||||
* | Fixed memory leak (bug 802435) | chengyemao | 2003-09-20 | 1 | -11/+11 |
| | |||||
* | Fixed a small mistake in previous checkin. | pspjuth | 2003-09-18 | 1 | -5/+6 |
| | |||||
* | Implementation of TIP#147, "Make Grid's Column/Row Configure Easier". | pspjuth | 2003-09-18 | 1 | -110/+170 |
| | |||||
* | * generic/tkImage.c: Stopped [image create] from generating an | dgp | 2003-09-17 | 1 | -4/+7 |
| | | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039]. | ||||
* | Reworked a part of grid's geometry computations | pspjuth | 2003-09-16 | 1 | -20/+86 |
| | | | | to handle some tricky cases better. [Bug #792387] | ||||
* | * doc/wish.1: Implementation of TIPs 137/151. | dgp | 2003-09-05 | 1 | -23/+43 |
| | | | | | | | | | | | * generic/tkMain.c (Tk_MainEx): Added recognition of the -encoding * tests/main.test: command line option by Tk_MainEx() and thus by wish, and any other program built on Tk_MainEx(). [Patch 800139]. This is a ***POTENTIAL INCOMPATIBILITY*** only for those C programs that embed Tcl and Tk, build on Tk_MainEx(), and make use of Tk_MainEx's former ability to pass a leading "-encoding" option to interactive shell operations. | ||||
* | Removed unused variable [Bug 664783] | dkf | 2003-08-27 | 1 | -3/+2 |
| | |||||
* | Use Tcl_Obj-based interfaces for working with user-supplied font maps. | dkf | 2003-08-20 | 1 | -27/+24 |
| | |||||
* | * generic/tkPanedWindow.c(PanedWindowWorldChanged): | jenglish | 2003-08-19 | 1 | -2/+3 |
| | | | | | Set window background from the -background resource. Fixes [BUG #791500 "PanedWindow refresh glitches on X"] | ||||
* | Faster color data parsing code for the [$photo put] subcommand. | dkf | 2003-08-15 | 1 | -21/+52 |
| | |||||
* | * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call for | hobbs | 2003-07-19 | 1 | -3/+12 |
| | | | | TK_XIM_SPOT usage. [Bug 742660] (takahashi) | ||||
* | MacOSX native dialog | vincentdarley | 2003-07-18 | 1 | -2/+2 |
| |