Activate the view of a newly created document.
[wxWidgets.git] / src / osx /
2010-05-20  Stefan Csomorfixing infinite recursion
2010-05-20  Stefan Csomordef include was missing
2010-05-20  Stefan Csomorsupport compiling for iphone
2010-05-20  Stefan Csomoradding support for iphone
2010-05-20  Stefan Csomoradapting to new API
2010-05-20  Stefan Csomorutils_osx isn't part of base but of core, moving wxMacW...
2010-05-19  Stefan Csomormoving wxMacWakeUp outside COCOA_CARBON clause, fixes...
2010-05-19  Stefan Csomorsplitting methods
2010-05-19  Stefan Csomorcommon wxMacWakeUp code across all platforms
2010-05-19  Stefan Csomorcommon wxMacWakeUp code across all platforms
2010-05-19  Stefan Csomorset default resolutions in case of errors
2010-05-19  Stefan Csomorusing wx dynamic cast
2010-05-19  Stefan Csomorremoving unused var
2010-05-19  Stefan Csomormissing commit, fixes #12067
2010-05-10  Vadim ZeitlinReplace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
2010-05-05  Vadim ZeitlinReplace wxPrintout::SetIsPreview() with SetPreview().
2010-04-30  Stefan Csomoradding wrapper for native UIWindow, using designated...
2010-04-30  Stefan Csomoradjusting to API change of cocoa and carbon
2010-04-30  Stefan Csomorcleanup
2010-04-30  Stefan Csomormoving value setting conformance to impl
2010-04-30  Stefan Csomoriphone implementations
2010-04-30  Stefan Csomoradding uifont support
2010-04-26  Vadim ZeitlinRemove a harmless unused parameter warning in wxOSX...
2010-04-26  Vadim ZeitlinSet popup menu invoking window in wxWindowBase and...
2010-04-24  Vadim ZeitlinRemove unnecessary duplicate code dealing with invoking...
2010-04-22  Stefan Csomorsimpler code
2010-04-22  Stefan Csomorshutdown sequence routing to EndSession calls
2010-04-22  Stefan Csomoroverriding the cfrunloop accessor, during booting cocoa...
2010-04-21  Stefan Csomornon precomp build fix
2010-04-20  Stefan Csomoravoiding full resize-invalidate and refresh
2010-04-20  Stefan Csomorrestoring special handling for carbon system menu items...
2010-04-20  Stefan Csomortracking open modal dialogs
2010-04-20  Stefan Csomorbetter layout for simple one param messages, closes...
2010-04-20  Stefan Csomoruse new call
2010-04-20  Stefan Csomorwrap native TLWs so that they also appear in the tlw...
2010-04-20  Stefan Csomorsupport for capturing, use categories instead of member...
2010-04-19  Stefan Csomormissing return value
2010-04-18  Stefan Csomorconcatenation must use prepend mode on osx as well
2010-04-18  Stefan Csomorfixing coordinate conversions for captured windows
2010-04-18  Stefan Csomorusing same API
2010-04-18  Stefan Csomorstreamlining code for extra controls
2010-04-18  Stefan Csomorpainting background of splitter as well, fixes #11958
2010-04-18  Stefan Csomornormal windows also have transparent corners, so don...
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-15  Stefan Csomorsupporting switching back background style from transpa...
2010-04-14  Stefan Csomorfixing build
2010-04-14  Stefan Csomorfixing layout of custom controls during resize, cleanup...
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-13  Stefan Csomormaking sure calls don't crash for fully native dialogs...
2010-04-13  Stefan Csomoradding fallbacks for non-native font variants, fixes...
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 Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorfixing copy/paste error from carbon version, fixes...
2010-04-12  Stefan Csomorname change to correctly reflect the autorelease nature...
2010-04-12  Stefan Csomorcopying native cursor under cocoa
2010-04-12  Stefan Csomorfixing some warnings, adding proper OnChar support...
2010-04-12  Stefan Csomorchanging sequence of makeFirstResponder and makeKeyAndO...
2010-04-12  Stefan Csomorchange grow box implementation - was incorrectly gettin...
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-10  Stefan Csomorflushing upon destruction, hope this won't redraw conge...
2010-04-10  Stefan Csomornote for future implementation using a former private API
2010-04-08  Stefan Csomortrying to simplify and optimize font handling
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
2010-04-08  Stefan Csomorswitching modal loop implementation, fixes #11921
2010-04-07  Stefan Csomorfixing NSFontDescriptor matching for font weights and...
2010-04-07  Stefan Csomorfixing focus, fixes #11911
2010-04-07  Stefan Csomorborders might have to be drawn differently
2010-04-07  Stefan Csomorswitching loop mode for idle processing, fixes #11912...
2010-04-06  Stefan Csomormaking gradients working again
2010-04-06  Stefan Csomorsupporting text foreground color, fixes #11903
2010-04-06  Stefan Csomorfixing warnings
2010-04-06  Vadim ZeitlinAdd wxTextEntryBase::ForwardEnableTextChangedEvents().
2010-04-06  Vadim ZeitlinFix text text changed events sending in OS X combo...
2010-04-06  Vadim ZeitlinImplement support for gradient stops for OS X.
2010-04-06  Vadim ZeitlinRemove duplicated GetTextPeer() definitions from derive...
2010-04-06  Vadim ZeitlinSet the value passed to wxComboBox ctor in wxOSX/Cocoa.
2010-04-06  Vadim ZeitlinSuppress a harmless signed/unsigned comparison warning.
2010-04-06  Vadim ZeitlinSuppress unused parameter warnings.
2010-04-06  Stefan Csomoradding clipboard events, fixes #11906
2010-04-05  Stefan Csomormoving OnInit back
2010-04-05  Vadim ZeitlinAdd support for gradient stops to wxGraphicsContext.
2010-04-03  Stefan Csomorshuffling code back from eventloop to common app utils
2010-04-03  Stefan Csomorno special casing for iphone necessary
2010-04-03  Stefan Csomorfixing wrong version commit
2010-04-03  Stefan Csomorsupport for toggle bitmap button
2010-04-03  Stefan Csomorfixing multilib build
2010-04-02  Vadim ZeitlinShow labels for controls in wxOSX/Carbon toolbars.
2010-04-02  Stefan Csomorkeeping m_labelOrig untouched, solves test failures...
2010-04-02  Stefan Csomorsimplifying modal event loop handling
2010-04-02  Stefan Csomormoving OnInit to a later stage to avoid Carbon Emulatio...
2010-03-28  Vadim ZeitlinSuppress gcc warnings about double to int conversion.
2010-03-28  Vadim ZeitlinFix bug in wxMBConv_cf::FromWChar() in OS X.
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...
next