deprecate wxDos2UnixFilename, wxUnix2DosFilename, wxStripExtension, wxGetTempFileName...
[wxWidgets.git] / src / osx /
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
2008-12-27  Francesco Montorsiblind fix for wxMac (notebook headers shouldn't be...
2008-12-27  Francesco Montorsiremove the long deprecated wxTabCtrl class
2008-12-26  Vadim Zeitlinadded wxEventLoop::DispatchTimeout()
2008-12-25  Vadim Zeitlinmake colours used by list and tree controls more consis...
2008-12-23  Robert RoeblingAdd wxDataViewCtrl::ExpandAncestors() and call it from...
2008-12-20  Robert RoeblingCall Expand on an item's parent chain in EnsureVisible
2008-12-17  Robert RoeblingCorrect wxDataViewCtrl::IsExpanded and add test for it
2008-12-16  Robert RoeblingAdded wxDataViewCtrl::IsExpanded(item)
2008-12-13  Kevin OllivierForward port new wxRenderer methods in 2.8 to trunk.
2008-12-11  Francesco Montorsisubstitute (c) and (C) for copyright strings as documented
2008-12-09  Vadim Zeitlincall wxMDIClientWindow::CreateClient()
2008-12-07  Vadim Zeitlindefine SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
2008-12-07  Vadim Zeitlinno changes, just removed whitespace and perfectly usele...
2008-11-29  Vadim Zeitlincompilation fix after making wxSocketImpl derive from...
2008-11-28  Vadim Zeitlinrename various gsock* files to sock* (except for MSW...
2008-11-28  Vadim ZeitlinStreamline wxSocket code: wxSocketBase now uses wxSocke...
2008-11-26  Vadim Zeitlinremove apparently unused file (src/osx/core/gsocket...
2008-11-26  Vadim Zeitlinmove wx/gsocket.h to wx/private/gsocket.h
2008-11-25  Vadim Zeitlintrying to resolve GSocketManager API mess: the meaning...
2008-11-22  Kevin OllivierForward port event handler fixes to trunk.
2008-11-21  Vadim Zeitlinfix virtual function hiding for LoadFile(); replace...
2008-11-15  Francesco Montorsimake GetPaperRect() and GetResolution() const functions
2008-11-14  Robert Roebling#10183: patch to add wxOSX print job name
2008-11-13  Robert Roebling#10181: wxOSX: patch for proper wxPrintData to/from...
2008-11-13  Vadim Zeitlinfix warnings about hiding virtual wxGraphicsContext...
2008-11-04  Vadim ZeitlinReview/simplify/cleanup MDI classes for all platforms...
2008-11-03  Francesco Montorsibuild fix
2008-11-03  Francesco Montorsibuild fixes
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-10-20  Robert RoeblingFix wxListCtrl::Insert() bug reported by Riccardo Cohen
2008-10-18  Stefan Csomoradapting to API change from GetContentAreaInset to...
2008-10-17  Vadim Zeitlinreverted the change of r56246 and keep the old behaviou...
2008-10-16  Robert RoeblingEnable intercepting ENTER in wxSpinCtrl under wxMac...
2008-10-16  Robert RoeblingRemove accidentally commited debug code
2008-10-16  Robert RoeblingMake wxMac wxSpinCtrl emit killfocus events
2008-10-16  Václav SlavíkCleaned up wxArtProvider:
2008-10-16  Robert RoeblingFudge offset no longer required
2008-10-14  Robert RoeblingFix off-by-1 error in wxChoice and wxComboBox (OSX...
2008-10-13  Vadim Zeitlinno need to test that the pointer is non-NULL before...
2008-10-11  Stefan Csomoradding missing cast
2008-10-11  Stefan Csomorsuperfluous embedding API
2008-10-10  Stefan Csomormoving embedding to common API
2008-10-08  Stefan Csomorfocus propagation, fixes #10047
2008-10-06  Stefan Csomorporting dcscreen blit from 2.8
2008-10-06  Stefan Csomormoving more things to common API between carbon and...
2008-09-30  Stefan Csomorsupporting NO_BORDER for Cocoa as well
2008-09-30  Stefan Csomorperformance fix by Tim Kosse
2008-09-25  Francesco Montorsibuild fix
2008-09-25  Francesco Montorsiprovide backward-compat wxCursor(int) ctor; remove...
2008-09-25  Stefan Csomoravoiding crash for pure modifier events
2008-09-25  Kevin OllivierRemove some wxCocoa stuff that isn't in OS X Cocoa.
2008-09-24  Kevin Ollivier#ifdef Carbon-specific code to get stubbed DND support...
2008-09-24  Robin DunnUnicode-related compile fixes
2008-09-24  Robin DunnFix wxStockCursor realted compile error
2008-09-24  Francesco Montorsifix build errors deriving from making wxColourData...
2008-09-24  Francesco Montorsiuse wxStockCursor (as documented and as already impleme...
2008-09-23  Stefan Csomorfixing compiles under certain flags
2008-09-22  Stefan Csomorusing new API instead of 2.8 compat, fixes #9990
2008-09-22  Stefan Csomorfixing override, fixes #9985 (second error)
2008-09-22  Kevin OllivierAdding compiling (but not yet working) taskbar implemen...
2008-09-21  Stefan Csomorfixing typo (lead to always floating layering for simpl...
2008-09-21  Stefan Csomorfixing focus, fixes #9985
2008-09-21  Kevin OllivierStubbed wxToolTip implementation to get code that uses...
2008-09-20  Kevin OllivierSource changes needed to get MDI support compiling...
2008-09-12  Stefan Csomorimplementing changes in toolbartool directly
2008-09-12  Stefan CsomorCoreText fixes
2008-09-11  Stefan Csomoradding missing y axis flip
2008-09-11  Stefan Csomoradding min and max size support for resizing events
2008-09-11  Stefan Csomorfixes #9951
2008-09-11  Stefan Csomorfix bugs in the last changes to min and max size handli...
2008-09-11  Kevin OllivierDoGetAsBitmap implementation for Cocoa.
2008-09-11  Kevin OllivierA few checks for null pointers to avoid problems during...
2008-09-10  Stefan Csomor64 bit fixes
2008-09-07  Stefan Csomor10.4 support for osx-cocoa
2008-09-07  Stefan Csomornon-precomp fixes
2008-09-07  Stefan Csomorchanges for command line builds of osx-cocoa
2008-09-06  Stefan Csomorseveral small fixes
2008-09-06  Stefan CsomorRGBColor is part of ApplicationServices also under...
2008-09-05  Stefan Csomoradapting to new msgdlg class hierarchy
2008-09-05  Stefan Csomorforward define for non precomp build, switching preproc...
2008-09-05  Stefan Csomorsimplify native textcontrol creations, adding search...
2008-09-05  Vadim Zeitlinimplement support for custom button labels in wxMessage...
2008-09-05  Robert RoeblingAdd wxCRITSEC_DEFAULT and NON_RECURSIVE styles, updated...
2008-09-04  Kevin OllivierRenames to avoid object files with duplicate filenames...
2008-09-04  Kevin OllivierSplit utility functions into base (in utilsexc_base...
2008-09-02  Stefan Csomorfixing constant name
2008-09-02  Stefan Csomorfixing merge bug
2008-09-02  Stefan Csomorosx new layout
2008-09-01  Stefan Csomorosx-cocoa updates
2008-08-30  Stefan Csomorcommitting current cocoa state just to be safe ...
2008-08-27  Stefan Csomorfixing #9910
2008-08-25  Kevin OllivierCompilation fix, didn't realize initialization order...
next