2010-04-02 |
Stefan Csomor | keeping m_labelOrig untouched, solves test failures... |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | simplifying modal event loop handling |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | moving OnInit to a later stage to avoid Carbon Emulatio... |
tree | commitdiff |
2010-03-28 |
Vadim Zeitlin | Suppress gcc warnings about double to int conversion. |
tree | commitdiff |
2010-03-28 |
Vadim Zeitlin | Fix bug in wxMBConv_cf::FromWChar() in OS X. |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Fix wxOSX compilation without PCH. |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Add wxMessageDialog::GetEffectiveIcon() and use it... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | fixing non-precomp builds |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | adding proper removal of observer for stacked event... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
tree | commitdiff |
2010-03-15 |
Stefan Csomor | streamlining OSX event support second step, moving... |
tree | commitdiff |
2010-03-15 |
Stefan Csomor | streamlining OSX event support first step, see #11805... |
tree | commitdiff |
2010-03-08 |
Stefan Csomor | pending events detected didn't work properly, go the... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | A call to wxPopupWindow::Show shouldn't automatically... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Correct IsMaximized() in wxOSX for non-resizable windows. |
tree | commitdiff |
2010-03-04 |
Stefan Csomor | no existing on iphone |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11781 |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11782 |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | using native fullscreen support and ShowEvent triggers |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing warning |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Don't use m_macToolbar in wxOSX wxToolBar if it is... |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Invalidate best size when the bitmap or bitmap position... |
tree | commitdiff |
2010-02-28 |
Stefan Csomor | translate 0.5 offset into user space before applying... |
tree | commitdiff |
2010-02-28 |
Stefan Csomor | moving header for precomp builds |
tree | commitdiff |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
tree | commitdiff |
2010-02-23 |
Stefan Csomor | proper app shutdown support for iphone |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Since wxDialog::Show(false) only calls wxWindow::Show... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Typo fix. |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-15 |
Kevin Ollivier | Implement case-insensitive find and read only support... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-09 |
Stefan Csomor | support fullscreen display (translucent status) in... |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Test m_nowpeer pointer before using it. |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Remove functions duplicated in dnd_osx.cpp. |
tree | commitdiff |
2010-02-07 |
Kevin Ollivier | Implement EVT_MAXIMIZE support for OS X Cocoa. |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Fix handling of the *.* extension case, before this... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Forgot about the drag source delegate, which is the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-03 |
Stefan Csomor | safe degradation |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Refactor DND code into Carbon and Cocoa parts, and... |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Add sanity check on the item number. |
tree | commitdiff |
2010-02-01 |
Stefan Csomor | adapting to new API variant |
tree | commitdiff |
2010-02-01 |
Kevin Ollivier | nschars is never used for the wxEVT_CHAR case, so don... |
tree | commitdiff |
2010-02-01 |
Kevin Ollivier | Use the correct type to fix Tiger compilation. |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | avoiding catching incorrect shortcuts, see #11676 |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | supporting clipboard command shortcuts on osx_cocoa... |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | storing modal returncode correctly for carbon |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | make sure modality is reflected correctly when rerouted... |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | setting correct alertType |
tree | commitdiff |
2010-01-28 |
Kevin Ollivier | Get ShowWindowModal behavior working under OS X Cocoa... |
tree | commitdiff |
2010-01-26 |
Stefan Csomor | optimizing creation of glcontexts, less flicker |
tree | commitdiff |
2010-01-26 |
Vadim Zeitlin | Implement RequestUserAttention() for wxOSX/Cocoa. |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | simplifying code, removing outdated API |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | adding note for correct wheel params |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | better wheel support |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | adding wxWindow::Show in order to make the sheet showin... |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | fixing building on iphone |
tree | commitdiff |
2010-01-24 |
Kevin Ollivier | Fix mistake, though this assert is unfortunate since... |
tree | commitdiff |
2010-01-24 |
Stefan Csomor | supporting auto-rotate for translucent statusbar |
tree | commitdiff |
2010-01-24 |
Vadim Zeitlin | Replace wxLogWarning()s in wxOSX wxComboBox code with... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Remove assert that was used during testing while changi... |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Start on ShowWindowModal for OS X Cocoa. Not working... |
tree | commitdiff |
2010-01-20 |
Kevin Ollivier | Handle the case of NSNotFound result properly. |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | moving GetPageInfo to later stage, closes #11494 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | switching to LaunchServices implementation, fixes ... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | fixing type for 64 bit, closes #11550 |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct 'default' for m_filterIndex, closes... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct refcon in menus (was incorrectly change... |
tree | commitdiff |
2010-01-14 |
Stefan Csomor | fixing comments, making sure sound always gets the... |
tree | commitdiff |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
tree | commitdiff |
2010-01-11 |
Stefan Csomor | adding protocol support for 10.6 |
tree | commitdiff |
2010-01-10 |
Kevin Ollivier | Remove duplicate fields in wxTextCtrl / wxTextEntry... |
tree | commitdiff |
2010-01-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
tree | commitdiff |
2010-01-08 |
Kevin Ollivier | Support mouse click through as otherwise clicking insid... |
tree | commitdiff |
2010-01-04 |
Kevin Ollivier | Get the OS X Cocoa native combobox building by having... |
tree | commitdiff |
2010-01-03 |
Kevin Ollivier | Don't use a destroy event handler to disconnect the... |
tree | commitdiff |
2009-12-31 |
Stefan Csomor | adding placeholders and work in progress files |
tree | commitdiff |
2009-12-30 |
Kevin Ollivier | Fix issue that was causing ShowWithoutActivating to... |
tree | commitdiff |
2009-12-30 |
Kevin Ollivier | To support playing async sounds on the stack on Mac... |
tree | commitdiff |
2009-12-30 |
Stefan Csomor | fixing SetSubMenu for OSX_Cocoa, fixes #11581 |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Remove the native toolbar from the frame in Destroy... |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Use NSTrackingArea when available (building for 10... |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | removing event handlers on non-owned windows when the... |
tree | commitdiff |
2009-12-17 |
Stefan Csomor | supporting sleep mode properly, see #11557 |
tree | commitdiff |
2009-12-12 |
Stefan Csomor | rearranging contentview, adding toolbar |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | support for getting current event loop on iPhone |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | fixing toolbar support, adding iphone |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | remove workaround |
tree | commitdiff |
2009-12-09 |
Kevin Ollivier | Add OSX prefix, and be clear that this is OS X only... |
tree | commitdiff |
2009-12-07 |
Kevin Ollivier | Add wxTLW::SetModified to allow apps to set the TLW... |
tree | commitdiff |
2009-12-06 |
Kevin Ollivier | Handle deprecated style so we don't assert and then... |
tree | commitdiff |
2009-12-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it. |
tree | commitdiff |
2009-11-30 |
Stefan Csomor | using 64bit APIs, closes #10184 |
tree | commitdiff |
2009-11-30 |
Kevin Ollivier | orderBack puts it behind all windows in its level,... |
tree | commitdiff |
next |