2012-07-23 |
Vadim Zeitlin | Fix wxMSW wxStaticBox compilation when wxUSE_UXTHEME==0. |
blob | commitdiff | raw |
2012-07-08 |
Robin Dunn | Revert r71595 for now, as the bug it fixed is the lesse... |
blob | commitdiff | raw | diff to current |
2012-06-12 |
Vadim Zeitlin | Compilation fix in non-PCH build of wxMSW wxStaticBox. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Robin Dunn | If there is a sizer then use it's calculated minimum... |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Vadim Zeitlin | Use wxString::t_str() in calls to Windows API functions... |
blob | commitdiff | raw | diff to current |
2012-05-30 |
Robin Dunn | Adjust the client area origin and the client size of... |
blob | commitdiff | raw | diff to current |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
blob | commitdiff | raw | diff to current |
2010-10-30 |
Vadim Zeitlin | Fix confusion with LOGFONT{A,W} parameters to MSW GetTh... |
blob | commitdiff | raw | diff to current |
2010-09-21 |
Vadim Zeitlin | Correct drawing of mnemonics in wxStaticBox label under... |
blob | commitdiff | raw | diff to current |
2010-09-21 |
Vadim Zeitlin | Fix wxStaticBox label redrawing when "Alt" is pressed... |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Vadim Zeitlin | Simplify and correct MSW selection of background brush... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Vadim Zeitlin | No real changes, just change type of MSWGetBgBrush... |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2008-03-27 |
Vadim Zeitlin | don't blit too much when copying static box border... |
blob | commitdiff | raw | diff to current |
2008-02-25 |
Vadim Zeitlin | added more includes of wx/msw/dc.h needed since r52054... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | More border rationalisation. GetDefaultBorder is now... |
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-03-22 |
Vadim Zeitlin | use correct background colour for the box label when... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | call GetTextExtent() after selecting the correct font... |
blob | commitdiff | raw | diff to current |
2006-12-23 |
Vadim Zeitlin | 1. Don't draw our own custom label if we don't have... |
blob | commitdiff | raw | diff to current |
2006-10-10 |
Paul Cornett | don't include missing.h before windows headers |
blob | commitdiff | raw | diff to current |
2006-09-20 |
Jamie Gadd | Fix label positioning when text is LTR. |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Vadim Zeitlin | fix static box label drawing in RTL locale (patch 1552545) |
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-07-25 |
Vadim Zeitlin | use GetLabelText() instead of wxStripMenuCodes() to... |
blob | commitdiff | raw | diff to current |
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 |
next |