2006-06-09 |
Włodzimierz Skiba | Include wx/choicdlg.h, wx/textdlg.h and wx/filedlg... |
blob | commitdiff | raw |
2006-06-07 |
Vadim Zeitlin | 1. renamed wxFontMapper::IsWxFontMapper() to IsDummy... |
blob | commitdiff | raw | diff to current |
2006-05-25 |
Włodzimierz Skiba | Include wx/msgdlg.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-11 |
Vadim Zeitlin | removed wxGTK2 hack, not needed any more |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Vadim Zeitlin | fixed wxFontMapper behaviour under wxGTK2: it now just... |
blob | commitdiff | raw | diff to current |
2005-09-26 |
Vadim Zeitlin | fixed variable shadowing icc warnings |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-07 |
Włodzimierz Skiba | First part of '[ 1216148 ] cleanup: unused variables... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
David Elliott | Improve type safety by doing a runtime check to make... |
blob | commitdiff | raw | diff to current |
2005-03-26 |
Julian Smart | Fix for link error |
blob | commitdiff | raw | diff to current |
2005-03-01 |
Ryan Norton | compilo |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Włodzimierz Skiba | MinGW warning fix. |
blob | commitdiff | raw | diff to current |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Włodzimierz Skiba | Warning fixes for WinCE. |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Włodzimierz Skiba | wxUSE_FONTDLG is optional. |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Dimitri Schoolwerth | removed tabs |
blob | commitdiff | raw | diff to current |
2004-05-30 |
Dimitri Schoolwerth | allow compilation with wxUSE_CHOICEDLG set to 0 |
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 |
2004-04-10 |
Vadim Zeitlin | added support for koi8-u |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes, delegate api calls getting proper... |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-22 |
Vadim Zeitlin | undisable many warnings for VC++ in defs.h and fixed... |
blob | commitdiff | raw | diff to current |
2003-07-20 |
Vadim Zeitlin | fixed suppressing of wxFontMapper questions which was... |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | Fixed some duff #ifdefs |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-06-19 |
Vadim Zeitlin | fixed infinite recursion bug in some rare cases |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
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-05-18 |
Julian Smart | Updated font dialog constructors to use a reference... |
blob | commitdiff | raw | diff to current |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
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 |
2002-02-22 |
Vadim Zeitlin | 1. made wxDebugMsg, wxError and wxFatalError deprecated... |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Vadim Zeitlin | fixes to handling of the 7 bit ASCII encoding |
blob | commitdiff | raw | diff to current |
2002-01-23 |
Vadim Zeitlin | recognize 646 charset as US-ASCII (this is how it is... |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Vadim Zeitlin | suppress compilation warning |
blob | commitdiff | raw | diff to current |
2001-12-07 |
Vadim Zeitlin | propose to the user to use the replacement encoding... |
blob | commitdiff | raw | diff to current |
2001-12-07 |
Vadim Zeitlin | fixed wxConfig memory leak in wxFontMapper |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Vadim Zeitlin | more DBCS-related changes (patch 481898) |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Vadim Zeitlin | s/Chiniese/Chinese/g |
blob | commitdiff | raw | diff to current |
2001-11-09 |
Vadim Zeitlin | applied DBCS patch |
blob | commitdiff | raw | diff to current |
2001-09-11 |
Vadim Zeitlin | don't try to translate the standard encoding names |
blob | commitdiff | raw | diff to current |
2001-09-02 |
Václav Slavík | applied utf-8 fix patch |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Vadim Zeitlin | remember unknown charsets in the config too |
blob | commitdiff | raw | diff to current |
2001-07-06 |
Václav Slavík | fixed a design flaw in wxFontMapper that prevented... |
blob | commitdiff | raw | diff to current |
2001-07-03 |
Vadim Zeitlin | tons of fixes for wxGTK/Univ - seems to work, more... |
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-06-12 |
Václav Slavík | standardized encoding names to windows-12xx and iso... |
blob | commitdiff | raw | diff to current |
2001-05-17 |
Vadim Zeitlin | don't annoy the user by repeating the question which... |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Vadim Zeitlin | fixed iso8859-15 handling (backmerged from 2.2) |
blob | commitdiff | raw | diff to current |
2001-04-14 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-04-13 |
Vadim Zeitlin | reckognize cp125x charsets |
blob | commitdiff | raw | diff to current |
2001-02-08 |
Vadim Zeitlin | some stupid attempts to make utf8 work - it doesn't... |
blob | commitdiff | raw | diff to current |
2001-02-02 |
Vadim Zeitlin | applied patch #103444 |
blob | commitdiff | raw | diff to current |
2000-12-19 |
Vadim Zeitlin | tons of wxFTP fixes and compilation fix for wxBase |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | compilation fixes for wxMSW |
blob | commitdiff | raw | diff to current |
2000-12-18 |
Vadim Zeitlin | wxNativeFontInfo changes |
blob | commitdiff | raw | diff to current |
2000-10-20 |
Vadim Zeitlin | fixed off by 1 error in CharsetToEncoding() for CP... |
blob | commitdiff | raw | diff to current |
2000-10-11 |
Vadim Zeitlin | cosmetic fixes to font encoding names |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-05-05 |
Julian Smart | Misc fixes |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Vadim Zeitlin | 1. added wxMemoryConfig (private) class |
blob | commitdiff | raw | diff to current |
2000-01-19 |
Václav Slavík | dialog for choosing charset was too wide |
blob | commitdiff | raw | diff to current |
2000-01-17 |
Václav Slavík | (1) fixed bug: wxFontMapper no longer creates wxConfig... |
blob | commitdiff | raw | diff to current |
2000-01-16 |
Václav Slavík | changed format of wxFontMapper entries: facename_encodi... |
blob | commitdiff | raw | diff to current |
2000-01-08 |
Václav Slavík | added IsEncodingAvailable and GetAltForEncoding extende... |
blob | commitdiff | raw | diff to current |
2000-01-02 |
Václav Slavík | wxFontMapper now cooperates with wxEncodingConverter |
blob | commitdiff | raw | diff to current |
2000-01-01 |
Julian Smart | Updated wxvc_dll.dsp and memory.h to make VC++ compile... |
blob | commitdiff | raw | diff to current |
1999-12-04 |
Robert Roebling | String changes for translations, |
blob | commitdiff | raw | diff to current |
1999-11-13 |
Ove Kaaven | Unicode fixes |
blob | commitdiff | raw | diff to current |
1999-11-12 |
Vadim Zeitlin | fixes for wxFontMapper endless recursion |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | 1. wxFontMapper seems to work for wxMSW |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | 1. wxFontMapper almost finished |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Vadim Zeitlin | 1. wxFontMapper starts to materialise |
blob | commitdiff | raw | diff to current |
|