Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Tk_MacOSXFindBundleResources, since it is moved to tcl. | wolfsuit | 2001-11-11 | 4 | -73/+12 |
| | |||||
* | Move the bundle routines over to Tcl, and use them from there. | wolfsuit | 2001-11-11 | 2 | -84/+10 |
| | |||||
* | 10/23/2001 Jim Ingham <jingham@apple.com> | wolfsuit | 2001-10-24 | 1 | -2/+2 |
| | | | | Dopey little bug in the dialog for tk_chooseDirectory. There is no file filter for the directory dialog... | ||||
* | I think this gets rid of all the absolute references. | wolfsuit | 2001-10-20 | 2 | -35/+48 |
| | |||||
* | Two things: | wolfsuit | 2001-10-19 | 1 | -34/+28 |
| | | | | | 1) Use the Tcl_SetStartupScript API - a cleaner way than inserting the name into argv. 2) Can't rely on # of arguments from the Finder to see whether we should look for the AppMain. Now it inserts argv[1] = -psn_xxxxx, and who knows what it might do in the future. | ||||
* | Rest of the updated files for the MAC_OSX_TCL -> MAC_OSX_TK conversion. | wolfsuit | 2001-10-17 | 10 | -98/+168 |
| | |||||
* | Remember to register the Console Interpreter's stdin, stdout & stderr ↵ | wolfsuit | 2001-10-17 | 1 | -2/+6 |
| | | | | channels with the main interpreter as well. | ||||
* | Replace MAC_OSX_TCL with MAC_OSX_TK for all windowing specific things. This ↵ | wolfsuit | 2001-10-17 | 17 | -268/+289 |
| | | | | is so we can separate the macosx specific additions to Tcl (which are added ON to the Unix core) from the Aqua additions (which are orthogonal to Unix - which itself is overloaded to mean X11 as well...) | ||||
* | Stupid typo sting -> string | wolfsuit | 2001-10-17 | 1 | -3/+3 |
| | |||||
* | First checkin of support for Tk on Mac OS X. | wolfsuit | 2001-10-15 | 114 | -1596/+40143 |
| | |||||
* | implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpoint | tmh | 2001-10-12 | 16 | -104/+598 |
| | |||||
* | * library/console.tcl: added more smarts extracted from tkcon to | hobbs | 2001-10-09 | 2 | -125/+571 |
| | | | | the default console. | ||||
* | see ChangeLog | hobbs | 2001-10-01 | 1 | -0/+7 |
| | |||||
* | * win/tkWinWindow.c: made use of standard Tk_GetHWND instead of | hobbs | 2001-10-01 | 1 | -11/+10 |
| | | | | older, private TkWinGetHWND. | ||||
* | minor cast changes to support Win64 | hobbs | 2001-10-01 | 1 | -24/+6 |
| | |||||
* | better error reporting from testclipboard | hobbs | 2001-10-01 | 1 | -8/+105 |
| | |||||
* | updated for Win64 SDK RC1 compilation support | hobbs | 2001-10-01 | 4 | -76/+139 |
| | |||||
* | updated copyright | hobbs | 2001-10-01 | 2 | -6/+6 |
| | |||||
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 4 | -21/+295 |
| | |||||
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 18 | -120/+1620 |
| | |||||
* | Geometry manager changes to support TIP#18. | pspjuth | 2001-09-26 | 15 | -67/+340 |
| | |||||
* | * Corrected definition of | dgp | 2001-09-25 | 8 | -19/+77 |
| | | | | | TkpScanWindowId to handle situation where types Window and int do not have the same number of bits. CONST-ified too. | ||||
* | Update to handle change in | dgp | 2001-09-24 | 2 | -2/+9 |
| | | | | | return type of Tcl_DStringAppend() from (char *) to (CONST char *). [TIP 27] | ||||
* | Pack accepted asymmetric values for -ipadx/y. | pspjuth | 2001-09-23 | 4 | -11/+51 |
| | | | | Only -padx/y supports asymmetry. [Bug #462348] | ||||
* | * win/tkWinWindow.c (TkpPrintWindowId, TkpScanWindowId): fixed to | hobbs | 2001-09-21 | 1 | -5/+18 |
| | | | | work on Win64 with 64bit XIDs. | ||||
* | * generic/tkWindow.c (Tk_CreateAnonymousWindow): | hobbs | 2001-09-21 | 3 | -6/+5 |
| | | | | * generic/tkEntry.c (GetSpinboxElement): fixed unreachable returns. | ||||
* | see ChangeLog | hobbs | 2001-09-21 | 1 | -0/+36 |
| | |||||
* | minor cast fixes to prevent 64bit warnings | hobbs | 2001-09-21 | 6 | -28/+29 |
| | |||||
* | (TkGetServerInfo): added recognition of Win64 | hobbs | 2001-09-21 | 1 | -4/+10 |
| | |||||
* | made XID __int64 type for Win64 | hobbs | 2001-09-21 | 1 | -0/+4 |
| | |||||
* | * unix/tkUnixPort.h: | hobbs | 2001-09-21 | 2 | -7/+9 |
| | | | | | * mac/tkMacPort.h: add (int*) cast to TkpScanWindowId. These may need to be changed to Window* (ulong). | ||||
* | (TkpScanWindowId): changed decl to use | hobbs | 2001-09-21 | 3 | -8/+8 |
| | | | | Window* instead of int*. | ||||
* | correct Window id's to be of type Window | hobbs | 2001-09-21 | 2 | -8/+7 |
| | |||||
* | * win/tkWinWm.c (WinSetIcon): fixed SetClassLong for 64bit support. | hobbs | 2001-09-21 | 1 | -3/+19 |
| | |||||
* | improved use of test constraints | hobbs | 2001-09-21 | 8 | -820/+697 |
| | |||||
* | * tests/textDisp.test (textDisp-4.12): corrected test to work | hobbs | 2001-09-21 | 1 | -20/+3 |
| | | | | properly on Windows. | ||||
* | * tests/scrollbar.test (scrollbar-6.27): marked knownBug because | hobbs | 2001-09-21 | 1 | -2/+6 |
| | | | | it is skewed by bad dimensions returned by Windows. | ||||
* | * unix/configure: regen'ed | hobbs | 2001-09-20 | 3 | -120/+235 |
| | | | | | * unix/tcl.m4: added --enable-64bit support for HP-11 with the 64-bit kernel. | ||||
* | * Corrected type definition of | dgp | 2001-09-17 | 3 | -4/+12 |
| | | | | | | argument passed to Tcl_GetStringFromObj() from size_t to int. Incorrect type broke [pack] and [grid] on systems where sizeof(size_t) != sizeof(int). [Bugs 462375, 462342, 462338] | ||||
* | Fixed string/list confusion in directory browser, and a typo in ChangeLog | dkf | 2001-09-17 | 3 | -16/+25 |
| | |||||
* | * generic/tkImgGIF.c: | andreas_kupries | 2001-09-14 | 5 | -5/+25 |
| | | | | | | | | | * generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkMenu.c: Applied patch [461578], provided by Vincent Darley. This fixes several memory leaks in the image code. They happen if there are errors during the initialization of the channel the image is supposed to be read from. | ||||
* | * unix/configure: | mdejong | 2001-09-12 | 3 | -28/+33 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used | drh | 2001-09-12 | 1 | -0/+4 |
| | | | | | to appear when you would point the file browser box at an empty directory and click on the canvas. | ||||
* | Fix a problem in the Unix tk_getOpenFile dialog box. An error dialog box used | drh | 2001-09-12 | 1 | -1/+7 |
| | | | | | to appear when you would point the file browser box at an empty directory and click on the canvas. | ||||
* | * unix/configure: | mdejong | 2001-09-10 | 3 | -106/+123 |
| | | | | * unix/tcl.m4: Update from Tcl. | ||||
* | * win/Makefile.in: Fix Windows Makefile so that | mdejong | 2001-09-10 | 2 | -2/+15 |
| | | | | | tcltest will automatically be compiled if the user tries to build tktest. | ||||
* | * win/Makefile.in: Use TKTEST variable directly | mdejong | 2001-09-10 | 2 | -2/+7 |
| | | | | instead of depending on the tktest alias. | ||||
* | * win/mkd.bat: | mdejong | 2001-09-08 | 3 | -46/+55 |
| | | | | | | * win/rmd.bat: Apply binary property (cvs admin -kb) to files and convert to CRLF linefeed format to fix the VC++ build. [Tcl Bug #219409] | ||||
* | fixed test numbering | hobbs | 2001-09-01 | 1 | -2/+2 |
| | |||||
* | see ChangeLog | hobbs | 2001-08-30 | 1 | -0/+9 |
| |