Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1999-09-01 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-09-02 | 2 | -11/+11 |
| | | | | | | | | | | * win/tkWinDraw.c: * unix/tkUnixDraw.c: fixed header style for TkpDrawHighlightBorder * generic/tkCanvas.c: fixed GC error (bg <> fg) in tkCanvas.c (from code added to support TkpDrawHighlightBorder) [Bug: 2676] * unix/aclocal.m4: added -bnoentry to the AIX-* flags * generic/tkCursor.c: fixed equality error in GetCursorFromObj [Bug: 2562] | ||||
* | Fixed ANSI-style function definitions so that they work on K&R | redman | 1999-08-13 | 2 | -4/+4 |
| | | | | compilers properly. | ||||
* | Change version numbers to 8.2.0 | redman | 1999-08-10 | 1 | -4/+4 |
| | |||||
* | 1999-08-10 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-08-10 | 4 | -12/+24 |
| | | | | | * generic/tkInt.decls: added TkSetFocusWin * generic/tkFocus.c: changed static SetFocus to TkSetFocusWin | ||||
* | Remove the #ifdef MAC_TCL from TkDrawInsetFocusHighlight, this knowledge is ↵ | jingham | 1999-08-10 | 1 | -17/+7 |
| | | | | now properly in a "p" function, TkpDrawHighlightBorder. | ||||
* | New Function: TkpDrawHighlightBorder. Use this in place of ↵ | jingham | 1999-08-10 | 9 | -40/+69 |
| | | | | Tk_DrawFocusHighlight. The latter did not work on the Mac, since you need to know both foreground & background color when you draw the active focus ring. | ||||
* | 1999-07-30 Jeff Hobbs <hobbs@scriptics.com> | hobbs | 1999-07-31 | 3 | -3/+35 |
| | | | | * tkInt.decls: Added stub entry for XFillRectangle [Bug: 2446] | ||||
* | * generic/tkConsole.c: Allow tcl to open CON and NUL, even for std | redman | 1999-07-30 | 1 | -16/+104 |
| | | | | | | channels. Checking for bad/unusable std channels was moved to Tk since its only purpose was to check whether to use the Tk Console Window for the std channels. [Bug: 2393 2392 2209 2458] | ||||
* | * Changed version to 8.2b2 | redman | 1999-07-22 | 1 | -3/+3 |
| | | | | | | | | | | | * win/tkWinPort.h: Block out include of sys/stat.h in order to build extensions with MetroWerks compiler for Win32. [Bug: 2385] * unix/Makefile.in: Need to make install-sh executable before calling (with chmod +x). [Bug: 2413] * library/menu.tcl: Applied patch from Jeff Hobbs to fix typo. [Bug: 2425] | ||||
* | Fix minor version number. | redman | 1999-07-16 | 1 | -2/+2 |
| | |||||
* | Patches from Bug: 2068 2080 2269 | redman | 1999-07-01 | 4 | -9/+13 |
| | |||||
* | 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 | 1 | -4/+4 |
| | |||||
* | 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 | ||||
* | 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 | 1 | -3/+3 |
| | | | | | Changed type of strncmp() parameter from int to size_t in tkConsole.c to remove compiler warnings about bad types. | ||||
* | modified files to work with new windows Makefiles | surles | 1999-06-16 | 6 | -29/+59 |
| | |||||
* | * unix/tkUnixSelect.c: | stanton | 1999-06-03 | 1 | -20/+87 |
| | | | | | | * tests/unixSelect.test: * generic/tkSelect.c: Fixed selection code to handle Unicode data in COMPOUND_TEXT and STRING selections. [Bug: 1791] | ||||
* | * generic/tkIntXlibDecls.h: | stanton | 1999-06-02 | 2 | -3/+7 |
| | | | | | | | * xlib/X11/Xlib.h: Added Mac specific defines to help with compilation. * generic/tkFont.c: lint | ||||
* | * generic/tkFont.c: Eliminated use of isupper/tolower in favor of | stanton | 1999-06-01 | 1 | -4/+4 |
| | | | | Unicode variants. | ||||
* | First pass at Unicode support in X selection code. | stanton | 1999-05-25 | 1 | -1/+5 |
| | |||||
* | * 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. | ||||
* | Merged changes from scriptics-tclpro-1-3-b2 branch | stanton | 1999-05-22 | 1 | -1/+17 |
| | |||||
* | * Changed version number to 8.1.1. | stanton | 1999-04-30 | 1 | -5/+4 |
| | |||||
* | * Merged changes from 8.1.0 branch | stanton | 1999-04-30 | 6 | -6/+36 |
| | |||||
* | Rename TkConsoleCreate_() to Tk_InitConsoleChannels() and make the | redman | 1999-04-28 | 6 | -62/+105 |
| | | | | | | 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 | 11 | -904/+1119 |
| | |||||
* | Merged 8-1-0 into mainline. | rjohnson | 1999-04-21 | 20 | -23/+23 |
| | |||||
* | Fixed bug 1777 - bug in displaying selection. | rjohnson | 1999-04-20 | 1 | -2/+2 |
| | |||||
* | Rearranged parens for Tcl style conventions. | rjohnson | 1999-04-20 | 1 | -3/+3 |
| | |||||
* | Added new tests to scale and text. | rjohnson | 1999-04-20 | 1 | -3/+4 |
| | | | | Fixed core dump in text serach code: Bug 1642 | ||||
* | Improved patch for scale widget. | rjohnson | 1999-04-19 | 1 | -4/+6 |
| | |||||
* | Fixed bug 1853 - called NULL interp. | rjohnson | 1999-04-17 | 2 | -4/+8 |
| | |||||
* | Fixed bug 1790 - memory leak. | rjohnson | 1999-04-17 | 1 | -5/+8 |
| | |||||
* | Fixed bug 1768 - core dump in scale widget. | rjohnson | 1999-04-17 | 1 | -2/+3 |
| | |||||
* | Fixed bug 1840 | rjohnson | 1999-04-17 | 2 | -6/+8 |
| | |||||
* | Fixed bug 1479 | rjohnson | 1999-04-17 | 1 | -3/+9 |
| | |||||
* | fixed Tk comment errors | surles | 1999-04-16 | 14 | -43/+42 |
| | |||||
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 95 | -14756/+19945 |
| | |||||
* | added reserved slot for use by the dash patch | stanton | 1999-03-12 | 4 | -826/+844 |
| | |||||
* | Merge changes in 8.1 into 8.0.6, specifically we should be exporting | redman | 1999-03-10 | 4 | -550/+604 |
| | | | | XCreateBitmapFromData() from the Xlib code. | ||||
* | integrated stubs into 8.0 main branch | stanton | 1999-03-10 | 25 | -788/+14009 |
| | |||||
* | * generic/tkImgPhoto.c: Changed so color tables are freed | stanton | 1999-02-04 | 1 | -7/+15 |
| | | | | | immediately instead of being delayed. This ensures that color tables are properly disposed at process exit. | ||||
* | * tests/main.test: | stanton | 1999-02-04 | 1 | -3/+3 |
| | | | | | | * tests/unixWm.test: Better cleanup of temporary files. Lint. | ||||
* | * mac/tkMacAppInit.c: | stanton | 1999-02-04 | 1 | -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. | ||||
* | * generic/tkImgBmap.c (ImgBmapConfigureInstance): If an image | stanton | 1999-02-04 | 1 | -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] | ||||
* | * generic/tkFocus.c (SetFocus): Changed to focus window is always | stanton | 1999-02-04 | 1 | -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. | ||||
* | * generic/tkConsole.c: Fixed so errors in console eval are | stanton | 1999-02-04 | 1 | -4/+7 |
| | | | | reported properly. Eliminated duplicate result messages. [Bug: 973] | ||||
* | * generic/tkCanvLine.c: Changed to treat zero width lines like | stanton | 1999-02-04 | 1 | -11/+22 |
| | | | | they have width 1 for purposes of selection. [Bug: 925] | ||||
* | * generic/tkGrid.c: Fixed bug in "grid forget" that failed to cancelscriptics_tclpro_1_2_b1 | stanton | 1999-01-06 | 1 | -1/+4 |
| | | | | pending idle handlers, resulting in a crash in a few odd cases. |