Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added note about win/configure.in depending on version change | welch | 1999-06-25 | 1 | -1/+2 |
| | |||||
* | Changed to Tk 8.2b1 | welch | 1999-06-25 | 8 | -36/+34 |
| | |||||
* | Updated comments in Makefile.in | wart | 1999-06-22 | 1 | -2/+2 |
| | |||||
* | Added bug ID to comment about channel I/O bug | jenn | 1999-06-19 | 1 | -2/+2 |
| | |||||
* | Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl. | wart | 1999-06-18 | 1 | -4/+4 |
| | |||||
* | Modifications to CC_EXENAME macro (aclocal.m4). | redman | 1999-06-18 | 2 | -8/+10 |
| | | | | Fix static builds and installation macros. | ||||
* | backed out chenges made to tkInt.h and tkText.h and fixed the problem ↵ | surles | 1999-06-17 | 2 | -97/+101 |
| | | | | directly in tkText.h | ||||
* | Updated to reflect recent changes | wart | 1999-06-17 | 1 | -0/+5 |
| | |||||
* | Updated to reflect code changes. | wart | 1999-06-17 | 1 | -0/+6 |
| | |||||
* | Cast third argument of Tcl_DStringAppend to (int) value in case the | wart | 1999-06-17 | 1 | -2/+2 |
| | | | | strlen() function returned a different type. | ||||
* | Updated aclocal.m4 to reflect recent changes in tcl.m4 | wart | 1999-06-17 | 2 | -803/+812 |
| | | | | | Changed type of strncmp() parameter from int to size_t in tkConsole.c to remove compiler warnings about bad types. | ||||
* | added Makefile.in files for windows | surles | 1999-06-16 | 4 | -18/+619 |
| | |||||
* | merged unix and windows styles | surles | 1999-06-16 | 1 | -2/+1 |
| | |||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 11 | -1077/+593 |
| | |||||
* | Fix a bug in the region calculation for popup menus which would cause the ↵ | jingham | 1999-06-16 | 1 | -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 ↵ | jingham | 1999-06-16 | 1 | -1/+11 |
| | | | | to do this in main, since Tk_Main surreptitiously creates the interpreter now. | ||||
* | Updated to reflect recent changes in tcl.m4 | wart | 1999-06-16 | 2 | -14/+24 |
| | |||||
* | Changes to make the Tk configure and Makefile.in files TEA compliant. | wart | 1999-06-15 | 3 | -362/+838 |
| | |||||
* | macros that autoconf will be looking for (tcl.m4) | wart | 1999-06-10 | 2 | -0/+2002 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-03 | 1 | -0/+7 |
| | |||||
* | * unix/tkUnixSelect.c: | stanton | 1999-06-03 | 4 | -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 script | surles | 1999-06-02 | 1 | -0/+191 |
| | |||||
* | *** empty log message *** | stanton | 1999-06-02 | 1 | -0/+8 |
| | |||||
* | * generic/tkIntXlibDecls.h: | stanton | 1999-06-02 | 3 | -3/+11 |
| | | | | | | | * xlib/X11/Xlib.h: Added Mac specific defines to help with compilation. * generic/tkFont.c: lint | ||||
* | *** empty log message *** | stanton | 1999-06-01 | 1 | -0/+12 |
| | |||||
* | * unix/tkUnixSelect.c: Improved I18N selection support. | stanton | 1999-06-01 | 1 | -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. | stanton | 1999-06-01 | 1 | -7/+2 |
| | |||||
* | * generic/tkFont.c: Eliminated use of isupper/tolower in favor of | stanton | 1999-06-01 | 1 | -4/+4 |
| | | | | Unicode variants. | ||||
* | Merged changes from 1-3-b2 branch into mainline. | stanton | 1999-05-26 | 2 | -4/+16 |
| | |||||
* | First pass at Unicode support in X selection code. | stanton | 1999-05-25 | 4 | -38/+140 |
| | |||||
* | *** empty log message *** | stanton | 1999-05-25 | 1 | -0/+11 |
| | |||||
* | * generic/tkStubLib.c: | stanton | 1999-05-25 | 7 | -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 Mac | jingham | 1999-05-22 | 9 | -1328/+52 |
| | |||||
* | Changes needed to get Tk8.1 to compile with stubs on the Mac Also copied ↵ | jingham | 1999-05-22 | 1 | -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 Mac | jingham | 1999-05-22 | 3 | -8/+8 |
| | |||||
* | Copied changes over from Tk8.0.5 to support Themed menus | jingham | 1999-05-22 | 1 | -10/+21 |
| | |||||
* | Changes needed to get Tk8.1 to compile with stubs on the Mac | jingham | 1999-05-22 | 5 | -15/+13 |
| | |||||
* | Fixed bug in Windows clipboard code when dealing with selections that don't ↵ | stanton | 1999-05-22 | 2 | -32/+40 |
| | | | | contain locale information. | ||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 5 | -51/+236 |
| | |||||
* | *** empty log message ***scriptics_tclpro_1_3_b1core_8_1_1_base | stanton | 1999-05-07 | 1 | -0/+5 |
| | |||||
* | * library/menu.tcl: Fixed bug where tk_popup fails when called too | stanton | 1999-05-07 | 1 | -3/+8 |
| | | | | quickly. [Bug: 2009] | ||||
* | renamed to avoid conflict with tcl's InitStubs doc. | hershey | 1999-05-05 | 1 | -1/+1 |
| | |||||
* | * Changed version number to 8.1.1. | stanton | 1999-04-30 | 3 | -7/+10 |
| | |||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 17 | -16/+168 |
| | |||||
* | removed extra instance of tkConsole.o | redman | 1999-04-30 | 1 | -2/+2 |
| | |||||
* | Add tkConsole.o | redman | 1999-04-28 | 1 | -4/+7 |
| | |||||
* | Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make the | redman | 1999-04-28 | 8 | -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 mainline | stanton | 1999-04-24 | 16 | -1493/+1173 |
| | |||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 47 | -56/+59 |
| | |||||
* | merge with 8.1.0 branch | redman | 1999-04-21 | 1 | -1/+1 |
| |