summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Add 'Print Code' support to Widget demo [Patch 835644]dkf2003-11-041-0/+6
|
* text widget and test suite fixesvincentdarley2003-11-031-0/+7
|
* Make demo location independent of main Tk library location. [Patch 832691]dkf2003-11-031-0/+4
|
* Stop some complaints about signed/unsigneddkf2003-11-031-0/+5
|
* Updated Dutch messages [Patch 820519]dkf2003-11-011-0/+5
|
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X useshobbs2003-10-311-0/+5
| | | | 32bpp images internally always, so make use of the assumption.
* text widget bug fixvincentdarley2003-10-311-1/+6
|
* TIP 155 implementationvincentdarley2003-10-311-0/+30
|
* compound menu entriesvincentdarley2003-10-311-0/+5
|
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alphahobbs2003-10-311-0/+6
| | | | | blending for images with partial transparency. Only operates for 15bpp+ display. [Bug 809157]
* Basic style guide fixes for tkUnixRFont.cdkf2003-10-291-0/+5
|
* * library/tkfbox.tcl (IconList_Create,IconList_Add): Added optiondkf2003-10-291-0/+6
| | | | | munging to allow some control of foreground colours on Unix in the same way that you can influence the background. [Bug 795717]
* see changeshobbs2003-10-281-0/+12
|
* Make sure we do default placement strategy when placement is empty [Bug 819284]dkf2003-10-281-0/+5
|
* Whitespace policedkf2003-10-261-7/+7
|
* 2003-10-23 Jim Ingham <jingham@apple.com>wolfsuit2003-10-231-0/+9
| | | | | | | | | * macosx/tkMacOSXDialog.c (NavServicesGetFile): Minor cleanups. (OpenFileFilterProc): Handle FSRef's as well as FSSpec's in the input file. Also convert the FSSpec filename to an C-string before passing to MatchOneFile. [bug 517600] (MatchOneFile): Require the input filename to be a C-string, not a pascal string.
* Constrain tk_dialg to be sensibly sized and placed. [Bug 827535]dkf2003-10-221-0/+5
|
* Delete WM_TRANSIENT_FOR property instead of setting it to Nonejenglish2003-10-151-0/+5
| | | | when making a window nontransient [Bug #632816 "cannot remove transient"]
* changed macro argument names to match function argument namesjenglish2003-10-141-0/+5
| | | | ('dest' and 'src' were swapped, which was confusing) [GPS]
* * win/makefile.vc: Applied patches from tcl bug #801467 frompatthoyts2003-10-141-0/+5
| | | | * win/winMain.c: Joe Mistachkin
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-131-0/+9
| | | | | | | | | | * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkStubInit.c: * tkDecls.h: updated with latest genstubs * tkIntPlatDecls.h: * tkIntXlibDecls.h: * tkPlatDecls.h:
* * tests/listbox.test (13.3): correct result sizehobbs2003-10-131-10/+18
| | | | (4.7): correct test for possible window drift [Bug #701931] (dgp)
* Forgot to commit ChangeLog for send fixes.patthoyts2003-10-111-0/+9
|
* * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-101-0/+7
| | | | | | * macosx/tkMacOSXButton.c (TkpDisplayButton): * unix/tkUnixButton.c (TkpDisplayButton): correct imageYOffset for buttons with just images.
* Register the type of text indices. Also some exported symbol name policing...dkf2003-10-101-0/+5
|
* correct imageYOffset for buttons with just imageshobbs2003-10-101-0/+5
|
* * doc/ConfigWidg.3: Removed reference to Tk_Offset from thedgp2003-10-061-0/+4
| | | | | NAME section to resolve mkLinks conflict with SetOptions.3 [Bug 404197] * unix/mkLinks: make mklinks