2007-08-09 |
Julian Smart | Toolbars shouldn't have themed borders |
blob | commitdiff | raw |
2007-08-08 |
Julian Smart | Made wxBORDER_THEME the same as wxBORDER_DEFAULT |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | compilation fix after last commit |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Vadim Zeitlin | many wxItemContainer-related changes: |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
blob | commitdiff | raw | diff to current |
2006-11-17 |
Vadim Zeitlin | fixed warning about junk after #endif |
blob | commitdiff | raw | diff to current |
2006-11-14 |
Vadim Zeitlin | fix compilation when one of wxUSE_LISTCTRL and wxUSE_TR... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
blob | commitdiff | raw | diff to current |
2006-09-15 |
Julian Smart | If we use a background brush, we _must_ set a colour... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Włodzimierz Skiba | Include wx/control.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-02-24 |
Jamie Gadd | Make wx{List,Tree}Ctrl resize their standard font if... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Vadim Zeitlin | undid last commit, it's not needed after fixing the... |
blob | commitdiff | raw | diff to current |
2005-06-17 |
Vadim Zeitlin | use empty string and not string().c_str() as title... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Vadim Zeitlin | make sure that setting custom foreground works together... |
blob | commitdiff | raw | diff to current |
2005-05-03 |
Julian Smart | A control's text colour now reflects the system colour... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | extended wxWindow::MSWGetBgBrush() and wxControl::MSWCo... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | simplifications and corrections to background drawing: |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | Default border style for a control on PPC/Smartphone... |
blob | commitdiff | raw | diff to current |
2005-03-21 |
Vadim Zeitlin | added closing parenthesis inside comment, no real changes |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Julian Smart | Spiner -> Spinner |
blob | commitdiff | raw | diff to current |
2005-01-28 |
Włodzimierz Skiba | Warning fixes. |
blob | commitdiff | raw | diff to current |
2005-01-20 |
Vadim Zeitlin | report more information about the control whose creatio... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Vadim Zeitlin | remove obsolete wxUSE_CTL3D code |
blob | commitdiff | raw | diff to current |
2005-01-04 |
Włodzimierz Skiba | Old API depreciated. Use of new API. Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Vadim Zeitlin | call SetBkColor() when using non default background |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Vadim Zeitlin | fixed background drawing for opaque controls |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | fixed background appearance for the controls with chang... |
blob | commitdiff | raw | diff to current |
2004-12-16 |
Vadim Zeitlin | repaired setting foreground colours for the standard... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Vadim Zeitlin | rewrote and virtualized the background erasing logic... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | check for any parent with non default background in... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | added MSWGetDefaultBgBrush() to allow some derived... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | create controls with 1*1 size by default, not 0*0 as... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | don't look for notebooks beyond first top level parent... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | never return NULL_BRUSH from WM_CTLCOLOR handler, it... |
blob | commitdiff | raw | diff to current |
2004-12-11 |
Vadim Zeitlin | added MSWAlwaysDrawBg() to account for controls such... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | refactored code to do brush adjustment for bg drawing... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | removed (unused) nCtlColor parameter of OnCtlColor... |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Vadim Zeitlin | don't erase background in wxControl neither |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Włodzimierz Skiba | Correction to lost #ifdef |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Włodzimierz Skiba | Hardware defines spec. |
blob | commitdiff | raw | diff to current |
2004-08-25 |
Włodzimierz Skiba | Fix for missed comment markup. |
blob | commitdiff | raw | diff to current |
2004-08-23 |
Włodzimierz Skiba | Native SmartPhone wxChoice implementation. |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Włodzimierz Skiba | Fix for the undocumented holes in spiner sizes. |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Włodzimierz Skiba | Peparation for native Smartphone controls based on... |
blob | commitdiff | raw | diff to current |
2004-08-05 |
Włodzimierz Skiba | Unused parameters markup. |
blob | commitdiff | raw | diff to current |
2004-07-16 |
Włodzimierz Skiba | Fixes to warnings about assigning unused values. |
blob | commitdiff | raw | diff to current |
2004-07-15 |
Robin Dunn | fixed typo in a comment |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | font inheritance fixes (patch 983251) |
blob | commitdiff | raw | diff to current |
2004-06-29 |
Robin Dunn | A little better failure message |
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-03 |
Vadim Zeitlin | call SetInitialBestSize(), not SetBestSize(), when... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | fixed unused param warning |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | default implementation of Get(Class)DefaultAttributes() |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Vadim Zeitlin | account for parent area origin when creating controls... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | added wxVALIDATOR_PARAM and use it to avoid warnings... |
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-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-08 |
Vadim Zeitlin | deprecated and removed from our code GetUseCtl3D()... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | implemented GetDefaultBorder() in wxControl, override... |
blob | commitdiff | raw | diff to current |
2003-06-02 |
Julian Smart | Attempt to make wxWindows play better with XP themes |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
2003-05-06 |
Julian Smart | Revamped border handling. |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Vadim Zeitlin | removed style parameter from MSWCreate(), it is unneeded |
blob | commitdiff | raw | diff to current |
2002-09-14 |
Vadim Zeitlin | set size if it's initially == wxDefaultSize() in MSWCre... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | fix for wxComboBox flicker on create (patch 598891) |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Vadim Zeitlin | reverted patch 598016 (removed MSWCreateControl() visib... |
blob | commitdiff | raw | diff to current |
2002-08-22 |
Julian Smart | Applied patch [ 598016 ] remove flicker during combo... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | 1. always create the buttons with WS_CLIPSIBLINGS style... |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | fixes for handling WM_SYSCOLORCHANGE - now seems to... |
blob | commitdiff | raw | diff to current |
2001-10-20 |
Vadim Zeitlin | fixd creation of controls with default initial size |
blob | commitdiff | raw | diff to current |
2001-10-07 |
Vadim Zeitlin | changed/centralized window creation code to allow wxTLW... |
blob | commitdiff | raw | diff to current |
2001-08-22 |
Vadim Zeitlin | minor clean up |
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 |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-05-14 |
Julian Smart | Fixes for 16-bit compilation |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2000-11-25 |
Václav Slavík | applied (part of) Alexey Leko's patch |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-04-11 |
Vadim Zeitlin | compilation fix inside WXWIN_COMPATIBILITY |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Vadim Zeitlin | 1. small fix in wxDirDialog: SHBrowseForFolder() doesn... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | 1. more warnings fixes in gtk/region.cpp and common... |
blob | commitdiff | raw | diff to current |
1999-12-23 |
Robin Dunn | Added a constructor that allows creation of independent... |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-25 |
Vadim Zeitlin | 1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-11-15 |
Vadim Zeitlin | 1. fixed wxStaticBox background erasing (or, rather... |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Vadim Zeitlin | 1. wxStaticBox doesn't draw over the underlying control... |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
blob | commitdiff | raw | diff to current |
next |