summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* merge with 8.1.0 branchredman1999-04-211-1/+1
|
* Fixed bug 1777 - bug in displaying selection.rjohnson1999-04-202-3/+16
|
* linthershey1999-04-201-12/+22
|
* update defs.tcl to be the same as tcl8.1/tests/defs.tclhershey1999-04-201-2/+93
|
* Rearranged parens for Tcl style conventions.rjohnson1999-04-201-3/+3
|
* modified the Tk makefiel to copy *.decls for a source releasesurles1999-04-201-1/+2
|
* Added new tests to scale and text.rjohnson1999-04-203-6/+34
| | | | Fixed core dump in text serach code: Bug 1642
* changed tests--marked some nonPortable; added new constraints to fix bug 1770hershey1999-04-197-15/+29
|
* Improved patch for scale widget.rjohnson1999-04-191-4/+6
|
* Fixed bug 1853 - called NULL interp.rjohnson1999-04-172-4/+8
|
* Fixed bug 1790 - memory leak.rjohnson1999-04-171-5/+8
|
* Fixed bug 1768 - core dump in scale widget.rjohnson1999-04-171-2/+3
|
* Fixed bug 1840rjohnson1999-04-172-6/+8
|
* Fixed bug 1479rjohnson1999-04-171-3/+9
|
* fixed bugs 1785 and 1799: decl header files not installedsurles1999-04-171-6/+8
|
* removed makefile.bc since we don't support it any longerstanton1999-04-161-344/+0
|
* fixed Tk comment errorssurles1999-04-1617-49/+48
|
* fixed Tk doc bugssurles1999-04-1611-30/+30
|
* * Merged 8.1 branch into the main trunkstanton1999-04-16332-23596/+48220
|
* * Merged changes from 8.0.5:stanton1999-04-1615-1500/+465
| | | | - Updated for Mac release
* all file now exits only when Tk is not in interactive mode.hershey1999-03-241-3/+5
|
* remove --enable-tcl-stub from configure scripts due to linking problems.redman1999-03-222-25/+13
|
* added reserved slot for use by the dash patchstanton1999-03-125-826/+849
|
* ChangeLog for 8.0.6, stubs implementation and focus -force patchredman1999-03-101-0/+64
|
* Backported "focus -force" patch from 8.1.redman1999-03-103-4/+36
|
* Merge changes in 8.1 into 8.0.6, specifically we should be exportingredman1999-03-105-561/+604
| | | | XCreateBitmapFromData() from the Xlib code.
* integrated stubs into 8.0 main branchstanton1999-03-1048-4038/+14379
|
* applied Paul Duffin's AIX patchstanton1999-03-062-10/+25
|
* linthershey1999-02-171-7/+7
|
* updated for 8.0.5 with John O's changes.hershey1999-02-171-122/+206
|
* fixed bad compiler flagsstanton1999-02-121-2/+8
|
* updated readmes for 8.0.5 releasecore_8_1_merge_2_10_99core_8_0_5_basestanton1999-02-093-63/+19
|
* final b2 changesstanton1999-02-042-2/+64
|
* * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr isstanton1999-02-041-1/+5
| | | | cleared when it is being destroyed.
* * generic/tkImgPhoto.c: Changed so color tables are freedstanton1999-02-041-7/+15
| | | | | immediately instead of being delayed. This ensures that color tables are properly disposed at process exit.
* * tests/main.test:stanton1999-02-044-5/+67
| | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint.
* * win/makefile.vc: First stab at install target. Fixed quoting sostanton1999-02-042-20/+45
| | | | | | | paths with spaces work. * win/makefile.vc: * win/makefile.bc: Udpated version numbers
* * win/tkWinWm.c: Changed so windows that aren't resizable don'tstanton1999-02-041-1/+20
| | | | have resize handles and the zoom box is disabled.
* * win/tkWinInt.h:stanton1999-02-041-1/+2
| | | | | * win/tkWinPointer.c: Changed to cancel the mouse timer when a user initiated move/resize loop begins.
* * win/tkWinPointer.c: Changed to cancel the mouse timer when astanton1999-02-041-1/+26
| | | | user initiated move/resize loop begins.
* * win/tkWinFont.c (Tk_MeasureChars): Added a workaround for a bugstanton1999-02-041-3/+13
| | | | in GetTextExtentExPoint on Win NT 4.0/Japanese. [Bug: 1006]
* * unix/tkUnixSend.c (Tk_SetAppName): Fixed uninitialized memorystanton1999-02-041-4/+7
| | | | access bug. [Bug: 919]
* * unix/configure.in: TK_LD_SEARCH_FLAGS was set incorrectly ifstanton1999-02-041-2/+13
| | | | | | SHLIB_LD_LIBS='${LIBS}', and shared linking is performed through the C compiler. Systems affected are Linux, MP-RAS and NEXTSTEP, but also with gcc on many more systems. [Bug: 908]
* * library/prolog.ps: Changed string that determines font height tostanton1999-02-041-2/+2
| | | | include European character with an umlaut.
* * library/menu.tcl (tkMenuFind): Changed so keyboard shortcutsstanton1999-02-041-1/+9
| | | | | | will only be found in the current toplevel. Previously, they might be found in menus attached to other toplevels that might not even be mapped. [Bug: 924]
* * mac/tkMacAppInit.c:stanton1999-02-044-12/+12
| | | | | | | | | * generic/tkTest.c: * generic/tkAppInit.c: * win/winMain.c: Changed some EXTERN declarations to extern since they are not defining exported interfaces. This avoids generating useless declspec() attributes and makes the windows makefile simpler.
* * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an imagestanton1999-02-041-5/+13
| | | | | mask changed but ended up with the same XID, the GC failed to be updated and so the new mask was not used. [Bug: 970]
* * generic/tkFocus.c (SetFocus): Changed to focus window is alwaysstanton1999-02-041-2/+9
| | | | | set if -force is specified. This fixes the problem on Windows where Tk does not activate the window if it already has focus.
* * generic/tkConsole.c: Fixed so errors in console eval arestanton1999-02-041-4/+7
| | | | reported properly. Eliminated duplicate result messages. [Bug: 973]
* * generic/tkCanvLine.c: Changed to treat zero width lines likestanton1999-02-041-11/+22
| | | | they have width 1 for purposes of selection. [Bug: 925]