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 |
2012-06-18 |
Stefan Csomor | supporting promised file urls for transfer, see #14281 |
tree | commitdiff |
2012-06-17 |
Vadim Zeitlin | Move wxBell() from base to core library. |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | avoid idling in native file dialogs |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | better naming wxCFEventLoopPauseIdleEvents |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | using suppression of idle processing (delayed destructi... |
tree | commitdiff |
2012-06-15 |
Stefan Csomor | offer suppression of idle processing (delayed destructi... |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | cleanup for 10.5 minimum |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | guarding agains NULL |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText font enumeration support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | CoreText support for iOS |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | fixing analyzer warning |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | removing superfluous 10.5 checks |
tree | commitdiff |
2012-06-14 |
Stefan Csomor | as we always have CoreText available under 10.5+, we... |
tree | commitdiff |
2012-06-13 |
Robin Dunn | Fix for compilo on non-PCH builds |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | using native cocoa method for determining main window... |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | exposing mainWindow for C++ |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper init |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | having ONE set of raster-ops starting from 10.5 |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | fixing mem leak |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper braces avoiding potential dangling else resultin... |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | avoiding dangerous redraw events for windows that are... |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | support for native tlw parents, see #14252 |
tree | commitdiff |
2012-06-12 |
Stefan Csomor | using callback for menu enabling, allows to benefit... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Compilation fix to wxWebView under wxOSX/Carbon after... |
tree | commitdiff |
2012-06-01 |
Vadim Zeitlin | Fix wxMac preprocessor check in wxWebView code. |
tree | commitdiff |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | adapting char event handling to msw / gtk, see #13415... |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-29 |
Stefan Csomor | clang compat. |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | No real changes, just slightly simplify HasAppKit_10_6... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix 62 harmless but annoying Clang warnings in wxOSX... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Add support for task bar icon tooltips to wxOSX version. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Improve check for OS X version in Cocoa wxFileDialog... |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Reset wxDialog::m_modality sooner in wxOSX. |
tree | commitdiff |
2012-05-20 |
Vadim Zeitlin | Fix crash on destruction of wxDataViewCtrl in wxOSX. |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-18 |
Stefan Csomor | fixing c++11 build |
tree | commitdiff |
2012-05-17 |
Paul Cornett | mark virtual overrides as virtual |
tree | commitdiff |
2012-05-11 |
Robin Dunn | Enable access to the native bitmap object wrapped by... |
tree | commitdiff |
2012-05-11 |
Stefan Csomor | fixes SetFirstItem, Thanks to David Wright |
tree | commitdiff |
2012-05-05 |
Stefan Csomor | fixes crashes with embedded controls in toolbars after... |
tree | commitdiff |
next |