2010-09-29 |
Vadim Zeitlin | Return wxFONTFAMILY_DEFAULT, not UNKNOWN, from wxFont... |
blob | commitdiff | raw |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-11-03 |
Francesco Montorsi | fix the incoherence pointed out by ifacecheck between... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
blob | commitdiff | raw | diff to current |
2007-09-16 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | correct closing comments in #endifs (patch 1756990) |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Václav Slavík | fixed wxMotif to compile in Unicode mode (this is not... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Mattia Barbon | Rework wxMotif font/color inheritance so it works |
blob | commitdiff | raw | diff to current |
2007-03-19 |
Vadim Zeitlin | fix compilation after c_str() changes, mainly by replac... |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
blob | commitdiff | raw | diff to current |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
blob | commitdiff | raw | diff to current |
2006-06-19 |
Włodzimierz Skiba | Include wx/gdicmn.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Vadim Zeitlin | miscellaneous wxFont enhancements (patch 1496606): |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Włodzimierz Skiba | Include wx/string.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-02-09 |
Vadim Zeitlin | great copy ctor/assignment operators cleanup by Paul... |
blob | commitdiff | raw | diff to current |
2005-09-30 |
Mattia Barbon | Simplify preprocessor guards for render tables and new |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
blob | commitdiff | raw | diff to current |
2005-07-03 |
Mattia Barbon | Applied patch by Johan van Zyl |
blob | commitdiff | raw | diff to current |
2005-06-19 |
Mattia Barbon | Fix crash on exit with Lesstif (and possibly Motif... |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Mattia Barbon | Replaced TRUE and FALSE with true and false |
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-05-01 |
Mattia Barbon | Precompiled headers support. |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | pointer returned by GetNativeFontInfo() is now const... |
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-07-21 |
Mattia Barbon | wxX11 and wxMotif STL-ification, part 1. it does... |
blob | commitdiff | raw | diff to current |
2003-06-15 |
Mattia Barbon | Blind fix for startup crash with Lesstif. |
blob | commitdiff | raw | diff to current |
2003-03-05 |
Mattia Barbon | Added new __WXMOTIF20__ macro, which is true if the... |
blob | commitdiff | raw | diff to current |
2003-02-12 |
Vadim Zeitlin | added DoSetNativeFontInfo() to avoid virtual function... |
blob | commitdiff | raw | diff to current |
2003-01-18 |
Mattia Barbon | Fix some wxMotif build warnings about deprecated... |
blob | commitdiff | raw | diff to current |
2002-07-09 |
Vadim Zeitlin | compilation fixes for _LARGE_FILES |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Gilles Depeyrot | corrections to XFontName accessors |
blob | commitdiff | raw | diff to current |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2002-01-01 |
Gilles Depeyrot | implemented native font stuff for wxMotif |
blob | commitdiff | raw | diff to current |
2001-11-20 |
Vadim Zeitlin | don't use wxTheXXXList in wxXXX ctor/dtor, only objects... |
blob | commitdiff | raw | diff to current |
2000-12-22 |
Vadim Zeitlin | motif compilation fixes |
blob | commitdiff | raw | diff to current |
2000-12-20 |
Vadim Zeitlin | compilation fix (?) |
blob | commitdiff | raw | diff to current |
2000-08-24 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
1999-11-08 |
Vadim Zeitlin | small Motif compilation fix |
blob | commitdiff | raw | diff to current |
1999-11-05 |
Vadim Zeitlin | wXMotif compilation fixes |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-10-01 |
Vadim Zeitlin | wxMotif::wxFont supports encodings too (and shares... |
blob | commitdiff | raw | diff to current |
1999-06-29 |
Vadim Zeitlin | my wxMotif fixes (merged with Robert's changes), wxMoti... |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Julian Smart | Added some tentative wxMotif clipboard code; did some... |
blob | commitdiff | raw | diff to current |
1998-09-28 |
Julian Smart | More wxMotif work, OGL enhancements, USE_ macro correct... |
blob | commitdiff | raw | diff to current |
1998-09-23 |
Julian Smart | wxMotif: wxWindow/Client/PaintDC starting to work. |
blob | commitdiff | raw | diff to current |
1998-09-20 |
Julian Smart | More Motif stuff |
blob | commitdiff | raw | diff to current |
1998-09-18 |
Julian Smart | Motif files added. |
blob | commitdiff | raw | diff to current |
|