]> git.saurik.com Git - wxWidgets.git/shortlog
wxWidgets.git
2006-03-31  Vadim Zeitlinremoved wxTextFile test case, what was it doing here?
2006-03-31  Roman Rolinskyversion 0.1.7-3
2006-03-31  Roman Rolinskyignore wrong colour spec
2006-03-31  Roman Rolinskyfix for copy/paste to work with i18n
2006-03-31  Vadim Zeitlinadded tests for UTF8 and UTF16 files
2006-03-31  Vadim Zeitlindon't give error when reading empty file in Unicode...
2006-03-31  Vadim ZeitlinUnicode compilation fixes
2006-03-31  Vadim Zeitlinrewrote Read() to slurp all the file at once to avoid...
2006-03-31  Vadim Zeitlinadded unit test for wxTextFile (reading only for now)
2006-03-31  Włodzimierz... Better backward compatibility and deprecation markup...
2006-03-31  Vadim Zeitlinalso link in ODBC lib if wxUSE_ODBC (patch 1457800)
2006-03-31  Vadim Zeitlinuse wx/dynlib.h and not wx/dynload.h (patch 1448691)
2006-03-31  Vadim Zeitlinadded #if wxUSE_CONSTRAINTS around the whole file ...
2006-03-30  Vadim Zeitlindon't compile DirectDraw code when wxUSE_DIRECTDRAW...
2006-03-30  Jamie GaddInclude compatibility guard for int GetItemSpacing...
2006-03-30  Robert Roebling Fix previous crashes when scrolling generic version
2006-03-30  Kevin HockFix GetTraits() check for event loop in wxSocketBase...
2006-03-30  Robert Roebling Fix wxListCtrl in-place editing (to not crash
2006-03-30  Vadim Zeitlindon't process previously read characters twice in OnRead()
2006-03-30  Włodzimierz... Better backward compatibility and deprecation markup...
2006-03-30  Julian SmartUnicode correction
2006-03-30  Julian SmartGenerate Mac bundle for helpview
2006-03-30  Robert Roebling Use memcpy instead of strcpy.
2006-03-30  Julian SmartReverted wxChoice size fix due to problems in W2K and...
2006-03-30  Robin DunnNeed to tell which object to Destroy()
2006-03-30  Robin DunnFixed reference leak in wx.gizmos.TreeListCtrl.GetSelec...
2006-03-29  David Surovellsimplify OnActivate menubar install code
2006-03-29  Stefan Csomorformatting and native HIView compilation fixes
2006-03-29  Stefan Csomorclean-up and fix
2006-03-29  Václav Slavíkmade WX_CONFIG default configurable
2006-03-29  Vadim Zeitlindon't use -- inside XML comments, this is not allowed
2006-03-29  Vadim Zeitlinadded func parameter to wxOnAssert
2006-03-29  Vadim Zeitlindon't return void values
2006-03-29  Vadim ZeitlinwxUSE_STL==1 compilation fix
2006-03-29  Robin DunnAdded GetResourcesDir and GetLocalizedResourcesDir to
2006-03-28  David Surovellfix null-deref
2006-03-28  Robin DunnSome tweaks to build hosts and tasks
2006-03-28  Robin Dunnavoid assert in wxMac port, only change the font point...
2006-03-28  Robin DunnUpdated 2.6.3.0's CHANGES
2006-03-28  Robin Dunninstall the analogclock package
2006-03-28  Vadim Zeitlinreally disable wxUSE_DISPLAY for wxMGL and wxOS2
2006-03-28  Włodzimierz... Warning fix for wxOS2 night build.
2006-03-28  Włodzimierz... Line-up deprecated interface of wxTreeCtrl between...
2006-03-28  Włodzimierz... More typos.
2006-03-28  Włodzimierz... Patch #1459942: typos.
2006-03-28  Włodzimierz... Documentation fixes for unresolved labels after changes...
2006-03-28  Julian SmartRemoved redundant XBM
2006-03-28  Julian SmartUse XPM for symbols and pictures on all platforms
2006-03-28  Włodzimierz... Make wxPASSWORD and wxPROCESS_ENTER really deprecated.
2006-03-28  Włodzimierz... Warning fix.
2006-03-28  Julian SmartCorrect test for WORDS_BIGENDIAN
2006-03-28  Julian Smartstdpaths.h needs filefn.h
2006-03-28  Julian SmartAdded missing includes
2006-03-28  Robert Roebling Remove CVS clash in RCS-ID
2006-03-28  Robert Roebling Apply wxListCtrl patch which fixes some crashes
2006-03-28  Vadim Zeitlinproperly NUL-terminate the buffer before converting...
2006-03-27  Vadim Zeitlinmade wxTextFile work in Unicode (bug 1260189); also...
2006-03-27  Vadim Zeitlinmade wxTextFile work in Unicode; also made it possible...
2006-03-27  Vadim Zeitlinreally fixed iteration over wxTextbuffer using GetFirst...
2006-03-27  Vadim Zeitlinwe don't need to include wx/textfile.h here
2006-03-27  Vadim Zeitlinreuse Clear() instead of duplicating its code in Close()
2006-03-27  Vadim Zeitlinfix bug in Eof() which returned true even if we were...
2006-03-27  Vadim Zeitlinuse wxLaunchDefaultBrowser by default if no browser...
2006-03-27  Vadim Zeitlinrenamed m_MapFile into m_helpDir because this is what...
2006-03-27  Włodzimierz... Test commit to verify cvs speed.
2006-03-27  Vadim Zeitlinadded an option to use wxExtHelpController (which means...
2006-03-27  Vadim Zeitlinrewrote wxExtHelpController loading code to use wxFileN...
2006-03-27  Włodzimierz... Source and warning cleaning.
2006-03-27  Włodzimierz... Unconditional assert means failure.
2006-03-27  Włodzimierz... Minor source cleaning.
2006-03-27  Włodzimierz... Fix for broken 'param' macro syntax.
2006-03-27  Włodzimierz... Minor source cleaning.
2006-03-27  Włodzimierz... Source and warning cleaning after enabling wxUSE_DATAVI...
2006-03-27  Vadim Zeitlindocumented GetResourcesDir() and GetLocalizedResourcesD...
2006-03-27  Vadim Zeitlinfixed unused parameter warning
2006-03-27  Włodzimierz... Coverity CID 100 fix.
2006-03-27  Włodzimierz... Final and global PRIOR/NEXT change: keep consistency...
2006-03-27  Jouk Jansen Committing in .
2006-03-27  Vadim Zeitlintranslate tips which appear inside _() in wxFileTipProvider
2006-03-27  Vadim Zeitlinremoved wxClassInfo::CleanUp() as it breaks wxEntry...
2006-03-27  Vadim Zeitlinexplain that the message catalogs should be installed...
2006-03-25  Vadim Zeitlinpartly undid last commit: we still need to look in...
2006-03-25  Vadim Zeitlinlook for catalogs with LC_MESSAGES subdirectory and...
2006-03-25  Vadim Zeitlindiscard the debug directories at the end of the executa...
2006-03-25  Vadim Zeitlinno need to add . and .. explicitely to the catalogs...
2006-03-25  Vadim Zeitlinsimplified message catalog search code using the new...
2006-03-25  Vadim Zeitlinadded wxStandardPaths::GetResourcesDir() and GetLocaliz...
2006-03-25  Vadim Zeitlinimplemented GetPluginsDir() to behave as documented
2006-03-25  Vadim Zeitlinuse one #ifdef __VMS instead of doing it in each and...
2006-03-25  Vadim Zeitlinremoved wxMac stuff from here, unless I'm missing somet...
2006-03-25  Vadim Zeitlindon't crash in GetInstallPrefix() if wxTheApp == NULL...
2006-03-25  Julian SmartFixed crash in Life demo on Mac
2006-03-25  Włodzimierz... Build fix after PRIOR/NEXT removal.
2006-03-25  Vadim Zeitlinre-fix operator?: involving wxNodes and compatibility_i...
2006-03-25  Vadim ZeitlinX11 callbacks must be extern C
2006-03-25  Robin DunnUse self.GetCanvas() instead of just self.GetCanvas
2006-03-25  Robin Dunnmore size_t --> unsigned int changes
2006-03-25  Robin DunnThe null byte at the end of the string should not be...
2006-03-24  Włodzimierz... Updated changes list after int/size_t unsigned int.
2006-03-24  Włodzimierz... Back to unsigned int count in wxTreeCtrl.
next