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 |
2009-11-29 |
Kevin Ollivier | Make sure we setup the base's Show state correctly... |
tree | commitdiff |
2009-11-28 |
Kevin Ollivier | Fix needed to allow shaped windows, and other windows... |
tree | commitdiff |
2009-11-28 |
Stefan Csomor | 64bit builds had problems with full circles, as we... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Allow OS X Cocoa (or any OS X port) to override GetBest... |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Add CheckSpelling support for OS X Cocoa, make sure... |
tree | commitdiff |
2009-11-21 |
Stefan Csomor | making sure creation is setup correctly for wx-frame... |
tree | commitdiff |
2009-11-16 |
Vadim Zeitlin | Fix wxDataViewRenderer::GetEllipsizeMode() for kDataBro... |
tree | commitdiff |
2009-11-15 |
Stefan Csomor | fixing typo for builds < 10.6 |
tree | commitdiff |
2009-11-15 |
Kevin Ollivier | ShowWithoutActivating fix for OS X Cocoa, and also... |
tree | commitdiff |
2009-11-14 |
Kevin Ollivier | Don't assert when we get wxBG_STYLE_TRANSPARENT. |
tree | commitdiff |
2009-11-14 |
Kevin Ollivier | Fix typo that broke compilation and adjust the defines... |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | adding toolbar implementation for iphone |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | updating implementations of wxGetMouseState for osx_coc... |
tree | commitdiff |
2009-11-13 |
Kevin Ollivier | Override default handling so that we can position windo... |
tree | commitdiff |
2009-11-11 |
Kevin Ollivier | Run sanity checks on the position values. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Send the selected item in wxDVC SELECTION_CHANGED event... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No changes, just reformat comments in osx/dataview.mm. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Fix width of the wxDataViewTreeCtrl column under OSX... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for wxDV_NO_HEADER to OS X/Cocoa wxDataView... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | More cleanup of OS X Cocoa wxDataViewCtrl code. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Add support for custom attributes to wxOSX/Cocoa wxData... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Don't overwrite background in custom renderer in OSX... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Allow custom wxDataViewCtrl renderers to easily use... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Big wxDataViewCtrl renderer classes refactoring. |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | Fix discrepancy between different ways of measuring... |
tree | commitdiff |
2009-11-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
tree | commitdiff |
2009-11-06 |
Stefan Csomor | adding support for wxShowEvent |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Implement wxFindWindowAtPoint() correctly for wxOSX... |
tree | commitdiff |
2009-11-05 |
Kevin Ollivier | Create an autorelease pool to catch objects created... |
tree | commitdiff |
2009-11-01 |
Kevin Ollivier | Start on Get/SetStyle support for OS X Cocoa wxTextCtrl. |
tree | commitdiff |
2009-11-01 |
Kevin Ollivier | wxColour -> NSColor conversion. |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | NSFont -> wxFont conversion. |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | Adding NSColor -> wxColour conversion. |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | Return the real column width from wxOSX wxDataViewColum... |
tree | commitdiff |
2009-10-30 |
Kevin Ollivier | Initial ShowWithoutActivating implementations for Mac... |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | support for auto-rotate on iphone |
tree | commitdiff |
2009-10-24 |
Stefan Csomor | switching to explicit flush mode, otherwise clientdc... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Don't show anything in the cells which should be empty... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Use virtual functions to convert NSObject to the correc... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Compilation fix for PCH-less OS X build after wxFSW... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Rewrite handling cell value changes in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | No changes, just attempts to make the code more readable. |
tree | commitdiff |
2009-10-17 |
Vadim Zeitlin | Fix crash when editing wxDVC items in place in wxOSX... |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Improve wxCollapsiblePane appearance under OS X. |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Suppress harmless warning about unhandled wxSHOW_EFFECT... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix conversion from wxColour to NSColor in wxOSX/Cocoa... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Fix display of items without attributes in Cocoa wxDVC. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just clean up wxCustomRendererObject... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Use Cocoa methods instead of wx ones in wxDVC font... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Add support for cell attributes to wxDVC in wxOSX/Cocoa. |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in Cocoa wxDataView... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | Remove wxDataViewTextRendererAttr by merging it with... |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Don't use vendor name by default in wxStandardPaths. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | avoiding deprecated methods in wx code, avoiding for... |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | moving bitmapbutton functionality up to button for OSX |
tree | commitdiff |
2009-10-09 |
Stefan Csomor | removing unneeded file |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | No real changes, just fix a syntax error in unused... |
tree | commitdiff |
2009-10-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
tree | commitdiff |
next |