Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | MacOSX fixes | vincentdarley | 2003-07-18 | 1 | -2/+2 |
| | |||||
* | Fix for [Bug 702230], and an evil bug it is too! | dkf | 2003-07-18 | 1 | -1/+9 |
| | |||||
* | Try harder to avoid zero-length malloc()s... [Bug 404421] | dkf | 2003-07-17 | 1 | -25/+38 |
| | |||||
* | Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches. | dkf | 2003-07-17 | 1 | -28/+19 |
| | | | | | [Bug 771988] Also TAB Police in Changelog... | ||||
* | * generic/tkPack.c (ConfigureSlaves): silence compiler warning | dgp | 2003-07-17 | 1 | -2/+2 |
| | | | | [Bug 771982] | ||||
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -3/+9 |
| | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | Make sure all options can be set | pspjuth | 2003-07-16 | 1 | -2/+5 |
| | | | | to their default value. [Bug #697652] | ||||
* | * generic/tkWindow.c (Initialize): do not free uninit'ed dstring. | hobbs | 2003-07-16 | 1 | -2/+1 |
| | | | | [Bug 755906] (mistachkin) | ||||
* | * generic/tkTextDisp.c (DisplayText): correct use of textPtr data | hobbs | 2003-07-07 | 1 | -6/+3 |
| | | | | with respect to Tcl_Release time. [Bug #767009] | ||||
* | Fixed [Bug 749353] by making the removal of masters from the global image table | dkf | 2003-07-07 | 1 | -7/+21 |
| | | | | | | | | aggressive when the interp is being deleted, and making the deletion code always check to see whether it should actually be deleting an entry or not. No tests as it comes under the heading of crash-on-bug, and the bug is not easy to excite (it requires a full script and interpreter deletion with lots of events about.) | ||||
* | fix to menu clone deletion bug | vincentdarley | 2003-05-30 | 3 | -71/+164 |
| | |||||
* | text widget cleanup fix | vincentdarley | 2003-05-27 | 4 | -41/+55 |
| | |||||
* | The panedwindow widget now sizes right around unmapped windows. [Bug 738143] | dkf | 2003-05-21 | 1 | -3/+10 |
| | |||||
* | D'oh! Zero and one are not the same thing... | dkf | 2003-05-21 | 1 | -138/+160 |
| | |||||
* | Fixed test suite breakage that I inadvertently introduced [Bug 739965] | dkf | 2003-05-19 | 1 | -21/+28 |
| |