summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
Commit message (Expand)AuthorAgeFilesLines
* Back out changes not pertaining to private API; those files should not have b...Kevin Walzer2014-11-201-6/+2
* Remove residual private API calls from Tk/Mac after Mac App Store review flag...Kevin Walzer2014-11-181-1/+5
* Fixes to tkMacOSXWindowEvent.c to improve drawing performance after removal o...Kevin Walzer2014-09-241-30/+64
* Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-281-166/+1
* Add copyright notice to Marc Culler for extensive patch to alpha rendering on...Kevin Walzer2014-07-251-152/+157
* Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-2/+1
* Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-3/+3
* | | consistant use of mode: objc for OSX, strip spaces from the end of linesjan.nijtmans2012-10-231-1/+1
|\ \ \ | |/ /
| * | remove RCS keywords, use mode: objc consistantlyjan.nijtmans2012-10-231-2/+2
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branchKevin Walzer2012-09-121-572/+687
| |/
* | merge trunkdkf2012-08-081-1/+0
|\ \
| * | Fixes for menu and wm fullscreen bugs; thanks to Adrian Robert for patchesmistake__off_trunkKevin Walzer2012-08-061-1/+0
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-4/+3
|/ /
* | Minor tweak for wm forgetKevin Walzer2011-07-271-2/+2
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * * macosx/tkMacOSXWindowEvent.c (TkMacOSXProcessWindowEvent): fixdas2008-06-191-2/+2
| * Backport from HEAD of Aqua changes from 2007-10-12 to 2007-11-09das2007-11-091-49/+76
| * * macosx/tkMacOSXWindowEvent.c (Tk_MacOSXIsAppInFront): use process mgrdas2007-07-091-14/+13
| * * macosx/tkMacOSXScrlbr.c: correct int <-> dobule conversion issuesdas2007-06-291-17/+20
| * * macosx/tkMacOSXColor.c: fix issues with TK_{IF,ELSE,ENDIF} macros;das2007-06-091-2/+2
| * * macosx/tkMacOSXMenu.c: add error checking; whitespace cleanup.das2007-06-041-3/+2
| * * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): complete alldas2007-05-311-1/+15
| * * macosx/tkMacOSXMenu.c (DrawMenuSeparator): use DrawingContext API.das2007-05-301-54/+48
| * * macosx/tkMacOSXWindowEvent.c: ensure window is brought to the frontdas2007-05-091-133/+131
| * * macosx/tkMacOSXCarbonEvents.c: add window event target carbon eventdas2007-04-291-283/+483
| * comment typodas2006-11-021-2/+2
| * * macosx/tkMacOSXWindowEvent.c (GenerateUpdateEvent): fix handling ofdas2006-11-021-31/+37
| * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-3/+4
| * fix typo: visable -> visibledas2006-07-241-2/+2
| * * macosx/tkMacOSXWindowEvent.c (TkMacOSXGenerateFocusEvent): don't senddas2006-05-161-1/+10
| * * macosx/tkMacOSXWm.c (TkWmMapWindow, InitialWindowBounds): fix use ofdas2006-04-281-4/+4
| * * macosx/tkMacOSXHLEvents.c: call ::tk::mac::* procs for alldas2006-04-111-16/+10
| * * macosx/tkMacOSXInt.h: Implemented 'zoomed' window statedas2006-04-111-2/+3
| * * macosx/tkMacOSX.h: Cleaned up & rationalized order ofdas2006-03-281-2/+1
| * * generic/tk.decls: fix signature of TkMacOSXInvalClipRgnsdas2006-02-091-2/+2
| * * macosx/tkMacOSXInt.h:das2005-12-081-8/+8
| * * macosx/tkMacOSXXStubs.c (TkpOpenDisplay, TkMacOSXDisplayChanged):hobbs2005-11-301-10/+18
| * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-7/+11
| * * macosx/tkMacOSXMouseEvent.c (TkMacOSXProcessMouseEvent): check ifdas2005-09-101-5/+4
| * * macosx/tkMacOSXCarbonEvents.c (new): moved carbon events code intodas2005-08-091-0/+51
| * Fix for 1124237 and the mysterious "sometimes buttons don't draw" bug.wolfsuit2005-03-121-6/+4
| * Backport Mac OS X specific fixes from TOT. See ChangeLog for details.wolfsuit2004-02-161-1/+1
* | Fix for 3086887, speeds up scrollingwordtech2011-01-061-5/+2
* | Textured background windowswordtech2011-01-041-3/+10
* | * macosx/tkMacOSXWindowEvent.c: Allow WM_DELETE_WINDOW handlers todas2009-08-241-5/+10
* | More marking of files as Objective-C.dkf2009-07-061-109/+193