]> git.saurik.com Git - wxWidgets.git/history - src/osx
More GTK prefixing for internal methods
[wxWidgets.git] / src / osx /
2009-02-12  Stefan Csomorrenaming clickedAction callbacks to more generic contro...
2009-02-12  Stefan CsomorCGContextFlush is already called in SetNativeContext
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
2009-02-12  Kevin OllivierFix assertion when passing nil to setKeyEquivalent.
2009-02-10  Stefan Csomorsupporting graphics context on invisible views, icon...
2009-02-09  Kevin OllivierWe'll get an unhandled exception if the view is hidden...
2009-02-09  Stefan Csomorpaint event handling fixes and wxClientDC implementatio...
2009-02-09  Stefan Csomormake sure no delegates/impl ptrs are still set during...
2009-02-09  Stefan Csomordrawing code now in common file
2009-02-09  Stefan Csomorreplacing RgnHandle with HIShapeRef usage
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Kevin OllivierRemove delegates before releasing the native object...
2009-02-09  Kevin OllivierDo a sanity check to make sure GetWindow() has a valid...
2009-02-09  Kevin OllivierInitial support for EVT_ERASE_BACKGROUND for OS X Cocoa.
2009-02-09  Francesco Montorsisave the current status text for each pane inside wxSta...
2009-02-08  Kevin OllivierStub out GetMatchingPair() for now to allow us to use...
2009-02-08  Kevin OllivierCrash fix for when a wxNullBitmap is passed in as the...
2009-02-08  Kevin OllivierHeader fix for OS X Cocoa build.
2009-02-08  Stefan Csomorturning on icons for osx-cocoa
2009-02-08  Stefan Csomormenu fixes, also fixes #10479
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2009-02-08  Stefan Csomoradding scroll wheel support
2009-02-07  Kevin OllivierImplement GetDashCount() for Carbon/Cocoa.
2009-02-07  Vadim Zeitlinrequire semicolon after wxDECLARE/DEFINE_EVENT() (close...
2009-02-07  Stefan Csomorreworking event handling to redirect to c++ virtual...
2009-02-04  Francesco Montorsicheck in the 'selective yield' patch (see ticket #10320):
2009-02-01  Robert RoeblingMake wxCheckListBox call event.SetString() on all platf...
2009-02-01  Stefan Csomorfixing utf32 native conversion
2009-02-01  Stefan Csomoradding explicit log.h include
2009-02-01  Stefan Csomoradding the GetEventHandler() indirection
2009-02-01  Stefan Csomoradding explicit log.h include
2009-01-31  Robert RoeblingCommit Hartwig's patch for DnD in wxDataViewCtrl
2009-01-30  Robert RoeblingAdd wxSIZE_FORCE_EVENT and use is from wxSizerItem...
2009-01-30  Stefan Csomoruse native conversions that are close to the native...
2009-01-28  Vadim Zeitlinrename wxRendererNative::DrawRadioButton() to DrawOptio...
2009-01-26  Robert RoeblingImplement hint cursor for resizable columns
2009-01-25  Francesco Montorsiblind build fix for wxMac
2009-01-25  Francesco Montorsibuild fix
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-25  Stefan Csomoradapting to name change in r58318
2009-01-23  Stefan Csomorfixing some warnings
2009-01-23  Stefan Csomorfixing 64 bit compile
2009-01-23  Robert RoeblingForgot this one
2009-01-23  Robert RoeblingGive some OSX specific methods OSX prefix, fixes hidden...
2009-01-23  Robert RoeblingwxDataViewCtrl fixes
2009-01-20  Vadim Zeitlinset m_isBeingDeleted to true (only) in SendDestroyEvent...
2009-01-20  Stefan Csomorstreamlining slider, scroller, spinbutton for osx carbo...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-18  Robert RoeblingReally set standard cursor when over title bar and...
2009-01-18  Stefan Csomormouse and cursor additions for cocoa, see #10361
2009-01-17  Stefan Csomorfixing screen coordinate transformation
2009-01-17  Stefan Csomormissing commit
2009-01-17  Stefan Csomorfixing dangling includes
2009-01-17  Stefan Csomorprinting adjustment
2009-01-17  Stefan Csomorstreamlining printing support, adding printing support...
2009-01-17  Stefan Csomoravoiding warning for unused var in cocoa build
2009-01-16  Stefan Csomorfixing infinite recursion for rotated text, introduced...
2009-01-15  Stefan Csomormake sure group boxes don't get the big font
2009-01-15  Stefan Csomoradding missing header for non-precomp build
2009-01-15  Stefan Csomorfixing controls with content areas, correcting radiobox...
2009-01-14  Robert RoeblingDon't make wxFrame grow when adding a native wxToolbar
2009-01-14  Stefan Csomorcleaning up warnings, more common event code
2009-01-14  Stefan Csomorrouting native events first to the wx class and only...
2009-01-13  Robert RoeblingAlso update cursor when over toolbar and titlebar
2009-01-13  Stefan Csomorusing subclass as impl ptr, common code in macro becaus...
2009-01-13  Stefan Csomorcommon event code
2009-01-13  Stefan Csomormake sure that code is always available when compiling...
2009-01-13  Stefan Csomorremoving duplicate code
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-12  Vadim Zeitlinadd more flexible and safer template Connect() overload...
2009-01-10  Stefan Csomorfixes #10358
2009-01-10  Stefan Csomormaking sure enabling the menus works
2009-01-10  Stefan Csomorguarding against NULL peers
2009-01-10  Stefan Csomorfixing wrong constant
2009-01-10  Stefan Csomorfixing default location for cocoa, see #10361
2009-01-10  Stefan Csomorcalling superclass impl, see #10361
2009-01-10  Stefan Csomorcocoa layout optimization, see #10361
2009-01-10  Stefan Csomornative apple event support for osx cocoa
2009-01-10  Stefan Csomorsupporting PopUp on osx cocoa as well, see #10361
2009-01-10  Stefan Csomoradding open and close hand cursor constants, implementa...
2009-01-10  Stefan Csomormoving launch methods to common code
2009-01-09  Stefan Csomorguarding against calls through 'non-window' instances...
2009-01-09  Francesco Montorsifix the fix of r57935
2009-01-09  Francesco Montorsiblind fix for buildbot
2009-01-09  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
2009-01-09  Robert RoeblingTried to improve look of toogle tool under OS X, adapte...
2009-01-09  Robert RoeblingCompile fix
2009-01-08  Francesco Montorsibuild fix
2009-01-08  Francesco Montorsia few more int/wxPolygonFillMode substitutions in wxReg...
2009-01-08  Francesco Montorsifix build
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2009-01-08  Robert RoeblingAdd the same margin to wxBitmapToggleButton as to wxBit...
2009-01-07  Francesco Montorsis/wxSplitPath/wxFileName::SplitPath
2008-12-31  Kevin OllivierFix for OS X Cocoa build.
2008-12-31  Francesco Montorsiget rid of the wxListString class in wxStatusBar code...
2008-12-30  Vadim Zeitlinremove wxSOCKET_MAX_EVENT, it is not really necessary...
2008-12-29  Francesco Montorsiuse a common m_isInsideYield flag instead of static...
2008-12-28  Vadim Zeitlinimplement DispatchTimeout() for wxOSX/Cocoa
2008-12-27  Vadim Zeitlincompilation fix: use IsServer() instead of m_server...
2008-12-27  Francesco Montorsi(blind) fix for unneeded inclusions of headers
next