]> git.saurik.com Git - wxWidgets.git/history - src/gtk1/font.cpp
Font work.
[wxWidgets.git] / src / gtk1 / font.cpp
2003-01-26  Robert Roebling Font work.
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2003-01-04  Robin DunnEnsure that the wxNativeFontInfo internal data is copie...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-02  Vadim Zeitlinfixed restoring fonts from the native font info data...
2002-08-19  Robert Roebling Make wxTELETYPE and wxMODERN map to monospaced fonts.
2002-08-11  Robert Roebling Same typo.
2002-08-06  Robert Roebling Compile fix.
2002-08-06  Robert Roebling Further code for Pango fonts (work now) and
2002-08-06  Robert Roebling Lots of work to set PangoFontDescription as the
2002-08-05  Robert Roebling Lots of updates for Unicode and GTK 2.0 support.
2002-05-07  Gilles Depeyrotcorrected warnings when compiling with -Wall -W
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-01-18  Vadim Zeitlinbetter native font support for wxGTK
2002-01-14  Vadim Zeitlinadded wxFont::IsFixedWidth(), documented it and impleme...
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2001-12-21  Vadim Zeitlinadd more methods to wxNativeFontInfo: To/FromUserString...
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-05-02  Vadim Zeitlinfixed (?) crashes because of default GUI font being...
2001-03-29  Ove KaavenUnicode compilation fix.
2001-01-24  Vadim Zeitlinapplied wxNativeFontInfo patch #103089
2000-12-19  Vadim Zeitlinfix for a crash in ~wxFontList
2000-12-18  Vadim ZeitlinwxNativeFontInfo changes
2000-12-18  Vadim Zeitlinapplied wxNativeFontInfo patch from Derry Bryson (with...
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-19  Robert Roebling Highly experimental, unstable code (for determining the
2000-03-17  Vadim Zeitlinfix in fontspec parsing
2000-01-04  Robert Roebling Removed crashes when not using themes.
2000-01-04  Robert Roebling Correct deafult GUI font is now found when querying
1999-12-01  Robert Roebling Applied patch for multiple file selection, documented.
1999-11-22  Robert Roebling Include changes again. Something is wrong with CVS...
1999-11-05  Vadim Zeitlin1. wxFontMapper almost finished
1999-11-02  Vadim Zeitlinmany warnings fixed (from HP-UX compilation log)
1999-10-30  Ove KaavenSomeone forgot wxT()
1999-10-29  Vadim Zeitlin1. added encoding param to wxFontEncoding::EnumFamilies...
1999-10-17  Robert Roebling Applied Diana's font patch II
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-10-04  Julian SmartRemoved some unused parameter warnings; compile error...
1999-10-03  Robert Roebling If we used 10% less inline functions in useless occas...
1999-10-02  Václav Slavíkremoved declarations of static wxLoadQueryFont, wxLoadQ...
1999-10-01  Vadim ZeitlinwxMotif::wxFont supports encodings too (and shares...
1999-09-29  Vadim Zeitlin1. added a brief overview of Unicode support
1999-09-18  Vadim Zeitlinunused parameter warnings suppressed
1999-08-24  Robert Roebling Added new wxFontDialog,
1999-08-13  Robert Roebling Compile fixes,
1999-06-14  Robert Roebling Added zillions of #if wxUSE_XXX
1999-05-09  Vadim ZeitlinwxWindow split into wxWindowBase and wxWindow (wxGTK...
1999-04-14  Ove KaavenOK, enough for today. To be continued tomorrow...
1999-02-11  Robert Roebling Solaris compilation patches
1999-01-24  Robert Roebling Small doc corrections
1999-01-23  Robert Roebling wxGTK now chooses better font when no matching
1999-01-02  Robert Roebling Header changes (gtk.h etc no longer included in defs.h
1998-12-28  Robert Roebling Added facenames support to wxFont
1998-12-18  Robert Roebling Fixed nasty bug wxFont
1998-12-12  Robert Roebling Added scrollbar size to settings
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-09  Julian SmartRemoved references to DEBUG and WXDEBUG; cured Motif...
1998-10-30  Robert Roebling Fixes to fonts, static text, radiobox, frame
1998-10-29  Robert Roebling Big color update with the newest information
1998-10-27  Robert Roebling Added background colour again
1998-10-24  Robert Roebling Removed usage of GdkImlib
1998-09-11  Robert Roebling Updates to memcheck
1998-09-07  Robert Roebling After resolving all conflicts that came down the
1998-09-05  Julian SmartFixed Get...String functions.
1998-08-23  Unknown (RO)General tidy-up (mainly typecasts) to allow the use...
1998-08-17  Robert Roebling Turned wxIcon inline constructors to real constructors
1998-08-16  Robert Roebling Added mising AddBitmapList in wxBitmap
1998-08-15  Robert Roebling See last changelog
1998-08-07  Vadim Zeitlin(1) Denis Pershin's patch for wxGTK (memory leaks corre...
1998-05-20  Karsten BallüderInitial revision