summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* added macosx-8-4-branch ChangeLog entries macosx_8_4_premerge_2002_08_31_branchmacosx_8_4_branchdas2002-08-311-0/+153
|
* small fix to more reliably force relink of non-active buildstyledas2002-08-311-1/+2
|
* set SYMROOT in macosx/Makefiledas2002-08-301-5/+11
|
* various project cleanups & enhancementsdas2002-08-3046-330/+445
| | | | | | | | added macosx/Makefile to facilitate building from cli added [tk windowingsystem] and removed $::tcl_plaform(windowingsystem) changed all runtime library references to the above removed duplicate entries in tk.decls & tkInt.decls CONSTification and other small changes in macosx/ to remove compiler warnings
* merged with trunk at tag macosx-8-4-merge-2002-08-30-trunkmacosx_8_4_merge_2002_08_30_branchdas2002-08-308-59/+103
|
* 08/26/2002 Jim Ingham < jingham@apple.com>wolfsuit2002-08-261-4/+10
| | | | | | tkMacOSXMenu.c: In ReconfigureIndividualMenu, guard against the CFStringFromCString returning NULL. In this case, insert "<error>" for the menu item text, for want of a better thing to do...
* 08/26/2002 Jim Ingham < jingham@apple.com>wolfsuit2002-08-261-25/+25
| | | | | | | tkMacScrlbar.c: Use kControlScrollBarLiveProc so we get live updates for the Scrollbar - rather than trying to hide the original position. Watch for the "dragged" as well as the "moved" message in the thumb action proc. 10.2 seems to only send the former.
* bumped version to 8.0b3das2002-08-211-38/+104
| | | | | added libstub.a target simplified framework build phases
* whitespace & other cleanupdas2002-08-2119-117/+104
| | | | | wish startup code cleanup induced by new support in tcl for standard MacOSX tcl package locations renamed Tk_GetFirstTextLayout to private TkFontGetFirstTextLayout
* merged with trunk at tag macosx-8-4-merge-2002-08-20-trunkmacosx_8_4_merge_2002_08_20_branchdas2002-08-20307-13670/+25650
|
* Set the kNavSupportPackages flag on the tk_getOpenFile dialog so you canwolfsuit2002-07-221-2/+9
| | | | choose App packages.
* encoding issues, proxy iconsvincentdarley2002-07-215-23/+57
|
* encodings, and wm updatesvincentdarley2002-07-215-20/+113
|
* no console with startup scriptvincentdarley2002-07-191-2/+5
|
* Jim's patch for encodingsvincentdarley2002-07-198-56/+107
|
* encodings, eventsvincentdarley2002-07-188-28/+69
|
* key event problems - no staticvincentdarley2002-07-181-1/+1
|
* menu glyphsvincentdarley2002-07-181-26/+64
|
* encodings, menu glyphsvincentdarley2002-07-161-0/+8
|
* button and menubutton encodingsvincentdarley2002-07-162-17/+36
|
* menu encodings and menu glyphsvincentdarley2002-07-161-62/+114
|
* Fixed a bug in TkSelGetSelection - the data was never actually retrieved ↵wolfsuit2002-06-283-554/+107
| | | | | | from the clipboard. Thanks to Brian Gottlieb for this one!
* Added help & toolbar style windows to the unsupported MacWindowStyle command.wolfsuit2002-06-121-4/+14
|
* Merging with TOT as of 06/09/2002.wolfsuit2002-06-10147-6952/+12594
|
* Adding missing files from TOT merge.wolfsuit2002-06-1010-0/+6125
|
* Dopey typo changing from MAC_OSX_TCL to MAC_OSX_TK.macosx_premerge_6_9_02wolfsuit2002-04-031-2/+2
|
* Fix bug #513222. We were acting on the menu after the post event withoutwolfsuit2002-02-063-12/+36
| | | | checking to see whether the menu event had deleted the menu.
* Merge with current TOTwolfsuit2002-02-05187-7201/+12227
| | | | | | | | | Added support for the wm stackorder command Fixed crash when selecting Menu items in the Application menu that we didn't put there. Added first bits of the use of CG for low-level drawing. The line-drawing works, the rest doesn't yet. You have to set the file static useCGDrawing to 1 and rebuild to activate this code.
* * macosx/tkMacOSXInit.c (TkpInit): Move ALL the MacOS X specificwolfsuit2002-01-223-27/+35
| | | | | | | initialization code into TkpInit so extension writers don't have to do anything special to initialize Tk. This is patch #495549
* Fixed a bug in the Tk_GetFirstTextLayout when the input layout was for awolfsuit2002-01-221-5/+5
| | | | zero length string.
* Remove Tk_MacOSXFindBundleResources, since it is moved to tcl.wolfsuit2001-11-114-73/+12
|
* Move the bundle routines over to Tcl, and use them from there.wolfsuit2001-11-112-84/+10
|
* 10/23/2001 Jim Ingham <jingham@apple.com>wolfsuit2001-10-241-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.wolfsuit2001-10-202-35/+48
|
* Two things:wolfsuit2001-10-191-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.wolfsuit2001-10-1710-98/+168
|
* Remember to register the Console Interpreter's stdin, stdout & stderr ↵wolfsuit2001-10-171-2/+6
| | | | channels with the main interpreter as well.
* Replace MAC_OSX_TCL with MAC_OSX_TK for all windowing specific things. This ↵wolfsuit2001-10-1717-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 -> stringwolfsuit2001-10-171-3/+3
|
* First checkin of support for Tk on Mac OS X.wolfsuit2001-10-15114-1596/+40143
|
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-1216-104/+598
|
* * library/console.tcl: added more smarts extracted from tkcon tohobbs2001-10-092-125/+571
| | | | the default console.
* see ChangeLoghobbs2001-10-011-0/+7
|
* * win/tkWinWindow.c: made use of standard Tk_GetHWND instead ofhobbs2001-10-011-11/+10
| | | | older, private TkWinGetHWND.
* minor cast changes to support Win64hobbs2001-10-011-24/+6
|
* better error reporting from testclipboardhobbs2001-10-011-8/+105
|
* updated for Win64 SDK RC1 compilation supporthobbs2001-10-014-76/+139
|
* updated copyrighthobbs2001-10-012-6/+6
|
* Added -uniform option to grid's row/columnconfigure.pspjuth2001-09-304-21/+295
|
* Added labelframe widget. TIP#18.pspjuth2001-09-2618-120/+1620
|