2011-10-25 |
Stefan Csomor | fixing reentrancy problem under iOS 5 |
tree | commitdiff |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2011-10-20 |
Robin Dunn | Delegate wxGraphicsBitmap::ConvertToImage to the render... |
tree | commitdiff |
2011-10-19 |
Vadim Zeitlin | More fixes for PCH-less compilation. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Document and test behaviour of wxRegion methods when... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Fix SetShape() in wxOSX/Cocoa. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor... |
tree | commitdiff |
2011-10-16 |
Stefan Csomor | supporting deployment < 10.6 when compiling against... |
tree | commitdiff |
2011-10-16 |
Stefan Csomor | removing QD dependency |
tree | commitdiff |
2011-10-16 |
Steve Lamerton | Export a couple of Carbon functions to allow wxWebView... |
tree | commitdiff |
2011-10-12 |
Stefan Csomor | applying slightly modified patch, fixes #13434 |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsFont without using wxFont. |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Allow creating wxGraphicsBitmap and wxGraphicsContext... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Don't make private wxGraphicsContext-derived classes... |
tree | commitdiff |
2011-10-09 |
Vadim Zeitlin | Added wxGraphicsBitmap::ConvertToImage(). |
tree | commitdiff |
2011-10-02 |
Vadim Zeitlin | Fix harmless warnings in hot key code in wxOSX. |
tree | commitdiff |
2011-09-27 |
Stefan Csomor | giving in on native undo integration, as we don't have... |
tree | commitdiff |
2011-09-25 |
Stefan Csomor | adding missing autorelease pool, since this can be... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Change wxSound ctor from in-memory data to use size_t... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
2011-09-12 |
Steve Lamerton | Update wxWebView guards to stop backend compilation... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge the new wxWebView classes from the SOC2011_WEBVIE... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-06 |
Robin Dunn | fix for non-pch builds |
tree | commitdiff |
2011-09-03 |
Stefan Csomor | setting the image position after the label is set,... |
tree | commitdiff |
2011-09-01 |
Stefan Csomor | fixes #13443, thanks :-) |
tree | commitdiff |
2011-08-30 |
Stefan Csomor | fixes #13438 (building OSX min >= 10.6), thanks :-) |
tree | commitdiff |
2011-08-28 |
Stefan Csomor | routing keys like ESC etc, fixes #13429 |
tree | commitdiff |
2011-08-25 |
Stefan Csomor | mb:54153a12-b2c7-417e-b607-c4faa9c436ab |
tree | commitdiff |
2011-08-24 |
Stefan Csomor | missing commit for RAW_CONTROL changes |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | fixing type for key event, using WXK_RAW_CONTROL consta... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | exposing control key combinations as before, fixing... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | adjusting keyboardstate to new ctrl / raw_ctrl handling... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
2011-08-22 |
Steve Lamerton | Export a couple of carbon functions so that shared... |
tree | commitdiff |
2011-08-21 |
Vadim Zeitlin | Add wxWithImages helper mix-in with {Set,Get,Assign... |
tree | commitdiff |
2011-08-20 |
Steve Lamerton | Another compilation fix for OSX 10.5 |
tree | commitdiff |
2011-08-18 |
Steve Lamerton | Add some version checks to help compiling on OSX. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Derive wxWebViewEvent from wxNotifyEvent. |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Rename LoadUrl to LoadURL. This corrects the capitalisa... |
tree | commitdiff |
2011-08-17 |
Steve Lamerton | Const correct the wxWebView api. |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | supporting full style mask |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | support for raw ctrl shortcut |
tree | commitdiff |
2011-08-16 |
Stefan Csomor | adapt defines for ctrl/command key |
tree | commitdiff |
2011-08-15 |
Steve Lamerton | Rename wxWebHistoryItem to wxWebViewHistoryItem. |
tree | commitdiff |
2011-08-15 |
Steve Lamerton | Rename wxWebNavigationError to wxWebViewNavigationError... |
tree | commitdiff |
2011-08-14 |
Stefan Csomor | fixing comment |
tree | commitdiff |
2011-08-14 |
Stefan Csomor | fixing open application event handling, fixes #13397 |
tree | commitdiff |
2011-08-14 |
Steve Lamerton | Rename wxWebFileHandler to wxWebViewArchiveHandler... |
tree | commitdiff |
2011-08-13 |
Steve Lamerton | Merge in from trunk r68626 - r68683 |
tree | commitdiff |
2011-08-11 |
Steve Lamerton | Add support for custom scheme handling and virtual... |
tree | commitdiff |
2011-08-11 |
Steve Lamerton | Fix typo in last commit |
tree | commitdiff |
2011-08-11 |
Steve Lamerton | Rename delegates to try and stop name clashes, probably... |
tree | commitdiff |
2011-08-11 |
Stefan Csomor | fixing osx_carbon |
tree | commitdiff |
2011-08-11 |
Stefan Csomor | fixing osx_cocoa |
tree | commitdiff |
2011-08-11 |
Dimitri Schoolwerth | Fixed wxOSX build. |
tree | commitdiff |
2011-08-10 |
Steve Lamerton | Merge in from trunk r64802 - r68625 |
tree | commitdiff |
2011-08-09 |
Dimitri Schoolwerth | Added NSApplicationDelegate's openFiles for wxOSX-Cocoa. |
tree | commitdiff |
2011-08-07 |
Steve Lamerton | Remove some out of date comments. |
tree | commitdiff |
2011-08-07 |
Steve Lamerton | Remove the WebView - wxWebViewWebKit map as our policy... |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Remove old WXCOCOA code. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement GetSelectedSource for the OSX WebKit backend. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement SelectAll for OSX WebKit. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement GetPageText for the OSX WebKit implementation. |
tree | commitdiff |
2011-08-06 |
Steve Lamerton | Implement ClearSelection for the OSX WebKit backend. |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove string conversion functions and use the wx provi... |
tree | commitdiff |
2011-08-05 |
Vadim Zeitlin | Implement wxFileType::GetOpenCommand() in wxOSX. |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove redundant InternalLoadURL method. |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove now unnecessary comment. |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove SetPageTitle and GetPageTitle and make GetCurren... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Implement GetBackwardHistory, GetForwardHistory and... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Implement ClearHistory using the built in WebBackForwar... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Add a WebHistory to the OSX WebKit backend and implemen... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Remove now unused GetSelection from the OSX WebKit... |
tree | commitdiff |
2011-08-05 |
Steve Lamerton | Add undo / redo support to OSX WebKit. |
tree | commitdiff |
2011-08-04 |
Vadim Zeitlin | Add support for wxHELP button to wxMessageDialog. |
tree | commitdiff |
2011-08-03 |
Julian Smart | Return sensible major and minor version numbers for... |
tree | commitdiff |
2011-08-02 |
Steve Lamerton | Implement HasSelection for the OSX WebKit backend. |
tree | commitdiff |
2011-08-02 |
Steve Lamerton | Add EnableHistory support to the OSX WebKit backend. |
tree | commitdiff |
2011-08-01 |
Steve Lamerton | Fix compilation for OSX backend. |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Generate events with WXK_NONE Unicode keys for non... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Avoid bogus focus loss event when wxTextCtrl is modifie... |
tree | commitdiff |
2011-07-30 |
Vadim Zeitlin | Fix off by one error in wxTextCtrl::GetLineLength(... |
tree | commitdiff |
2011-07-30 |
Steve Lamerton | Add new wxEVT_COMMAND_WEB_VIEW_TITLE_CHANGED event... |
tree | commitdiff |
2011-07-26 |
Steve Lamerton | Fix compilation errors under OSX. |
tree | commitdiff |
2011-07-25 |
Dimitri Schoolwerth | Fixed wxOSX-Cocoa compilation. |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
tree | commitdiff |
2011-07-25 |
Steve Lamerton | Add support for EVT_WEB_VIEW_NEWWINDOW to the OSX WebKi... |
tree | commitdiff |
2011-07-24 |
Vadim Zeitlin | Replace wxControlContainer-related macros with wxNaviga... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | doing WakeUp in osx_carbon differently for the main... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | make sure we can issue a WakeUp call that really trigge... |
tree | commitdiff |
2011-07-19 |
Stefan Csomor | fixing width/height (were negative) thanks to Werner... |
tree | commitdiff |
2011-07-16 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | Implement wxRegion::Equal() for wxOSX. |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | Ensure we don't modify a shared object in wxOSX wxRegio... |
tree | commitdiff |
2011-07-15 |
Vadim Zeitlin | No real changes, just use AllocExclusive() in wxOSX... |
tree | commitdiff |
2011-07-15 |
Steve Lamerton | Add RunScript and implement on all backends. Document... |
tree | commitdiff |
2011-07-10 |
Stefan Csomor | support multi-line labels, add different native styles... |
tree | commitdiff |
next |