]> git.saurik.com Git - wxWidgets.git/history - src/osx/cocoa
Add wxDataViewModel::ChangeValue() and use it in wxDVC implementation.
[wxWidgets.git] / src / osx / cocoa /
2009-10-23  Vadim ZeitlinAdd wxDataViewModel::ChangeValue() and use it in wxDVC...
2009-10-22  Vadim ZeitlinRefactor wxEventLoopSource-related code.
2009-10-22  Vadim ZeitlinMerge SOC2009_FSWATCHER branch into trunk.
2009-10-17  Vadim ZeitlinRewrite handling cell value changes in wxOSX/Cocoa...
2009-10-17  Vadim ZeitlinNo changes, just attempts to make the code more readable.
2009-10-17  Vadim ZeitlinFix crash when editing wxDVC items in place in wxOSX...
2009-10-16  Vadim ZeitlinAdd ellipsization support to wxDataViewCtrl.
2009-10-16  Vadim ZeitlinImprove wxCollapsiblePane appearance under OS X.
2009-10-12  Vadim ZeitlinFix conversion from wxColour to NSColor in wxOSX/Cocoa...
2009-10-12  Vadim ZeitlinFix display of items without attributes in Cocoa wxDVC.
2009-10-12  Vadim ZeitlinNo real changes, just clean up wxCustomRendererObject...
2009-10-12  Vadim ZeitlinUse Cocoa methods instead of wx ones in wxDVC font...
2009-10-12  Vadim ZeitlinAdd support for cell attributes to wxDVC in wxOSX/Cocoa.
2009-10-12  Vadim ZeitlinNo real changes, just minor cleanup in Cocoa wxDataView...
2009-10-09  Stefan Csomormoving bitmapbutton functionality up to button for OSX
2009-10-08  Stefan Csomorimplementing rollover and pressed image for bitmapbutto...
2009-10-06  Vadim ZeitlinCreate an NSAutoreleasePool in wxMacWakeUp().
2009-10-06  Vadim ZeitlinEnsure that an event loop exists in ShowViewOrWindowWit...
2009-10-05  Vadim ZeitlinMake wxWindow::ShowWithEffect() synchronous under wxOSX...
2009-10-05  Vadim ZeitlinImplement wxWindow::ShowWithEffect() for wxOSX/Cocoa.
2009-10-01  Stefan Csomorfixing setting initial value under osx_cocoa for single...
2009-09-30  Stefan Csomorsupport backgroundcolor on osx_cocoa
2009-09-26  Stefan Csomoradding ProcessPendingEvents as ProcessIdle doesn't...
2009-09-26  Stefan Csomorreducing key event handling complexity
2009-09-26  Stefan Csomorcleaning up key handling, closes #10406
2009-09-25  Stefan Csomorusing native key handling, closes #10406
2009-09-25  Stefan Csomorusing common notification mechanism for selection chang...
2009-09-25  Julian SmartApplied #9520: Fix to allow repeated use of wxFileDialo...
2009-09-24  Stefan Csomorsupport PerformClick for NSControls, closes #11129
2009-09-24  Stefan Csomorno focus on Show for toolwindows, closes #10872
2009-09-24  Stefan Csomorsupporting disabled items, closes #11130
2009-09-24  Stefan Csomorfixing styles, closes #11128
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-13  Stefan CsomorOpenGL changes for carbon and cocoa
2009-09-11  Stefan Csomoradding Kevin's fix for wxTOOL_STYLE_SEPARATOR
2009-08-21  Stefan Csomorsupporting earlier xcode version
2009-08-21  Vadim ZeitlinAllow creating initially hidden controls in wxOSX/Cocoa.
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-08-19  Stefan Csomoradding gc aware code, fixes #11061
2009-08-19  Stefan Csomormaking sure an empty label is not reserving place above...
2009-08-18  Stefan Csomorbetter variant support, fixes #11114
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-08-18  Stefan Csomoradded wakeup implementation for osx_cocoa
2009-08-04  Stefan Csomorcorrecting #ifdef to #if, fixes #11062
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-10  Stefan Csomoradapting to widgetimpl extensions and iPhone OS 3.0
2009-07-10  Stefan Csomoradding #ifs for reflecting existing controls, fixing...
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim Zeitlinstreamline best size calculation for buttons and made...
2009-06-21  Vadim Zeitlinadded support for bitmaps in wxButton to wxOSX/Cocoa
2009-06-21  Vadim Zeitlinno changes, just removed commented out Carbon code...
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2009-06-18  Vadim Zeitlinfix a couple of harmless warnings during wxOSX build
2009-06-15  Stefan Csomormoving to a 10.4 compatible implementation
2009-06-11  Stefan Csomorrespecting more of the toolbar positions (tb_right...
2009-06-11  Stefan Csomoradding missing release for editor
2009-06-11  Stefan Csomoradding events to single line textcontrols (password...
2009-06-10  Stefan Csomormaking SetFocus bringing TLW to front as Carbon, see...
2009-06-10  Stefan Csomorallow mouse events being sent to parents, see #10876
2009-06-10  Stefan Csomorallow vetoing on drop, see #10876
2009-06-10  Stefan Csomorfixing coordinates for dnd, see #10876
2009-06-10  Stefan Csomormisc key-event fixes, see #10876
2009-06-10  Stefan Csomorfixes direction for scroll events, closes #10873
2009-06-10  Stefan Csomoradding idle processing in modal loop, closes #10871
2009-06-10  Stefan Csomorfixing modal dialog quit after nested message box problem
2009-06-10  Stefan Csomorchanging disclosure triangle to allow for label
2009-06-06  Vadim Zeitlincompilation fixes for OS X Cocoa build
2009-05-27  Stefan Csomorallowing font changes on multi-line textctrls, see...
2009-05-27  Stefan Csomormake sure NSScrollers are always having the desired...
2009-05-09  Stefan Csomorcommenting out uncompilable code
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-04-26  Vadim Zeitlinadded missing parent parameter to Cocoa version of...
2009-04-20  Stefan Csomorcontent must be changeable by wx even though control...
2009-04-15  Stefan Csomortextctrl fixes
2009-03-25  Stefan Csomoradding support for focus events to multiline textctrl
2009-03-25  Stefan Csomorsupporting kill focus for single line text controls
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-23  Stefan Csomorsimplyfing code, fixing warnings
2009-03-23  Stefan Csomortextctrl cleanup
2009-03-23  Stefan Csomorfixing warnings in osx cocoa
2009-03-22  Kevin OllivierDisabling sheets codepath until we can resolve the...
2009-03-21  Stefan Csomorfixing multiple extensions in one filter, turning off...
2009-03-21  Stefan Csomormaking sure the repositioning within the contentview...
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-18  Kevin OllivierFix toggle button style.
2009-03-17  Kevin OllivierHandle the remaining selectors which otherwise lead...
2009-03-15  Kevin OllivierOn OS X, the button for wxID_HELP should never accept...
2009-03-15  Stefan Csomorchanging layout to better adhere to HIG, fixing truncat...
2009-03-15  Stefan Csomorfixing obj-c warnings
2009-03-15  Stefan Csomormaking sure peer->Move refreshes properly, bringing...
2009-03-15  Stefan Csomorchanges for embedded, applying patch, fixes #10359
2009-03-14  Kevin Ollivierimplement EVT_TEXT and EVT_TEXT_ENTER for NSTextView...
2009-03-13  Kevin OllivierAnother place we need an autorelease pool.
2009-03-11  Kevin OllivierGet SetLabel working again for wxStaticText by overridi...
2009-03-10  Kevin OllivierFocus handling fixes - make sure new windows activate...
next