Allow overriding print preview frame creation in docview.
[wxWidgets.git] / src / osx /
2010-03-22  Vadim ZeitlinFix wxOSX compilation without PCH.
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
2010-03-20  Vadim ZeitlinAdd wxMessageDialog::GetEffectiveIcon() and use it...
2010-03-17  Stefan Csomorfixing non-precomp builds
2010-03-17  Stefan Csomoradding proper removal of observer for stacked event...
2010-03-17  Stefan Csomorstreamlining OSX event support third step, using platfo...
2010-03-15  Stefan Csomorstreamlining OSX event support second step, moving...
2010-03-15  Stefan Csomorstreamlining OSX event support first step, see #11805...
2010-03-08  Stefan Csomorpending events detected didn't work properly, go the...
2010-03-06  Kevin OllivierAdding wxUIActionSimulator, a class for programmaticall...
2010-03-06  Kevin OllivierA call to wxPopupWindow::Show shouldn't automatically...
2010-03-05  Vadim ZeitlinCorrect IsMaximized() in wxOSX for non-resizable windows.
2010-03-04  Stefan Csomorno existing on iphone
2010-03-03  Stefan Csomorfixing leak, fixes #11781
2010-03-03  Stefan Csomorfixing leak, fixes #11782
2010-03-03  Stefan Csomorusing native fullscreen support and ShowEvent triggers
2010-03-03  Stefan Csomorfixing warning
2010-03-02  Vadim ZeitlinDon't use m_macToolbar in wxOSX wxToolBar if it is...
2010-03-02  Vadim ZeitlinEnclose code using m_macToolbar in #if wxOSX_USE_NATIVE...
2010-03-01  Robin DunnInvalidate best size when the bitmap or bitmap position...
2010-02-28  Stefan Csomortranslate 0.5 offset into user space before applying...
2010-02-28  Stefan Csomormoving header for precomp builds
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-23  Stefan Csomorproper app shutdown support for iphone
2010-02-19  Kevin OllivierSince wxDialog::Show(false) only calls wxWindow::Show...
2010-02-19  Kevin OllivierTypo fix.
2010-02-19  Kevin OllivierDisable sending of events by OS X Combobox during progr...
2010-02-15  Kevin OllivierImplement case-insensitive find and read only support...
2010-02-13  Kevin OllivierBasic support for tooltips under OS X Cocoa.
2010-02-09  Stefan Csomorsupport fullscreen display (translucent status) in...
2010-02-09  Robin DunnTest m_nowpeer pointer before using it.
2010-02-09  Robin DunnRemove functions duplicated in dnd_osx.cpp.
2010-02-07  Kevin OllivierImplement EVT_MAXIMIZE support for OS X Cocoa.
2010-02-06  Kevin OllivierFix handling of the *.* extension case, before this...
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-03  Kevin OllivierRefactor DND code into Carbon and Cocoa parts, and...
2010-02-03  Kevin OllivierAdd sanity check on the item number.
2010-02-01  Stefan Csomoradapting to new API variant
2010-02-01  Kevin Olliviernschars is never used for the wxEVT_CHAR case, so don...
2010-02-01  Kevin OllivierUse the correct type to fix Tiger compilation.
2010-01-31  Stefan Csomoravoiding catching incorrect shortcuts, see #11676
2010-01-31  Stefan Csomorsupporting clipboard command shortcuts on osx_cocoa...
2010-01-28  Stefan Csomorstoring modal returncode correctly for carbon
2010-01-28  Stefan Csomormake sure modality is reflected correctly when rerouted...
2010-01-28  Stefan Csomorsetting correct alertType
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-26  Stefan Csomoroptimizing creation of glcontexts, less flicker
2010-01-26  Vadim ZeitlinImplement RequestUserAttention() for wxOSX/Cocoa.
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-25  Stefan Csomoradding note for correct wheel params
2010-01-25  Stefan Csomorbetter wheel support
2010-01-25  Stefan Csomoradding wxWindow::Show in order to make the sheet showin...
2010-01-25  Stefan Csomorfixing building on iphone
2010-01-24  Kevin OllivierFix mistake, though this assert is unfortunate since...
2010-01-24  Stefan Csomorsupporting auto-rotate for translucent statusbar
2010-01-24  Vadim ZeitlinReplace wxLogWarning()s in wxOSX wxComboBox code with...
2010-01-23  Kevin OllivierRemove assert that was used during testing while changi...
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
2010-01-20  Kevin OllivierHandle the case of NSNotFound result properly.
2010-01-18  Stefan Csomormoving GetPageInfo to later stage, closes #11494
2010-01-18  Stefan Csomorswitching to LaunchServices implementation, fixes ...
2010-01-18  Stefan Csomorfixing type for 64 bit, closes #11550
2010-01-18  Stefan Csomorsetting correct 'default' for m_filterIndex, closes...
2010-01-18  Stefan Csomorsetting correct refcon in menus (was incorrectly change...
2010-01-14  Stefan Csomorfixing comments, making sure sound always gets the...
2010-01-14  Vadim ZeitlinNo real changes, just fix a typo in comments and docume...
2010-01-11  Stefan Csomoradding protocol support for 10.6
2010-01-10  Kevin OllivierRemove duplicate fields in wxTextCtrl / wxTextEntry...
2010-01-09  Kevin OllivierImplement native OS X ComboBox for OS X Cocoa, and...
2010-01-08  Kevin OllivierSupport mouse click through as otherwise clicking insid...
2010-01-04  Kevin OllivierGet the OS X Cocoa native combobox building by having...
2010-01-03  Kevin OllivierDon't use a destroy event handler to disconnect the...
2009-12-31  Stefan Csomoradding placeholders and work in progress files
2009-12-30  Kevin OllivierFix issue that was causing ShowWithoutActivating to...
2009-12-30  Kevin OllivierTo support playing async sounds on the stack on Mac...
2009-12-30  Stefan Csomorfixing SetSubMenu for OSX_Cocoa, fixes #11581
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Kevin OllivierUse NSTrackingArea when available (building for 10...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-17  Stefan Csomorsupporting sleep mode properly, see #11557
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
2009-12-10  Vadim ZeitlinAdd support for stretchable spaces to wxToolBar.
2009-12-09  Stefan Csomorsupport for getting current event loop on iPhone
2009-12-09  Stefan Csomorfixing toolbar support, adding iphone
2009-12-09  Stefan Csomorremove workaround
2009-12-09  Kevin OllivierAdd OSX prefix, and be clear that this is OS X only...
2009-12-07  Kevin OllivierAdd wxTLW::SetModified to allow apps to set the TLW...
2009-12-06  Kevin OllivierHandle deprecated style so we don't assert and then...
2009-12-05  Paul Cornettminor cleanup
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-11-30  Stefan Csomorusing 64bit APIs, closes #10184
2009-11-30  Kevin OllivierorderBack puts it behind all windows in its level,...
2009-11-29  Kevin OllivierMake sure we setup the base's Show state correctly...
2009-11-28  Kevin OllivierFix needed to allow shaped windows, and other windows...
2009-11-28  Stefan Csomor64bit builds had problems with full circles, as we...
2009-11-26  Kevin OllivierAllow OS X Cocoa (or any OS X port) to override GetBest...
2009-11-26  Kevin OllivierAdd CheckSpelling support for OS X Cocoa, make sure...
next