Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / unix / mimetype.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2012-02-18  Stefan NeisSpelling fixes to comments, fixes #13994.
2010-04-10  Vadim ZeitlinDon't crash if wxMimeTypesManager is used before wxApp...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-24  Robert RoeblingPseudo-sort MIME types (all application/xxx at the...
2009-01-24  Robert RoeblingAdd comment explaining why we filter out application...
2009-01-23  Robert RoeblingOnly use text/xxx, skip application/xxx in MIME database
2009-01-13  Jouk JansenAvoid warning on OpenVMS system
2008-11-16  Vadim Zeitlinfix some of icc 11.0 warnings and disable a few others
2008-07-21  Vadim Zeitlindon't give error on startup of any application using...
2008-07-01  Robert RoeblingAdd code for parsing globs file in /usr/local as well
2008-07-01  Robert RoeblingAdd code for parsing globs file
2008-07-01  Robert RoeblingAdd stub for parsing globs file
2008-07-01  Robert RoeblingRemaining conversion to read-only XDG MIME types code
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-23  Julian SmartFixed mime type recognition under Gnome by reading...
2007-12-07  Julian SmartDon't show messages for directories that can't be read
2007-09-21  Vadim Zeitlindon't shadow declaration of nIndex variable
2007-08-30  Vadim Zeitlindon't use use UTF-8 to PUA mapping hack, it's not neces...
2007-07-28  Paul Cornettwarning fix
2007-06-10  Václav Slavíkdon't use implicit wxString->char*/wchar_t* conversion...
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:
next