2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
blob | commitdiff | raw |
2008-10-27 |
Vadim Zeitlin | disable workaround for lack of alpha support in native... |
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-01-06 |
Vadim Zeitlin | draw the bitmap manually under Win9x and 2000 because... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | More border rationalisation. GetDefaultBorder is now... |
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-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2006-02-08 |
Vadim Zeitlin | make access specifiers for the virtual functions match... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Julian Smart | Don't use Windows handles directly in headers |
blob | commitdiff | raw | diff to current |
2006-01-17 |
Julian Smart | Applied patch [ 1382552 ] Fixes GDI-ressource leak... |
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-12-19 |
Vadim Zeitlin | documented Set/GetIcon(), added (not quite pure) virtua... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Vadim Zeitlin | return a valid bitmap from GetBitmap() even if we creat... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-30 |
Vadim Zeitlin | generate mouse events for all static controls, not... |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Julian Smart | Restored mouse sensitivity for static box and static... |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Włodzimierz Skiba | Warning fixes for MinGW. |
blob | commitdiff | raw | diff to current |
2005-01-19 |
Vadim Zeitlin | don't return HTCLIENT for static bitmaps, this breaks... |
blob | commitdiff | raw | diff to current |
2004-09-04 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY... |
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-04-07 |
Robin Dunn | Put back wxMSW's wxStaticBitmap::DoGetBestSize because... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | wxStaticBitmapBase::DoGetBestSize |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
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-06 |
Vadim Zeitlin | implemented GetDefaultBorder() in wxControl, override... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | use DECLARE_NO_COPY_CLASS() where applicable (patch... |
blob | commitdiff | raw | diff to current |
2002-12-21 |
Vadim Zeitlin | use SS_CENTERIMAGE to prevent wxStaticBitmap from stret... |
blob | commitdiff | raw | diff to current |
2001-11-06 |
Mattia Barbon | * Fixed wxStaticBitmap::SetBitmap so that it does not... |
blob | commitdiff | raw | diff to current |
2001-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Vadim Zeitlin | 1. wxStaticBitmap now uses mask even for bitmaps (and... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Julian Smart | Set RADIOBTN_PARENT_IS_RADIOBOX to 0 (sorry, but..... |
blob | commitdiff | raw | diff to current |
1999-12-02 |
Vadim Zeitlin | mingw32 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Harco de Hilster | A few small fixes for cross compilation |
blob | commitdiff | raw | diff to current |
1999-07-02 |
Vadim Zeitlin | 1. DoSetSize() simplified, DoGetBestSize() introduced |
blob | commitdiff | raw | diff to current |
1999-06-10 |
Ove Kaaven | A few Unicode fixes. |
blob | commitdiff | raw | diff to current |
1999-05-19 |
Vadim Zeitlin | 1. wxMSW seems to work (please test and send your bug... |
blob | commitdiff | raw | diff to current |
1999-03-24 |
Vadim Zeitlin | hack to allow icons in wxStaticBitmap as well as bitmaps |
blob | commitdiff | raw | diff to current |
1999-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
blob | commitdiff | raw | diff to current |
1999-01-31 |
Vadim Zeitlin | wxStaticBitmap, wxStaticBox and wxPanel don't accept... |
blob | commitdiff | raw | diff to current |
1998-11-28 |
Julian Smart | wxSize/wxPoint/wxRect versions of functions added to... |
blob | commitdiff | raw | diff to current |
1998-08-07 |
Julian Smart | Fixed various wxMSW compile problems that came down... |
blob | commitdiff | raw | diff to current |
1998-07-08 |
Vadim Zeitlin | added AcceptsFocus() { return FALSE; } |
blob | commitdiff | raw | diff to current |
1998-07-04 |
Julian Smart | Sorry, I went and removed consts as per the style guide :-) |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|