2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
blob | commitdiff | raw |
2006-10-29 |
Robert Roebling | Make wxWindow::SetSizeHints() do nothing. |
blob | commitdiff | raw | diff to current |
2006-10-09 |
Vadim Zeitlin | added static wxPlatformInfo::Get() and use it (patch... |
blob | commitdiff | raw | diff to current |
2006-09-26 |
Robin Dunn | If a TLW's default item is not an immediate child then... |
blob | commitdiff | raw | diff to current |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
blob | commitdiff | raw | diff to current |
2006-09-14 |
Václav Slavík | renamed wxWindow::IsVisible() to IsShownOnScreen()... |
blob | commitdiff | raw | diff to current |
2006-09-13 |
Robert Roebling | Add GetScrollHelper() to wxWindow. |
blob | commitdiff | raw | diff to current |
2006-09-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
blob | commitdiff | raw | diff to current |
2006-09-10 |
Václav Slavík | added wxWindow::IsVisible() method |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | merge of RTL changes (with many modifications) from... |
blob | commitdiff | raw | diff to current |
2006-09-04 |
Vadim Zeitlin | added wxSizer::Get/SetContainingWindow() |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
blob | commitdiff | raw | diff to current |
2006-08-07 |
Robin Dunn | Change Fit() back to using SetSize, not SetClientSize. |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Vadim Zeitlin | release build unused variable warning fix |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | don't pass window argument to NotifyCaptureLost, it... |
blob | commitdiff | raw | diff to current |
2006-07-31 |
Václav Slavík | added wxEVT_MOUSE_CAPTURE_LOST event and code for corre... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | move default button handling code from wxControlContain... |
blob | commitdiff | raw | diff to current |
2006-07-24 |
Vadim Zeitlin | added static casts to void * for pointers used with... |
blob | commitdiff | raw | diff to current |
2006-07-16 |
Vadim Zeitlin | don't add 7 and 14 pixel horz/vertical padding in DoGet... |
blob | commitdiff | raw | diff to current |
2006-06-11 |
Vadim Zeitlin | made it possible to associate context help to a region... |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Include wx/sizer.h and wx/layout.h according to precomp... |
blob | commitdiff | raw | diff to current |
2006-05-30 |
Włodzimierz Skiba | Include wx/scrolbar.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-05-29 |
Paul Cornett | revert removal of gtk1 code from common file |
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-05-12 |
Vadim Zeitlin | don't delete the exiting tooltip if SetToolTip() is... |
blob | commitdiff | raw | diff to current |
2006-04-18 |
Włodzimierz Skiba | wx/wxprec.h already includes wx/defs.h (with other... |
blob | commitdiff | raw | diff to current |
2006-03-15 |
Mart Raudsepp | Don't return a void value here - VC6 doesn't like it |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Robin Dunn | m_windowReserved was removed |
blob | commitdiff | raw | diff to current |
2006-03-14 |
Vadim Zeitlin | added GetScreenPosition/Rect() which always return... |
blob | commitdiff | raw | diff to current |
2006-03-04 |
Włodzimierz Skiba | More informative comment about previous commit. |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Włodzimierz Skiba | Stop invalidating size on wxTLW |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Vadim Zeitlin | it is not possible to show/hide the window from the... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-02-10 |
Vadim Zeitlin | fixed centering of top level windows on secondary displ... |
blob | commitdiff | raw | diff to current |
2006-01-19 |
Mart Raudsepp | Update copyright year in ctrl+alt+mclick dialog |
blob | commitdiff | raw | diff to current |
2005-12-17 |
Vadim Zeitlin | corrected DoGetVirtualSize() to return at least our... |
blob | commitdiff | raw | diff to current |
2005-11-26 |
Vadim Zeitlin | added helper for visual sizers debugging |
blob | commitdiff | raw | diff to current |
2005-11-20 |
Dimitri Schoolwerth | applied patch #1356901 "Yet another removal of extra... |
blob | commitdiff | raw | diff to current |
2005-11-19 |
Mart Raudsepp | Spelling fixes from Andreas Mohr (patch #1360064) |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Mart Raudsepp | Typo fix in comment |
blob | commitdiff | raw | diff to current |
2005-11-13 |
Mart Raudsepp | Might aswell show the compile- and runtime versions... |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Włodzimierz Skiba | Various source cleanings. |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Vadim Zeitlin | fixed Fit() to call SetClientSize() and not SetSize() |
blob | commitdiff | raw | diff to current |
2005-10-10 |
Vadim Zeitlin | added GetWindowSizeForVirtualSize() virtual hook for... |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | fix icc warning about printf() format mismatch |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-21 |
Vadim Zeitlin | fix handling of partially-specified min size |
blob | commitdiff | raw | diff to current |
2005-08-20 |
Vadim Zeitlin | add information for Palm/CE ports (patch 1256409) |
blob | commitdiff | raw | diff to current |
2005-07-02 |
Vadim Zeitlin | added include wx/toolbar.h neededfor mingw32 compilation |
blob | commitdiff | raw | diff to current |
2005-06-26 |
Robert Roebling | Revert Ron's removal of the reserved functions. |
blob | commitdiff | raw | diff to current |
2005-06-24 |
Ron Lee | Put a humane end to the pathetic flailing over whether... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-25 |
Vadim Zeitlin | if we return GetSize() from DoGetBestSize(), remember... |
blob | commitdiff | raw | diff to current |
2005-05-19 |
Robin Dunn | No longer using the reserved pointer |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Robin Dunn | A slightly modified version of Patch #1197468. Keeps... |
blob | commitdiff | raw | diff to current |
2005-04-17 |
Julian Smart | Added some reserved functions |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | wxSYS_COLOUR_WINDOW is better for window backgrounds... |
blob | commitdiff | raw | diff to current |
2005-03-17 |
Vadim Zeitlin | GetVirtualSize() returns client size values for the... |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Ryan Norton | wxDisplay::GetFromWindow is only on msw evidently |
blob | commitdiff | raw | diff to current |
2005-02-28 |
Ryan Norton | partially fix bug [ wxwindows-Bugs-1145813 ] Centre... |
blob | commitdiff | raw | diff to current |
2005-02-27 |
Vadim Zeitlin | better compatibility with old wxList in wxUSE_STL=... |
blob | commitdiff | raw | diff to current |
2005-02-20 |
Dimitri Schoolwerth | minor textual fix |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | wxPoint/Size/Rect() causes the same code with (0,0... |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Robert Roebling | Reapplied patch to change the two scrolled window... |
blob | commitdiff | raw | diff to current |
2005-02-10 |
Włodzimierz Skiba | Use default constructors for wxSize/Point/Rect. |
blob | commitdiff | raw | diff to current |
2005-02-03 |
Robin Dunn | Include the size of any window borders (size vs. clientsize |
blob | commitdiff | raw | diff to current |
2005-02-02 |
Włodzimierz Skiba | Last .empty() string source cleaning before 2.5.4. |
blob | commitdiff | raw | diff to current |
2005-01-31 |
Włodzimierz Skiba | Native wxStaticText. Cleaning of wxRadioBox code before... |
blob | commitdiff | raw | diff to current |
2005-01-27 |
Włodzimierz Skiba | Get/SetValue() and other improvements to the native... |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Kevin Hock | Use event modifiers and accessors rather than m_ variab... |
blob | commitdiff | raw | diff to current |
2005-01-07 |
Vadim Zeitlin | made FindWindow() member functions const (this makes... |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | do not inherit background colour in InheritAttributes... |
blob | commitdiff | raw | diff to current |
2004-11-22 |
David Elliott | Fix centering of top-level children of wxMDIParentFrame... |
blob | commitdiff | raw | diff to current |
2004-11-18 |
Vadim Zeitlin | set background style to wxBG_STYLE_COLOUR in SetBackgro... |
blob | commitdiff | raw | diff to current |
2004-10-17 |
Włodzimierz Skiba | __WXDEBUG__ is defined/undefined, not 0/1! |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Vadim Zeitlin | fixed fatal bug when moving the control after itself... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Ron Lee | Bump copyright date and indicate debug builds too in... |
blob | commitdiff | raw | diff to current |
2004-10-08 |
Václav Slavík | propagate invalidated best size upstream |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Václav Slavík | fixed broken DoUpdateWindowUI: event.SetChecked doesn... |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Václav Slavík | blind compilation fix for MSVC |
blob | commitdiff | raw | diff to current |
2004-09-30 |
Václav Slavík | moved wxWindow::GetBestSize implementation into DoGetBe... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Václav Slavík | changes to make wxWindow::FindFocus work as expected... |
blob | commitdiff | raw | diff to current |
2004-09-24 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxNOT_F... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Stefan Csomor | support for sys-opted window variant |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Julian Smart | First step in background erase optimization |
blob | commitdiff | raw | diff to current |
2004-08-15 |
Václav Slavík | font affects best size, invalidate cache if it changes |
blob | commitdiff | raw | diff to current |
2004-07-25 |
Vadim Zeitlin | corrected Center() for cases when client display rect... |
blob | commitdiff | raw | diff to current |
2004-07-20 |
Włodzimierz Skiba | wxDefaultSize.* and wxDefaultPosition.* to wxDefaultCoord. |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Vadim Zeitlin | another compilation fix for after last check in |
blob | commitdiff | raw | diff to current |
2004-07-06 |
Vadim Zeitlin | blind compilation fix for wxUSE_STL==1 (bug 985662) |
blob | commitdiff | raw | diff to current |
2004-07-01 |
Vadim Zeitlin | added and documented wxWindow::MoveBefore/AfterInTabOrder() |
blob | commitdiff | raw | diff to current |
2004-06-30 |
Václav Slavík | decoupled attributes inheritance and m_hasXXX flags |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | * Implemented BestSize cache |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | refresh the window in OnSysColourChanged |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Václav Slavík | don't cache default colours |
blob | commitdiff | raw | diff to current |
2004-06-19 |
Robin Dunn | Controls will readjust their size and minsize when... |
blob | commitdiff | raw | diff to current |
2004-06-18 |
Václav Slavík | new logic applies to SetFont(wxNullFont), too |
blob | commitdiff | raw | diff to current |
2004-06-17 |
Robin Dunn | Set/Reset ThemeEnabled when changing the fore/backgroun... |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | Navigate corrections |
blob | commitdiff | raw | diff to current |
2004-06-15 |
Julian Smart | With wxTE_PROCESS_TAB, tabs are now inserted in the... |
blob | commitdiff | raw | diff to current |
next |