]> git.saurik.com Git - wxWidgets.git/history - src/msw/font.cpp
Applied patch [ 832096 ] Final separation for GUI and console for Open Watcom
[wxWidgets.git] / src / msw / font.cpp
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-20  Mattia Barbon Compilation fixes.
2003-09-04  Stefan Csomormacro naming changes
2003-08-23  Stefan Csomorxti property extensions, style bits additions
2003-08-18  Stefan CsomorRTTI simplifications
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-08-05  Stefan Csomorxti extensions
2003-07-10  Julian SmartApplied patch [ 761138 ] Replaces references to wxT...
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-27  Vadim Zeitlinfixed bug in SetStyle() which wouldn't reset the slant...
2002-08-26  Guillermo Rodrigue... Fixed warnings due to use of %d for long int params...
2002-06-11  Julian SmartInitialise font family when initializing from native...
2002-04-06  Václav Slavíkadded wxFontMapper::Get/Set
2002-01-26  Vadim Zeitlinimplemented IsFixedWidth() correctly for MSW
2002-01-05  Robin DunnAdded missing wxNativeFontInfo::GetFamily(). I think...
2001-12-30  Vadim Zeitlincompilation fixes for !wxUSE_FONTMAP
2001-12-27  Václav SlavíkIdiot I am; my previous commit certainly broke non...
2001-12-27  Václav Slavíkfix for unicode crashes by Dimitri
2001-12-24  Vadim Zeitlinchanged the default font facename for the decorative...
2001-12-24  Vadim Zeitlincode clean up, avoid duplicating the same code in font...
2001-12-23  Vadim Zeitlinuse wxFontMapper when setting the encoding (fix to...
2001-12-22  Vadim ZeitlinwxFont can now raelly use the native fonts
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-06-27  Vadim ZeitlinMSW compilation fixes - widgets sample runs!
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2001-04-13  Vadim Zeitlinuse screen resolution, not hard coded one
2001-03-15  Vadim Zeitlinadded checks to wxFont accessors
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-12-18  Vadim Zeitlincompilation fixes for wxMSW
2000-11-25  Václav Slavíkapplied (part of) Alexey Leko's patch
2000-08-08  Bryan Pettysecond merge of the 2.2 branch (RL)
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Julian SmartSome VC++ makefile fixes; minor comment mods to setup0.h
2000-03-17  Robin DunnwxFont remembers facename of actual font used
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-11-13  Vadim Zeitlin1. undid my wrong fix to wxWindowBase::Centre
1999-11-06  Vadim Zeitlin1. wxFontMapper seems to work for wxMSW
1999-10-30  Vadim ZeitlinwxFontEnumerator mostly works for wxMSW
1999-10-24  Julian SmartFixes for 16-bit compilation
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-01  Vadim Zeitlinbasic support for encodings for wxMSW::wxFont
1999-09-29  Vadim Zeitlin1. Implemented support for different icons for differen...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-07-23  Ove KaavenUnicode fixes
1999-06-14  Ove KaavenA few weeks of Unicode fixes (my old win95 laptop compi...
1999-06-02  Julian SmartAdded progdlgg.cpp to makefiles; fixed true/false in...
1999-02-02  Julian SmartConsistent naming of e.g. wxUSE_CTRL
1998-10-16  Unknown (UG)no message
1998-09-25  Vadim ZeitlinUSE_xxx constants renamed to wxUSE_xxx. This is an...
1998-08-28  Julian SmartFixed MSW printing, tidied up member variable names
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
1998-07-10  Karsten BallüderChanged __GTK__, __WINDOWS__ and __MOTIF__ to __WXGTK__...
1998-07-10  Karsten BallüderCleared up DEBUG define mess, defines are now called...
1998-07-04  Julian SmartSorry, I went and removed consts as per the style guide :-)
1998-05-20  Karsten Ballüderadded some wxMSW stuff