]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa/window.mm
removing workaround for listbox, finishing drop target support, fixes #14484, see...
[wxWidgets.git] / src / osx / cocoa / window.mm
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.
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-06  Vadim ZeitlinEnsure that an event loop exists in ShowViewOrWindowWit...
2009-10-05  Vadim ZeitlinMake wxWindow::ShowWithEffect() synchronous under wxOSX...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-09-30  Stefan Csomorsupport backgroundcolor on osx_cocoa
2009-09-26  Stefan Csomorreducing key event handling complexity
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-08-21  Vadim ZeitlinAllow creating initially hidden controls in wxOSX/Cocoa.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-19  Stefan Csomoradding gc aware code, fixes #11061
2009-08-18  Stefan Csomorbetter variant support, fixes #11114
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Stefan Csomormaking SetFocus bringing TLW to front as Carbon, see...
2009-06-10  Stefan Csomorallow mouse events being sent to parents, see #10876
2009-06-10  Stefan Csomorallow vetoing on drop, see #10876
2009-06-10  Stefan Csomorfixing coordinates for dnd, see #10876
2009-06-10  Stefan Csomormisc key-event fixes, see #10876
2009-06-10  Stefan Csomorfixes direction for scroll events, closes #10873
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-23  Stefan Csomorfixing warnings in osx cocoa
2009-03-21  Stefan Csomormaking sure the repositioning within the contentview...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-15  Stefan Csomorfixing obj-c warnings
next