2010-04-12 |
Stefan Csomor | name change to correctly reflect the autorelease nature... |
tree | commitdiff |
2010-04-12 |
Stefan Csomor | copying native cursor under cocoa |
tree | commitdiff |
2010-04-10 |
Stefan Csomor | flushing upon destruction, hope this won't redraw conge... |
tree | commitdiff |
2010-04-10 |
Stefan Csomor | note for future implementation using a former private API |
tree | commitdiff |
2010-04-08 |
Stefan Csomor | trying to simplify and optimize font handling |
tree | commitdiff |
2010-04-08 |
Stefan Csomor | using statically allocated font objects for speedup |
tree | commitdiff |
2010-04-08 |
Stefan Csomor | allowing direct native tlw modal loops |
tree | commitdiff |
2010-04-08 |
Stefan Csomor | switching modal loop implementation, fixes #11921 |
tree | commitdiff |
2010-04-07 |
Stefan Csomor | fixing NSFontDescriptor matching for font weights and... |
tree | commitdiff |
2010-04-06 |
Stefan Csomor | making gradients working again |
tree | commitdiff |
2010-04-06 |
Stefan Csomor | fixing warnings |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Add wxTextEntryBase::ForwardEnableTextChangedEvents(). |
tree | commitdiff |
2010-04-06 |
Vadim Zeitlin | Implement support for gradient stops for OS X. |
tree | commitdiff |
2010-04-05 |
Stefan Csomor | moving OnInit back |
tree | commitdiff |
2010-04-05 |
Vadim Zeitlin | Add support for gradient stops to wxGraphicsContext. |
tree | commitdiff |
2010-04-03 |
Stefan Csomor | fixing multilib build |
tree | commitdiff |
2010-04-02 |
Vadim Zeitlin | Show labels for controls in wxOSX/Carbon toolbars. |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | simplifying modal event loop handling |
tree | commitdiff |
2010-04-02 |
Stefan Csomor | moving OnInit to a later stage to avoid Carbon Emulatio... |
tree | commitdiff |
2010-03-20 |
Vadim Zeitlin | Add wxMessageDialog::GetEffectiveIcon() and use it... |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | fixing non-precomp builds |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | streamlining OSX event support third step, using platfo... |
tree | commitdiff |
2010-03-15 |
Stefan Csomor | streamlining OSX event support first step, see #11805... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | A call to wxPopupWindow::Show shouldn't automatically... |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11782 |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Don't use m_macToolbar in wxOSX wxToolBar if it is... |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE... |
tree | commitdiff |
2010-02-28 |
Stefan Csomor | translate 0.5 offset into user space before applying... |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Remove functions duplicated in dnd_osx.cpp. |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-03 |
Kevin Ollivier | Refactor DND code into Carbon and Cocoa parts, and... |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | storing modal returncode correctly for carbon |
tree | commitdiff |
2010-01-28 |
Stefan Csomor | make sure modality is reflected correctly when rerouted... |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | simplifying code, removing outdated API |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | adding note for correct wheel params |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Start on ShowWindowModal for OS X Cocoa. Not working... |
tree | commitdiff |
2010-01-18 |
Stefan Csomor | setting correct refcon in menus (was incorrectly change... |
tree | commitdiff |
2010-01-11 |
Stefan Csomor | adding protocol support for 10.6 |
tree | commitdiff |
2010-01-09 |
Kevin Ollivier | Implement native OS X ComboBox for OS X Cocoa, and... |
tree | commitdiff |
2010-01-04 |
Kevin Ollivier | Get the OS X Cocoa native combobox building by having... |
tree | commitdiff |
2009-12-30 |
Kevin Ollivier | To support playing async sounds on the stack on Mac... |
tree | commitdiff |
2009-12-25 |
Kevin Ollivier | Remove the native toolbar from the frame in Destroy... |
tree | commitdiff |
2009-12-25 |
Stefan Csomor | removing event handlers on non-owned windows when the... |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | fixing toolbar support, adding iphone |
tree | commitdiff |
2009-12-09 |
Stefan Csomor | remove workaround |
tree | commitdiff |
2009-11-30 |
Stefan Csomor | using 64bit APIs, closes #10184 |
tree | commitdiff |
2009-11-28 |
Stefan Csomor | 64bit builds had problems with full circles, as we... |
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-14 |
Kevin Ollivier | Fix typo that broke compilation and adjust the defines... |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | updating implementations of wxGetMouseState for osx_coc... |
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-05 |
Kevin Ollivier | Create an autorelease pool to catch objects created... |
tree | commitdiff |
2009-10-31 |
Kevin Ollivier | NSFont -> wxFont 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 | switching to explicit flush mode, otherwise clientdc... |
tree | commitdiff |
2009-10-23 |
Vadim Zeitlin | Add wxDataViewModel::ChangeValue() and use it in wxDVC... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Refactor wxEventLoopSource-related code. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-14 |
Vadim Zeitlin | Suppress harmless warning about unhandled wxSHOW_EFFECT... |
tree | commitdiff |
2009-10-12 |
Vadim Zeitlin | No real changes, just minor cleanup in Cocoa wxDataView... |
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 |
2009-10-06 |
Stefan Csomor | use better background color |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement DrawTitleBarBitmap() for OS X using hard... |
tree | commitdiff |
2009-10-04 |
Paul Cornett | add missing break |
tree | commitdiff |
2009-10-03 |
Paul Cornett | Remove unused global bitmap, which caused crash on... |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | fixing typo |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | adding construction from native bitmaps |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | adding NSImage to CGImageRef conversion |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | overriding to allocate an outer autorelease pool |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | fixing text matrix (dataview custom renderer showed... |
tree | commitdiff |
2009-09-30 |
Paul Cornett | build fix for wxUSE_CONSOLE_EVENTLOOP==0 |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | adding ProcessPendingEvents as ProcessIdle doesn't... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | No real changes, just small cleanup in wxMac wxDVC. |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #8697 (Improve error detection for MacFindFont ) |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #10007: SetWindowGroupParent hangs in Mac Carbo... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9011: Native wxListCtrl::HitTest on OS X |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9520: Fix to allow repeated use of wxFileDialo... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #10858: wxListCtrl on Mac does not route Freeze... |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | removing unneeded method, closes #11073 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | removing unneeded method, closes #11073 |
tree | commitdiff |
2009-09-21 |
Stefan Csomor | moving themeing include to private.h |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Fix recurring typo in "theming". |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use wxASSERT() instead of assert() in wx code. |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | adapting to new sound file organization for osx |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | OpenGL changes for carbon and cocoa |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Correct the order of coordinates in CGPoint initializer. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-20 |
Vadim Zeitlin | Rename wxRendererNative::DrawRadioButton() to DrawRadio... |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | support for plug-in unloading, closes #10836 |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | gcc 4.2 warning fix |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
next |