Document domain parameter of wxTranslations::GetTranslatedString().
[wxWidgets.git] / src / motif / dcclient.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
2013-01-18  Paul Cornettuse const arrays for wxDC array parameters, closes...
2009-01-19  Vadim Zeitlindon't use annoying and unneeded in C++ casts of NULL...
2009-01-16  Francesco Montorsifix wxMotif build
2009-01-08  Francesco Montorsichange generic ints to enums in wxDC (closes #9959)
2008-11-03  Francesco Montorsifix the incoherence pointed out by ifacecheck between...
2008-06-08  Vadim Zeitlindeprecate wxDC::SetClippingRegion(wxRegion) overload...
2008-04-11  Jouk JansenUpdates for VMS : new Makefiles, proper type casts
2007-12-21  Jouk JansenUpdates For OpenVMS support and some extra includes...
2007-12-15  Vadim Zeitlinfixed invalid cast of wxWindowDCImpl to wxDC in DoGetPi...
2007-12-15  Vadim ZeitlinwxMotif compilation fixes after wxDC changes
2007-07-21  Václav Slavíkfixed wxMotif to compile in Unicode mode (this is not...
2007-04-25  Vadim Zeitlinchanged wxDC::GetTextExtent() and related methods to...
2007-04-07  Mattia Barbon Rework wxMotif font/color inheritance so it works
2007-03-30  Vadim Zeitlincheck that we don't use a NULL pointer in XCopyRemote()
2007-03-19  Vadim Zeitlinfix compilation after c_str() changes, mainly by replac...
2007-03-07  Vadim Zeitlinremoved WXWIN_COMPATIBILITY_2_4 in non-MSW code
2006-10-30  Vadim Zeitlincompilation fix after operator==() removal
2006-10-15  Mattia Barbon Fix setting the clipping region for a DC when the...
2006-10-05  Mattia Barbon Fix buffer overrun in Linux/x86_64 (Pixel is a 64...
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-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2005-10-06  Włodzimierz SkibawxMotif for OS/2 adjustements. Source cleaning.
2005-10-03  Włodzimierz SkibaSource cleaning. wxMotif/OS2 adjustements.
2005-09-25  Vadim Zeitlinremoved #errors in 2.7 compilation
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-09-18  Vadim Zeitlinget rid of wxClientDC::m_oldFont, it wasn't really...
2005-09-17  Vadim Zeitlinremoved weird comparison of m_oldFont with -1 (this...
2005-07-31  Mattia Barbon Allow displaying Japanese character with wxMotif...
2005-02-26  Mattia Barbon No real change.
2005-02-06  Mattia Barbon Replaced TRUE and FALSE with true and false
2004-12-14  Włodzimierz Skibawx/math.h integration
2004-12-07  Włodzimierz SkibaFix to FIXME about using unused Get/SetOptimization.
2004-12-03  Włodzimierz SkibawxBrushBase between wxBrush and wxGDIObject (class...
2004-11-30  Włodzimierz SkibaIS_HATCH macro replaced with wxBrush::IsHatch() + sourc...
2004-11-08  Włodzimierz SkibaGet shorter code with new wxRect constructor.
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-01  Mattia Barbon Precompiled headers support.
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-05-24  Mattia Barbon Used wxRegion code from wxX11.
2003-05-17  Mattia Barbon Remove dead code. Factor out duplicated code.
2003-04-09  Mattia Barbon Use the wxBitmap implementation from wxX11
2003-03-14  Mattia Barbon Remove explicit casts to (const char *), and replace...
2003-02-20  Mattia Barbon Use some wxX11 files (currently pen.cpp and brush...
2003-02-19  Mattia Barbon Fix DrawRotatedtext to behave more like wxMSW: take...
2003-02-09  Mattia Barbon Do not use stipple when drawing text, use solid foreg...
2002-09-05  Mattia BarbonBuild without 2.2 compatibility
2002-07-29  Mattia BarbonUnder MSW and GTK the foreground and background colour...
2002-04-17  Julian SmartAdded wxDF_HTML
2002-04-07  Václav Slavíkcleaned up the mess caused by FloodFill patch
2002-04-05  Jouk Jansen Committing in .
2002-04-01  Julian SmartApplied FloodFill patch
2001-07-11  Julian SmartAdded wxUSE_DC_CACHEING and associated code to wxMSW
2001-03-13  Václav Slavíkmoved splines rendering code into wxDCBase
2000-07-15  Bryan Pettymerged 2.2 branch
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
2000-03-01  Julian SmartFull-screen dragging fix (GC setting)
2000-02-24  Julian SmartSome Motif fixes; makefile fixes; added wxTransferStrea...
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-08  Jouk Jansen Committing in .
1999-12-06  Vadim ZeitlinRotated text patch from Hans-Joachim Baader (with some...
1999-12-04  Vadim ZeitlinEMX compilation fix
1999-11-18  Jouk Jansen Committing in .
1999-10-27  Julian SmartFixed wxMotif's wxRegion/wxRegionIterator to optionally...
1999-10-26  Julian SmartRemoved lots of wxMotif compile warnings. Copied new...
1999-10-19  Michael BedwardNumerous changes to comply with use of wxCoord.
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-05  Michael BedwardAdded a line to set m_font in the wxWindowDC ctor ...
1999-06-23  Robert Roebling Motif things.
1999-06-23  Robert Roebling wxMotif compiles and links now.
1999-06-08  Vadim Zeitlinmore Motif fixes (still doesn't compile, but *really...
1999-03-25  Julian SmartMany changes to the printing classes.
1999-02-11  Julian SmartSolved wxMotif scrolling display problem; added wxImage...
1999-02-04  Julian SmartSome warnings removed.
1999-01-14  Julian SmartAdded some tentative wxMotif clipboard code; did some...
1998-12-30  Robert Roebling Motif corrections in
1998-12-23  Julian SmartSome more wxMotif improvements: DrawIcon fixed; generic...
1998-12-08  Julian SmartSorry folks, a lot of changes to remedy GetFont, GetBru...
1998-12-04  Julian SmartMore progress on wxMotif, incl. wxTreeCtrl/wxListCtrl...
1998-12-03  Julian SmartSmall Motif bug fixes
1998-12-02  Julian SmartAdded wxRegion version of wxWindowDC::SetClippingRegion
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-11  Julian SmartMotif bug fixes; dialog OnPaint works now; wxColourDial...
1998-10-21  Julian SmartMore Motif stuff incl. beginnings of wxToolBar
1998-10-18  Julian SmartMotif additions
1998-10-02  Julian SmartRemoved DrawOpenSpline since it doesn't seem to be...
1998-09-28  Julian SmartMore wxMotif work, OGL enhancements, USE_ macro correct...
1998-09-23  Julian SmartwxMotif: wxWindow/Client/PaintDC starting to work.
1998-09-22  Julian SmartSome more Motif work; included utils.h in fileconf...
1998-09-20  Julian SmartMore Motif stuff
1998-09-18  Julian SmartMotif files added.