]> git.saurik.com Git - wxWidgets.git/history - src/osx/carbon
remove unneeded wxFindSuitableParent()
[wxWidgets.git] / src / osx / carbon /
2009-05-08  Robert RoeblingAdd wxDataViewCtrl implementation for OSX/Cocoa (closes...
2009-05-02  Kevin Ollivier(Forward port from 2.8) Allow m_current to be used...
2009-04-26  Vadim Zeitlinadded missing parent parameter to Cocoa version of...
2009-04-26  Vadim Zeitlinadd parent parameter to wxAboutBox() (closes #9952)
2009-04-22  Julian SmartState fix
2009-04-20  Stefan Csomorfixing param
2009-04-18  Stefan Csomorremoving overloads to avoid 'hidden method' warning
2009-04-17  Stefan Csomorwrong override params
2009-04-16  Vadim Zeitlinpass wxIntPtr, not wxUIntPtr, to wxListCtrl::SortItems...
2009-04-15  Vadim Zeitlinuse wxUIntPtr instead of long for 3rd parameter of...
2009-04-15  Stefan Csomorhave at least a measuring context available
2009-04-15  Stefan Csomorfixing return values and handling of invalid files
2009-04-15  Stefan Csomorusing proper SubItemRect
2009-04-14  Stefan Csomoradapting TextUpdateEvents, using wxTextEntry API
2009-04-14  Stefan Csomorfixing native font info support bugs
2009-04-04  Stefan Csomoradding API note
2009-04-04  Stefan Csomorfixing unused param warning
2009-04-04  Stefan Csomorfixing 64 bit value transfer
2009-03-29  Stefan Csomorglgrab not available for iphone
2009-03-29  Stefan Csomoradding iphone code
2009-03-25  Stefan Csomorfocus handling streamlined
2009-03-25  Stefan Csomoradding native icon for executables
2009-03-24  Francesco Montorsimake sure that wxSystemSettings::GetFont/GetColour...
2009-03-24  Stefan Csomorconforming to new naming convention of starting all...
2009-03-24  Stefan Csomoradding back API for 2.8 compatibility
2009-03-23  Stefan Csomorswitching a few icons, removing OS9 folder icons
2009-03-23  Stefan Csomoradding more native icons, fixes #8778
2009-03-23  Stefan Csomorfixing warning in osx core and carbon
2009-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-03-22  Stefan Csomorsimpler define handling
2009-03-21  Stefan Csomoradapting to autorelease of factory methods
2009-03-21  Stefan Csomoradapting to autorelease of factory method
2009-03-21  Stefan Csomorfixing the type
2009-03-20  Stefan Csomormake sure we always have a CGFontRef
2009-03-20  Stefan Csomorintroducing temporary variables for atsu with cocoa
2009-03-20  Stefan Csomorreworked font handling for osx
2009-03-19  Stefan Csomoravoid double framing on carbon as well
2009-03-10  Stefan Csomoradding pure CoreText Impl
2009-03-07  Robert RoeblingwxDATAVIEW_CELL_ACTIVATABLE translates Editable under...
2009-03-07  Robert RoeblingReport first selected item in selection change event
2009-03-07  Robert RoeblingMake wxDataViewCtrl::GetBestSize() return a height...
2009-03-02  Francesco Montorsirevert r59246; the window parameter was there by purpos...
2009-03-02  Vadim Zeitlinanother wxOSX build fix after wxTextEntry::GetValue...
2009-03-01  Francesco Montorsideprecated GetCheckBoxSize(wxWindow *) in favour of...
2009-02-27  Stefan Csomorapplying patch, fixes #10523
2009-02-22  Kevin OllivierMissed one symbol used in the compatibility path.
2009-02-22  Kevin OllivierFix for building under 10.4, where the BlendMode consta...
2009-02-17  Robert RoeblingCorrected meaning of parameter col as the position...
2009-02-17  Robert RoeblingBlind implementation of GetSubItemRect() for wxListCtrl...
2009-02-16  Paul Cornettnon-pch build fix
2009-02-16  Robert RoeblingCompilo
2009-02-15  Francesco MontorsiwxApp::DoYield => wxGUIEventLoop::YieldFor (part of...
2009-02-15  Stefan Csomorswitching to compositing operators (fixes #9881), addin...
2009-02-12  Stefan CsomorCGContextFlush is already called in SetNativeContext
2009-02-12  Kevin OllivierRestore DrawRadioButton to the main wxRenderer API...
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 Csomorreplacing RgnHandle with HIShapeRef usage
2009-02-09  Stefan Csomorcommon drawing code for osx-cocoa and osx-carbon, also...
2009-02-09  Kevin OllivierDo a sanity check to make sure GetWindow() has a valid...
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 OllivierHeader fix for OS X Cocoa build.
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
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-01-31  Robert RoeblingCommit Hartwig's patch for DnD in wxDataViewCtrl
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-23  Stefan Csomorfixing some warnings
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 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-14  Robert RoeblingDon't make wxFrame grow when adding a native wxToolbar
2009-01-13  Robert RoeblingAlso update cursor when over toolbar and titlebar
2009-01-13  Stefan Csomorcommon event code
2009-01-13  Stefan Csomormake sure that code is always available when compiling...
2009-01-12  Stefan Csomoradding 10.4 build compatibility for osx cocoa, see...
2009-01-10  Stefan Csomorfixes #10358
2009-01-10  Stefan Csomormaking sure enabling the menus works
2009-01-10  Stefan Csomorfixing wrong constant
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  Francesco MontorsiFix wxLaunchDefaultBrowser on wxMSW for local files...
next