2013-09-26 |
Stefan Csomor | always use hw-accel, fixes #15536, applied with thanks |
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-18 |
Václav Slavík | Deallocate wxThreadSpecificInfo when wxThread ends. |
tree | commitdiff |
2013-08-24 |
Vadim Zeitlin | Move code removing "-psn_xxx" command line arguments... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | using terminate: terminates prematurely, OnExit is... |
tree | commitdiff |
2013-08-14 |
Stefan Csomor | using #ifdef wxABORT_ON_CONFIG_ERROR not just #if as... |
tree | commitdiff |
2013-08-06 |
Vadim Zeitlin | Fix column sorting UI in wxDataViewCtrl under wxOSX. |
tree | commitdiff |
2013-08-05 |
Stefan Csomor | follow up parent chain to properly support modal dialog... |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | first attempt at adding the minimal set needed for... |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | adapting to new event version |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | changing to allow for 2x ramping up NSApp run |
tree | commitdiff |
2013-07-28 |
Stefan Csomor | using Run of base class |
tree | commitdiff |
2013-07-27 |
Stefan Csomor | wiring event loop callbacks |
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-24 |
Stefan Csomor | wiring OnInit on osx to a later point in event processing |
tree | commitdiff |
2013-07-23 |
Stefan Csomor | support for iPhone callbacks |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | further routing into wxApp |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | cocoa wiring |
tree | commitdiff |
2013-07-22 |
Stefan Csomor | wiring osx native notification during launch |
tree | commitdiff |
2013-07-17 |
Vadim Zeitlin | Handle wxALWAYS_SHOW_SB in wxOSX. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Fix insertion of radio menu items in wxOSX wxMenu. |
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 renamed "pItem" to "item" in wxOSX... |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Get rid of wxMenu::m_startRadioGroup in wxOSX. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Fix harmless unused parameter warning in wxOSX. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Use [DOMRange markupString] to get selection source. |
tree | commitdiff |
2013-07-16 |
Vadim Zeitlin | Return raw text, not markup, from wxWebViewWebKit:... |
tree | commitdiff |
2013-07-16 |
Stefan Csomor | never return negative client sizes, fixes #15338 |
tree | commitdiff |
2013-07-15 |
Stefan Csomor | keeping selected page, fixes #15334 |
tree | commitdiff |
2013-07-15 |
Stefan Csomor | making sure images are in synch with the pages |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Add wxUSE_PREFERENCES_EDITOR and the corresponding... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Don't use images in wxToolBar with wxTB_NOICONS in... |
tree | commitdiff |
2013-07-15 |
Vadim Zeitlin | Support using GetTextExtent() with empty string to... |
tree | commitdiff |
2013-07-14 |
Stefan Csomor | support for @2x notation for wxBITMAP_TYPE_PNG (non... |
tree | commitdiff |
2013-07-11 |
Stefan Csomor | adapt to wx conventions for scroll wheel differences... |
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 | Rewrite wxExecute() implementation under Unix. |
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 | 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-28 |
Stefan Csomor | new method for contentScaleFactor on main screen |
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 | support for scaled bitmaps in wxMemoryDC |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | native scaling support for bitmap |
tree | commitdiff |
2013-06-25 |
Stefan Csomor | supporting native content scaling on OSX |
tree | commitdiff |
2013-06-19 |
Stefan Csomor | fixing iPhone build |
tree | commitdiff |
2013-06-19 |
Stefan Csomor | using common GetContentScaleFactor throughout part 2/2 |
tree | commitdiff |
2013-06-17 |
Stefan Csomor | fixing sdk compilo |
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-14 |
Vadim Zeitlin | Don't crash in wxWebView under OS X if custom URI is... |
tree | commitdiff |
2013-06-14 |
Vadim Zeitlin | Handle NULL flags argument in wxOSX wxNotebook::HitTest(). |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | fixing correct delete key |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | reusing existing API |
tree | commitdiff |
2013-06-13 |
Stefan Csomor | slight adaption, shorter max wait |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding missing include |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | supporting max len event |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | quite ugly workaround, but even the engineers at WWDC... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | guarding open combo box against AppDefined NSEvents... |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | adding check for invalid date |
tree | commitdiff |
2013-06-12 |
Stefan Csomor | as the native control doesn't check the min max values... |
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-12 |
Stefan Csomor | Clear is also expected to clear the text |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | add more high-level event concepts, fixing native butto... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | notify the event loop that synthesized events are on... |
tree | commitdiff |
2013-06-11 |
Stefan Csomor | better support for ui action simulation |
tree | commitdiff |
2013-06-10 |
Vadim Zeitlin | Add wxMouseEvent::GetColumnsPerAction(). |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | associate the outline view with the impl, fixes #13748 |
tree | commitdiff |
2013-06-04 |
Stefan Csomor | refactoring focus handling |
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-04 |
Stefan Csomor | adding comment |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | avoiding reentrancy problems and congestion |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | avoiding focus lost events when a different subview... |
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 | refactoring SizeEvent sending |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | attempt to get the 'new focus' window parameter of... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure mouse moved events are always delivered,... |
tree | commitdiff |
2013-06-03 |
Stefan Csomor | make sure button clicks etc. on a popup window don... |
tree | commitdiff |
2013-06-02 |
Stefan Csomor | don't take resize indicators into account if we are... |
tree | commitdiff |
2013-06-02 |
Stefan Csomor | propagate scroll wheel events to parent, fixes #15187 |
tree | commitdiff |
2013-06-01 |
Stefan Csomor | fixes potential crash under gatekeeper |
tree | commitdiff |
2013-06-01 |
Stefan Csomor | only set native window level, when not using a wrapped... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | using an empty default menu bar when no menubar is... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | make sure we have a default handling the quit command... |
tree | commitdiff |
2013-05-31 |
Stefan Csomor | avoiding reshow of hidden windows when app is brought... |
tree | commitdiff |
2013-05-24 |
Stefan Csomor | using scan-line polygon conversion for constructing... |
tree | commitdiff |
next |