2013-03-03 |
Vadim Zeitlin | Fix hundreds of unused parameter warnings in wxOSX... |
tree | commitdiff |
2013-03-02 |
Stefan Csomor | enabling cursor events, fixes #15044 |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add support for Cocoa's selectable toolbar items. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxBitmap(NSImage*) ctor to wxOSX. |
tree | commitdiff |
2013-02-17 |
Stefan Csomor | switching notebook implementation to common |
tree | commitdiff |
2013-02-01 |
Steve Lamerton | Rename all WEB_VIEW* style identifiers to WEBVIEW*. |
tree | commitdiff |
2013-01-20 |
Paul Cornett | add wxMask::GetBitmap(), closes #9381 |
tree | commitdiff |
2013-01-13 |
Steve Lamerton | Allow registering of custom wxWebView backends. |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | try support for native isFlipped usage and coalesce... |
tree | commitdiff |
2012-12-22 |
Vadim Zeitlin | Add wxListCtrl::EnableAlternateRowColours() and SetAlte... |
tree | commitdiff |
2012-12-20 |
Stefan Csomor | benefit from 10.5+ call HIShapeUnionWithRect |
tree | commitdiff |
2012-11-28 |
Stefan Csomor | adding some additional fixes for programmatic selection... |
tree | commitdiff |
2012-11-28 |
Stefan Csomor | supporting selection methods when not focused, closes... |
tree | commitdiff |
2012-11-27 |
Stefan Csomor | support for simulating focus events since not all contr... |
tree | commitdiff |
2012-11-26 |
Vadim Zeitlin | Fix warnings about using type attribute on forward... |
tree | commitdiff |
2012-11-23 |
Stefan Csomor | support for custom app controllers, override OSXCreateA... |
tree | commitdiff |
2012-11-20 |
Vadim Zeitlin | Revert all wxNOEXCEPT-related changes. |
tree | commitdiff |
2012-11-19 |
Vadim Zeitlin | Add wxNOEXCEPT to all wxTextCtrl dtors. |
tree | commitdiff |
2012-11-17 |
Steve Lamerton | Fixed unused parameter warnings for webview on OSX. |
tree | commitdiff |
2012-11-08 |
Stefan Csomor | support for freeze and thaw under cocoa |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Make hack for button creation in wxOSX more robust. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Add wxCFStringRef::AsStringWithNormalizationFormC(... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Update the button bezel to account for multi-line label... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | No changes, just rename OSXSetAcceleratorFromLabel(). |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | missing commit, fixes #14797 |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | exposing common used button impl class |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Invalidate best size of wxOSX wxChoice after its number... |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | No changes, just avoid code duplication in wxOSX wxDirD... |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Implement support for button mnemonics in wxOSX/Cocoa. |
tree | commitdiff |
2012-08-30 |
Vadim Zeitlin | Remove wxOSX implementation of wxSpinCtrl and use the... |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | add global NSLayoutManager instance |
tree | commitdiff |
2012-08-28 |
Steve Lamerton | Add support for searching and highlighting a wxWebView. |
tree | commitdiff |
2012-08-11 |
Stefan Csomor | adding SetLabel -> SetTitle redirects, solves missing... |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Add wxWebView::GetNativeBackend() method. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Extract OS X non-GUI event loop in a separate header. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-10 |
Vadim Zeitlin | Increase version to 2.9.5. |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Fix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa. |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | No changes, just suppress an unused parameter warning... |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | common code for normalization |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | native drop target method for cocoa |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | native hook for supported datatypes |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | adding native hook for drop target |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Add wxUSE_COMPILER_TLS to allow disabling compiler... |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | better naming wxCFEventLoopPauseIdleEvents |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | offer suppression of idle processing (delayed destructi... |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | clang analyzer support specific for OSX |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | FixedWith support through CoreText |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | using CoreText under iOS |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | exposing mainWindow for C++ |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | indicating the memory ownership of our c-method for... |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | supporting clang memory management annotations |
tree | commitdiff |
2012-05-26 |
Vadim Zeitlin | Move include/wx/osx/private/objcid.h to include/wx... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Use wxObjCID instead of "struct objc_object*" to fix... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Implement wxStackWalker for wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix crash on destruction of wxDataViewCtrl in wxOSX. |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | make WakeUp variant explicit, too many errors using... |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-05 |
Vadim Zeitlin | Remove support for MetroWerks CodeWarrior compiler. |
tree | commitdiff |
2012-03-28 |
Steve Lamerton | Minor changes, just trim trailing spaces in webview... |
tree | commitdiff |
2012-03-10 |
Stefan Csomor | using 10.5 API for cursor updates as well |
tree | commitdiff |
2012-03-10 |
Robin Dunn | Make the CreateTool factories be public so they can... |
tree | commitdiff |
2012-03-09 |
Stefan Csomor | reflect correct position for native toolbar, fixes... |
tree | commitdiff |
2012-03-09 |
Paul Cornett | add the usual default parameter for Show() |
tree | commitdiff |
2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-20 |
Vadim Zeitlin | Use wxPageSetupDialogData instead of old wxPageSetupDat... |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Add wxFontDialog ctor not taking wxFontData to wxOSX. |
tree | commitdiff |
2012-02-02 |
Vadim Zeitlin | Fix wxDataViewCtrl::GetItemRect() signature in wxOSX... |
tree | commitdiff |
2012-01-31 |
Stefan Csomor | guarding Update() on OSX not to be issued faster than... |
tree | commitdiff |
2012-01-23 |
Vadim Zeitlin | Add wxFont ctor taking a single flags argument instead... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | adding unix defaults |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Replace wxDataViewCtrl::StartEditor() with EditItem(). |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Add wxDataViewCtrl::GetCurrentColumn(). |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | removing duplicated method, wiring native maxlength... |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | allow native max length support, see #10269 |
tree | commitdiff |
2012-01-15 |
Vadim Zeitlin | Implement wxMenuBar::EnableTop() for wxMSW and wxGTK. |
tree | commitdiff |
2012-01-14 |
Václav Slavík | Fix wxDataViewCtrl::GetMainWindow() signature on OS X. |
tree | commitdiff |
2012-01-08 |
Vadim Zeitlin | Add wxTopLevelWindow::SetRepresentedFilename(). |
tree | commitdiff |
2012-01-08 |
Vadim Zeitlin | Fix wxOSX/Carbon compilation after wxListCtrlBase intro... |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Implement best size calculation for report mode wxListCtrl. |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Replace 3 copies of wxListCtrl mode tests with a single... |
tree | commitdiff |
2012-01-07 |
Vadim Zeitlin | Add wxListCtrlBase common base class for port-specific... |
tree | commitdiff |
2011-12-29 |
Stefan Neis | Do not put semicolons after the definition of an inline... |
tree | commitdiff |
2011-12-28 |
Vadim Zeitlin | Complete wxEVT_MENU_{OPEN,CLOSE} implementation in... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Provide native implementation of wx{Date,Time}PickerCtr... |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Added helpers for translating between wxDateTime and... |
tree | commitdiff |
2011-12-16 |
Vadim Zeitlin | Incremented the version number to 2.9.4 everywhere. |
tree | commitdiff |
2011-12-08 |
Vadim Zeitlin | Only declare wxComboBox::Popup/Dismiss() when using... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
tree | commitdiff |
2011-11-25 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2011-10-26 |
Robin Dunn | Work around a multiple inheritance ambiguity |
tree | commitdiff |
2011-10-25 |
Stefan Csomor | deactivate wxUSE_TIMEPICKCTRL for iphone |
tree | commitdiff |
2011-10-25 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxRichToolTip class. |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Don't create a valid wxRegion when using default ctor... |
tree | commitdiff |
2011-10-10 |
Vadim Zeitlin | Move wxTopLevelWindow::SetShape() down to wxNonOwnedWindow. |
tree | commitdiff |
2011-09-29 |
Vadim Zeitlin | Add wxTimePickerCtrl class. |
tree | commitdiff |
next |