don't use obsolete functions (mostly copystring() and Count()), remove their document...
[wxWidgets.git] / src / unix / mimetype.cpp
2007-04-11  Vadim Zeitlindon't use obsolete functions (mostly copystring() and...
2007-03-30  Vadim Zeitlinfix memory leak in wxFileTypeImpl::SetCommand() if...
2007-03-30  Vadim Zeitlinfix memory leak in wxFileTypeImpl::SetDefaultIcon(...
2007-02-11  Vadim Zeitlindon't Printf() the string into itself (replaces patch...
2007-01-02  Jouk Jansen avoid reading KDE-tables on OpenVMS. They will never...
2006-12-08  Vadim Zeitlinuse MAP_INVALID_UTF8_TO_PUA instead of MAP_INVALID_UTF8...
2006-12-04  Vadim Zeitlinunused parameter warning fix after last change
2006-12-04  Vadim Zeitlinuse wxMBConvUTF8(MAP_INVALID_UTF8_TO_OCTAL) for all...
2006-12-04  Julian SmartAn attempt at fixing the Unicode conversion errors...
2006-11-30  Robert Roebling [ 1604925 ] Fix loading MIME types for KDE
2006-10-18  Robert Roebling Test for KDE and GNOME using session manager vendor.
2006-10-18  Robert Roebling[ 1579280 ] small src/unix/mimetype.cpp optimizations
2006-07-17  Michael WetherellUse substitions when converting gnome mime files from...
2006-06-18  Vadim Zeitlinallow claling Unassociate() on previously not initializ...
2006-05-03  Paul CornettwxASSERT(false) --> wxFAIL
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-25  Włodzimierz SkibaInclude wx/intl.h according to precompiled headers...
2006-04-19  Włodzimierz SkibaInclude wx/dynarray.h according to precompiled headers...
2006-04-18  Vadim Zeitlindon't include GNOME FS header if we don't use it (and...
2006-04-18  Włodzimierz Skibawx/wxprec.h already includes wx/defs.h (with other...
2006-03-27  Jouk Jansen Committing in .
2006-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2006-03-12  Vadim Zeitlinfixed printf format warnings for all platforms (previou...
2006-03-12  Vadim Zeitlinuse %lu and not %d print format for size_t arguments
2006-03-09  Vadim Zeitlinalways return something in GetCommandForVerb() second...
2006-03-07  Vadim Zeitlindon't crash if one of GetAllCommands() parameters is...
2006-03-07  Vadim Zeitlinfixed yet another memory leak in LoadGnomeDataFromKeyFi...
2006-03-07  Vadim Zeitlinfix another memory leak in SetCommand() (coverity check...
2006-03-07  Vadim Zeitlinfix memory leak (coverity checker CID 53)
2006-01-23  David Surovellcleanup - more reformatting
2006-01-22  David Surovellcleanup - heavy reformatting
2006-01-22  Robert Roebling Applied MIME-types patch.
2006-01-07  David Surovellminor cleanup
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-06-13  Włodzimierz Skiba'[1219035] cleanup: miscellaneous' and minor source...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-21  Václav Slavíkdon't use wxFileConfig to parse kdeglobals, it's not...
2004-04-15  Vadim Zeitlinfixed priority of the mailcap entries (patch 935954)
2004-03-31  Robert Roebling Applied patch for Intel compiler.
2004-02-15  Robert Roebling Fix warning.
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Robert Roebling This should work on SuSE and Mandrake icon themes.
2004-02-15  Robert Roebling Slightly less hacky way to get the KDE icon theme...
2004-02-15  Robert Roebling Updates to MIME-types and wxFileDialog code for better
2003-10-05  Vadim Zeitlininstead of ignoring all unknown MIME keywords, ignore...
2003-08-16  Václav Slavíkremoved unneeded #ifdef
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-15  Julian SmartFixed out by one error
2003-07-10  Vadim Zeitlin(blind) fix for valgrind error
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-06-25  Vadim Zeitlinmissing wx/iconloc.h added
2003-06-23  Mattia Barbon Compilation fix.
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-03-02  Vadim Zeitlinfixed memory leak (patch 685580)
2003-01-31  Vadim Zeitlinsilently ignore any X-fields in mime.types
2003-01-31  Robert Roebling Uncommented warning that causes crashes while
2003-01-26  Václav Slavíkfixed loading of GNOME2 mime icons (still not working...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-06-10  Vadim Zeitlinattempts to fix wxMimeTypesManager mess: many bugs...
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-02-07  Julian SmartPut ~/.mailcap to head of search list so local settings...
2002-01-30  Vadim Zeitlinignore the icon option in Netscape mime.type file
2002-01-27  Václav SlavíkwxUSE_MIMETYPE in src/unix/mimetype.cpp
2001-09-18  Vadim Zeitlincompilation warning fix for Intel C++
2001-07-09  Vadim Zeitlincompilation fixes
2001-06-21  Vadim Zeitlinfixed warning about multiline comment
2001-06-09  Vadim Zeitlinwarning fix
2001-05-24  Vadim Zeitlinfixed wxBase compilation
2001-05-01  Jouk Jansen Committing in .
2001-04-24  Vadim ZeitlinUnix compilation fixes for new MIME code
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-02-12  Vadim Zeitlinfixed KDE link file reading code
2001-02-12  Vadim Zeitlinfixed crash with '\' on the end of the last line
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2001-01-15  Vadim Zeitlinmerged in the console for MIME handlers fix from 2...
2001-01-15  Vadim Zeitlinfixed a bug in handling mailcap entries with more than...
2000-12-18  Vadim Zeitlinfix to parse the new GNOME .keys files
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-09  Vadim Zeitlinfixed parsing of non quoted entries in .mime.types
2000-02-02  Václav Slavíkfixed memory leaks
2000-01-31  Karsten BallüderAdded the "guessed" icon path for Debian/Corel Linux...
2000-01-28  Vadim ZeitlinwxBase compilation fixes
2000-01-23  Václav Slavíkadded wxFileType::GetMimeTypes
2000-01-22  Václav Slavíkadded GNOME mimeinfo parsing & some fixes for non-XPM...
2000-01-19  Václav Slavíkmimetype.cpp/.h split into unix,mac,msw