]> git.saurik.com Git - wxWidgets.git/history - src/osx
Refactor wxStyledTextCtrl to share common file save/load code.
[wxWidgets.git] / src / osx /
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 SmartRaise the scrollbars on reparenting (part of patch...
2009-09-25  Julian SmartApplied #8804 ([wxMac] wxSpinCtrl behaviour)
2009-09-25  Julian SmartApplied #8697 (Improve error detection for MacFindFont )
2009-09-25  Julian SmartApplied #10007: SetWindowGroupParent hangs in Mac Carbo...
2009-09-25  Julian SmartApplied #10753: WarpPointer() for Mac
2009-09-25  Julian SmartApplied #9011: Native wxListCtrl::HitTest on OS X
2009-09-25  Julian SmartApplied #9520: Fix to allow repeated use of wxFileDialo...
2009-09-25  Julian SmartApplied #10858: wxListCtrl on Mac does not route Freeze...
2009-09-25  Julian SmartRemoved comment
2009-09-25  Julian SmartApplied #9481: submenus for help menu
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 Csomorremoving unneeded method, closes #11073
2009-09-24  Stefan Csomorremoving unneeded method, closes #11073
2009-09-24  Stefan Csomorsupporting disabled items, closes #11130
2009-09-24  Stefan Csomorfixing styles, closes #11128
2009-09-24  Vadim ZeitlinDisplay correct minimal and maximal pages numbers under...
2009-09-21  Stefan Csomormoving themeing include to private.h
2009-09-18  Vadim ZeitlinFix recurring typo in "theming".
2009-09-18  Vadim ZeitlinUse UTF-8 for all non-ASCII characters in the sources.
2009-09-18  Vadim ZeitlinUse wxASSERT() instead of assert() in wx code.
2009-09-14  Stefan Csomoradded missing destructor
2009-09-14  Stefan Csomorfixing and completing iPhone sound
2009-09-14  Stefan Csomorenable backface culling which is not enabled by default...
2009-09-14  Stefan Csomorremove debug logging
2009-09-14  Stefan CsomorLaunch Services are not available on iPhone
2009-09-13  Stefan Csomoradapting to new sound file organization for osx
2009-09-13  Stefan Csomoravoiding potential infinite recursion
2009-09-13  Stefan Csomorsupporting rotated display correctly for display size
2009-09-13  Stefan Csomorsound implementation for AudioToolbox on 10.5 and iPhone
2009-09-13  Stefan CsomorOpenGL for iPhone
2009-09-13  Stefan CsomorOpenGL changes for carbon and cocoa
2009-09-11  Stefan Csomoradding Kevin's fix for wxTOOL_STYLE_SEPARATOR
2009-08-28  Vadim ZeitlinCompilation fixes for wxUSE_FONTMAP==0.
2009-08-23  Vadim ZeitlinCorrect the order of coordinates in CGPoint initializer.
2009-08-23  Vadim ZeitlinAdded wxKeyEvent::IsKeyInCategory() method.
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-20  Vadim ZeitlinRename wxRendererNative::DrawRadioButton() to DrawRadio...
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 Csomorsupport for plug-in unloading, closes #10836
2009-08-18  Stefan Csomorbetter variant support, fixes #11114
2009-08-18  Stefan Csomorgcc 4.2 warning fix
2009-08-18  Stefan Csomorsimplifying native string handling, see #11061
2009-08-18  Stefan Csomoradded wakeup implementation for osx_cocoa
2009-08-17  Vadim ZeitlinForce linking of src/osx/core/sockosx.cpp.
2009-08-16  Vadim ZeitlinFix hangups when using sockets under OS X.
2009-08-16  Vadim ZeitlinDon't forget to reset wxSocketImplMac members to NULL.
2009-08-16  Vadim ZeitlinUse CF socket manager in GUI OS X applications.
2009-08-06  Vadim ZeitlinDon't pop explicitly changed status messages.
2009-08-05  Vadim ZeitlinCleaned up low level OS X sources.
2009-08-05  Vadim ZeitlinAdded wxUSE_ACCEL guard.
2009-08-04  Stefan Csomorcorrecting #ifdef to #if, fixes #11062
2009-07-25  Vadim ZeitlinAllow setting long version field in About dialog.
2009-07-24  Stefan Csomorimplementing checkbox using UISwitch
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Stefan Csomoradded missing files
2009-07-22  Stefan Csomoradapting to SDK 3.0
2009-07-20  Vadim ZeitlinPut braces around all calls to wxLogFunctions() inside...
2009-07-12  Stefan Csomorbetter surviving 0 width / height bitmap sizes
2009-07-11  Vadim ZeitlinAdded wxThread::GetMainId().
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-10  Stefan Csomoradapting init sequence for different osx platforms
2009-07-10  Stefan Csomorcommitting current iphone state
2009-07-10  Stefan CsomoriPhone bitmap support
2009-07-10  Stefan Csomorcorrecting to ifdef to if
2009-07-10  Stefan Csomorguarding scrollbar
2009-07-09  Stefan Csomoradding special case for Carbon DataBrowser Checkbox
2009-07-03  Vadim Zeitlincompilation fix for wxOSX/Cocoa: don't use Carbon funct...
2009-07-03  Vadim Zeitlinsuppress harmless warning about unused variable
2009-07-03  Stefan Csomorbracket 10.5 only code
2009-07-03  Stefan Csomorbetter font round-trip fidelity (native->wx->native...
2009-07-03  Stefan Csomorfixing warnings
2009-07-02  Vadim Zeitlinuse WXSIZEOF(x) instead of sizeof(x)/sizeof(x[0]) ...
2009-07-02  Stefan Csomorfixing memory leak and unnecessary cocoa init, refs...
2009-07-02  Stefan Csomorreverting incorrect conversion from r52690, refs #10856
2009-07-01  Vadim Zeitlinset the context we create in IsExtensionSupported(...
2009-07-01  Vadim Zeitlinensure that we have event loop before showing a modal...
2009-06-28  Vadim Zeitlinanother compilation fix after r61232
2009-06-28  Vadim Zeitlinalways use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu...
2009-06-23  Vadim Zeitlinadjust the toolbar tools bitmap size to fit the biggest...
2009-06-22  Vadim Zeitlininvalidate best window size when its label changes
2009-06-22  Vadim Zeitlinstreamline best size calculation for buttons and made...
2009-06-22  Vadim Zeitlinfix more wxOSX/Carbon warnings in release build
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  Stefan Csomormake sure theme font info is reset if anything is changed
2009-06-20  Stefan Csomorsimplify condition
2009-06-20  Vadim Zeitlinsuppress more float/double->int conversion warnings...
2009-06-20  Vadim Zeitlindon't try to resize the bitmap buttons with wxBORDER_NO...
2009-06-20  Vadim Zeitlinfix many mostly harmless warnings in wxOSX/Carbon build
2009-06-19  Vadim Zeitlinno need to check for wxID_HELP buttons in SetLabel...
2009-06-19  Vadim Zeitlinrespect wxBU_NOTEXT style in wxButton
next