OSX regrouping
[wxWidgets.git] / src / common / mimecmn.cpp
2008-07-29  Stefan CsomorOSX regrouping
2008-06-30  Robert RoeblingRemoved most of the pre-XDG MIME code from the Unix...
2008-06-11  Stefan Csomorfixing file paths after renaming
2007-08-20  Václav Slavíkthe wxFormatString hack used in wxFileTypeInfo variadic...
2007-06-29  Vadim Zeitlinstrip the leading dot from extension if present in...
2007-06-11  Václav Slavíkcompilation fixes for PCH-less build
2007-05-03  Václav Slavíkfixed vararg functions with format argument to not...
2007-04-26  Václav Slavíkuse UTF8-encoded char* strings in UTF8 build instead...
2006-11-23  Vadim Zeitlinmoved some wxMimeTypeCommands methods into .cpp file...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-06-18  Vadim Zeitlinallow claling Unassociate() on previously not initializ...
2006-06-05  Vadim Zeitlinfixed memory leak introduced by dynamic wxMimeTypesMana...
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-03-17  Robert Roebling Rearrange code to make adding wxMimeTypesManagerFactory
2005-09-25  Vadim Zeitlinadded pragmas to disable icc warning when va_arg is...
2005-09-24  Vadim Zeitlinremove extraneous semicolons (patch 1299687)
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-21  Włodzimierz SkibawxOS2 with Open Watcom: correct PCH usage, missing...
2005-04-25  Michael WetherellRemove msdos code now in src/msdos, update bakefiles...
2005-02-02  Włodzimierz SkibaLast .empty() string source cleaning before 2.5.4.
2004-09-17  Włodzimierz SkibaSource cleaning: whitespaces, tabs, -1/wxDefaultCoord...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2003-08-27  Stefan NeisDon't treat OS/2 as a Unix-like system in this particul...
2003-08-27  Stefan NeisNever use unix/mimetype.h on OS/2. I'm not exactly...
2003-07-23  Václav Slavíkmodule.h is not included by wxprec.h
2003-07-23  Václav Slavíkincluding header once is enough
2003-07-21  Vadim Zeitlinicon location may contain , so added GetIcon() overload...
2003-07-17  Vadim Zeitlindon't use fall back if we had already found the MIME...
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-01  Julian SmartApplied patch [ 619539 ] patch to get small icon via...
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-07  Julian SmartRemoved old __WXWINE__ support (obsoleted by new __WINE...
2003-01-07  Julian SmartApplied patch [ 662321 ] Port of wxWindows to Wine
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-08  Vadim Zeitlinchar -> wxChar
2002-08-30  Julian SmartMods for Wine compilation
2002-08-05  Vadim Zeitlinadded a more convenient version of wxFileType::GetOpenC...
2002-04-04  Julian SmartAdded wxTB_NODIVIDER and wxTB_NOALIGN so native Windows...
2001-10-24  Mattia BarbonVarious cygwin compilation fixes.
2001-07-07  Vadim Zeitlinapplied patch 439186 (mingw and VC5 fixes)
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-20  Stefan NeisFixed some OS/2 specific problems: EMX defines __UNIX__...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-05-01  Jouk Jansen Committing in .
2001-04-23  Vadim Zeitlinapplied MIME patch(es) from Chris Elliott
2001-04-01  Gilles Depeyrotcorrections for final release of Mac OS X
2001-01-31  George TaskerDestructor for wxMimeTypesManager was deleting its...
2001-01-31  George TaskerDestructor for wxFileType was deleting its member m_imp...
2001-01-24  Vadim ZeitlinMIME type manager fixes described earlier on the list:
2000-12-18  David WebsterVisualAge V3.0 does not understand lowercase, "true...
2000-12-18  Vadim ZeitlinwxMimeTypesManager now supports creating associations...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-02  Václav Slavíkfixing memory leaks & mem tracing false alerts
2000-01-23  Václav Slavíkadded wxFileType::GetMimeTypes
2000-01-21  David WebsterFix to include the OS/2 version of mimetype.h, not...
2000-01-19  Václav Slavíkmimetype.cpp/.h split into unix,mac,msw