avoid GDK warning "drawable is not a pixmap or window"
[wxWidgets.git] / src / osx /
2011-10-20  Robin DunnDelegate wxGraphicsBitmap::ConvertToImage to the render...
2011-10-19  Vadim ZeitlinMore fixes for PCH-less compilation.
2011-10-18  Vadim ZeitlinAdded wxNonOwnedWindow::SetShape(wxGraphicsPath).
2011-10-18  Vadim ZeitlinDocument and test behaviour of wxRegion methods when...
2011-10-18  Vadim ZeitlinFix SetShape() in wxOSX/Cocoa.
2011-10-18  Vadim ZeitlinDon't create a valid wxRegion when using default ctor...
2011-10-16  Stefan Csomorsupporting deployment < 10.6 when compiling against...
2011-10-16  Stefan Csomorremoving QD dependency
2011-10-16  Steve LamertonExport a couple of Carbon functions to allow wxWebView...
2011-10-12  Stefan Csomorapplying slightly modified patch, fixes #13434
2011-10-10  Vadim ZeitlinMove wxTopLevelWindow::SetShape() down to wxNonOwnedWindow.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsFont without using wxFont.
2011-10-09  Vadim ZeitlinAllow creating wxGraphicsBitmap and wxGraphicsContext...
2011-10-09  Vadim ZeitlinDon't make private wxGraphicsContext-derived classes...
2011-10-09  Vadim ZeitlinAdded wxGraphicsBitmap::ConvertToImage().
2011-10-02  Vadim ZeitlinFix harmless warnings in hot key code in wxOSX.
2011-09-27  Stefan Csomorgiving in on native undo integration, as we don't have...
2011-09-25  Stefan Csomoradding missing autorelease pool, since this can be...
2011-09-21  Vadim ZeitlinChange wxSound ctor from in-memory data to use size_t...
2011-09-21  Vadim ZeitlinRemove wxHeaderColumn::SetAsSortKey() and only use...
2011-09-12  Steve LamertonUpdate wxWebView guards to stop backend compilation...
2011-09-10  Steve LamertonMerge the new wxWebView classes from the SOC2011_WEBVIE...
2011-09-10  Steve LamertonMerge in from trunk r68684 - r69046
2011-09-06  Robin Dunnfix for non-pch builds
2011-09-03  Stefan Csomorsetting the image position after the label is set,...
2011-09-01  Stefan Csomorfixes #13443, thanks :-)
2011-08-30  Stefan Csomorfixes #13438 (building OSX min >= 10.6), thanks :-)
2011-08-28  Stefan Csomorrouting keys like ESC etc, fixes #13429
2011-08-25  Stefan Csomormb:54153a12-b2c7-417e-b607-c4faa9c436ab
2011-08-24  Stefan Csomormissing commit for RAW_CONTROL changes
2011-08-23  Stefan Csomorfixing type for key event, using WXK_RAW_CONTROL consta...
2011-08-23  Stefan Csomorexposing control key combinations as before, fixing...
2011-08-23  Stefan Csomoradjusting keyboardstate to new ctrl / raw_ctrl handling...
2011-08-22  Vadim ZeitlinHarmonize wxDataViewCtrl::GetSelection() behaviour...
2011-08-22  Steve LamertonExport a couple of carbon functions so that shared...
2011-08-21  Vadim ZeitlinAdd wxWithImages helper mix-in with {Set,Get,Assign...
2011-08-20  Steve LamertonAnother compilation fix for OSX 10.5
2011-08-18  Steve LamertonAdd some version checks to help compiling on OSX.
2011-08-17  Steve LamertonDerive wxWebViewEvent from wxNotifyEvent.
2011-08-17  Steve LamertonRename LoadUrl to LoadURL. This corrects the capitalisa...
2011-08-17  Steve LamertonConst correct the wxWebView api.
2011-08-16  Stefan Csomorsupporting full style mask
2011-08-16  Stefan Csomorsupport for raw ctrl shortcut
2011-08-16  Stefan Csomoradapt defines for ctrl/command key
2011-08-15  Steve LamertonRename wxWebHistoryItem to wxWebViewHistoryItem.
2011-08-15  Steve LamertonRename wxWebNavigationError to wxWebViewNavigationError...
2011-08-14  Stefan Csomorfixing comment
2011-08-14  Stefan Csomorfixing open application event handling, fixes #13397
2011-08-14  Steve LamertonRename wxWebFileHandler to wxWebViewArchiveHandler...
2011-08-13  Steve LamertonMerge in from trunk r68626 - r68683
2011-08-11  Steve LamertonAdd support for custom scheme handling and virtual...
2011-08-11  Steve LamertonFix typo in last commit
2011-08-11  Steve LamertonRename delegates to try and stop name clashes, probably...
2011-08-11  Stefan Csomorfixing osx_carbon
2011-08-11  Stefan Csomorfixing osx_cocoa
2011-08-11  Dimitri SchoolwerthFixed wxOSX build.
2011-08-10  Steve LamertonMerge in from trunk r64802 - r68625
2011-08-09  Dimitri SchoolwerthAdded NSApplicationDelegate's openFiles for wxOSX-Cocoa.
2011-08-07  Steve LamertonRemove some out of date comments.
2011-08-07  Steve LamertonRemove the WebView - wxWebViewWebKit map as our policy...
2011-08-06  Steve LamertonRemove old WXCOCOA code.
2011-08-06  Steve LamertonImplement GetSelectedSource for the OSX WebKit backend.
2011-08-06  Steve LamertonImplement SelectAll for OSX WebKit.
2011-08-06  Steve LamertonImplement GetPageText for the OSX WebKit implementation.
2011-08-06  Steve LamertonImplement ClearSelection for the OSX WebKit backend.
2011-08-05  Steve LamertonRemove string conversion functions and use the wx provi...
2011-08-05  Vadim ZeitlinImplement wxFileType::GetOpenCommand() in wxOSX.
2011-08-05  Steve LamertonRemove redundant InternalLoadURL method.
2011-08-05  Steve LamertonRemove now unnecessary comment.
2011-08-05  Steve LamertonRemove SetPageTitle and GetPageTitle and make GetCurren...
2011-08-05  Steve LamertonImplement GetBackwardHistory, GetForwardHistory and...
2011-08-05  Steve LamertonImplement ClearHistory using the built in WebBackForwar...
2011-08-05  Steve LamertonAdd a WebHistory to the OSX WebKit backend and implemen...
2011-08-05  Steve LamertonRemove now unused GetSelection from the OSX WebKit...
2011-08-05  Steve LamertonAdd undo / redo support to OSX WebKit.
2011-08-04  Vadim ZeitlinAdd support for wxHELP button to wxMessageDialog.
2011-08-03  Julian SmartReturn sensible major and minor version numbers for...
2011-08-02  Steve LamertonImplement HasSelection for the OSX WebKit backend.
2011-08-02  Steve LamertonAdd EnableHistory support to the OSX WebKit backend.
2011-08-01  Steve LamertonFix compilation for OSX backend.
2011-07-30  Vadim ZeitlinGenerate events with WXK_NONE Unicode keys for non...
2011-07-30  Vadim ZeitlinAvoid bogus focus loss event when wxTextCtrl is modifie...
2011-07-30  Vadim ZeitlinFix off by one error in wxTextCtrl::GetLineLength(...
2011-07-30  Steve LamertonAdd new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event...
2011-07-26  Steve LamertonFix compilation errors under OSX.
2011-07-25  Dimitri SchoolwerthFixed wxOSX-Cocoa compilation.
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-07-25  Steve LamertonAdd support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKi...
2011-07-24  Vadim ZeitlinReplace wxControlContainer-related macros with wxNaviga...
2011-07-19  Stefan Csomordoing WakeUp in osx_carbon differently for the main...
2011-07-19  Stefan Csomormake sure we can issue a WakeUp call that really trigge...
2011-07-19  Stefan Csomorfixing width/height (were negative) thanks to Werner...
2011-07-16  Stefan Csomorfixing typo
2011-07-15  Vadim ZeitlinImplement wxRegion::Equal() for wxOSX.
2011-07-15  Vadim ZeitlinEnsure we don't modify a shared object in wxOSX wxRegio...
2011-07-15  Vadim ZeitlinNo real changes, just use AllocExclusive() in wxOSX...
2011-07-15  Steve LamertonAdd RunScript and implement on all backends. Document...
2011-07-10  Stefan Csomorsupport multi-line labels, add different native styles...
2011-07-09  Steve LamertonAdd start of selection api, support for HasSelection...
2011-07-09  Stefan Csomoravoid scrolling to cleared-non existing- data, reload...
next