Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2003-11-18 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-11-19 | 1 | -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 process | dgp | 2003-11-18 | 1 | -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 like | hobbs | 2003-11-17 | 1 | -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 file | dgp | 2003-11-17 | 1 | -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 cleanup | vincentdarley | 2003-11-16 | 1 | -0/+9 |
| | |||||
* | Fixes pkgIndex.tcl generation so a symbols build is loaded when Tcl is symbols | davygrvy | 2003-11-16 | 1 | -0/+5 |
| | |||||
* | scrollbar size fix | vincentdarley | 2003-11-16 | 1 | -0/+3 |
| | |||||
* | single line wraps to whole display fix | vincentdarley | 2003-11-15 | 1 | -1/+3 |
| | |||||
* | fixed tab interpretation inconsistency | vincentdarley | 2003-11-15 | 1 | -0/+6 |
| | |||||
* | doc/text.n: Fix markup errors. | jenglish | 2003-11-15 | 1 | -0/+3 |
| | |||||
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -0/+12 |
| | |||||
* | Fixes to prevent infinite event sequences in 'make test' on slow connections | dkf | 2003-11-14 | 1 | -0/+7 |
| | | | | Also a bit of whitespace/style police work. [Bug 837300] | ||||
* | text widget dbl-click single character fix | vincentdarley | 2003-11-13 | 1 | -0/+5 |
| | |||||
* | Tcl_EvalObjv is more robust than Tcl_VarEval | dkf | 2003-11-13 | 1 | -0/+6 |
| | |||||
* | text widget insert positioning after double/triple click | vincentdarley | 2003-11-13 | 1 | -0/+3 |
| | |||||
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -0/+12 |
| | |||||
* | * unix/configure: | hobbs | 2003-11-12 | 1 | -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 if | hobbs | 2003-11-12 | 1 | -0/+9 |
| | | | | the button was deleted. [Bug #824479] | ||||
* | * library/tkfbox.tcl (::tk::dialog::file::Update): optimize the | hobbs | 2003-11-11 | 1 | -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): | hobbs | 2003-11-11 | 1 | -0/+3 |
| | | | | free itemconfig data when removing it from table. [Bug #836483] | ||||
* | * macosx/tkMacOSXClipboard.c (TkSuspendClipboard, TkSelGetSelection): | hobbs | 2003-11-11 | 1 | -0/+5 |
| | | | | add unicode clipboard support. [Patch #840107] (senn) | ||||
* | * win/configure: | hobbs | 2003-11-11 | 1 | -0/+3 |
| | | | | * win/tcl.m4: add necessary ole libs to VC LIBS_GUI line. | ||||
* | * win/tkWinDraw.c (XFillRectangles): correctly handle the | hobbs | 2003-11-11 | 1 | -0/+4 |
| | | | | | XGCValues.function parameter when filling rectangles. [Bug #820278] [Patch #820282] | ||||
* | * win/configure: | hobbs | 2003-11-11 | 1 | -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 widgets | vincentdarley | 2003-11-10 | 1 | -0/+5 |
| | |||||
* | Fixed an error in returning the name actually registered for 'send'. | patthoyts | 2003-11-08 | 1 | -0/+4 |
| | |||||
* | elide tag handling, once more | vincentdarley | 2003-11-08 | 1 | -0/+11 |
| | |||||
* | better elide tag handling | vincentdarley | 2003-11-07 | 1 | -0/+16 |
| | |||||
* | another elide/tkchat/tkTextDisp.c fix | vincentdarley | 2003-11-07 | 1 | -0/+6 |
| | |||||
* | Dutch messages for widget demo from Arjen Markus. [Patch 836368] | dkf | 2003-11-05 | 1 | -0/+6 |
| | |||||
* | tk text widget test suite fixes -- bug 833761, making tests much more ↵ | vincentdarley | 2003-11-04 | 1 | -0/+7 |
| | | | | resilient to font sizes | ||||
* | Add 'Print Code' support to Widget demo [Patch 835644] | dkf | 2003-11-04 | 1 | -0/+6 |
| | |||||
* | text widget and test suite fixes | vincentdarley | 2003-11-03 | 1 | -0/+7 |
| | |||||
* | Make demo location independent of main Tk library location. [Patch 832691] | dkf | 2003-11-03 | 1 | -0/+4 |
| | |||||
* | Stop some complaints about signed/unsigned | dkf | 2003-11-03 | 1 | -0/+5 |
| | |||||
* | Updated Dutch messages [Patch 820519] | dkf | 2003-11-01 | 1 | -0/+5 |
| | |||||
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): OS X uses | hobbs | 2003-10-31 | 1 | -0/+5 |
| | | | | 32bpp images internally always, so make use of the assumption. | ||||
* | text widget bug fix | vincentdarley | 2003-10-31 | 1 | -1/+6 |
| | |||||
* | TIP 155 implementation | vincentdarley | 2003-10-31 | 1 | -0/+30 |
| | |||||
* | compound menu entries | vincentdarley | 2003-10-31 | 1 | -0/+5 |
| | |||||
* | * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alpha | hobbs | 2003-10-31 | 1 | -0/+6 |
| | | | | | blending for images with partial transparency. Only operates for 15bpp+ display. [Bug 809157] | ||||
* | Basic style guide fixes for tkUnixRFont.c | dkf | 2003-10-29 | 1 | -0/+5 |
| | |||||
* | * library/tkfbox.tcl (IconList_Create,IconList_Add): Added option | dkf | 2003-10-29 | 1 | -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 changes | hobbs | 2003-10-28 | 1 | -0/+12 |
| | |||||
* | Make sure we do default placement strategy when placement is empty [Bug 819284] | dkf | 2003-10-28 | 1 | -0/+5 |
| | |||||
* | Whitespace police | dkf | 2003-10-26 | 1 | -7/+7 |
| | |||||
* | 2003-10-23 Jim Ingham <jingham@apple.com> | wolfsuit | 2003-10-23 | 1 | -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] | dkf | 2003-10-22 | 1 | -0/+5 |
| | |||||
* | Delete WM_TRANSIENT_FOR property instead of setting it to None | jenglish | 2003-10-15 | 1 | -0/+5 |
| | | | | when making a window nontransient [Bug #632816 "cannot remove transient"] | ||||
* | changed macro argument names to match function argument names | jenglish | 2003-10-14 | 1 | -0/+5 |
| | | | | ('dest' and 'src' were swapped, which was confusing) [GPS] |