summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge changes in 8.1 into 8.0.6, specifically we should be exportingredman1999-03-105-561/+604
| | | | | | XCreateBitmapFromData() from the Xlib code. FossilOrigin-Name: 1c9f6289b9106cb99bb180160f3b128779187901
* integrated stubs into 8.0 main branchstanton1999-03-1048-4038/+14379
| | | FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
* applied Paul Duffin's AIX patchstanton1999-03-062-10/+25
| | | FossilOrigin-Name: 528a42c55a017291cf7a87e653e1772eaf280fca
* linthershey1999-02-171-7/+7
| | | FossilOrigin-Name: aaa39530cb20677abcac5df73cafce296e1e1a36
* updated for 8.0.5 with John O's changes.hershey1999-02-171-122/+206
| | | FossilOrigin-Name: 1b24f15bfac517cfb622c1e07f6afc56650aeb00
* fixed bad compiler flagsstanton1999-02-121-2/+8
| | | FossilOrigin-Name: e71ae597bf36fbebf7a1c05b3e7bdebb002d7592
* updated readmes for 8.0.5 releasecore-8-1-merge-2/10/99core-8-0-5-basestanton1999-02-093-63/+19
| | | FossilOrigin-Name: 20c7255e5078e9dc602f944efa2a71ba8ed9636c
* final b2 changesstanton1999-02-042-2/+64
| | | FossilOrigin-Name: 1a9d2a3a4f52e679db20ef943f22a4c6d893a9d2
* * win/tkWinMenu.c (TkpDestroyMenu): Changed so modalMenuPtr isstanton1999-02-041-1/+5
| | | | | | cleared when it is being destroyed. FossilOrigin-Name: 4b73d7b1910a0e455244b3cb157771685b8852d4
* * 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. FossilOrigin-Name: 04613861ac91a44234fed2179fc1e79731bb91a7
* * tests/main.test:stanton1999-02-044-5/+67
| | | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. FossilOrigin-Name: 8c13f6c6bbe8f96aaeb45c79a7ffa5c191cc2a73
* * 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 FossilOrigin-Name: 53ebca0fb6ca79495c585c9dc0b2608fee53cc3b
* * 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. FossilOrigin-Name: c2bb02583fa57646649b4a73566887d00e06714c
* * 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. FossilOrigin-Name: 03e9352f629f6b526bca229fe18891edab016231
* * win/tkWinPointer.c: Changed to cancel the mouse timer when astanton1999-02-041-1/+26
| | | | | | user initiated move/resize loop begins. FossilOrigin-Name: acad85f9757b9515c005dcaef7534d82b619c984
* * 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] FossilOrigin-Name: 9946f072a52a9c97ed34d2cfede954ea19469c84
* * unix/tkUnixSend.c (Tk_SetAppName): Fixed uninitialized memorystanton1999-02-041-4/+7
| | | | | | access bug. [Bug: 919] FossilOrigin-Name: b02b94812b2c09baad3616cc0dd5fc259ac061f6
* * 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] FossilOrigin-Name: 07b33ec61caac44cf0234121529468ce8c65e19e
* * library/prolog.ps: Changed string that determines font height tostanton1999-02-041-2/+2
| | | | | | include European character with an umlaut. FossilOrigin-Name: a3d9ee80e761a311d42cd45ce3f01d5147cb06f9
* * 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] FossilOrigin-Name: 2139a2d6922be7fccd8cd37f657d7efaa944aa9b
* * 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. FossilOrigin-Name: 3afc334c67e9e295066148c5eeca74ab9bca9c3b
* * 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] FossilOrigin-Name: 4042ca4d4186ceb03743969c8a6bec1f1fbf73a9
* * 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. FossilOrigin-Name: 75cfe78bd38999509e3e41543885f3f6a50353c0
* * generic/tkConsole.c: Fixed so errors in console eval arestanton1999-02-041-4/+7
| | | | | | reported properly. Eliminated duplicate result messages. [Bug: 973] FossilOrigin-Name: 108ff6c589d8ca9309358ffffe27fe0b6b43ccca
* * generic/tkCanvLine.c: Changed to treat zero width lines likestanton1999-02-041-11/+22
| | | | | | they have width 1 for purposes of selection. [Bug: 925] FossilOrigin-Name: b2051e226008b17a182a65e68b1d88e447e753aa
* Added -pipe option if gcc is being used.rjohnson1999-01-292-2/+21
| | | FossilOrigin-Name: cc765dd9f3ee05d1108c8929093ee0824c752ee0
* * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics-tclpro-1-2-b1stanton1999-01-063-20/+37
| | | | | | pending idle handlers, resulting in a crash in a few odd cases. FossilOrigin-Name: 065f580bc09c06aa780f311e4fdbbff497b1282b
* Updated the version to 8.0.5.rjohnson1999-01-048-32/+36
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* now removes "script" file created by test.scriptics-tclpro-1-2-a1hershey1998-12-291-1/+2
| | | FossilOrigin-Name: 606bd06d17117c5ba0b27d12f38553a928f72ef0
* added "cleanupbg" call before return, needed because tests return earlyhershey1998-12-082-2/+4
| | | | | | if tktest is not the interp. FossilOrigin-Name: 9b5159da8e3dc5151a35a8c3fbac76156d692859
* - updated filebox test to work regardless of current working dir.hershey1998-12-073-36/+46
| | | | | | | | - updated imgPhoto to check for teapot.ppm before running the tests. exits gracefully if file cannot be found. - lint in "all" file FossilOrigin-Name: 57baa455226f5efaa661fab16daf5a32b4733900
* Fixed a typorjohnson1998-12-071-3/+3
| | | FossilOrigin-Name: 8d847feb5c0be8ad455463ce595d873f1a4136d4
* Update all and defs to work with nightly test environment.hershey1998-12-042-58/+79
| | | | | | Both files now pass the checker! FossilOrigin-Name: 5d66c96e0c8b90b9fe7caa591551cf62be9009b7
* added release markerstanton1998-11-251-1/+9
| | | FossilOrigin-Name: 66d93ecfa3bae81f74ca51bf352bf7c9d41edb12
* Fixed font display bug (#846)stanton1998-11-253-3/+39
| | | FossilOrigin-Name: 4a3d2bfb4b7920c49684abe480baec2443ab4a62
* Updated Mac project files.core-8-0-4rjohnson1998-11-121-1209/+1272
| | | FossilOrigin-Name: cb60f36e1dba262158c5ee3667f71632af5a9fa6
* Removed lintwelch1998-11-125-19/+19
| | | FossilOrigin-Name: e9574c334997c8ed3a327ababcfa287b29197a13
* Added comment about folder names for tcl & tk, and one addition to the ↵jingham1998-11-122-3/+14
| | | | | bugs.doc file. FossilOrigin-Name: 826c81b3c3f2f99a61f3f5b916e51f4aeb28a768
* Make the Macintosh Menu's adopt the current Theme Appearance if the ↵jingham1998-11-118-148/+366
| | | | | Appearance extension (version 1.0.1 or later) is installed FossilOrigin-Name: 969e94cbbdf8d50cee7e2f4298810aa2a0c5610b
* fixed broken testsstanton1998-11-032-10/+13
| | | FossilOrigin-Name: bf0eb663494eb4ba89c3f9a172338d6533fe56ed
* updated version number to 8.0.4stanton1998-11-031-2/+2
| | | FossilOrigin-Name: 5d58e29317106125154385860ec00fe451a5cb08
* Changed config & Makefile to support n32 format on IRIX.rjohnson1998-10-203-4/+12
| | | FossilOrigin-Name: 44b647176f521efc005dbaf408022f82bf4c4973
* Updated win/README to 8.0.4, added it to the list of files to updateescoffon1998-10-162-4/+5
| | | FossilOrigin-Name: 90b37fc0c9bd819249e97147c38a68c000a0b846
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-164-5/+12
| | | | | | items they didn't support a null (transparant fill color) FossilOrigin-Name: 9d8e38e466df34af55dc103cbb9f40e8f1a3b311
* Updated patchlevel to 8.0.4 (to match Tcl update)rjohnson1998-10-142-5/+5
| | | FossilOrigin-Name: 84fa0ca41448bcfc2e08bd3641b41138b47e6e97
* Add parens around expression in if statement. The code would notrjohnson1998-10-141-2/+3
| | | | | | | compile correctly under some compilers. Also it was not in the Tcl style conventions. FossilOrigin-Name: bc0f8ca3f9ee7133cffc493a63d566a56ba1d921
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-135-66/+148
| | | | | | a submitted patch. FossilOrigin-Name: 4efcb01017b965536e264e34e2260fda141b2f17
* Added support for the MouseWheel event.rjohnson1998-10-1010-31/+199
| | | FossilOrigin-Name: 36ac110bcfabe39cd0f8f0af96e59dd73d52646e
* Fixed a bug that caused the Tk DLL to be linked against msvcrt.lib forescoffon1998-10-071-5/+5
| | | | | | both debug and nodebug builds. FossilOrigin-Name: 2f6c60e873d14f02212823e27d8fa14ad45d2109
* Fixed memory leak in unix wm commandrjohnson1998-09-301-1/+8
| | | FossilOrigin-Name: 4ba720fca0f4ca695f6898a8a90edc74b6f3dbd0