XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / gtk1 / dcclient.cpp
2013-09-17  Vadim ZeitlinFix assorted typos in comments and other non-code.
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2011-07-25  Steve LamertonMerge in from trunk r67662 to r64801
2011-05-03  Dimitri SchoolwerthReplaced Ok() occurrences with IsOk() throughout trunk.
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-13  Jouk Jansenchange int->wxRasterOperationMode was omitted at one...
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2007-12-15  Vadim Zeitlinfixed another invalid cast
2007-12-15  Vadim Zeitlinfixed invalid cast of wxWindowDCImpl to wxDC in DoGetPi...
2007-12-15  Vadim Zeitlinfixed wxGTK1 compilation after wxDC changes (still...
2007-09-29  Vadim Zeitlinfix DrawLine() and DrawPolygon() which were totally...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2006-08-31  Włodzimierz SkibaInclude wx/module.h according to precompiled headers...
2006-07-03  Włodzimierz SkibaInclude wx/image.h according to precompiled headers...
2006-06-15  Włodzimierz SkibaInclude wx/math.h according to precompiled headers...
2006-05-08  Włodzimierz SkibaInclude wx/dcmemory.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-01-23  Mart RaudseppRemove GTK2 stuff from src/gtk1. Rename wx/gtk includes...
2006-01-19  Julian SmartApplied patch [ 1331340 ] faster Drawing of Polygons...
2005-12-13  Mart RaudseppRemove my binary compatibility stuff from HEAD. Patch...
2005-09-26  Vadim Zeitlinfixed variable shadowing icc warnings
2005-09-25  Vadim Zeitlinuse wxIsSameDouble() and wxIsNullDouble() for warning...
2005-09-25  Vadim Zeitlinfirst round of Intel compiler warning fixes: down from...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-08-17  Mart Raudsepp[wxGTK2] gtk+-2.8.0 compatibility. Removed the usage...
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-06-29  Robert Roebling Apply mask origin patch for blitting.
2005-06-14  Mart RaudseppAdd some missing runtime gtk+ version checks. There...
2005-06-08  Włodzimierz SkibaSecond part of '[ 1216148 ] cleanup: unused variables...
2005-05-21  Robert Roebling Apply minimal DC patch.
2005-03-16  Kevin HockAllow using negative angles with DrawRotatedText. ...
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-19  Robert Roebling Corrected positioning of rotated text.
2004-11-18  Robert Roebling Implemented DoDrawRotatedText() by way of a
2004-11-18  Václav Slavíkreverted DrawRotatedText change, it's broken
2004-11-17  Robert Roebling Start for Pango 1.6 based text rotation.
2004-11-14  Václav Slavíkfixed rendering of bitmaps with alpha channel under...
2004-11-02  Robert Roebling Corrected typo in font scaling code.
2004-10-17  Robert Roebling Took one part of the patch back again...
2004-10-17  Robert Roebling Applied (part of) small patch from Chris Bogolte...
2004-10-07  Robin DunnVerified and applied [ 1042133 ] GTK2.0: DrawRotatedTex...
2004-09-19  Vadim Zeitlindon't crash under GTK1 if we failed to get GdkFont...
2004-08-21  Václav Slavíkadded alpha channel support to wxGTK2's wxBitmap
2004-07-17  Václav Slavíkmore GTK2+ANSI fixes
2004-07-01  Václav Slavíkset descent in GetTextExtend; use PANGO_PIXELS instead...
2004-06-27  Václav Slavíkimplemented underlined text drawing for GTK2
2004-06-22  Vadim Zeitlinfixed crash when string couldn't be converted to UTF8...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-01-19  Julian SmartSometimes the clipping region can become bigger than the
2004-01-03  Julian SmartRemoved code duplication introduced during wxUniv merge...
2003-12-11  Julian SmartApplied [ 828322 ] Use gdk_draw_polygon for the outline...
2003-10-17  Robert Roebling\
2003-10-09  Robert Roebling Applied new DoDrawBitmap() and DoBlit() from 2_4
2003-10-06  Robert Roebling Fixed bitmap problem reported last week.
2003-09-22  Vadim Zeitlinfix for crash when using user-dashed lines (patch 801663)
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-31  Václav Slavíksupport SetBackgroundMode and SetTextBackground with...
2003-04-11  Vadim Zeitlinuse on gdk_draw_lines() call instead of multiple gdk_dr...
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2003-02-11  Robert Roebling Minor corrections.
2003-01-26  Robert Roebling Now scaling doesn't scale GetTextExtent() anymore...
2003-01-26  Robert Roebling Font work.
2003-01-24  Julian SmartApplied patch [ 673055 ] Text rendering in wxGTK 2...
2003-01-05  Robert Roebling Removed usage of GetInternalFont() from GTK 2.0....
2002-12-09  Julian SmartApplied patch [ 638561 ] Allow SetFont(wxNullFont)...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-25  Robert Roebling Compile fix for prop.
2002-08-17  Robert Roebling Compile fixes for ANSI mode.
2002-08-13  Robert Roebling Minor correction to GetTextExtent.
2002-08-13  Robert Roebling Implemented GetTextExtent() for GTK 2.0.
2002-08-08  Julian SmartApplied patch [ 588140 ] User Scaling of Rotated Text...
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-07-04  Julian SmartCorrected my wrong application of patch
2002-07-04  Julian SmartApplied patch from Mark Armstrong <marka@availsolutions...
2002-05-13  Julian Smarttextctrl.cpp: Removed assert from CanRedo/CanUndo since...
2002-05-02  Vadim Zeitlindumb fix for wxDC::Clear() crash
2002-04-21  Robert Roebling Bunch of GTK theme changes.
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-08  Václav Slavíkforgot to check-in wxGTK wxDC changes
2002-04-08  Vadim Zeitlintemporary compilation fix
2002-04-05  Vadim Zeitlincompilation fix for !WXWIN_COMPATIBILITY_2_2
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-29  Robert Roebling Preventing bitmap crash differently.
2002-03-29  Robert Roebling Disabled masked bitmaps under GTK 2.0 until I know
2002-03-24  Václav Slavíkdon't use deprecated wxImage methods inside wxWin
2002-03-12  Vadim Zeitlinchanges to make wxGTK compile with GTK+ 2.0: now it...
2002-02-11  Robert Roebling wxX11:
2002-02-02  Robin DunnShouldn't call SetFont(wxNullFont) any more
2002-01-28  Robert Roebling wxDC::Blit(): the source coordinates are logical...
2002-01-08  Vadim Zeitlindon't allow setting an invalid font
2001-10-23  Vadim Zeitlinfixed nice bug in wxGTK which always draw the text...
2001-07-27  Vadim Zeitlindon't crash when invalid colour is set as fg/bg colour
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
next