summaryrefslogtreecommitdiffstats
path: root/mac
Commit message (Expand)AuthorAgeFilesLines
* * mac/tkMacWm.c (Tk_WmCmd):mdejong2002-05-241-1/+21
* * mac/tkMacWm.c (TkWmStackorderToplevelWrapperMap):mdejong2002-05-231-2/+3
* * mac/tkMacInit.c:das2002-05-202-1/+4
* * mac/tkMacInit.c:das2002-05-201-9/+1
* * mac/tkMacTclCode.r:das2002-04-232-40/+73
* * mac/tkMacXStubs.c (TkpOpenDisplay): memset the initial displayhobbs2002-04-121-1/+3
* * doc/wm.n:mdejong2002-04-101-2/+2
* 2002-04-08 Daniel Steffen <das@users.sourceforge.net>das2002-04-084-3529/+3510
* added Tk_SetCaretPos stub (does nothing)hobbs2002-04-051-1/+18
* updated to use www.tcl.tk URLhobbs2002-03-041-2/+2
* changed panedwindow default relief to flathobbs2002-02-221-2/+2
* TIP #41 implementation, panedwindow [Patch #512503] (melski)hobbs2002-02-221-1/+35
* * modified some callers of Tcl routines thatdgp2002-02-082-8/+5
* * generic/tkFileFilter.c:das2002-01-273-8/+11
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-254-19/+19
* * mac/tkMacDialog.c:das2002-01-182-7/+7
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-4/+4
* * Updated Tk's console to CONSTified channel driver interface.dgp2002-01-151-7/+1
* * mac/mac/tkMacInit.c:das2001-12-274-42/+34
* * mac/tkMacWm.c: mac implementation of wm stackorderdas2001-12-051-5/+227
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2330-4420/+4372
* added TIP#26 text widget undo/redo functionalityhobbs2001-11-131-1/+3
* implementation of TIP 63 (accepted) -compound option to menu items.macosx_8_4_branchpointtmh2001-10-123-33/+191
* Added labelframe widget. TIP#18.pspjuth2001-09-261-2/+16
* * unix/tkUnixPort.h:hobbs2001-09-211-3/+4
* * TIP 44 changes specific to the Mac anddgp2001-08-063-47/+57
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-011-2/+2
* updated READMEs with purlsuid381722001-07-051-9/+4
* implement TIP11, -compound option for menubutton widgettmh2001-05-211-2/+116
* * README:hobbs2001-04-021-3/+2
* Overall change: Implemented TIP 5, which exportsericm2000-11-223-16/+14
* * mac/tkMacDefault.h:ericm2000-07-281-1/+3
* * mac/tkMacDefault.h (DEF_ENTRY_READONLY_BG_COLOR,ericm2000-05-171-1/+3
* * doc/SetOptions.3: Added information about TK_OPTION_NULL_OK withericm2000-05-172-15/+3
* * library/entry.tcl: Adjusted Button-1 binding to set focus to theericm2000-05-141-1/+4
* * unix/tkUnixButton.c (TkpDisplayButton, TkpComputeButtonGeometry):ericm2000-05-132-69/+247
* * doc/button.n: Added documentation for link relief.ericm2000-05-101-1/+14
* * README:hobbs2000-05-031-2/+2
* * README:core_8_3_1hobbs2000-04-261-9/+4
* * mac/tkMacWm.c (Tk_WmCmd): initialized gotToplevel inhobbs2000-04-251-2/+2
* 2000-04-22 Jim Ingham <jingham@cygnus.com> * mac/tkMacDialog.c (Tk...jingham2000-04-232-22/+43
* * README:hobbs2000-04-191-175/+12
* Protect GenerateKeyEvent from a null tkwin.jingham2000-04-171-1/+5
* Don't worry, this file is not used yet...jingham2000-04-171-12/+175
* Protect the define of strncasecmp, it IS present in MSL from CW Pro 5.jingham2000-04-171-2/+5
* Add FIXME comment XKeySymToKeyCode needs to be implemented, since it is used ...jingham2000-04-171-1/+3
* Add Navigation Services support.jingham2000-04-171-135/+716
* Hide button window BEHIND all the others in the applicationjingham2000-04-171-6/+67
* * mac/tkMacScale.c: moved (PixelToValue|ValueToPixel|SetScaleValue)hobbs2000-04-141-178/+16
* * tests/event.test: Added test for [event generate $widgetericm2000-04-101-6/+5