Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLKIT)__ of bakefiles. Do not...
[wxWidgets.git] / src / common / gdicmn.cpp
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.
2002-01-08  Václav Slavíkuse the new wxSystemSettings API everywhere
2002-01-07  Gilles Depeyrotimplement out-of-line destructors where needed instead...
2001-11-20  Vadim Zeitlindon't use wxTheXXXList in wxXXX ctor/dtor, only objects...
2001-10-16  Mattia BarbonChanged char* to wxChar* in wxColour constructor.
2001-07-03  Vadim Zeitlintons of fixes for wxGTK/Univ - seems to work, more...
2001-06-26  Vadim Zeitlinfirst pass of wxUniv merge - nothing works, most parts...
2001-04-30  Robin DunnImplemented wxGetClientDisplayRect which returns the...
2001-03-08  Vadim Zeitlinfixed FindOrCreatePen/Brush() for the case when the...
2001-01-20  Gilles Depeyrotcorrected creation of wxNORMAL_FONT for Mac OS
2000-11-27  David WebsterOS/2 VisualAge doesn't know about lower case true and...
2000-11-27  David WebsterA few OS/2 additions to enable the colour database...
2000-10-24  David WebsterOS/2 updates for easier VA debugging
2000-09-25  Ron Leeimplemented wxDisplaySizeMM for gtk, msw & motif.
2000-09-12  Julian SmartAdded wxHelpControllerHelpProvider, added DisplayContex...
2000-09-04  Julian SmartCorrected off-by-one bug in wxRect(const wxPoint&,...
2000-08-24  Jouk Jansen Committing in .
2000-07-15  Bryan Pettymerged 2.2 branch
2000-02-17  Vadim Zeitlinadded wxRect::Inflate()
1999-12-14  Václav Slavíkremoved USE_SHARED_LIBRARY(IES)
1999-12-07  Vadim Zeitlin1. fixes for DrawRotatedText(), drawing sample extended...
1999-12-04  Robert Roebling String changes for translations,
1999-11-24  Vadim Zeitlin1. wxIcon/wxCursor change, wxGDIImage class added
1999-11-19  Robin DunnAdded encoding parameter to wxFontList::FindOrCreateFont
1999-11-18  Jouk Jansen Committing in .
1999-10-08  Karsten Ballüderreplaced T() makro with wxT() due to namespace probs...
1999-10-07  Vadim Zeitlinsome fixes after global _T() => T() change
1999-10-04  Vadim Zeitlinmany changes; major ones:
1999-08-02  David Webster*** empty log message ***
1999-07-22  Robin Dunnfixed font-matching bug in wxFontList::FindOrCreateFont...
1999-06-03  Robert Roebling Reactivtaed the new wxRect code
1999-06-03  Robert Roebling The new wxRect doesn't compile so I #if 0ed it
1999-06-03  Julian Smartmin/max -> wxMin/wxMax
1999-06-02  Julian Smartday_of_week fix to wxDate, wxRect additions
1999-05-13  Vadim ZeitlinwxWindowDC compiles (wxGTK doesn't link yet because...
1999-05-13  Vadim Zeitlin1. MSW message handling simplifications
1999-04-20  Ove KaavenSome Unicode fixes (mostly for Borland's pickiness...
1999-04-12  Ove KaavenIt now compiles all these files without warnings in...
1999-03-09  Stefan Csomorcorrected a type in the constructor from two points
1999-02-01  Stefan Csomorlatest CW additions
1999-01-07  Julian SmartDoc & Symantec C++ fixes
1998-12-09  Vadim Zeitlin"wxGDIObject * => &" related changes (see mail to the...
1998-11-25  Julian SmartVarious wxMotif changes including size optimisation...
1998-11-24  Vadim Zeitlin1. new wxList code
1998-10-20  Vadim ZeitlinwxColour(const char *) ctor related modifications
1998-09-20  Vadim Zeitlin1) minor modifications in fileconf.cpp
1998-09-17  Julian SmartDnd constant name changes because names like Copy can...
next