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-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 | 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-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-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 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-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-06 |
Vadim Zeitlin | Create an NSAutoreleasePool in wxMacWakeUp(). |
tree | commitdiff |
2009-10-06 |
Vadim Zeitlin | Ensure that an event loop exists in ShowViewOrWindowWit... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Make wxWindow::ShowWithEffect() synchronous under wxOSX... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-01 |
Stefan Csomor | fixing setting initial value under osx_cocoa for single... |
tree | commitdiff |
2009-09-30 |
Stefan Csomor | support backgroundcolor on osx_cocoa |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | adding ProcessPendingEvents as ProcessIdle doesn't... |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | reducing key event handling complexity |
tree | commitdiff |
2009-09-26 |
Stefan Csomor | cleaning up key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Stefan Csomor | using native key handling, closes #10406 |
tree | commitdiff |
2009-09-25 |
Stefan Csomor | using common notification mechanism for selection chang... |
tree | commitdiff |
2009-09-25 |
Julian Smart | Applied #9520: Fix to allow repeated use of wxFileDialo... |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | support PerformClick for NSControls, closes #11129 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | no focus on Show for toolwindows, closes #10872 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | supporting disabled items, closes #11130 |
tree | commitdiff |
2009-09-24 |
Stefan Csomor | fixing styles, closes #11128 |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Use UTF-8 for all non-ASCII characters in the sources. |
tree | commitdiff |
2009-09-13 |
Stefan Csomor | OpenGL changes for carbon and cocoa |
tree | commitdiff |
2009-09-11 |
Stefan Csomor | adding Kevin's fix for wxTOOL_STYLE_SEPARATOR |
tree | commitdiff |
2009-08-21 |
Stefan Csomor | supporting earlier xcode version |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | Allow creating initially hidden controls in wxOSX/Cocoa. |
tree | commitdiff |
2009-08-21 |
Vadim Zeitlin | No changes, just removed hard tabs and trailing white... |
tree | commitdiff |
2009-08-19 |
Stefan Csomor | adding gc aware code, fixes #11061 |
tree | commitdiff |
2009-08-19 |
Stefan Csomor | making sure an empty label is not reserving place above... |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | better variant support, fixes #11114 |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | simplifying native string handling, see #11061 |
tree | commitdiff |
2009-08-18 |
Stefan Csomor | added wakeup implementation for osx_cocoa |
tree | commitdiff |
2009-08-04 |
Stefan Csomor | correcting #ifdef to #if, fixes #11062 |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adapting to widgetimpl extensions and iPhone OS 3.0 |
tree | commitdiff |
2009-07-10 |
Stefan Csomor | adding #ifs for reflecting existing controls, fixing... |
tree | commitdiff |
2009-07-03 |
Vadim Zeitlin | compilation fix for wxOSX/Cocoa: don't use Carbon funct... |
tree | commitdiff |
2009-07-03 |
Stefan Csomor | bracket 10.5 only code |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | streamline best size calculation for buttons and made... |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | no changes, just removed commented out Carbon code... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | suppress more float/double->int conversion warnings... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | fix a couple of harmless warnings during wxOSX build |
tree | commitdiff |
2009-06-15 |
Stefan Csomor | moving to a 10.4 compatible implementation |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | respecting more of the toolbar positions (tb_right... |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding missing release for editor |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | making SetFocus bringing TLW to front as Carbon, see... |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow mouse events being sent to parents, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | allow vetoing on drop, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing coordinates for dnd, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | misc key-event fixes, see #10876 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixes direction for scroll events, closes #10873 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | adding idle processing in modal loop, closes #10871 |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | fixing modal dialog quit after nested message box problem |
tree | commitdiff |
2009-06-10 |
Stefan Csomor | changing disclosure triangle to allow for label |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | compilation fixes for OS X Cocoa build |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | allowing font changes on multi-line textctrls, see... |
tree | commitdiff |
2009-05-27 |
Stefan Csomor | make sure NSScrollers are always having the desired... |
tree | commitdiff |
2009-05-09 |
Stefan Csomor | commenting out uncompilable code |
tree | commitdiff |
2009-05-08 |
Robert Roebling | Add wxDataViewCtrl implementation for OSX/Cocoa (closes... |
tree | commitdiff |
2009-04-26 |
Vadim Zeitlin | added missing parent parameter to Cocoa version of... |
tree | commitdiff |
2009-04-20 |
Stefan Csomor | content must be changeable by wx even though control... |
tree | commitdiff |
2009-04-15 |
Stefan Csomor | textctrl fixes |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | adding support for focus events to multiline textctrl |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | supporting kill focus for single line text controls |
tree | commitdiff |
2009-03-25 |
Stefan Csomor | focus handling streamlined |
tree | commitdiff |
2009-03-24 |
Stefan Csomor | conforming to new naming convention of starting all... |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | simplyfing code, fixing warnings |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | textctrl cleanup |
tree | commitdiff |
2009-03-23 |
Stefan Csomor | fixing warnings in osx cocoa |
tree | commitdiff |
2009-03-22 |
Kevin Ollivier | Disabling sheets codepath until we can resolve the... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | fixing multiple extensions in one filter, turning off... |
tree | commitdiff |
2009-03-21 |
Stefan Csomor | making sure the repositioning within the contentview... |
tree | commitdiff |
2009-03-20 |
Stefan Csomor | reworked font handling for osx |
tree | commitdiff |
2009-03-18 |
Kevin Ollivier | Fix toggle button style. |
tree | commitdiff |
next |