Add wxMouseEvent::GetColumnsPerAction().
[wxWidgets.git] / src / osx / cocoa / window.mm
2013-06-10  Vadim ZeitlinAdd wxMouseEvent::GetColumnsPerAction().
2013-06-04  Stefan Csomorrefactoring focus handling
2013-06-04  Stefan Csomorexposing wxOSXGetViewFromResponder
2013-06-04  Stefan Csomoradding a more extensive version to arrive at the impl...
2013-06-03  Stefan Csomoravoiding focus lost events when a different subview...
2013-06-03  Stefan Csomorrefactoring SizeEvent sending
2013-06-03  Stefan Csomorattempt to get the 'new focus' window parameter of...
2013-06-02  Stefan Csomorpropagate scroll wheel events to parent, fixes #15187
2013-05-12  Stefan Csomordeactivating r65382 see #12267 (which does not seem...
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-11  Stefan Csomormore specific solution to tooltips appearing on neighbo...
2013-03-10  Stefan Csomorsupporting also mouse entered / exited events which...
2013-03-10  Stefan Csomoravoid multiple mouse moved events, refs #15072
2013-03-10  Stefan Csomortrying to solve cursor update problems with AUI, refs...
2013-03-07  Stefan Csomoravoid infinite recursion for richtooltops, (hopefully...
2013-03-06  Stefan Csomorimplementing canBecomeKeyView for user panes, native...
2013-03-03  Stefan Csomorissue NUMPAD constants only for Key but not for Char...
2013-03-02  Stefan Csomorenabling cursor events, fixes #15044
2012-12-23  Stefan Csomoradding isFlipped to userpane
2012-12-23  Stefan Csomortry support for native isFlipped usage and coalesce...
2012-12-14  Stefan Csomorsupport SDK < 10.6, fixes #14902
2012-12-14  Stefan Csomoravoid double up events for static text, fixes #14902
2012-11-27  Stefan Csomorsimulating focus events, see #13495
2012-11-27  Stefan Csomorspell error fixed
2012-11-19  Stefan Csomorimplementing delayed freezing, fixes #12865
2012-11-08  Stefan Csomorsupport for freeze and thaw under cocoa
2012-08-12  Stefan Csomorforwarding style changes to documentViews, see #14578
2012-07-24  Stefan Csomoravoid deprecated API, fixes #13727
2012-07-23  Stefan Csomorfixing capture problem for mouse moved events, fixes...
2012-07-15  Stefan Csomorremoving workaround for listbox, finishing drop target...
2012-07-01  Stefan Csomornative drop target method for cocoa
2012-06-18  Stefan Csomorsupporting promised file urls for transfer, see #14281
2012-05-29  Stefan Csomoradapting char event handling to msw / gtk, see #13415...
2012-03-22  Vadim ZeitlinUse enum for wxMouseEvent::m_wheelAxis instead of int.
2012-03-10  Stefan Csomorusing 10.5 API for cursor updates as well
2012-03-10  Stefan Csomorremoving NSWindow based mouse tracking in favour of...
2012-03-08  Paul Cornettfix incorrect tests of wxUSE_ macros
2012-03-08  Stefan Csomorremoving unnecessary hook
2012-03-08  Stefan Csomorremoving 10.4 code, adding webkit trick for showing...
2012-03-01  Julian SmartAdded MacInternalOnSize() to allow windows to resize...
2012-03-01  Stefan Csomorapplying Andrew's patch, closes #13440, fine now that...
2012-02-01  Stefan Csomorshould not bring to front upon focussing
2012-01-15  Stefan Csomorpatch applied with thanks, fixes #13865
2011-12-11  Vadim ZeitlinEnsure that Enter key presses are never stolen from...
2011-12-02  Vadim ZeitlinMake wxEVT_CHAR_HOOK propagate upwards and send it...
2011-12-02  Vadim ZeitlinImplement EVT_CHAR_HOOK for wxOSX/Cocoa.
2011-12-01  Stefan Csomorapplying patch for raise and synthesizing mouse-up...
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinFix SetShape() in wxOSX/Cocoa.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-01  Stefan Csomorfixes #13443, thanks :-)
2011-08-28  Stefan Csomorrouting keys like ESC etc, fixes #13429
2011-08-23  Stefan Csomorfixing type for key event, using WXK_RAW_CONTROL consta...
2011-08-23  Stefan Csomorexposing control key combinations as before, fixing...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-07-30  Vadim ZeitlinGenerate events with WXK_NONE Unicode keys for non...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-06-08  Stefan Csomoradapting to init pattern
2011-06-06  Stefan Csomor10.4 compatibility
2011-06-06  Stefan Csomorsupporting native background color on wxWindow descenda...
2011-06-02  Stefan Csomorfixes #12867
2011-03-19  Stefan Csomorgoing private with userpane info
2011-03-18  Stefan Csomormoving userpane attribute into implementation
2011-03-18  Dimitri SchoolwerthSet svn properties on various files throughout the...
2011-03-16  Stefan Csomormaking conversion explicit silences deprecation warning
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-02-28  Stefan Csomoravoid setting live cursor during busy state
2011-02-28  Stefan Csomordon't swallow command events that are not handled by...
2011-02-27  Stefan Csomormake sure 10.4 command-key events are routed via the...
2011-02-26  Stefan Csomormaking GetPosition 1:1 symmetrical to Move (respecting...
2011-02-08  Stefan Csomorforward enable functionality to inner view in scrollvie...
2011-01-04  Stefan Csomorfixing selectors
2010-12-07  Stefan Csomorfixing redraw debugging
2010-11-05  Vadim ZeitlinAvoid using wx GDI classes from non-main thread in...
2010-11-05  Vadim ZeitlinUse CGFloat instead of float for mouse wheel event...
2010-08-22  Vadim ZeitlinWork around a crash on starting editing in wxGrid under...
2010-07-18  Stefan Csomororganizing code, adding offset correction for update...
2010-06-21  Stefan Csomortext updated events were not always sent out correctly...
2010-04-22  Stefan Csomorsimpler code
2010-04-18  Stefan Csomorfixing coordinate conversions for captured windows
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-13  Stefan Csomorfixing non-precomp build, fixes #10985
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorfixing some warnings, adding proper OnChar support...
2010-04-12  Stefan Csomorchanging sequence of makeFirstResponder and makeKeyAndO...
2010-04-06  Stefan Csomorsupporting text foreground color, fixes #11903
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-02-06  Kevin OllivierForgot about the drag source delegate, which is the...
2010-02-06  Kevin OllivierAdd an accessor to get the current drop source from...
2010-02-03  Stefan Csomorsafe degradation
2010-02-01  Kevin Olliviernschars is never used for the wxEVT_CHAR case, so don...
2010-01-25  Stefan Csomorbetter wheel support
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-08  Kevin OllivierSupport mouse click through as otherwise clicking insid...
2009-12-25  Kevin OllivierUse NSTrackingArea when available (building for 10...
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
next