summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* no messagedavygrvy2003-12-131-0/+5
|
* no messagedavygrvy2003-12-131-0/+6
|
* fixed 2 tests for padx, padyvincentdarley2003-12-101-0/+6
|
* Line transposition bug. [Bug 857159]dkf2003-12-101-0/+5
|
* * unix/configure:hobbs2003-12-091-0/+6
| | | | | * unix/tcl.m4: updated OpenBSD build configuration based on [Patch #775246] (cassoff)
* fix to memory leaks and reading of freed memoryvincentdarley2003-12-091-0/+7
|
* clean up usage of 'edition' as a verbhobbs2003-12-081-0/+4
|
* performance of lines containing 10000+ charactersvincentdarley2003-12-051-0/+15
|
* *** empty log message ***cc_benny2003-12-051-0/+5
|
* mark recent change as a potential incompatibilityvincentdarley2003-12-041-1/+9
|
* fix to text widget tabs and xy-scroll-commandvincentdarley2003-12-041-0/+22
|
* font measurement fixvincentdarley2003-12-041-0/+7
|
* * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-031-0/+5
| | | | while interp is being destroyed.
* Corrected targetWinPtr check, now if winPtr==0 and targetWinPtr!=0 thena_kovalenko2003-11-251-0/+6
| | | | the event is not ignored any more
* correct handling of interpolated tabs using fractional pixel widthsvincentdarley2003-11-211-0/+9
|
* fix to two test suite bugsvincentdarley2003-11-211-0/+9
|
* Thanks to davidw for spotting a reference to a header that's not been arounddkf2003-11-211-0/+4
| | | | for many years now...
* winSend cleanup and bug fixvincentdarley2003-11-201-0/+7
|
* * macosx/tkMacOSXKeyboard.c: Add PowerBook keycode 0x34 as <Return>.cc_benny2003-11-201-0/+4
|
* 2003-11-18 Jim Ingham <jingham@apple.com>wolfsuit2003-11-191-0/+7
| | | | | | | * macosx/tkMacOSXScrlbr.c: Reworking Vince's fix to [Bug 842952]. This version is clearer, and works helps keep the mouse better pinned to the scrollbar. I also removed the glitch where the scrollbar would jump get its middle over the mouse when you first moved it.
* * tests/constraints.tcl:When running the test suite in a processdgp2003-11-181-0/+9
| | | | | | | | * tests/image.test: where Tk has been [load]ed, there's no * tests/select.test: guarantee that child processes created by * tests/unixWm.test: [exec [interpreter]] will have Tk in them. * tests/window.test: Made modifications to force a [load] of Tk in those situations.
* * generic/tkMenubutton.h: fixed compound menubutton handling likehobbs2003-11-171-0/+7
| | | | | | * generic/tkMenubutton.c: *button corrections of 2003-04-25. * mac/tkMacMenubutton.c (TkpDisplayMenuButton): * unix/tkUnixMenubu.c (TkpDisplayMenuButton):
* * win/makefile.vc: Restored consistency of pkgIndex.tcl filedgp2003-11-171-0/+5
| | | | | | | with that generated by Makefile. Let's discuss whether there's really need for a change, and if so, let's make it consistently in all Makefiles.
* documentation and cleanupvincentdarley2003-11-161-0/+9
|
* Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbolsdavygrvy2003-11-161-0/+5
|
* scrollbar size fixvincentdarley2003-11-161-0/+3
|
* single line wraps to whole display fixvincentdarley2003-11-151-1/+3
|
* fixed tab interpretation inconsistencyvincentdarley2003-11-151-0/+6
|
* doc/text.n: Fix markup errors.jenglish2003-11-151-0/+3
|
* fix two more old text widget bugsvincentdarley2003-11-151-0/+12
|
* Fixes to prevent infinite event sequences in 'make test' on slow connectionsdkf2003-11-141-0/+7
| | | | Also a bit of whitespace/style police work. [Bug 837300]
* text widget dbl-click single character fixvincentdarley2003-11-131-0/+5
|
* Tcl_EvalObjv is more robust than Tcl_VarEvaldkf2003-11-131-0/+6
|
* text widget insert positioning after double/triple clickvincentdarley2003-11-131-0/+3
|
* old tk text widget bugs fixedvincentdarley2003-11-121-0/+12
|
* * unix/configure:hobbs2003-11-121-0/+7
| | | | | | | | * unix/configure.in: use xft-config instead of pkg-config to determine xft info. * unix/tcl.m4: improve AIX --enable-64bit handling remove -D__NO_STRING_INLINES -D__NO_MATH_INLINES from CFLAGS_OPTIMIZE on Linux. Make default opt -O2 (was -O).
* * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-121-0/+9
| | | | the button was deleted. [Bug #824479]
* * library/tkfbox.tcl (::tk::dialog::file::Update): optimize thehobbs2003-11-111-0/+6
| | | | | | | dir/files list separation by using the -tails, -directory and -type option of 'glob'. Also passes the glob the -filetypes filters instead of calling string match over each file. [Patch #833819]
* * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-0/+3
| | | | free itemconfig data when removing it from table. [Bug #836483]
* * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection):hobbs2003-11-111-0/+5
| | | | add unicode clipboard support. [Patch #840107] (senn)
* * win/configure:hobbs2003-11-111-0/+3
| | | | * win/tcl.m4: add necessary ole libs to VC LIBS_GUI line.
* * win/tkWinDraw.c (XFillRectangles): correctly handle thehobbs2003-11-111-0/+4
| | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282]
* * win/configure:hobbs2003-11-111-0/+10
| | | | | | * win/configure.in: define TK_LIB_FLAG, TK_LIB_SPEC, TK_BUILD_LIB_SPEC, TK_STUB_LIB_SPEC, TK_STUB_LIB_PATH, and TK_BUILD_STUB_LIB_PATH for tkConfig.sh [Bug #826614]
* handling of zero-pixel text widgetsvincentdarley2003-11-101-0/+5
|
* Fixed an error in returning the name actually registered for 'send'.patthoyts2003-11-081-0/+4
|
* elide tag handling, once morevincentdarley2003-11-081-0/+11
|
* better elide tag handlingvincentdarley2003-11-071-0/+16
|
* another elide/tkchat/tkTextDisp.c fixvincentdarley2003-11-071-0/+6
|
* Dutch messages for widget demo from Arjen Markus. [Patch 836368]dkf2003-11-051-0/+6
|
* tk text widget test suite fixes -- bug 833761, making tests much more ↵vincentdarley2003-11-041-0/+7
| | | | resilient to font sizes