Provide shorter synonyms for wxEVT_XXX constants.
[wxWidgets.git] / src / osx / window_osx.cpp
2013-04-25  Vadim ZeitlinProvide shorter synonyms for wxEVT_XXX constants.
2013-03-31  Vadim ZeitlinRemove wxTextCtrl::OnEnabled() hack from wxGTK.
2013-03-10  Stefan Csomortrying to solve cursor update problems with AUI, refs...
2013-01-20  Paul Cornettsizeof(char) is 1. By definition.
2012-12-29  Vadim ZeitlinSpelling fixes in comments in wxOSX.
2012-11-28  Stefan Csomorsupport for inheriting non-standard attributes (explici...
2012-11-27  Stefan Csomorsupport for simulating focus events since not all contr...
2012-11-08  Stefan Csomorsupport for freeze and thaw under cocoa
2012-11-04  Vadim ZeitlinMake hack for button creation in wxOSX more robust.
2012-08-29  Stefan Csomorremove duplicate code
2012-07-24  Vadim ZeitlinBuild fix for wxOSX after removing position in MacCreat...
2012-07-01  Stefan Csomoradding native hook for drop target
2012-05-18  Stefan Csomorfixing c++11 build
2012-03-18  Stefan Csomorfixes #14110
2012-03-01  Julian SmartAdded MacInternalOnSize() to allow windows to resize...
2012-02-21  Stefan Csomormaking sure eventual borders get updated when windows...
2012-02-21  Stefan Csomormaking sure eventual borders get updated when windows...
2012-01-31  Stefan Csomorguarding Update() on OSX not to be issued faster than...
2011-10-16  Stefan Csomorremoving QD dependency
2011-10-02  Vadim ZeitlinFix harmless warnings in hot key code in wxOSX.
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-08-25  Stefan Csomormb:54153a12-b2c7-417e-b607-c4faa9c436ab
2011-08-16  Stefan Csomoradapt defines for ctrl/command key
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-04  Vadim ZeitlinSuppress some harmless warnings about unused parameters...
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2011-04-22  Stefan Csomorimplementation of HotKey, see #12354
2011-03-22  Stefan Csomoronly remove from parent if not content view, fixes...
2011-03-20  Dimitri SchoolwerthNo changes, synchronised source names that appear comme...
2011-03-19  Stefan Csomorgoing private with userpane info
2011-03-18  Stefan Csomormoving userpane attribute into implementation
2011-03-18  Stefan Csomorgoing private for m_peer to give a foundation for bette...
2011-03-02  Stefan Csomorthe wx part knows better whether it has the focus ...
2011-03-02  Stefan Csomormove accel handling in front of the normal keyDown...
2011-02-22  Stefan Csomorsupporting content size scaling (retina display)
2011-01-07  Paul Cornettmove default OnInternalIdle processing to wxWindowBase
2011-01-04  Stefan Csomormerging back XTI branch part 2
2010-12-07  Stefan Csomoradding support for layout coordinates via insets from...
2010-11-05  Vadim ZeitlinDon't update scrollbars when the window is being destro...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-19  Stefan Csomormissing return value
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorchange grow box implementation - was incorrectly gettin...
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-07  Stefan Csomorborders might have to be drawn differently
2010-03-03  Stefan Csomorusing native fullscreen support and ShowEvent triggers
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2009-12-06  Kevin OllivierHandle deprecated style so we don't assert and then...
2009-12-05  Paul Cornettminor cleanup
2009-11-14  Kevin OllivierDon't assert when we get wxBG_STYLE_TRANSPARENT.
2009-11-06  Stefan Csomoradding support for wxShowEvent
2009-10-09  Stefan Csomoravoiding deprecated methods in wx code, avoiding for...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-09-28  Julian SmartApplied #9076 (scrolling bars grow box fix)
2009-09-25  Julian SmartRaise the scrollbars on reparenting (part of patch...
2009-09-25  Julian SmartApplied #10753: WarpPointer() for Mac
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-06-22  Vadim Zeitlininvalidate best window size when its label changes
2009-06-20  Stefan Csomorsimplify condition
2009-06-19  Vadim Zeitlinno need to check for wxID_HELP buttons in SetLabel...
2009-06-19  Vadim Zeitlinonly erase background if we do have a non-default backg...
2009-06-18  Vadim Zeitlinerase background using the window background colour...
2009-06-18  Vadim Zeitlinimplement propert background style semantics for OS X
2009-06-17  Julian SmartAvoid accidental enabling of disabled windows by checki...
2009-06-10  Vadim Zeitlinadd virtual DoGetTextExtent() to allow calling the...
2009-04-14  Stefan Csomormaking sure min and max sizes can be overridden
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-23  Stefan Csomorfixing warnings in osx common code
2009-03-21  Stefan Csomormake it crash-proof
2009-03-20  Stefan Csomorreworked font handling for osx (was missing because...
2009-03-15  Kevin OllivierOn OS X, the button for wxID_HELP should never accept...
2009-03-09  Kevin OllivierFix for accessing m_peer during initialization.
2009-03-08  Stefan Csomorletting the peer declare whether it wants to draw its...
2009-02-19  Paul Cornettunused variable
2009-02-13  Stefan Csomorpaint event was missing the id, Connect not working...
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-13  Stefan Csomorremoving duplicate code
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2008-10-13  Vadim Zeitlinno need to test that the pointer is non-NULL before...
2008-10-10  Stefan Csomormoving embedding to common API
2008-10-06  Stefan Csomormoving more things to common API between carbon and...
2008-09-11  Kevin OllivierA few checks for null pointers to avoid problems during...
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
next