]> git.saurik.com Git - wxWidgets.git/history - src/mac
Create real separator items instead of items without titles
[wxWidgets.git] / src / mac /
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-26  Stefan Csomorfiles of wxMac moved into carbon subdirs
2004-03-23  Stefan Csomorclassic/carbon split
2004-03-20  Stefan Csomorsplit classic and carbon
2004-03-19  Julian SmartImplemented borderless wxTextCtrl (wxNO_BORDER)
2004-03-19  Julian SmartWhen a directory can't accessed, don't assert, return...
2004-03-19  Julian SmartReduced margin in Mac wxNotebook
2004-03-16  Robin DunnImplement wxBitmapButton::DoGetBestSize
2004-03-16  Stefan Csomorset scrollbarsize back to normal
2004-03-13  Robin DunnNeed an additional #include
2004-03-13  Robert Roebling Gradient fill splitter window sash. This won't
2004-03-12  Julian SmartFixed multiline static texts
2004-03-07  Stefan CsomorSetWindowVariant implemented
2004-03-07  Stefan Csomorunicode fix and header includes corrected
2004-03-07  Stefan CsomorOS Header includes corrected
2004-03-05  Robin DunnUse WidthDefault and HeightDefault
2004-03-04  Stefan Csomorsupport for wxUSE_PALETTE = 0
2004-03-04  Stefan Csomorplaceholder
2004-03-04  Stefan Csomorfix for late redraw messages in a already destroyed...
2004-03-03  Stefan CsomorAPI adaptions to MSW EnhMetafile, fixes and extensions
2004-03-03  Stefan Csomorsafe destruction, even if redraws might be triggered
2004-03-03  Stefan Csomorcasting for CW
2004-03-03  Stefan Csomortentative fix for http://sourceforge.net/tracker/index...
2004-03-03  Stefan Csomoradded comment about array, switched intepretation of...
2004-02-27  Stefan Csomorsince drawtext does not have to take linefeeds into...
2004-02-26  Stefan Csomorattempt to tame composite data objects
2004-02-26  Stefan CsomorPending() fixed for OSX
2004-02-26  Stefan Csomoradjusted LB_EXTENDED and LB_MULTIPLE to wxMSW
2004-02-26  Stefan Csomorfixed crash when no wx menubar is created
2004-02-26  Stefan Csomorreverting best size calculations
2004-02-22  Robert Roebling I don't understand what the original author
2004-02-21  Stefan Csomorworkaround for blocking behaviour under carbon when...
2004-02-21  Stefan Csomormissing headers for non mach
2004-02-21  Stefan Csomorimplementation for mac added
2004-02-21  Stefan Csomorusing Large System font for Buttons needs more space
2004-02-19  Stefan Csomorcorrect boundaries for carbon
2004-02-17  Dimitri SchoolwerthFixed typo causing multiple file selections to always...
2004-02-17  Dimitri SchoolwerthImplemented wxExecute (minimal flags support).
2004-02-15  Vadim Zeitlinremoved unused variable
2004-02-14  Julian SmartNow sends an exit command to the app so Quit behaves...
2004-02-14  Stefan Csomorcorrected system condition for panther
2004-02-12  Stefan Csomorpatch applied for clearing m_data object upon closing
2004-02-11  Robin DunnAdded wxDC:GetPartialTextExtents
2004-02-11  Stefan Csomorcorrected sleep
2004-02-11  Stefan Csomornon-unicode fix
2004-02-11  Stefan Csomorcleanup and fix of double disposal (thanks to Steve...
2004-02-11  Stefan Csomorconversion corrections
2004-02-11  Stefan Csomorremoving unreached code (overriden)
2004-02-11  Stefan Csomorcommon code, cleanup of measurement
2004-02-11  Stefan Csomorturning off sound, movies and images for textctrl
2004-02-10  Robin DunnFixed a compliation error, event args should not be...
2004-02-10  Stefan Csomorbecause some sash code draws whether the window is...
2004-02-08  Stefan Csomorproper UTF32 / 16 conversions added
2004-02-08  Stefan Csomorwchar_t 4 bytes support added
2004-02-08  Stefan Csomorredraw forced for size changes (layout for measuring...
2004-02-08  Stefan Csomorcorrected Sleep implementation (as clock() under Mach...
2004-02-08  Stefan Csomorscroll of subwindow confined to rect param
2004-02-08  Stefan Csomortabs fixed
2004-02-08  Stefan Csomorcorrected line counts and implemented ShowPosition
2004-02-08  Stefan Csomorunicode savvy conversions
2004-02-08  Stefan Csomorfont encodings and refresh upon show (after a hide...
2004-02-08  Stefan Csomorfont encodings
2004-02-08  Stefan Csomorfont encodings and a first copy implementation wchar_t...
2004-02-08  Stefan Csomorfont encoding support
2004-02-08  Stefan Csomordon't let MacIsReallyShown climb over toplevel windows...
2004-02-07  Dimitri SchoolwerthLive resizing is OS X only.
2004-02-06  Stefan Csomorfixing notebook icons for panther
2004-02-06  Stefan Csomorconditional compilation for compositing
2004-02-06  Stefan Csomorcorrecting a missing redraw area on certain resize...
2004-02-06  Stefan Csomorreverting part of Kevin O's patch, due to incompatibili...
2004-02-05  Robin DunnDon't send the wxWindowCreateEvent immediately
2004-02-02  Václav Slavíkrenamed wxWave to wxSound
2004-01-31  Mattia Barbon Compilation fix for !WXWIN_COMPATIBILITY_2_4.
2004-01-31  Mattia Barbon Added some missing STL-like wxArray/wxArrayString...
2004-01-25  Stefan Csomorreopen app apple event
2004-01-25  Stefan Csomorcompositing and transition changes
2004-01-25  Stefan Csomormozilla fixes
2004-01-25  Stefan Csomorrendering adjustments for OSX
2004-01-25  Stefan Csomorpanther adjustements in size
2004-01-25  Stefan CsomorRyan's display extension
2004-01-25  Stefan Csomorextensions management unified
2004-01-23  Robin DunnwxMenu::Append (and similar) now return a pointer to...
2004-01-23  Ryan NortonHID support (preliminary - not added to bakefiles yet)
2004-01-23  Robin DunnMoved wxMacGetSystemEncFromFontEnc and wxMacGetFontEncF...
2004-01-22  Stefan Csomorfont encoding support added
2004-01-22  Stefan Csomorsetting the default locale during startup
2004-01-22  Vadim Zeitlindon't crash when restoring focus after showing a modal...
2004-01-22  Vadim Zeitlinmake it possible to restart timer with a simple Start...
2004-01-22  Vadim Zeitlinfixed compilation when wxUSE_THREADS == 0
2004-01-20  Stefan Csomorwchar_t (4 bytes) / unichar (2 bytes) problems first...
2004-01-18  David ElliottCopied gsockosx.c revision 1.4
2004-01-17  Mattia Barbon Handle client data correctly.
2004-01-16  Robin DunnSend menu highlight events and fix statusbar to update...
2004-01-16  Robin DunnSend window create events
2004-01-15  David ElliottAllow Clear() to clear the control even when it is...
2004-01-15  Julian SmartReverted patch [ 832096 ] Final separation for GUI...
2004-01-14  David Elliott* In _GSocket_Get_Mac_Socket(), do not call CFSocketSet...
2004-01-14  David Elliott* _GSocket_Enable_Events() and _GSocket_Disable_Events...
2004-01-11  Julian SmartApplied patch [ 832096 ] Final separation for GUI and...
2003-12-28  Ryan NortonAdded/Fixed some things in wxGetKeyState
next