2006-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to... |
blob | commitdiff | raw |
2006-07-22 |
Jamie Gadd | Don't handle WM_PRINTCLIENT anymore, manually draw... |
blob | commitdiff | raw | diff to current |
2006-07-03 |
Włodzimierz Skiba | Include wx/image.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-08 |
Włodzimierz Skiba | Include wx/dcmemory.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-02-23 |
Jamie Gadd | Fix bug where labels were multicoloured if their length... |
blob | commitdiff | raw | diff to current |
2006-01-18 |
Julian Smart | Must strip menu codes from labels before measuring... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Julian Smart | Applied patch [ 1292827 ] [wxMSW] nested wxStaticBox fix |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | moved WM_PRINTCLIENT from wxRadioBox to wxStaticBox... |
blob | commitdiff | raw | diff to current |
2005-05-19 |
Vadim Zeitlin | respect label foreground colour for static boxes when... |
blob | commitdiff | raw | diff to current |
2005-05-18 |
Robin Dunn | Patch #1203934: enable best size caching for MSW widgets |
blob | commitdiff | raw | diff to current |
2005-05-13 |
Julian Smart | WinCE fixes |
blob | commitdiff | raw | diff to current |
2005-04-27 |
Julian Smart | Temporary fix (I hope) to allow an application to paint... |
blob | commitdiff | raw | diff to current |
2005-04-20 |
Julian Smart | Fixed test for button style - styles contain other... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Julian Smart | Regenerated makefiles for runtime lib change |
blob | commitdiff | raw | diff to current |
2005-04-15 |
Robin Dunn | Don't clip hidden windows from the staticbox's refresh... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Removed unnecessary fix (caused by erroneous user code) |
blob | commitdiff | raw | diff to current |
2005-04-12 |
Włodzimierz Skiba | WinCE build fix (missing style). |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | fixed MSWGetBgBrush() call, it needs a HWND and not... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Vadim Zeitlin | GetParent() was always used in test for wxHSCROLL check... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Julian Smart | Hack to make wxStaticBox be repainted when inside a... |
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-05 |
Vadim Zeitlin | add extra space for top border when wxDIALOG_UNIT_COMPA... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Vadim Zeitlin | fixed wxStaticBox::SetBackgroundColour(): this should... |
blob | commitdiff | raw | diff to current |
2005-04-05 |
Vadim Zeitlin | we need to leave some space for static box border even... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | Default border for a static box is wxBORDER_NONE |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Vadim Zeitlin | fixes to static box borders calculations and significan... |
blob | commitdiff | raw | diff to current |
2005-04-01 |
Julian Smart | Now calculates clipping region from actual child HWNDs... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Julian Smart | Fixed MSWClipBoxRegion |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Chris Elliott | missing include for memoryDC |
blob | commitdiff | raw | diff to current |
2005-03-30 |
Julian Smart | Applied patch [ 1166587 ] [wxMSW] Removes all flicker... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | fix top margin for static box sizer when wxDIALOG_UNIT_... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Vadim Zeitlin | harmless warning fixes for WinCE (mostly unused parameters) |
blob | commitdiff | raw | diff to current |
2005-02-25 |
Julian Smart | Make HTCLIENT code off by default |
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-02-19 |
Vadim Zeitlin | we don't need to use solid colour for background drawin... |
blob | commitdiff | raw | diff to current |
2005-01-15 |
Vadim Zeitlin | moved styles logic to MSWGetStyle() (no real changes) |
blob | commitdiff | raw | diff to current |
2004-12-17 |
Vadim Zeitlin | restored WS_EX_TRANSPARENT as otherwise background... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Włodzimierz Skiba | wx/msw/notebook.h needs wx/notebook.h in lack of precom... |
blob | commitdiff | raw | diff to current |
2004-12-13 |
Vadim Zeitlin | use solid bacgkround for static box as pattern brush... |
blob | commitdiff | raw | diff to current |
2004-12-12 |
Vadim Zeitlin | don't use WS_EX_TRANSPARENT style, it doesn't seem... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Vadim Zeitlin | don't set background colour explicitely; no need to... |
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-06-24 |
Václav Slavík | fixed warnings after GetFont prototype change |
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-15 |
Vadim Zeitlin | make XTI compile with VC6 (patch 896614) |
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-09-24 |
Vadim Zeitlin | replaced wxNO_FULL_REPAINT_ON_RESIZE with wxFULL_REPAIN... |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Stefan Csomor | macro naming changes |
blob | commitdiff | raw | diff to current |
2003-08-25 |
Stefan Csomor | unicode adaptions, menu support |
blob | commitdiff | raw | diff to current |
2003-08-24 |
Julian Smart | Added some window style metadata |
blob | commitdiff | raw | diff to current |
2003-08-23 |
Stefan Csomor | xti property extensions, style bits additions |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | switching to wxEmptyString to satisfy linker after... |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | RTTI simplifications |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Stefan Csomor | rtti informations |
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-08-05 |
Stefan Csomor | xti extensions |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Removed erroneous copyright names and corrected licence... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | don't inherit the controls colours from the parent... |
blob | commitdiff | raw | diff to current |
2001-10-15 |
Vadim Zeitlin | made wxStaticBox transparent (patch 427936) |
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-01-18 |
Vadim Zeitlin | 1. small fix in wxDirDialog: SHBrowseForFolder() doesn... |
blob | commitdiff | raw | diff to current |
2000-01-06 |
Vadim Zeitlin | MSW compilation fixes for !wxUSE_VALIDATORS |
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-13 |
Vadim Zeitlin | 1. undid my wrong fix to wxWindowBase::Centre |
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-07-22 |
Vadim Zeitlin | 1. added wxGetNumberFromUser (to textdlgg.cpp and dialo... |
blob | commitdiff | raw | diff to current |
1999-07-06 |
Vadim Zeitlin | 1. wxAppBase class appers, wxApp in wxGTK and wxMSW... |
blob | commitdiff | raw | diff to current |
1999-07-02 |
Vadim Zeitlin | 1. DoSetSize() simplified, DoGetBestSize() introduced |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
1999-06-05 |
Brian Macy | Attempt at getting mingw32 working again... still doesn... |
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-02-22 |
Vadim Zeitlin | GetSize() and GetClientSize() changes |
blob | commitdiff | raw | diff to current |
1999-02-02 |
Julian Smart | Consistent naming of e.g. wxUSE_CTRL |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Julian Smart | Some changes in a vain attempt to make Salford C++... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Julian Smart | Sorry folks, a lot of changes to remedy GetFont, GetBru... |
blob | commitdiff | raw | diff to current |
1998-10-09 |
Julian Smart | Dialog unit mods; wxProp tidying |
blob | commitdiff | raw | diff to current |
1998-09-20 |
Vadim Zeitlin | 1) minor modifications in fileconf.cpp |
blob | commitdiff | raw | diff to current |
1998-08-10 |
Julian Smart | Various Dialog Editor-related mods; Dlg Ed. getting... |
blob | commitdiff | raw | diff to current |
1998-07-27 |
Julian Smart | wxToolBar API changes; now frames manage their toolbar... |
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-06-22 |
Julian Smart | Cured problem introduced by LEAVE/ENTER OnIdle code... |
blob | commitdiff | raw | diff to current |
1998-05-20 |
Karsten Ballüder | added some wxMSW stuff |
blob | commitdiff | raw | diff to current |
|