]> git.saurik.com Git - wxWidgets.git/history - include/wx/osx
Allow overriding print preview frame creation in docview.
[wxWidgets.git] / include / wx / osx /
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...
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-19  Jaakko SalliwxAny initial commit (closes #10932)
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-09-16  Peter CawleyMerged GSOC Ribbon work from SOC2009_RIBBON branch...
2009-09-14  Stefan Csomorfixing and completing iPhone sound
2009-09-13  Stefan Csomoradapting to new sound file organization for osx
2009-09-13  Stefan Csomorenabling correct audio framework on OSX
2009-09-13  Stefan CsomorOpenGL changes for carbon and cocoa
2009-09-12  Vadim ZeitlinAdd wxDEBUG_LEVEL to wx/setup.h and document it.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-20  Vadim ZeitlinInclude wx/dataobj.h from wx/clipbrd.h.
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
next