Return after activating already opened document in wxDocManager.
[wxWidgets.git] / src / osx /
2010-07-28  Vadim ZeitlinFix harmless float to int conversion warnings in wxOSX...
2010-07-24  Vadim ZeitlinPostpone showing the notebook pages under wxOSX/Cocoa.
2010-07-23  Stefan Csomorfixes #12258
2010-07-18  Stefan Csomororganizing code, adding offset correction for update...
2010-07-17  Stefan Csomorremoving early init, fixes #12231
2010-07-14  Vadim ZeitlinUse correct format specifiers in wxOSX/Carbon font...
2010-07-13  Vadim ZeitlinFix file paths in the header comments.
2010-07-13  Vadim ZeitlinGlobally use "wxWindows licence" consistently.
2010-07-11  Vadim ZeitlinSet the string to search for in wxSearchCtrl events.
2010-07-09  Julian SmartFix undefined symbols
2010-07-08  Julian SmartiPhone SDK 2.2 compilation
2010-07-07  Stefan Csomoronly hide tool windows on deactivate, fixes #11924
2010-07-07  Stefan Csomorsupporting disabled tools, fixes #11457
2010-07-05  Stefan Csomorusing backwards compatible implementation
2010-06-21  Stefan Csomoradding mimetype patch, closes #12072
2010-06-21  Stefan Csomoradding HitTest to osx_cocoa implementation of listbox...
2010-06-21  Stefan Csomoradding bestsize for osx_cocoa combobox
2010-06-21  Stefan Csomoradding fix for non-precomp header build
2010-06-21  Stefan Csomorstoring current event for dnd support, adding default...
2010-06-21  Stefan Csomortext updated events were not always sent out correctly...
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-20  Stefan Csomorno trailing slash for OSX_CARBON
2010-06-19  Francesco MontorsiRemove identic implementations of wxDir::Exists from...
2010-06-10  Robert RoeblingImplemented wxDataViewColumn for wxOSX/Cocoa
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...
next