2006-06-18 |
Vadim Zeitlin | allow claling Unassociate() on previously not initializ... |
blob | commitdiff | raw |
2006-06-05 |
Vadim Zeitlin | fixed memory leak introduced by dynamic wxMimeTypesMana... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-25 |
Włodzimierz Skiba | Include wx/intl.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-03-17 |
Robert Roebling | Rearrange code to make adding wxMimeTypesManagerFactory |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | added pragmas to disable icc warning when va_arg is... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | remove extraneous semicolons (patch 1299687) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Michael Wetherell | Remove msdos code now in src/msdos, update bakefiles... |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Neis | Don't treat OS/2 as a Unix-like system in this particul... |
blob | commitdiff | raw | diff to current |
2003-08-27 |
Stefan Neis | Never use unix/mimetype.h on OS/2. I'm not exactly... |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Václav Slavík | module.h is not included by wxprec.h |
blob | commitdiff | raw | diff to current |
2003-07-23 |
Václav Slavík | including header once is enough |
blob | commitdiff | raw | diff to current |
2003-07-21 |
Vadim Zeitlin | icon location may contain , so added GetIcon() overload... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | don't use fall back if we had already found the MIME... |
blob | commitdiff | raw | diff to current |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 619539 ] patch to get small icon via... |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Removed old __WXWINE__ support (obsoleted by new __WINE... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Julian Smart | Applied patch [ 662321 ] Port of wxWindows to Wine |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-09-08 |
Vadim Zeitlin | char -> wxChar |
blob | commitdiff | raw | diff to current |
2002-08-30 |
Julian Smart | Mods for Wine compilation |
blob | commitdiff | raw | diff to current |
2002-08-05 |
Vadim Zeitlin | added a more convenient version of wxFileType::GetOpenC... |
blob | commitdiff | raw | diff to current |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
blob | commitdiff | raw | diff to current |
2001-10-24 |
Mattia Barbon | Various cygwin compilation fixes. |
blob | commitdiff | raw | diff to current |
2001-07-07 |
Vadim Zeitlin | applied patch 439186 (mingw and VC5 fixes) |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2001-05-20 |
Stefan Neis | Fixed some OS/2 specific problems: EMX defines __UNIX__... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-05-01 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2001-04-23 |
Vadim Zeitlin | applied MIME patch(es) from Chris Elliott |
blob | commitdiff | raw | diff to current |
2001-04-01 |
Gilles Depeyrot | corrections for final release of Mac OS X |
blob | commitdiff | raw | diff to current |
2001-01-31 |
George Tasker | Destructor for wxMimeTypesManager was deleting its... |
blob | commitdiff | raw | diff to current |
2001-01-31 |
George Tasker | Destructor for wxFileType was deleting its member m_imp... |
blob | commitdiff | raw | diff to current |
2001-01-24 |
Vadim Zeitlin | MIME type manager fixes described earlier on the list: |
blob | commitdiff | raw | diff to current |
2000-12-18 |
David Webster | VisualAge V3.0 does not understand lowercase, "true... |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | wxMimeTypesManager now supports creating associations... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Václav Slavík | fixing memory leaks & mem tracing false alerts |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Václav Slavík | added wxFileType::GetMimeTypes |
blob | commitdiff | raw | diff to current |
2000-01-21 |
David Webster | Fix to include the OS/2 version of mimetype.h, not... |
blob | commitdiff | raw | diff to current |
2000-01-19 |
Václav Slavík | mimetype.cpp/.h split into unix,mac,msw |
blob | commitdiff | raw | diff to current |
|