2010-04-02 |
Stefan Csomor | simplifying modal event loop handling |
tree | commitdiff |
2010-03-22 |
Vadim Zeitlin | Add wxUSE_UIACTIONSIMULATOR and turn it off by default. |
tree | commitdiff |
2010-03-17 |
Stefan Csomor | adding proper removal of observer for stacked event... |
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 second step, moving... |
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 | make sure ShowEvent doesn't get triggered to early... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Invalidate best size when the bitmap or bitmap position... |
tree | commitdiff |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
tree | commitdiff |
2010-02-22 |
Kevin Ollivier | Cocoa text fields and views have their own context... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-08 |
Stefan Csomor | adding carbon event missing in 10.4 headers |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-01-31 |
Stefan Csomor | supporting clipboard command shortcuts on osx_cocoa... |
tree | commitdiff |
2010-01-28 |
Kevin Ollivier | Get ShowWindowModal behavior working under OS X Cocoa... |
tree | commitdiff |
2010-01-25 |
Stefan Csomor | simplifying code, removing outdated API |
tree | commitdiff |
2010-01-23 |
Kevin Ollivier | Start on ShowWindowModal for OS X Cocoa. Not working... |
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-04 |
Stefan Csomor | adding kqueue define for xcode builds |
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 |
2010-01-03 |
Stefan Csomor | correcting error message |
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-12 |
Stefan Csomor | rearranging contentview, adding toolbar |
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-05 |
Paul Cornett | minor cleanup |
tree | commitdiff |
2009-12-03 |
Paul Cornett | make access for virtuals match base |
tree | commitdiff |
2009-12-02 |
Paul Cornett | check for self assignment in operator= |
tree | commitdiff |
2009-12-01 |
Vadim Zeitlin | Add wxOSX_10_6_AND_LATER macro and use it. |
tree | commitdiff |
2009-11-26 |
Kevin Ollivier | Build fix for OS X <= 10.5. |
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-24 |
Vadim Zeitlin | Enable wxGraphicsContext and related classes by default... |
tree | commitdiff |
2009-11-13 |
Stefan Csomor | adding toolbar implementation for iphone |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Add wxOSX_USE_COCOA around Cocoa-only OSXApplyAttr... |
tree | commitdiff |
2009-11-11 |
Vadim Zeitlin | Revert r62598 which removed "unnecessary wxOSX_USE_COCO... |
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 | Add support for custom attributes to wxOSX/Cocoa wxData... |
tree | commitdiff |
2009-11-10 |
Vadim Zeitlin | No changes, just remove unnecessary wxOSX_USE_COCOA... |
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-08 |
Kevin Ollivier | Make wxSTAY_ON_TOP and other window styles toggleable... |
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 |
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-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-12 |
Vadim Zeitlin | Fix display of items without attributes in Cocoa wxDVC. |
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-09 |
Paul Cornett | replace TRUE/FALSE with true/false |
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-08 |
Stefan Csomor | implementing rollover and pressed image for bitmapbutto... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Added a virtual wxWindow::OSXGetViewOrWindow() method. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
tree | commitdiff |
2009-10-02 |
Stefan Csomor | fixing typo |
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-28 |
Julian Smart | Applied #9076 (scrolling bars grow box fix) |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Use FWD version of DLL export macro in forward declaration. |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | cleaning up key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9011: Native wxListCtrl::HitTest on OS X |
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-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Fix recurring typo in "theming". |
tree | commitdiff |
2009-09-16 |
Peter Cawley | Merged GSOC Ribbon work from SOC2009_RIBBON branch... |
tree | commitdiff |
2009-09-14 |
Stefan Csomor | fixing and completing iPhone sound |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | adapting to new sound file organization for osx |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | enabling correct audio framework on OSX |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | OpenGL changes for carbon and cocoa |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Add wxDEBUG_LEVEL to wx/setup.h and document it. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
tree | commitdiff |
2009-08-06 |
Vadim Zeitlin | Don't pop explicitly changed status messages. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-20 |
Vadim Zeitlin | Include wx/dataobj.h from wx/clipbrd.h. |
tree | commitdiff |
next |