2011-07-25 |
Steve Lamerton | Merge in from trunk r67662 to r64801 |
blob | commitdiff | raw |
2011-05-03 |
Dimitri Schoolwerth | Replaced Ok() occurrences with IsOk() throughout trunk. |
blob | commitdiff | raw |
2011-04-26 |
Vadim Zeitlin | Make wxSMALL_FONT larger under MSW as it was unreadable... |
blob | commitdiff | raw | diff to current |
2010-09-30 |
Vadim Zeitlin | No changes whatsoever, just remove trailing whitespace. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Francesco Montorsi | Increase interoperability between wxPoint and wxRealPoi... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-05-09 |
Francesco Montorsi | add new predefined colour (and relative brush/pen)... |
blob | commitdiff | raw | diff to current |
2009-02-04 |
Francesco Montorsi | add standard wxBLUE_PEN for coherency with the colours... |
blob | commitdiff | raw | diff to current |
2008-12-28 |
Francesco Montorsi | no change, just add comment about wxTheColourDatabase... |
blob | commitdiff | raw | diff to current |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-09-22 |
Vadim Zeitlin | use inches2mm instead of literal constant in wxGetDispl... |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Václav Slavík | added wxGetDisplayPPI() convenience function and wxPrin... |
blob | commitdiff | raw | diff to current |
2008-03-17 |
Paul Cornett | fix a huge number of build errors |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Francesco Montorsi | fix typos and update MSW code to use new wxPENSTYLE_... |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Francesco Montorsi | fix also wxPen to use wxPenStyle,wxPenJoin,wxPenCap... |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Francesco Montorsi | introduce wxBrushStyle enum and replace 'int style... |
blob | commitdiff | raw | diff to current |
2007-12-15 |
Vadim Zeitlin | Fix Ok/IsOk() mess in wxGDIObject-derived classes;... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | compare colours using their operator==() instead of... |
blob | commitdiff | raw | diff to current |
2007-10-23 |
Paul Cornett | remove extraneous semicolons |
blob | commitdiff | raw | diff to current |
2007-10-19 |
Robert Roebling | Use wxPointList instead of wxList in wxDC code |
blob | commitdiff | raw | diff to current |
2007-05-24 |
Vadim Zeitlin | added wxRect::operator+() and *() (union and intersecti... |
blob | commitdiff | raw | diff to current |
2007-04-07 |
Vadim Zeitlin | 1. changed wxIconBundle to use m_refData and COW to... |
blob | commitdiff | raw | diff to current |
2006-10-26 |
Robin Dunn | Fix "PINK" to actually be pink, and not lavender |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Václav Slavík | moved IMPLEMENT_DYNAMIC_CLASS(wxGDIObject,wxObject... |
blob | commitdiff | raw | diff to current |
2006-08-08 |
Václav Slavík | added wxRect::Inside(wxRect) for testing if a rectangle... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/font.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/colour.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-06-14 |
Włodzimierz Skiba | Include wx/bitmap.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Paul Cornett | revert forward declaration of hashmap, it doesn't work... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | Include wx/settings.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-22 |
Włodzimierz Skiba | Include wx/cursor.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Włodzimierz Skiba | Include wx/icon.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-20 |
Włodzimierz Skiba | Include wx/palette.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Włodzimierz Skiba | Include wx/brush.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-19 |
Włodzimierz Skiba | Include wx/pen.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-05-05 |
Włodzimierz Skiba | Include wx/dc.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-05-02 |
Włodzimierz Skiba | Include wx/utils.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-28 |
Włodzimierz Skiba | Include wx/app.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-27 |
Włodzimierz Skiba | Include wx/event.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-26 |
Włodzimierz Skiba | Include wx/log.h according to precompiled headers of... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Włodzimierz Skiba | [ 1473731 ] 'wxColourBase and wxString <-> wxColour... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | simplify/cleanup wxTheXXXList and wxGDIObject code... |
blob | commitdiff | raw | diff to current |
2006-04-16 |
Vadim Zeitlin | create stock GDI objects on demand; use const with... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Włodzimierz Skiba | Better backward compatibility and deprecation markup... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-02-04 |
Vadim Zeitlin | fixed Inflate() to not move the rectangle (patch 1114622) |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Włodzimierz Skiba | Final MSW/PalmOS split. Remove dump copies of MSW speci... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | fixed Union() for the case of this rectangle being... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | fixed bug with lower-case colours in wxColourDatabase... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Vadim Zeitlin | added and documented wxRect::Union(); also moved some... |
blob | commitdiff | raw | diff to current |
2004-11-05 |
Włodzimierz Skiba | Simplify wxRect construction at the wxPoint(0,0) with... |
blob | commitdiff | raw | diff to current |
2004-10-19 |
Julian Smart | Committed William Osborne's wxPalmOS port |
blob | commitdiff | raw | diff to current |
2004-10-18 |
Włodzimierz Skiba | Warning fixes for OpenWatcom. |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Stefan Csomor | __WXMAC_OSBUILDTYPE__ selections are now only defined... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-09-15 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, FALSE/false, TRUE... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-08 |
Mattia Barbon | Remove duplicate definition caused by last commit. |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | proper theme fonts |
blob | commitdiff | raw | diff to current |
2003-12-19 |
Dimitri Schoolwerth | Always let (deprecated) FindColour() return a new insta... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 828303 ] Slight wxColour cleanup |
blob | commitdiff | raw | diff to current |
2003-11-30 |
Vadim Zeitlin | marked FindColour() as deprecated; removed AddColour... |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Vadim Zeitlin | removed duplicate yellow green from colour database |
blob | commitdiff | raw | diff to current |
2003-10-17 |
Vadim Zeitlin | added CreateByName(), use it in wxColourDatabase |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | fixed bug with wxcolourDatabase::FindColour(); added... |
blob | commitdiff | raw | diff to current |
2003-09-26 |
Vadim Zeitlin | fixed code for swapping rect corners if out of order... |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Stefan Csomor | fixing normal font for mac, unicode corrections |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes, delegate api calls getting proper... |
blob | commitdiff | raw | diff to current |
2003-08-26 |
Stefan Csomor | unicode fixes |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Stefan Csomor | removing unnecessary specializations |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Stefan Csomor | adaption custom types to new macros |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti additions / changes, trying to reduce dependencies |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mattia Barbon | Remove commented-out code. |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | reverted the last change (colour values changes), it... |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Vadim Zeitlin | added medium orange/gold corresponding to the old ... |
blob | commitdiff | raw | diff to current |
2003-07-17 |
Vadim Zeitlin | updated colour definitions to the new official X versio... |
blob | commitdiff | raw | diff to current |
2003-07-15 |
Václav Slavík | added <windows.h> wrapper |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Mattia Barbon | Added and documented wxColourDatabase::AddColour. |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Mattia Barbon | Remove duplicate colour entries. |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods. |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
blob | commitdiff | raw | diff to current |
2003-06-19 |
David Elliott | Added return NULL; for __WXCOCOA__ |
blob | commitdiff | raw | diff to current |
2003-03-27 |
Stefan Csomor | wxMac Unicode support |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Ron Lee | Split this out from other changes to keep things sane.. |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-24 |
Stefan Csomor | getting rid of warnings |
blob | commitdiff | raw | diff to current |
2002-08-22 |
David Webster | Font updates |
blob | commitdiff | raw | diff to current |
2002-07-03 |
David Webster | Nicer default fonts for OS/2 |
blob | commitdiff | raw | diff to current |
2002-05-20 |
Stefan Csomor | uma.h added |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Stefan Csomor | switched to appearance savvy gui/system fonts |
blob | commitdiff | raw | diff to current |
2002-05-08 |
Stefan Csomor | added small font for wxSWISS |
blob | commitdiff | raw | diff to current |
2002-02-26 |
Julian Smart | Nano-X changes: removed spurious -O for Nano-X configur... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Julian Smart | Now compiling |
blob | commitdiff | raw | diff to current |
next |