XRC: make wxStaticText's wrap property a dimension.
[wxWidgets.git] / src / x11 / 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...
2010-11-10  Vadim ZeitlinDon't test for DC validity in wxX11 wxDC text extent...
2010-09-27  Vadim ZeitlinUse wxString methods for UTF-8 conversions in wxX11...
2010-09-27  Vadim ZeitlinSmall clean up in wxX11 Pango code.
2010-03-20  Vadim ZeitlinRename wxWindow::GetMainWindow() to X11GetMainWindow...
2009-08-21  Vadim ZeitlinNo changes, just removed hard tabs and trailing white...
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-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-06-21  Vadim Zeitlinuse the real clipping region and not just its bounding...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2007-12-28  Robert RoeblingFix wxX11 crash
2007-12-16  Robert Roeblingprobably fixed blit crash in X11
2007-12-15  Vadim Zeitlinfix X11 build after wxDC changes
2007-11-30  Robert RoeblingDC change
2007-11-30  Robert Roeblingconverted most of X11 DC code
2007-11-05  Vadim Zeitlinfix a few hundreds of harmless unused parameters warnin...
2007-09-15  Vadim Zeitlincheck whether clipping region is empty, not whether...
2007-05-05  Vadim Zeitlincompilation fix: use DeviceToLogical[XY]() instead...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-05  Václav Slavíkcompilation fixes
2007-02-27  Vadim Zeitlinremoved stray return from SetFont()
2006-11-25  Julian SmartDon't allow zero size for clipping region, or wxX11...
2006-10-31  Vadim Zeitlinpartly successful (i.e. previously it didn't work at...
2006-10-19  Vadim ZeitlinMain change is that we now close X11 display on program...
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-05-04  Włodzimierz SkibaInclude wx/window.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-02-13  Michael WetherellFix for reversed masks on displays with 8-bit depth...
2006-01-21  Julian SmartApplied patch [ 1409971 ] wxX11: fix for DoDrawBitmap...
2006-01-17  Julian SmartApplied patch [ 1407318 ] bitmap clipping / transparenc...
2005-10-22  Julian SmartFont (possible) fix
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-15  Robert Roebling Applied pango font patch for X11.
2005-02-05  Robert Roebling Blind patch for SetFont() in Unicode mode for wxX11.
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-08  Mattia Barbon Check for Pango XFT presence (for wxX11).
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-05-25  Julian SmartMust have valid colours for X11 popup window implementation
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-04-13  Vadim Zeitlinadded DoDrawRoundedRectangle() implementation (patch...
2003-08-20  Václav SlavíkUnicode compilation fixes for wxX11
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-09-14  Robert Roebling Compile fix for the iPaq. No idea why.
2002-09-01  Julian SmartApplied patch [ 603104 ] wxX11 wxClientDC, wxPaintDC fix
2002-08-02  Julian SmartRenamed internal GetClientWindow to GetClientAreaWindow so
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-01  Julian SmartApplied FloodFill patch
2002-03-28  Robert Roebling More changes for better redraw flow under X11.
2002-03-24  Robert Roebling Implemented two-window approach for wxX11.
2002-03-21  Julian SmartPut dialog in more sensible place in Forty, got a bit...
2002-03-14  Julian SmartRemoved constraints check for wxDirDialog from configur...
2002-03-12  Robert Roebling Implemented DoBlit().
2002-03-12  Julian SmartTrivially implemented DoDrawIcon
2002-03-09  Julian SmartAdded reparenting helper classes to help apps to grab...
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-21  Julian SmartSome more NanoX compile fixes
2002-02-18  Robert Roebling Added more wxRegion tests to erase sample.
2002-02-13  Robert Roebling wxX11:
2002-02-13  Robert Roebling wxX11:
2002-02-12  Julian SmartPass correct length to XTextExtents
2002-02-12  Julian SmartPositioned text correctly
2002-02-12  Julian SmartAttempts to get client origin working. Work in progress.
2002-02-11  Robert Roebling Found the X11 error in wxDC.
2002-02-11  Robert Roebling wxX11:
2002-02-10  Robert Roebling wxX11:
2002-02-10  Robert Roebling wxX11:
2002-02-08  Julian SmartNow compiling
2002-02-07  Julian SmartStripped out miscellaneous Motif/Xt-specific code
2002-02-05  Julian SmartReformatted Motif headers; added __WXX11__ symbol suppo...