summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tkIntXlibDecls.h:stanton1999-06-022-3/+7
| | | | | | | | | * xlib/X11/Xlib.h: Added Mac specific defines to help with compilation. * generic/tkFont.c: lint FossilOrigin-Name: 75c01896de85acddb4f88f4077d50bf2041ed838
* * generic/tkFont.c: Eliminated use of isupper/tolower in favor ofstanton1999-06-011-4/+4
| | | | | | Unicode variants. FossilOrigin-Name: 79864324cd211954760e6a50099719f2ad21e3a3
* First pass at Unicode support in X selection code.stanton1999-05-251-1/+5
| | | FossilOrigin-Name: 0d8bca258bc35b49708fa4707afb57a832df91b6
* * generic/tkStubLib.c:stanton1999-05-257-176/+527
| | | | | | | | | | | | * generic/tkStubInit.c: * generic/tkIntXlibDecls.h: * generic/tkIntPlatDecls.h: * generic/tkIntDecls.h: * generic/tkInt.decls: * generic/tkConsole.c: Various changes to try to get the Mac builds working. FossilOrigin-Name: c6a2f31bd15c442e7af41c49a551dcb4193d15c2
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-221-1/+17
| | | FossilOrigin-Name: fed3e0aec7046005adc718860eb687381d2b4520
* * Changed version number to 8.1.1.stanton1999-04-301-5/+4
| | | FossilOrigin-Name: 60a04b9abd7070d1ad0792f8af5000c8929aa85c
* * Merged changes from 8.1.0 branchstanton1999-04-306-6/+36
| | | FossilOrigin-Name: 2cf82e5a3459c5251d72a610f1b6dae72c7dbc88
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-286-62/+105
| | | | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar) FossilOrigin-Name: 702512c22952ed7a1cf3c17fa96c34452140d7c4
* merged 8.1.0 changes into mainlinestanton1999-04-2411-904/+1119
| | | FossilOrigin-Name: 14df4a4ce7dcced8c16e47590d9569f9a94a0e38
* Merged 8-1-0 into mainline.rjohnson1999-04-2120-23/+23
| | | FossilOrigin-Name: 0447cf267ea555fcba90be565b63fc310b3d0afb
* Fixed bug 1777 - bug in displaying selection.rjohnson1999-04-201-2/+2
| | | FossilOrigin-Name: 38d1c2ed02707038f943fcd19d1f9073c47efafc
* Rearranged parens for Tcl style conventions.rjohnson1999-04-201-3/+3
| | | FossilOrigin-Name: 78a66cf66e62db00a1162e48fdaf8a4560bd69ca
* Added new tests to scale and text.rjohnson1999-04-201-3/+4
| | | | | | Fixed core dump in text serach code: Bug 1642 FossilOrigin-Name: 9e52f3ffecf15cdcdacf2023f14b0beb21c47a9b
* Improved patch for scale widget.rjohnson1999-04-191-4/+6
| | | FossilOrigin-Name: fa4f75a365f8e71111702fc1fdb5ce8e7815c601
* Fixed bug 1853 - called NULL interp.rjohnson1999-04-172-4/+8
| | | FossilOrigin-Name: 9f1ad08e423f0f877c98c09bf21791dc0dd02e85
* Fixed bug 1790 - memory leak.rjohnson1999-04-171-5/+8
| | | FossilOrigin-Name: 0682bc97c6ee875616230d0404a6b52cdeb24692
* Fixed bug 1768 - core dump in scale widget.rjohnson1999-04-171-2/+3
| | | FossilOrigin-Name: 13c44fc8865e31a929690b486b4d237de2ba31d5
* Fixed bug 1840rjohnson1999-04-172-6/+8
| | | FossilOrigin-Name: 8218ec30f274bfa5526b839fbf4d63420f9b19c7
* Fixed bug 1479rjohnson1999-04-171-3/+9
| | | FossilOrigin-Name: c788e255e7a97d30e935ed6bc7611b75ef8ee3aa
* fixed Tk comment errorssurles1999-04-1614-43/+42
| | | FossilOrigin-Name: 1eb99ab13b42e37ca5c220def4ad02e7f05e5718
* * Merged 8.1 branch into the main trunkstanton1999-04-1695-14756/+19945
| | | FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
* added reserved slot for use by the dash patchstanton1999-03-124-826/+844
| | | FossilOrigin-Name: 4f4a39c47d97287569b7b0e9459539576e17c658
* Merge changes in 8.1 into 8.0.6, specifically we should be exportingredman1999-03-104-550/+604
| | | | | | XCreateBitmapFromData() from the Xlib code. FossilOrigin-Name: 1c9f6289b9106cb99bb180160f3b128779187901
* integrated stubs into 8.0 main branchstanton1999-03-1025-788/+14009
| | | FossilOrigin-Name: 4c74dd207943932e6d9a6d06a3ec11b8e4459199
* * 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-041-3/+3
| | | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. FossilOrigin-Name: 8c13f6c6bbe8f96aaeb45c79a7ffa5c191cc2a73
* * mac/tkMacAppInit.c:stanton1999-02-041-2/+2
| | | | | | | | | | | * 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
* * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics-tclpro-1-2-b1stanton1999-01-061-1/+4
| | | | | | pending idle handlers, resulting in a crash in a few odd cases. FossilOrigin-Name: 065f580bc09c06aa780f311e4fdbbff497b1282b
* Updated the version to 8.0.5.rjohnson1999-01-041-5/+6
| | | FossilOrigin-Name: df068ffcac953ae67f9a3fddbed1b166eb669c93
* Updated win/README to 8.0.4, added it to the list of files to updateescoffon1998-10-161-1/+2
| | | FossilOrigin-Name: 90b37fc0c9bd819249e97147c38a68c000a0b846
* Fixed bug in options for text items in canvas widget. unlike all otherrjohnson1998-10-161-2/+2
| | | | | | 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-141-3/+3
| | | FossilOrigin-Name: 84fa0ca41448bcfc2e08bd3641b41138b47e6e97
* Added performance improvement to canvas tag manipulation. This wasrjohnson1998-10-133-64/+106
| | | | | | a submitted patch. FossilOrigin-Name: 4efcb01017b965536e264e34e2260fda141b2f17
* Added support for the MouseWheel event.rjohnson1998-10-103-13/+40
| | | FossilOrigin-Name: 36ac110bcfabe39cd0f8f0af96e59dd73d52646e
* Removed old/unused function declarationsrjohnson1998-09-305-55/+28
| | | | | | | removed unused file on Mac implementation made bell cmd an obj cmd - improved it's test suite FossilOrigin-Name: 33ce8b59be46b5d385db551533ae8dac8fe8dc86
* Added missing line terminatorcore-8-0-3stanton1998-09-221-2/+2
| | | FossilOrigin-Name: 09a61d074fd5a1a82911861bba083817c257980a
* Replaced SCCS strings, fixed binary filesstanton1998-09-1488-89/+89
| | | FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
* Fixed compiler warningswelch1998-08-071-9/+9
| | | FossilOrigin-Name: c9bf5a23317c0b2ea088a8bc5102f77b21cc25d0
* spacing cleanupwelch1998-08-071-1/+1
| | | FossilOrigin-Name: 2560ffd449adb0bde697c1cea726dfaeb0eb9baf
* Changed this to use tcl_findLibrarywelch1998-08-061-36/+2
| | | FossilOrigin-Name: b90b26de018df8532da3299cdd2be8dd65480d71
* 8.0.3welch1998-08-061-1/+1
| | | FossilOrigin-Name: 0511d4b15814dc8065d536ecbb81545392cf6b0f
* Changed main to mainwin to avoid compiler warningswelch1998-08-042-14/+14
| | | FossilOrigin-Name: 4a24f6d48df742b7d7fc1e85757a924d8ee942d0
* 8.0.3-5welch1998-08-041-1/+1
| | | FossilOrigin-Name: 20a92282ac9c10398f101627b0494742158ee889
* Undid conversionto TkCreateBitmapFromDatawelch1998-08-042-59/+6
| | | FossilOrigin-Name: e3f4c56c0202ea445ead467a3add726773c9be87
* EXPORT is now TCL_STORAGE_CLASSescoffon1998-08-0410-41/+41
| | | FossilOrigin-Name: 840c6370a9d02cdc8ed283d0c12f73ec35fb8557
* A few more TCL_STORAGE_CLASS changes that were dropped.escoffon1998-08-041-2/+2
| | | FossilOrigin-Name: e7edfdc8181ff71ac355cc695413ce62e71218ef