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-14 |
Vadim Zeitlin | Handle NULL flags argument in wxOSX wxNotebook::HitTest(). |
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 | 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 | Clear is also expected to clear the text |
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-03 |
Stefan Csomor | avoiding focus lost events when a different subview... |
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-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 | make sure we have a default handling the quit command... |
tree | commitdiff |
2013-05-21 |
Vadim Zeitlin | Use the best instead of current page size in OS X prefe... |
tree | commitdiff |
2013-05-20 |
Vadim Zeitlin | Add a public wxModalDialogHook class for intercepting... |
tree | commitdiff |
2013-05-16 |
Vadim Zeitlin | Allow to specify the title used by wxPreferencesEditor... |
tree | commitdiff |
2013-05-12 |
Stefan Csomor | deactivating r65382 see #12267 (which does not seem... |
tree | commitdiff |
2013-05-10 |
Stefan Csomor | applying editor part of patch, see #15003 |
tree | commitdiff |
2013-04-25 |
Vadim Zeitlin | Provide shorter synonyms for wxEVT_XXX constants. |
tree | commitdiff |
2013-03-11 |
Stefan Csomor | more specific solution to tooltips appearing on neighbo... |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | supporting also mouse entered / exited events which... |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | make sure dialogs can support alpha transparency sliders |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | avoid multiple mouse moved events, refs #15072 |
tree | commitdiff |
2013-03-10 |
Stefan Csomor | trying to solve cursor update problems with AUI, refs... |
tree | commitdiff |
2013-03-07 |
Stefan Csomor | avoid infinite recursion for richtooltops, (hopefully... |
tree | commitdiff |
2013-03-06 |
Stefan Csomor | implementing canBecomeKeyView for user panes, native... |
tree | commitdiff |
2013-03-03 |
Stefan Csomor | issue NUMPAD constants only for Key but not for Char... |
tree | commitdiff |
2013-03-02 |
Stefan Csomor | enabling cursor events, fixes #15044 |
tree | commitdiff |
2013-02-28 |
Stefan Csomor | enabling menu close event, fixes #15069 |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add wxPreferencesEditor class. |
tree | commitdiff |
2013-02-28 |
Václav Slavík | Add support for Cocoa's selectable toolbar items. |
tree | commitdiff |
2013-02-17 |
Stefan Csomor | applying patch, closes #13045 |
tree | commitdiff |
2013-01-20 |
Stefan Csomor | workaround for crash, see #14906 |
tree | commitdiff |
2012-12-29 |
Vadim Zeitlin | Spelling fixes in comments in wxOSX. |
tree | commitdiff |
2012-12-28 |
Vadim Zeitlin | Don't assume that wxTE_RICH(2) implies wxTE_MULTILINE... |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | removing outdated code |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | adding isFlipped to userpane |
tree | commitdiff |
2012-12-23 |
Stefan Csomor | try support for native isFlipped usage and coalesce... |
tree | commitdiff |
2012-12-14 |
Stefan Csomor | support SDK < 10.6, fixes #14902 |
tree | commitdiff |
2012-12-14 |
Stefan Csomor | avoid double up events for static text, fixes #14902 |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Fix bezel used for bitmap buttons in wxOSX/Cocoa. |
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 | simulating focus events, see #13495 |
tree | commitdiff |
2012-11-27 |
Stefan Csomor | emulating wx' focus-lost behavior |
tree | commitdiff |
2012-11-27 |
Stefan Csomor | spell error fixed |
tree | commitdiff |
2012-11-23 |
Stefan Csomor | support for custom app controllers, override OSXCreateA... |
tree | commitdiff |
2012-11-23 |
Stefan Csomor | fixing overrelease and out-of-bounds write, fixes ... |
tree | commitdiff |
2012-11-19 |
Stefan Csomor | implementing delayed freezing, fixes #12865 |
tree | commitdiff |
2012-11-08 |
Stefan Csomor | support for freeze and thaw under cocoa |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Ensure that paths used inside wxOSX are always in NFC... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Implement setting default wxTextCtrl style in wxOSX. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | No changes, just remove unnecessary wxTextAttr tests. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Suppress warnings about NSText not responding to setAll... |
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-04 |
Vadim Zeitlin | No real change, just make bezel setting code in wxOSX... |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | using smaller size for font on non native toolbar |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | using button impl |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | exposing common used button impl class |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-29 |
Vadim Zeitlin | Fix the use of obsolete wxDD_NEW_DIR_BUTTON in wxOSX. |
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-10-28 |
Vadim Zeitlin | Implement image support for wxNotebook pages in wxOSX... |
tree | commitdiff |
2012-10-28 |
Vadim Zeitlin | Fix the pages range in the print dialog in wxOSX. |
tree | commitdiff |
2012-09-08 |
Vadim Zeitlin | Fix some typos in the comments in wxOSX code. |
tree | commitdiff |
2012-09-06 |
Stefan Csomor | restrict change from r71719 because otherwise apps... |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | avoid duplication in native dialog |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | use global NSLayoutManager |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | add global NSLayoutManager instance |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | fixes #13557 |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | temporary workaround |
tree | commitdiff |
2012-08-29 |
Stefan Csomor | propagating font to the individual columns, changing... |
tree | commitdiff |
2012-08-28 |
Stefan Csomor | fixing usage of load states, set controller visible... |
tree | commitdiff |
2012-08-12 |
Stefan Csomor | forwarding style changes to documentViews, see #14578 |
tree | commitdiff |
2012-08-02 |
Robin Dunn | Enable the wxMediaCtrl backend for wxOSX-cocoa in the... |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | avoid deprecated API, fixes #13727 |
tree | commitdiff |
2012-07-23 |
Stefan Csomor | fixing capture problem for mouse moved events, fixes... |
tree | commitdiff |
2012-07-21 |
Stefan Csomor | turning off undo for setter, otherwise memory gets... |
tree | commitdiff |
2012-07-15 |
Stefan Csomor | removing workaround for listbox, finishing drop target... |
tree | commitdiff |
2012-07-13 |
Stefan Csomor | always use calibrated colors, fixes #14482 |
tree | commitdiff |
2012-07-07 |
Stefan Csomor | fixing double focus ring under 10.7, emulating only... |
tree | commitdiff |
2012-07-04 |
Stefan Csomor | supporting alignment in single line controls, see ... |
tree | commitdiff |
2012-07-04 |
Stefan Csomor | using correct constant |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Set string in wxEVT_COMMAND_COMBOBOX_SELECTED event... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Fix wxDataViewChoiceRenderer behaviour in wxOSX/Cocoa. |
tree | commitdiff |
2012-07-01 |
Stefan Csomor | native drop target method for cocoa |
tree | commitdiff |
next |