summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * unix/Makefile.in:redman1999-07-164-17/+16
| | | | | | | * win/Makefile.in: Copy the prolog.ps from the generic directory for install-libraries. * unix/aclocal.m4: Check for Alpha/Linux to set the IEEE flag to the compiler to be -mieee. Patch from Don Porter.
* Fix minor version number.redman1999-07-161-2/+2
|
* Add .m4 files and Windows configure.in and Makefile.inscriptics_tclpro_1_3_b3core_8_2_b1redman1999-07-131-1/+6
|
* Merged from ChangeLog for 8.2b1 releaseredman1999-07-131-1/+31
|
* Added missing cleanupTests before returnjenn1999-07-121-1/+2
|
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-094-5/+25
| | | | | | | | | | * win/makefile.vc: Added special case target to ensure that tkStubLib.obj is built with -DSTATIC_BUILD. * win/tkWinX.c (TkWinChildProc): Changed to pass WM_WINDOWPOSCHANGED through to DefWindowProc to make OpenGL sub-windows happy. This allows Windows to generate the WM_SIZE and WM_MOVE messages.
* Added calls to cleanupTests before return statements.jenn1999-07-082-2/+4
|
* configure now adds the "g" suffix to the stub library if buildwart1999-07-081-16/+7
| | | | with --enable-symbols
* Fix Tk stub file names and flagsredman1999-07-082-2/+8
|
* Patches from Bug: 2068 2080 2269redman1999-07-016-11/+42
|
* Add prolog.ps to windows install-librariesredman1999-06-301-2/+3
|
* Add prolog.psredman1999-06-301-2/+3
|
* Don't install the DLL if it wasn't being built, by checkingredman1999-06-291-4/+7
| | | | the DLLSUFFIX variable.
* install-binaries was nto installing the Tk DLL on Windowssurles1999-06-291-1/+3
|
* minor bug in tk Makefile.insurles1999-06-261-2/+2
|
* Changed to Tk 8.2b1welch1999-06-251-4/+4
|
* Added note about win/configure.in depending on version changewelch1999-06-251-1/+2
|
* Changed to Tk 8.2b1welch1999-06-258-36/+34
|
* Updated comments in Makefile.inwart1999-06-221-2/+2
|
* Added bug ID to comment about channel I/O bugjenn1999-06-191-2/+2
|
* Changed references to LD_FLAGS to LDFLAGS to be consistent with Tcl.wart1999-06-181-4/+4
|
* Modifications to CC_EXENAME macro (aclocal.m4).redman1999-06-182-8/+10
| | | | Fix static builds and installation macros.
* backed out chenges made to tkInt.h and tkText.h and fixed the problem ↵surles1999-06-172-97/+101
| | | | directly in tkText.h
* Updated to reflect recent changeswart1999-06-171-0/+5
|
* Updated to reflect code changes.wart1999-06-171-0/+6
|
* Cast third argument of Tcl_DStringAppend to (int) value in case thewart1999-06-171-2/+2
| | | | strlen() function returned a different type.
* Updated aclocal.m4 to reflect recent changes in tcl.m4wart1999-06-172-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 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.