2012-12-02 |
Vadim Zeitlin | Add wxControlWithItems::SendSelectionChangedEvent(... |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Fix bezel used for bitmap buttons in wxOSX/Cocoa. |
tree | commitdiff |
2012-11-28 |
Vadim Zeitlin | Handle Shift-TAB correctly in wxOSX/Carbon wxComboBox. |
tree | commitdiff |
2012-11-28 |
Stefan Csomor | adding some additional fixes for programmatic selection... |
tree | commitdiff |
2012-11-28 |
Stefan Csomor | support for inheriting non-standard attributes (explici... |
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 | support for simulating focus events since not all contr... |
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-12 |
Stefan Csomor | making sure we have an initial frame buffer, even thoug... |
tree | commitdiff |
2012-11-08 |
Stefan Csomor | support for freeze and thaw under cocoa |
tree | commitdiff |
2012-11-06 |
Stefan Csomor | supporting iOS 6 autorotate |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Make hack for button creation in wxOSX more robust. |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Ensure that paths used inside wxOSX are always in NFC... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Add wxCFStringRef::AsStringWithNormalizationFormC(... |
tree | commitdiff |
2012-11-04 |
Vadim Zeitlin | Use kCGBlendModeExclusion for wxCOMPOSITION_XOR operation. |
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-04 |
Vadim Zeitlin | Revert "Fix the pages range in the print dialog in... |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | using smaller size for font on non native toolbar |
tree | commitdiff |
2012-11-02 |
Stefan Csomor | fixing class |
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 |
Vadim Zeitlin | Refactor and simplify wxChoice::DoGetBestSize(). |
tree | commitdiff |
2012-11-01 |
Vadim Zeitlin | Invalidate best size of wxOSX wxChoice after its number... |
tree | commitdiff |
2012-11-01 |
Václav Slavík | Add wxTEST_DIALOG for testing of modal dialogs. |
tree | commitdiff |
2012-10-31 |
Stefan Csomor | adding principal class for command line builds (High... |
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 | Improve splitter appearance 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-30 |
Vadim Zeitlin | No changes, just remove unneeded variable initialization. |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | completing the removal of PICT |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | bracing 10.7+ constant |
tree | commitdiff |
2012-09-19 |
Stefan Csomor | workaround for non-standard icon sizes under 64 bit |
tree | commitdiff |
2012-09-13 |
Vadim Zeitlin | Add wxBitmap::NewFromPNGData() for creating bitmaps... |
tree | commitdiff |
2012-09-10 |
Stefan Csomor | layout adaption, current sizer code leads to too much... |
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-30 |
Vadim Zeitlin | Remove wxOSX implementation of wxSpinCtrl and use the... |
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-29 |
Stefan Csomor | remove duplicate code |
tree | commitdiff |
2012-08-28 |
Stefan Csomor | fixing usage of load states, set controller visible... |
tree | commitdiff |
2012-08-27 |
Stefan Csomor | reverting for the moment, original problem #12227,... |
tree | commitdiff |
2012-08-25 |
Stefan Csomor | simpler implementation that also works over remote... |
tree | commitdiff |
2012-08-12 |
Stefan Csomor | forwarding style changes to documentViews, see #14578 |
tree | commitdiff |
2012-08-03 |
Robin Dunn | Add the ability to trigger a print from JavaScript... |
tree | commitdiff |
2012-08-02 |
Robin Dunn | Enable the wxMediaCtrl backend for wxOSX-cocoa in the... |
tree | commitdiff |
2012-08-01 |
Vadim Zeitlin | No changes, just fix typos in comments in wxOSX files. |
tree | commitdiff |
2012-07-25 |
Vadim Zeitlin | wxOSX/Carbon compilation fix after the changes of r72207. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Build fix for wxOSX after removing position in MacCreat... |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | I don't think this is still necessary, see #13625 |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | Don't eagerly set wxKeyEvent position fields. |
tree | commitdiff |
2012-07-24 |
Vadim Zeitlin | No real changes, just avoid overloaded virtual wxWebVie... |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | avoid deprecated API, fixes #13727 |
tree | commitdiff |
2012-07-24 |
Stefan Csomor | guard against not-yet-existing font, fixes #14516 |
tree | commitdiff |
2012-07-23 |
Vadim Zeitlin | Fix compilation of wxOSX event loop without wxUSE_EVENT... |
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-16 |
Stefan Csomor | adapting order to preference |
tree | commitdiff |
2012-07-16 |
Stefan Csomor | correct handling of order of preference of formats |
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-07 |
Stefan Csomor | adding support for enabled property, avoiding missing... |
tree | commitdiff |
2012-07-07 |
Stefan Csomor | added missing return value |
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 | Keep client data in sync when deleting items from wxOSX... |
tree | commitdiff |
2012-07-02 |
Vadim Zeitlin | Preserve client data in wxComboBox::SetString() in... |
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-02 |
Stefan Csomor | adapting new osx modifier handling, fixes #14377 |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'pdoc' apple... |
tree | commitdiff |
2012-07-02 |
Stefan Csomor | guarding against invalid files passed to 'odoc' apple... |
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-07-01 |
Stefan Csomor | make sure the pasteboard paste location is only set... |
tree | commitdiff |
2012-06-28 |
Stefan Csomor | unconditionally include coretext-replacement function... |
tree | commitdiff |
2012-06-25 |
Stefan Csomor | adding new API needed for screenshots as old method... |
tree | commitdiff |
2012-06-20 |
Stefan Csomor | make sure native font exists, before asking about fixed... |
tree | commitdiff |
2012-06-20 |
Stefan Csomor | using UTType constants wherever possible to avoid typos... |
tree | commitdiff |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
tree | commitdiff |
next |