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 |
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-14 |
Stefan Csomor | fixing analyzer warning |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper init |
tree | commitdiff |
2012-06-13 |
Stefan Csomor | proper braces avoiding potential dangling else resultin... |
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-05-29 |
Stefan Csomor | adapting char event handling to msw / gtk, see #13415... |
tree | commitdiff |
2012-05-23 |
Vadim Zeitlin | No real changes, just slightly simplify HasAppKit_10_6... |
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-02 |
Stefan Csomor | use explicit WakeUp variant, too many errors using... |
tree | commitdiff |
2012-05-02 |
Stefan Csomor | make WakeUp variant explicit, too many errors using... |
tree | commitdiff |
2012-04-20 |
Robin Dunn | Make wxTaskBarIcon's ctor have the same API on all... |
tree | commitdiff |
2012-04-17 |
Stefan Csomor | building on 10.5 |
tree | commitdiff |
2012-04-14 |
Stefan Csomor | make sure status item rect in bar is highlighted when... |
tree | commitdiff |
2012-03-22 |
Vadim Zeitlin | Use enum for wxMouseEvent::m_wheelAxis instead of int. |
tree | commitdiff |
2012-03-19 |
Vadim Zeitlin | Fix appearance of items without icons in wxDataViewCtrl... |
tree | commitdiff |
2012-03-17 |
Robin Dunn | fix compile error |
tree | commitdiff |
2012-03-17 |
Stefan Csomor | avoid shortcut ampersands in button text |
tree | commitdiff |
2012-03-10 |
Stefan Csomor | using 10.5 API for cursor updates as well |
tree | commitdiff |
2012-03-10 |
Stefan Csomor | removing NSWindow based mouse tracking in favour of... |
tree | commitdiff |
2012-03-09 |
Stefan Csomor | reflect correct position for native toolbar, fixes... |
tree | commitdiff |
2012-03-08 |
Paul Cornett | fix incorrect tests of wxUSE_ macros |
tree | commitdiff |
2012-03-08 |
Stefan Csomor | removing unnecessary hook |
tree | commitdiff |
2012-03-08 |
Stefan Csomor | removing 10.4 code, adding webkit trick for showing... |
tree | commitdiff |
2012-03-05 |
Stefan Csomor | coordinate conversion was the wrong way round |
tree | commitdiff |
2012-03-03 |
Stefan Csomor | just in case we have an erroneous character on the... |
tree | commitdiff |
2012-03-03 |
Stefan Csomor | testing another implementation for avoiding WakeUp... |
tree | commitdiff |
2012-03-02 |
Stefan Csomor | adding translation of NSDragOperationGeneric to wxDragC... |
tree | commitdiff |
2012-03-01 |
Julian Smart | Added MacInternalOnSize() to allow windows to resize... |
tree | commitdiff |
2012-03-01 |
Stefan Csomor | applying Andrew's patch, closes #13440, fine now that... |
tree | commitdiff |
2012-02-27 |
Stefan Csomor | no 10.4 support anymore |
tree | commitdiff |
2012-02-26 |
Stefan Csomor | also a dialog needs the current events set up correctly |
tree | commitdiff |
2012-02-26 |
Stefan Csomor | setting up current event also when mouse is captured ... |
tree | commitdiff |
2012-02-25 |
Stefan Csomor | adding a app-defined event seems to quit inner eventloo... |
tree | commitdiff |
2012-02-22 |
Stefan Csomor | catching default button handling also in password fields |
tree | commitdiff |
2012-02-07 |
Stefan Csomor | forwarding mouse moved events to the view under the... |
tree | commitdiff |
2012-02-01 |
Stefan Csomor | should not bring to front upon focussing |
tree | commitdiff |
2012-01-25 |
Stefan Csomor | structure code to Cocoa's possibilities, allows tool... |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | solving include order problems for stl and xti |
tree | commitdiff |
2012-01-19 |
Stefan Csomor | use better backward compatibility for menu_open, don... |
tree | commitdiff |
2012-01-17 |
Václav Slavík | Add wxDataViewCtrl::GetCurrentColumn(). |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | native maxlength support, fixes #10269 (for osx_cocoa) |
tree | commitdiff |
2012-01-15 |
Stefan Csomor | patch applied with thanks, fixes #13865 |
tree | commitdiff |
2012-01-08 |
Vadim Zeitlin | Add wxTopLevelWindow::SetRepresentedFilename(). |
tree | commitdiff |
2012-01-04 |
Stefan Csomor | fixes #13826 |
tree | commitdiff |
2011-12-20 |
Vadim Zeitlin | Provide native implementation of wx{Date,Time}PickerCtr... |
tree | commitdiff |
2011-12-13 |
Vadim Zeitlin | Use string column identifiers with NSTableColumns in... |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Fix harmless warning in wxOSX with 10.7 SDK. |
tree | commitdiff |
2011-12-11 |
Vadim Zeitlin | Ensure that Enter key presses are never stolen from... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Set the tooltip for generic wxToolBar tools under wxOSX... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Use NSApp abortModal instead of stopModal to end modal... |
tree | commitdiff |
2011-12-07 |
Vadim Zeitlin | Implement wxComboBox::Popup() and Dismiss() for wxOSX... |
tree | commitdiff |
2011-12-06 |
Stefan Csomor | avoiding NSToolbarSeparatorItemIdentifier under Lion... |
tree | commitdiff |
2011-12-05 |
Vadim Zeitlin | No changes, just remove unnecessary assignment in wxOSX... |
tree | commitdiff |
2011-12-04 |
Vadim Zeitlin | Fix wxDataViewCtrl compilation with 10.7 SDK under... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Make wxEVT_CHAR_HOOK propagate upwards and send it... |
tree | commitdiff |
2011-12-02 |
Vadim Zeitlin | Implement EVT_CHAR_HOOK for wxOSX/Cocoa. |
tree | commitdiff |
2011-12-01 |
Stefan Csomor | applying patch for raise and synthesizing mouse-up... |
tree | commitdiff |
2011-11-08 |
Robin Dunn | Ensure that there is a modal event loop before trying... |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Added wxNonOwnedWindow::SetShape(wxGraphicsPath). |
tree | commitdiff |
2011-10-18 |
Vadim Zeitlin | Fix SetShape() in wxOSX/Cocoa. |
tree | commitdiff |
2011-09-27 |
Stefan Csomor | giving in on native undo integration, as we don't have... |
tree | commitdiff |
2011-09-25 |
Stefan Csomor | adding missing autorelease pool, since this can be... |
tree | commitdiff |
2011-09-21 |
Vadim Zeitlin | Remove wxHeaderColumn::SetAsSortKey() and only use... |
tree | commitdiff |
2011-09-10 |
Steve Lamerton | Merge in from trunk r68684 - r69046 |
tree | commitdiff |
2011-09-03 |
Stefan Csomor | setting the image position after the label is set,... |
tree | commitdiff |
2011-09-01 |
Stefan Csomor | fixes #13443, thanks :-) |
tree | commitdiff |
2011-08-30 |
Stefan Csomor | fixes #13438 (building OSX min >= 10.6), thanks :-) |
tree | commitdiff |
2011-08-28 |
Stefan Csomor | routing keys like ESC etc, fixes #13429 |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | fixing type for key event, using WXK_RAW_CONTROL consta... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | exposing control key combinations as before, fixing... |
tree | commitdiff |
2011-08-23 |
Stefan Csomor | adjusting keyboardstate to new ctrl / raw_ctrl handling... |
tree | commitdiff |
2011-08-22 |
Vadim Zeitlin | Harmonize wxDataViewCtrl::GetSelection() behaviour... |
tree | commitdiff |
next |