summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added Makefile.in files for windowssurles1999-06-164-18/+619
|
* merged unix and windows stylessurles1999-06-161-2/+1
|
* modified files to work with new windows Makefilessurles1999-06-1611-1077/+593
|
* Fix a bug in the region calculation for popup menus which would cause the ↵jingham1999-06-161-3/+23
| | | | popup to get posted in the wrong place if the menu was going to stick off the bottom of the screen.
* Have to call Tcl_FindExecutable BEFORE creating the first interpreter. Need ↵jingham1999-06-161-1/+11
| | | | to do this in main, since Tk_Main surreptitiously creates the interpreter now.
* Updated to reflect recent changes in tcl.m4wart1999-06-162-14/+24
|
* Changes to make the Tk configure and Makefile.in files TEA compliant.wart1999-06-153-362/+838
|
* macros that autoconf will be looking for (tcl.m4)wart1999-06-102-0/+2002
|
* *** empty log message ***stanton1999-06-031-0/+7
|
* * unix/tkUnixSelect.c:stanton1999-06-034-34/+351
| | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791]
* added first pass at Tk Windows configure scriptsurles1999-06-021-0/+191
|
* *** empty log message ***stanton1999-06-021-0/+8
|
* * generic/tkIntXlibDecls.h:stanton1999-06-023-3/+11
| | | | | | | * xlib/X11/Xlib.h: Added Mac specific defines to help with compilation. * generic/tkFont.c: lint
* *** empty log message ***stanton1999-06-011-0/+12
|
* * unix/tkUnixSelect.c: Improved I18N selection support.stanton1999-06-011-94/+271
| | | | | | COMPOUND_TEXT is converted to/from iso2022, and STRING is converted to/from iso8859-1. There are still a few loose ends to tie up before this is completely done.
* * unix/tkUnixFont.c: Eliminated redundant case folding code.stanton1999-06-011-7/+2
|
* * generic/tkFont.c: Eliminated use of isupper/tolower in favor ofstanton1999-06-011-4/+4
| | | | Unicode variants.
* Merged changes from 1-3-b2 branch into mainline.stanton1999-05-262-4/+16
|
* First pass at Unicode support in X selection code.stanton1999-05-254-38/+140
|
* *** empty log message ***stanton1999-05-251-0/+11
|
* * 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.
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-229-1328/+52
|
* Changes needed to get Tk8.1 to compile with stubs on the Mac Also copied ↵jingham1999-05-221-45/+25
| | | | over some changes from Tk8.0.5 to support themed menus.
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-223-8/+8
|
* Copied changes over from Tk8.0.5 to support Themed menusjingham1999-05-221-10/+21
|
* Changes needed to get Tk8.1 to compile with stubs on the Macjingham1999-05-225-15/+13
|
* Fixed bug in Windows clipboard code when dealing with selections that don't ↵stanton1999-05-222-32/+40
| | | | contain locale information.
* Merged changes from scriptics-tclpro-1-3-b2 branchstanton1999-05-225-51/+236
|
* *** empty log message ***scriptics_tclpro_1_3_b1core_8_1_1_basestanton1999-05-071-0/+5
|
* * library/menu.tcl: Fixed bug where tk_popup fails when called toostanton1999-05-071-3/+8
| | | | quickly. [Bug: 2009]
* renamed to avoid conflict with tcl's InitStubs doc.hershey1999-05-051-1/+1
|
* * Changed version number to 8.1.1.stanton1999-04-303-7/+10
|
* * Merged changes from 8.1.0 branchstanton1999-04-3017-16/+168
|
* removed extra instance of tkConsole.oredman1999-04-301-2/+2
|
* Add tkConsole.oredman1999-04-281-4/+7
|
* Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make theredman1999-04-288-70/+111
| | | | | | function public. Add an interp argument and init the Tcl stubs. Rename TkConsoleInit() to Tk_CreateConsoleWindow() Remove TkConsoleCreate() (no underbar)
* merged 8.1.0 changes into mainlinestanton1999-04-2416-1493/+1173
|
* Merged 8-1-0 into mainline.rjohnson1999-04-2147-56/+59
|
* 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
|