Remove all lines containing cvs/svn "$Id$" keyword.
[wxWidgets.git] / src / msw / pen.cpp
2013-07-26  Vadim ZeitlinRemove all lines containing cvs/svn "$Id$" keyword.
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-03-22  Vadim Zeitlinreplace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL
2009-02-08  Vadim Zeitlinadd wx-prefixed and semicolon-requiring versions of...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-03-28  Francesco Montorsiadd more pure virtuals to wxBrushBase; fix the GetColou...
2008-03-20  Francesco Montorsimake the Pen/Brush code backward compatible as discusse...
2008-03-19  Francesco Montorsifurther wxPenStyle/wxBrushStyle fixes for builds with...
2008-03-17  Francesco Montorsisome more build fix for wxPen/wxBrush style changes
2008-03-16  Francesco Montorsifix typos and update MSW code to use new wxPENSTYLE_...
2008-03-16  Francesco Montorsifix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap...
2008-02-28  Vadim Zeitlinmore /Wp64 warning fixes: mostly use UINT_PTR instead...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-07-27  Vadim Zeitlinmany compilation fixes for WinCE using VC8 (it now...
2007-03-13  Vadim Zeitlinallocate HPEN on demand instead of doing every time...
2007-03-11  Vadim Zeitlincompilation fix after last commit: wxPenRefData, not...
2007-03-10  Paul Cornettmake wxPenRefData private
2007-03-10  Paul Cornettuse AllocExclusive
2006-08-17  Paul Cornettremove Win32S-specific code
2006-08-17  Paul Cornettbuild fixes
2006-05-19  Włodzimierz SkibaInclude wx/pen.h according to precompiled headers of...
2006-04-20  Włodzimierz SkibaInclude wx/list.h according to precompiled headers...
2006-01-26  Włodzimierz SkibaInclude order is wxprec.h=>defs.h=>platform.h=>setup...
2005-10-04  Włodzimierz SkibaFix for mistake with const for non pointer/reference...
2005-10-04  Włodzimierz SkibawxBrush::SetColour and wxPen::SetColour unified. Source...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-07-22  Włodzimierz Skiba[1231183] 'cleanup: mismatched indentation' and other...
2005-04-13  Vadim Zeitlinfixed tests for dashed/dotted pens under OS != NT ...
2005-01-18  Włodzimierz SkibaMinGW warning fix.
2004-09-27  Vadim Zeitlincode cleanup for the pen width condition (patch 1034942...
2004-08-31  Włodzimierz SkibaSource cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE...
2004-07-04  Vadim Zeitlintypo/spelling fixes (patch 983448)
2004-05-28  Włodzimierz SkibaSimplified pen style conversion.
2004-05-27  Julian SmartWinCE Standard SDK improvements including adding close...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-02-08  Vadim Zeitlinresolving conflicts in files I had forgot to commit...
2004-02-08  Julian Smartwx2msPenStyle forward declaration required
2003-10-16  Vadim Zeitlinwarning fixes for BCC and OW (heavily modified patch...
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-11  Julian SmartMore WinCE mods
2003-04-11  Vadim Zeitlinfixes for user dash handling (patch 717736)
2003-03-17  Julian SmartRemoved erroneous copyright names and corrected licence...
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-09-30  Vadim Zeitlinadded wxUSE_PALETTE and fixed compilation with it set...
2001-09-27  Robin DunnFixed problem with wxPen::SetDashes. (An array of...
2001-06-29  Julian SmartFirst pass at adding MicroWindows support
2001-05-02  Kendall BennettUpdates to fix Watcom C/C++ 11.0 compiler warning probl...
2000-03-15  Vadim Zeitlinmingw32 compilation fix
2000-03-13  Ron Leemoved wxDash typedef to gdicmn.h
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-07-23  Robert Roebling Finished MingW32 makefiles
1999-07-22  Robert Roebling New drawing test code.
1999-04-06  Vadim ZeitlinwxRegConfig::GetEntryType() added and some bugs fixed
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-08-09  Julian SmartMiscellaneous, mostly cosmetic changes. wxPen/wxFont...
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-28  Julian SmartUpdates from Chris Breeze
1998-05-20  Karsten Ballüderadded some wxMSW stuff