Fix bug with using uninitialized flags in GetParentForModalDialog().
[wxWidgets.git] / include / wx / osx /
2010-04-16  Stefan Csomortranslating background style BG_PAINT into opaqueness...
2010-04-13  Stefan Csomoradding support for extraControl on osx_carbon
2010-04-13  Stefan Csomoradding wrapping possibility for native tlws
2010-04-12  Stefan Csomorcorrecting alpha and removing window shadow for overlay
2010-04-12  Stefan Csomorname change to correctly reflect the autorelease nature...
2010-04-12  Stefan Csomorchange grow box implementation - was incorrectly gettin...
2010-04-11  Stefan Csomorcocoa implementation for overlay
2010-04-08  Stefan Csomorusing statically allocated font objects for speedup
2010-04-08  Stefan Csomorallowing direct native tlw modal loops
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 ZeitlinRemove duplicated GetTextPeer() definitions from derive...
2010-04-06  Stefan Csomoradding clipboard events, fixes #11906
2010-04-06  Vadim ZeitlinCorrect check for MSVC version in wxUSE_GRAPHICS_CONTEX...
2010-04-03  Vadim ZeitlinCorrect compilation breakage of r63832.
2010-04-02  Vadim ZeitlinAllow using wxGraphicsContext with MinGW if gdiplus...
2010-04-02  Stefan Csomorsimplifying modal event loop handling
2010-03-22  Vadim ZeitlinAdd wxUSE_UIACTIONSIMULATOR and turn it off by default.
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-06  Kevin OllivierA call to wxPopupWindow::Show shouldn't automatically...
2010-03-03  Stefan Csomormake sure ShowEvent doesn't get triggered to early...
2010-03-01  Robin DunnInvalidate best size when the bitmap or bitmap position...
2010-02-27  Kevin OllivierOverride CanFocus because the wxWindow level test will...
2010-02-22  Kevin OllivierCocoa text fields and views have their own context...
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.
2010-02-08  Stefan Csomoradding carbon event missing in 10.4 headers
2010-02-06  Kevin OllivierGet wxSearchCtrl text events working, and share the...
2010-02-06  Kevin OllivierAdd an accessor to get the current drop source from...
2010-01-31  Stefan Csomorsupporting clipboard command shortcuts on osx_cocoa...
2010-01-28  Kevin OllivierGet ShowWindowModal behavior working under OS X Cocoa...
2010-01-25  Stefan Csomorsimplifying code, removing outdated API
2010-01-23  Kevin OllivierStart on ShowWindowModal for OS X Cocoa. Not working...
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-04  Stefan Csomoradding kqueue define for xcode builds
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...
2010-01-03  Stefan Csomorcorrecting error message
2009-12-30  Kevin OllivierTo support playing async sounds on the stack on Mac...
2009-12-25  Kevin OllivierRemove the native toolbar from the frame in Destroy...
2009-12-25  Stefan Csomorremoving event handlers on non-owned windows when the...
2009-12-12  Stefan Csomorrearranging contentview, adding toolbar
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-05  Paul Cornettminor cleanup
2009-12-03  Paul Cornettmake access for virtuals match base
2009-12-02  Paul Cornettcheck for self assignment in operator=
2009-12-01  Vadim ZeitlinAdd wxOSX_10_6_AND_LATER macro and use it.
2009-11-26  Kevin OllivierBuild fix for OS X <= 10.5.
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...
2009-11-24  Vadim ZeitlinEnable wxGraphicsContext and related classes by default...
2009-11-13  Stefan Csomoradding toolbar implementation for iphone
2009-11-11  Vadim ZeitlinAdd wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr...
2009-11-11  Vadim ZeitlinRevert r62598 which removed "unnecessary wxOSX_USE_COCO...
2009-11-10  Vadim ZeitlinAdd support for wxDV_NO_HEADER to OS X/Cocoa wxDataView...
2009-11-10  Vadim ZeitlinAdd support for custom attributes to wxOSX/Cocoa wxData...
2009-11-10  Vadim ZeitlinNo changes, just remove unnecessary wxOSX_USE_COCOA...
2009-11-10  Vadim ZeitlinAllow custom wxDataViewCtrl renderers to easily use...
2009-11-10  Vadim ZeitlinBig wxDataViewCtrl renderer classes refactoring.
2009-11-08  Kevin OllivierMake wxSTAY_ON_TOP and other window styles toggleable...
2009-11-05  Kevin OllivierCreate an autorelease pool to catch objects created...
2009-11-01  Kevin OllivierStart on Get/SetStyle support for OS X Cocoa wxTextCtrl.
2009-11-01  Kevin OllivierwxColour -> NSColor conversion.
2009-10-31  Kevin OllivierNSFont -> wxFont conversion.
2009-10-31  Kevin OllivierAdding NSColor -> wxColour conversion.
2009-10-31  Vadim ZeitlinReturn the real column width from wxOSX wxDataViewColum...
2009-10-30  Kevin OllivierInitial ShowWithoutActivating implementations for Mac...
2009-10-24  Vadim ZeitlinDon't show anything in the cells which should be empty...
2009-10-23  Vadim ZeitlinUse virtual functions to convert NSObject to the correc...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Vadim ZeitlinRewrite handling cell value changes in wxOSX/Cocoa...
2009-10-17  Vadim ZeitlinNo changes, just attempts to make the code more readable.
2009-10-17  Vadim ZeitlinFix crash when editing wxDVC items in place in wxOSX...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImprove wxCollapsiblePane appearance under OS X.
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in Cocoa wxDataView...
2009-10-12  Vadim ZeitlinRemove wxDataViewTextRendererAttr by merging it with...
2009-10-09  Paul Cornettreplace TRUE/FALSE with true/false
2009-10-09  Vadim ZeitlinRemoved wxFont::Set/GetNoAntiAliasing() implementations.
2009-10-09  Stefan Csomormoving bitmapbutton functionality up to button for OSX
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-05  Vadim ZeitlinAdded a virtual wxWindow::OSXGetViewOrWindow() method.
2009-10-05  Vadim ZeitlinInitial wxInfoBar implementation.
2009-10-02  Stefan Csomorfixing typo
2009-10-02  Stefan Csomoradding NSImage to CGImageRef conversion
2009-09-30  Stefan Csomoroverriding to allocate an outer autorelease pool
2009-09-28  Julian SmartApplied #9076 (scrolling bars grow box fix)
2009-09-26  Vadim ZeitlinUse FWD version of DLL export macro in forward declaration.
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-09-25  Julian SmartApplied #9011: Native wxListCtrl::HitTest on OS X
2009-09-25  Julian SmartApplied #10858: wxListCtrl on Mac does not route Freeze...
next