2010-08-11 |
Vadim Zeitlin | Add wxPoint::IsFullySpecified() and SetDefaults(). |
blob | commitdiff | raw |
2010-07-11 |
Vadim Zeitlin | Add wxSize::IncBy() and DecBy() overloads taking wxPoint. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Remove unnecessary mondrian.{ico,xpm} files from sample... |
blob | commitdiff | raw | diff to current |
2010-06-10 |
Robert Roebling | Suppress warning about double->int conversion |
blob | commitdiff | raw | diff to current |
2010-06-09 |
Francesco Montorsi | Increase interoperability between wxPoint and wxRealPoi... |
blob | commitdiff | raw | diff to current |
2010-06-06 |
Francesco Montorsi | add to wxRealPoint the same operators already available... |
blob | commitdiff | raw | diff to current |
2010-05-30 |
Francesco Montorsi | implement * and / operators for wxPoint, not only wxSize. |
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-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
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 |
2009-02-01 |
Francesco Montorsi | add uint/long/ulong overloads of operator* and operator... |
blob | commitdiff | raw | diff to current |
2009-02-01 |
Francesco Montorsi | use appropriate casts to fix warnings about double... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Francesco Montorsi | add operator* taking doubles to wxSize |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Francesco Montorsi | fix a couple of typos |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Stefan Csomor | cleaning up default OPEN and CLOSED HAND cursors |
blob | commitdiff | raw | diff to current |
2009-01-10 |
Stefan Csomor | adding open and close hand cursor constants, implementa... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Francesco Montorsi | change generic ints to enums in wxDC (closes #9959) |
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-05-10 |
Francesco Montorsi | replace use of 'long/int bitmapType' with 'wxBitmapType... |
blob | commitdiff | raw | diff to current |
2008-03-26 |
Francesco Montorsi | substitute WXDLLEXPORT with WXDLLIMPEXP_CORE and WXDLLE... |
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 |
2008-01-14 |
Paul Cornett | make XPM data pointer parameter fully const |
blob | commitdiff | raw | diff to current |
2007-12-18 |
Václav Slavík | clarified wxRect::Contains(wxRect) comment |
blob | commitdiff | raw | diff to current |
2007-11-12 |
Vadim Zeitlin | make various control names constants of type char,... |
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-07-09 |
Václav Slavík | added WXDLLIMPEXP_FWD_FOO macros in addition to WXDLLIM... |
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 |
2007-01-05 |
Vadim Zeitlin | rename Inside(x,y) parameters to avoid gcc warnings... |
blob | commitdiff | raw | diff to current |
2006-12-14 |
Václav Slavík | wxDFB's wxICON and wxBITMAP should use embedded XPMs... |
blob | commitdiff | raw | diff to current |
2006-11-01 |
Robert Roebling | FRM's small wxSize::Scale enhancement. |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Vadim Zeitlin | added TGA handler (somewhat modified patch 1393912) |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Vadim Zeitlin | added wxSize::IncBy() and DecBy() methods |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Vadim Zeitlin | add Inflate(wxSize) overload |
blob | commitdiff | raw | diff to current |
2006-09-16 |
Vadim Zeitlin | added wxRect::GetTopRight/BottomLeft() for consistency... |
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-09-09 |
Václav Slavík | added unary wxPoint::operator- |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Vadim Zeitlin | mark all dtors which are virtual because base class... |
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-07-24 |
Włodzimierz Skiba | [ 1518434 ] wxSize::Scale with wxScale and wxPoint... |
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 | fix incomplete change in previous commit |
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-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 |
2006-02-10 |
Vadim Zeitlin | added wxRect::CentreIn() |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Reverted semicolons patch |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Applied patch [ 1399013 ] More removals of extraneous... |
blob | commitdiff | raw | diff to current |
2006-01-16 |
Mart Raudsepp | Move constant strings to .rodata/.data.rel.ro ELF segme... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | added wxIsSameDouble() which wraps double comparison... |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Julian Smart | Added licence/copyright information |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | added wxSOLID default value for FindOrCreateBrush() |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Włodzimierz Skiba | Use defs.h (and automatically setup.h and chkconf.h... |
blob | commitdiff | raw | diff to current |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | removed extra class qualifier from inline method |
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-24 |
Włodzimierz Skiba | Expression simplifications for scaling and inflating. |
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-18 |
Włodzimierz Skiba | Warning fixes for 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-06-23 |
Włodzimierz Skiba | Make some long #ifs shorter but multiline so diffs... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Włodzimierz Skiba | Private macro moved in waiting for DektopPolicy impleme... |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Włodzimierz Skiba | Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions. |
blob | commitdiff | raw | diff to current |
2004-06-16 |
Václav Slavík | WXDLLEXPORT correction |
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 | When wxUSE_STL == 1 and STL provides quasi-standard... |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Vadim Zeitlin | added and documented wxSize::IsFullySpecified() and... |
blob | commitdiff | raw | diff to current |
2004-01-08 |
Julian Smart | Applied patch [ 871014 ] Adding size of control to... |
blob | commitdiff | raw | diff to current |
2003-12-11 |
Julian Smart | Applied patch [ 840721 ] convenience function wxRect... |
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-16 |
Vadim Zeitlin | fixed bug with wxcolourDatabase::FindColour(); added... |
blob | commitdiff | raw | diff to current |
2003-08-17 |
Václav Slavík | removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2 |
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-20 |
Vadim Zeitlin | added wxSize::IncTo/DecTo |
blob | commitdiff | raw | diff to current |
2003-07-19 |
Mattia Barbon | Remove commented-out code. |
blob | commitdiff | raw | diff to current |
2003-07-12 |
Mattia Barbon | Added and documented wxColourDatabase::AddColour. |
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-07-08 |
David Elliott | wxBITMAP now uses XPM constructor for wxCocoa (like... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | fixes needed for separate DLL build to work |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Removed AlignIn after further thought |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 730697 ] wxRect::AlignIn member |
blob | commitdiff | raw | diff to current |
2003-05-21 |
Julian Smart | Applied patch [ 689188 ] adds wxToolBar::GetToolPos |
blob | commitdiff | raw | diff to current |
2003-03-02 |
Stefan Csomor | added copy arrow cursor macos specific |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
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-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-07-18 |
Ron Lee | Added Set{Position,Size} to wxRect. |
blob | commitdiff | raw | diff to current |
2002-05-03 |
Gilles Depeyrot | corrected warnings when compiling with -Wall -W |
blob | commitdiff | raw | diff to current |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Fixed a couple of typos |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2002-01-17 |
Václav Slavík | fixed to the IFF handler, moved into one file |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Václav Slavík | applied ANI images patch and added wxUSE_ICO_CUR |
blob | commitdiff | raw | diff to current |
2001-11-15 |
Václav Slavík | use XPMs in wxMGL |
blob | commitdiff | raw | diff to current |
next |