Return after activating already opened document in wxDocManager.
[wxWidgets.git] / src / common / gdicmn.cpp
2010-06-20  Vadim ZeitlinUse wxDELETE() and wxDELETEA() when possible.
2010-06-09  Francesco MontorsiIncrease interoperability between wxPoint and wxRealPoi...
2009-07-23  Vadim ZeitlinGlobally replace _T() with wxT().
2009-05-09  Francesco Montorsiadd new predefined colour (and relative brush/pen)...
2009-02-04  Francesco Montorsiadd standard wxBLUE_PEN for coherency with the colours...
2008-12-28  Francesco Montorsino change, just add comment about wxTheColourDatabase...
2008-11-02  Vadim Zeitlinreplace wx_{const,static,reinterpret}_cast with their...
2008-09-22  Vadim Zeitlinuse inches2mm instead of literal constant in wxGetDispl...
2008-09-21  Václav Slavíkadded wxGetDisplayPPI() convenience function and wxPrin...
2008-03-17  Paul Cornettfix a huge number of build errors
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-03-16  Francesco Montorsiintroduce wxBrushStyle enum and replace 'int style...
2007-12-15  Vadim ZeitlinFix Ok/IsOk() mess in wxGDIObject-derived classes;...
2007-11-17  Vadim Zeitlincompare colours using their operator==() instead of...
2007-10-23  Paul Cornettremove extraneous semicolons
2007-10-19  Robert RoeblingUse wxPointList instead of wxList in wxDC code
2007-05-24  Vadim Zeitlinadded wxRect::operator+() and *() (union and intersecti...
2007-04-07  Vadim Zeitlin1. changed wxIconBundle to use m_refData and COW to...
2006-10-26  Robin DunnFix "PINK" to actually be pink, and not lavender
2006-09-13  Václav Slavíkrenamed wxRect::Inside() to wxRect::Contains(), wxRect...
2006-08-16  Václav Slavíkmoved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject...
2006-08-08  Václav Slavíkadded wxRect::Inside(wxRect) for testing if a rectangle...
2006-06-14  Włodzimierz SkibaInclude wx/font.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/colour.h according to precompiled headers...
2006-06-14  Włodzimierz SkibaInclude wx/bitmap.h according to precompiled headers...
2006-05-29  Paul Cornettrevert forward declaration of hashmap, it doesn't work...
2006-05-26  Paul Cornettmove some data definitions to more appropriate places
2006-05-24  Włodzimierz SkibaInclude wx/settings.h according to precompiled headers...
2006-05-22  Włodzimierz SkibaInclude wx/cursor.h according to precompiled headers...
2006-05-21  Włodzimierz SkibaInclude wx/icon.h according to precompiled headers...
2006-05-20  Włodzimierz SkibaInclude wx/palette.h according to precompiled headers...
2006-05-19  Włodzimierz SkibaInclude wx/brush.h according to precompiled headers...
2006-05-19  Włodzimierz SkibaInclude wx/pen.h according to precompiled headers of...
2006-05-05  Włodzimierz SkibaInclude wx/dc.h according to precompiled headers of...
2006-05-02  Włodzimierz SkibaInclude wx/utils.h according to precompiled headers...
2006-04-28  Włodzimierz SkibaInclude wx/app.h according to precompiled headers of...
2006-04-27  Włodzimierz SkibaInclude wx/event.h according to precompiled headers...
2006-04-26  Włodzimierz SkibaInclude wx/log.h according to precompiled headers of...
2006-04-24  Włodzimierz Skiba[ 1473731 ] 'wxColourBase and wxString <-> wxColour...
2006-04-16  Vadim Zeitlinsimplify/cleanup wxTheXXXList and wxGDIObject code...
2006-04-16  Vadim Zeitlincreate stock GDI objects on demand; use const with...
2006-03-30  Włodzimierz SkibaBetter backward compatibility and deprecation markup...
2005-09-23  Mart RaudseppNuke #pragma implementation/interface's
2005-02-04  Vadim Zeitlinfixed Inflate() to not move the rectangle (patch 1114622)
2004-12-22  Włodzimierz SkibaFinal MSW/PalmOS split. Remove dump copies of MSW speci...
2004-12-20  Włodzimierz SkibaUse __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK...
2004-12-12  Vadim Zeitlinfixed Union() for the case of this rectangle being...
2004-12-12  Vadim Zeitlinfixed bug with lower-case colours in wxColourDatabase...
2004-12-11  Vadim Zeitlinadded and documented wxRect::Union(); also moved some...
2004-11-05  Włodzimierz SkibaSimplify wxRect construction at the wxPoint(0,0) with...
2004-10-19  Julian SmartCommitted William Osborne's wxPalmOS port
2004-10-18  Włodzimierz SkibaWarning fixes for OpenWatcom.
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-08  Włodzimierz SkibaWarning fixes found under hardest mode of OpenWatcom...
2004-09-15  Włodzimierz SkibaSource cleaning: whitespaces, tabs, FALSE/false, TRUE...
2004-05-23  Julian SmartUse old licence name
2004-05-23  Julian SmartName and version changes
2004-05-08  Mattia Barbon Remove duplicate definition caused by last commit.
2004-03-27  Stefan Csomorproper theme fonts
2003-12-19  Dimitri SchoolwerthAlways let (deprecated) FindColour() return a new insta...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-11-30  Vadim Zeitlinmarked FindColour() as deprecated; removed AddColour...
2003-10-22  Vadim Zeitlinremoved duplicate yellow green from colour database
2003-10-17  Vadim Zeitlinadded CreateByName(), use it in wxColourDatabase
2003-10-16  Vadim Zeitlinfixed bug with wxcolourDatabase::FindColour(); added...
2003-09-26  Vadim Zeitlinfixed code for swapping rect corners if out of order...
2003-09-12  Stefan Csomorfixing normal font for mac, unicode corrections
2003-09-04  Stefan Csomormacro naming changes, delegate api calls getting proper...
2003-08-26  Stefan Csomorunicode fixes
2003-08-25  Stefan Csomorremoving unnecessary specializations
2003-08-24  Stefan Csomoradaption custom types to new macros
2003-08-23  Stefan Csomorxti additions / changes, trying to reduce dependencies
2003-08-09  Václav Slavíkadded support for gcc precompiled headers
2003-07-19  Mattia Barbon Remove commented-out code.
2003-07-19  Vadim Zeitlinreverted the last change (colour values changes), it...
2003-07-19  Vadim Zeitlinadded medium orange/gold corresponding to the old ...
2003-07-17  Vadim Zeitlinupdated colour definitions to the new official X versio...
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-12  Mattia Barbon Added and documented wxColourDatabase::AddColour.
2003-07-12  Mattia Barbon Remove duplicate colour entries.
2003-07-11  Julian SmartMore WinCE mods.
2003-07-10  Mattia Barbon STL-ification patch for wxMSW and wxGTK.
2003-06-19  David ElliottAdded return NULL; for __WXCOCOA__
2003-03-27  Stefan CsomorwxMac Unicode support
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-01-13  Ron LeeSplit this out from other changes to keep things sane..
2002-12-04  Vadim Zeitlinmerged 2.4 branch into the trunk
2002-08-24  Stefan Csomorgetting rid of warnings
2002-08-22  David WebsterFont updates
2002-07-03  David WebsterNicer default fonts for OS/2
2002-05-20  Stefan Csomoruma.h added
2002-05-11  Stefan Csomorswitched to appearance savvy gui/system fonts
2002-05-08  Stefan Csomoradded small font for wxSWISS
2002-02-26  Julian SmartNano-X changes: removed spurious -O for Nano-X configur...
2002-02-08  Julian SmartNow compiling
2002-01-24  David WebsterRemoved a conflict indicator...
2002-01-24  David WebsterFinal OS/2 Native Font implementation changes
2002-01-24  David WebsterRevert back to standard point size for fonts in OS/2
2002-01-22  David WebsterFont change for OS/2 to a smaller font.
next