2013-10-04 |
Jay Freeman (saurik) | Expose the Apple menu so it can be setup manually. |
tree | commitdiff |
2013-09-21 |
Václav Slavík | Make public headers compatible with Objective-C++ with... |
tree | commitdiff |
2013-09-21 |
Václav Slavík | Revert "using #ifdef wxABORT_ON_CONFIG_ERROR not just... |
tree | commitdiff |
2013-09-21 |
Václav Slavík | Fix wxOSX warnings about int-to-void* casts. |
tree | commitdiff |
2013-09-11 |
Vadim Zeitlin | Change version to 3.0.0. |
tree | commitdiff |
2013-08-24 |
Stefan Csomor | proper default for iphone |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as... |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | adapting to new event version |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | using Run of base class |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | using Run of base class |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | bracketing for correct builds |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | OSX adaptions |
tree | commitdiff |
2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | further routing into wxApp |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | wiring osx native notification during launch |
tree | commitdiff |
2013-07-17 |
Vadim Zeitlin | Just forward Stricmp() in wx/string.h to wxCRT_StricmpA(). |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Allow unsetting wxMenuItem as start of radio group... |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | No changes, just fix some comments in wxOSX wxMenu... |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Get rid of wxMenu::m_startRadioGroup in wxOSX. |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Move HAVE_WCSXXX from wx/osx/config_xcode.h to wx/osx... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Add wxUSE_PREFERENCES_EDITOR and the corresponding... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Don't test for wide character functions in configure... |
tree | commitdiff |
2013-07-14 |
Stefan Csomor | support for @2x notation for wxBITMAP_TYPE_PNG (non... |
tree | commitdiff |
2013-07-10 |
Vadim Zeitlin | Add default ctors and Create() to wxDirDialog and wxFil... |
tree | commitdiff |
2013-07-10 |
Václav Slavík | Fix lots of warnings reported by Clang. |
tree | commitdiff |
2013-07-06 |
Vadim Zeitlin | Forbid creation of wxStandardPaths object directly. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Use CFSocket instead of CFFileDescriptor in wxCFEventLo... |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Make wxEventLoop::AddSourceForFD() static. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoop::ScheduleExit(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add wxEventLoopBase::DoRun(). |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Move wxEventLoopManual::m_shouldExit to wxEventLoopBase. |
tree | commitdiff |
2013-07-03 |
Vadim Zeitlin | Add "OSX" prefix to wxCFEventLoop::DoRun() and DoStop... |
tree | commitdiff |
2013-06-28 |
Stefan Csomor | support getting device resolution on all osx ports |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | new method for contentScaleFactor on main screen |
tree | commitdiff |
2013-06-27 |
Stefan Csomor | native bitmap scaling codes |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | native scaling support for bitmap |
tree | commitdiff |
2013-06-19 |
Stefan Csomor | using common GetContentScaleFactor throughout part 1 |
tree | commitdiff |
2013-06-17 |
Stefan Csomor | adding magnification API into the wxWindow classes... |
tree | commitdiff |
2013-06-15 |
Stefan Csomor | adding new constructor for best dc-compatibility of... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | supporting max len event |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | exposing useful typedefs |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding hook, but unfortunately no solution yet for... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | cocoa needs a special implementation for read-only... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | better support for ui action simulation |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | exposing wxOSXGetViewFromResponder |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | adding a more extensive version to arrive at the impl... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure we don't execute pending deletes either when... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | using ordinary Show for popup windows as on MSW which... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | refactoring SizeEvent sending |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | attempt to get the 'new focus' window parameter of... |
tree | commitdiff |
2013-05-10 |
Stefan Csomor | applying editor part of patch, see #15003 |
tree | commitdiff |
2013-04-30 |
Vadim Zeitlin | Add wxFontInfo class to allow using named parameters... |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-03-31 |
Vadim Zeitlin | Make wxToolBar styles consistent and add wxTB_DEFAULT_S... |
tree | commitdiff |
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 |
next |