]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2004-11-14  Václav Slavíkfixed rendering of bitmaps with alpha channel under...
2004-11-14  Václav Slavíkadded system colours and fonts support to XRC (based...
2004-11-14  Robert Roebling The wxGNOME whitepaper-to-be.
2004-11-14  Ryan Nortonspelling/grammer (lol) :)
2004-11-14  Václav Slavíkmade wxMBConv_iconv MT-safe
2004-11-14  David ElliottRebaked and autoconfiscated.
2004-11-14  David ElliottMoved some OS X only files into MAC_OSX_SRC from MAC_SRC.
2004-11-14  David ElliottAdded Mac OS support.
2004-11-14  David ElliottReran aclocal using bakefile.m4 from Bakefile CVS HEAD...
2004-11-13  Robin DunnreSWIGged
2004-11-13  Robin DunnreSWIGged
2004-11-13  Robin Dunnthe python2 check is gone, take out the use of the...
2004-11-13  Robin Dunnbump subrelease
2004-11-13  Robin DunnreSWIGged
2004-11-13  Robin Dunn* wxPrintDialog no longer derives from wxDialog.
2004-11-13  Robin DunnFix for uninitialized pointer access from wxPrintData...
2004-11-13  Robin DunnThe assumption that if SIZEOF_INT is defined then SIZEO...
2004-11-12  Václav Slavíkmore wxPostEvent MT fixes
2004-11-12  Václav Slavíkremoved unused static variable
2004-11-12  David ElliottMoved wxStandardPathsCF into base library when using...
2004-11-12  Robin Dunntypo
2004-11-12  Robin DunnCompilation fix
2004-11-12  Robin DunnReset LC_NUMERIC to "C" for Python < 2.4. This fixes...
2004-11-12  David ElliottFix build on platforms without any real source in the...
2004-11-12  Julian SmartNotebook page bitmaps now supported.
2004-11-12  Włodzimierz... Warning fixes.
2004-11-12  Włodzimierz... MinGW fix.
2004-11-12  Włodzimierz... Warning fixes.
2004-11-12  Włodzimierz... Warning fixes.
2004-11-12  Włodzimierz... Warning fixes.
2004-11-12  Ryan Nortonfix for when zlib is not compiled in
2004-11-12  Ryan Nortonmedia proj
2004-11-12  Ron LeeTagged DEBIAN_2_5_3_2 for release testing. Bumped...
2004-11-12  Ryan Nortondon't include strmiids.lib as its not needed by default...
2004-11-12  Włodzimierz... dwCallback if DWORD.
2004-11-12  Ron LeeBump WX_CURRENT back to 3, this must stay the same as
2004-11-12  Ryan Nortonfix hiding the other (mac) one
2004-11-12  Włodzimierz... Fix hiding wxMediaEvent::Clone().
2004-11-12  Ryan Nortonexplanation of getdefaultattributes
2004-11-12  Ryan Nortonspelling
2004-11-12  Ron LeewxUSE_POSTSCRIPT is not a sufficient test by itself for
2004-11-12  Ryan Nortonmingw evidently doesn't have digitalv.h according to...
2004-11-12  Ryan Nortonworkaround to call directshow drivers without actually...
2004-11-12  Ron LeeMove stdpath into base on msw as well.
2004-11-12  Ron LeeCruft cleanup from MJW, strip the tabs out of sound.cpp
2004-11-12  Ron LeePatch from MJW for ssize_t
2004-11-12  Robin DunnNot sure how you can print audio, so I expect that...
2004-11-11  David ElliottRemoved the rest of the include. Thanks Robin.
2004-11-11  Robin DunnRemoved the "include/" from the corefoundation headers...
2004-11-11  Robin DunnFixed typo
2004-11-11  Vadim Zeitlinfixes to ZIP/archive patch (patch 1064426); should...
2004-11-11  Vadim Zeitlinensure that g_timerMap is always initialized before...
2004-11-11  Vadim Zeitlinfix reading beyond the end of the string if the last...
2004-11-11  Vadim Zeitlinremoved 2.0 compatibility stuff (patch 1054261)
2004-11-11  Ryan Nortonadd directshow define
2004-11-11  Ryan Nortonturn off directshow by default for lib dependancy
2004-11-11  Ryan Nortonmci can't play video on win2k - disable for now
2004-11-11  Ryan Nortontweak stopping - nicen up sample some more
2004-11-11  Ryan Nortonfixup
2004-11-11  Ryan Nortoncorrectly generate wxUSE_MEDIACTRL define
2004-11-11  Ryan Nortonclean up
2004-11-11  Ryan Nortonmci backend for wxMediaCtrl. Better workaround for...
2004-11-11  Vadim Zeitlinfile not needed any longer after ZIP r/w patch
2004-11-11  Ryan Nortoncomment/explain a lot
2004-11-11  Ryan Norton1) fix border styles in wxMediaCtrl, 2) regenerate...
2004-11-11  Ron Leegcc < 3.4 warns about friendless private dtors.
2004-11-11  Ryan Nortonfix unsigned/signed warnings
2004-11-11  Ryan Nortonfix some comp errors on DMC
2004-11-11  Ryan Nortonget rid of error
2004-11-11  Ryan Nortonmore setup changes
2004-11-11  Ron LeeRemove a(nother) guaranteed build failure until what...
2004-11-11  Ron LeeI really don't have to point out what went wrong here...
2004-11-11  Ron LeeFixes for wxPython site-packages location.
2004-11-11  Ron LeeDoes \deprecated exist outside doxygen?
2004-11-11  Ryan Nortondirectshow checking
2004-11-11  Ryan Nortonckconf
2004-11-11  Ryan Nortonsetp.h changes
2004-11-11  Ryan Nortonconfigure changes
2004-11-11  Ryan Nortonmedia sample
2004-11-11  Ryan Nortonprelim docs
2004-11-11  Ryan Nortonmedia lib bakefiles
2004-11-11  Ryan Nortonbase wxMediaCtrl files
2004-11-11  Ron LeeAdded gnome files to gtk dist.
2004-11-11  Robin DunnreSWIGged
2004-11-11  Robin DunnBump subrelease number
2004-11-11  Robin DunnLots of tweaks and additions to get caught up with...
2004-11-11  Robin DunnAdded wxStandardPaths
2004-11-11  Robin DunnFix compilation error by #including imaglist.h
2004-11-10  Vadim Zeitlinadded ZIP classes by M.J.Wetherell (patch 1030239)
2004-11-10  Vadim Zeitlinfixed creation of the mask in wxImage -> wxBitmap conve...
2004-11-10  Vadim Zeitlinuse TB_GETMAXSIZE in GetBestSize() (patch 1050045)
2004-11-10  Kevin HockCorrect typos, minor wording improvements
2004-11-10  Vadim Zeitlinbetter (more precise) values for wxGetOsDescription...
2004-11-10  Włodzimierz... Patch 1053127 - Test fixes.
2004-11-10  Vadim Zeitlinconstruct icon from wxIconLocation, not just the file...
2004-11-10  Kevin HockClarified the wording for the return value of count
2004-11-10  Vadim Zeitlinreplaced wxStream::GetSize() with GetLength() (still...
2004-11-10  Vadim Zeitlinnew set of fixes for problems due to huge files support...
2004-11-10  Robin DunnWhen using an external scrollbar ensure that the built...
2004-11-10  Włodzimierz... OW fixes.
next