2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-05-07 |
Robin Dunn | SetInitialBestSize changes for wxMac |
blob | commitdiff | raw | diff to current |
2004-05-03 |
Vadim Zeitlin | moved SetBestSize() to .cpp file; set min size from it |
blob | commitdiff | raw | diff to current |
2004-04-17 |
Robin Dunn | Make InheritAttributes and ShouldInheritColours public... |
blob | commitdiff | raw | diff to current |
2004-04-14 |
Robin Dunn | Keep track of the initial size that the window was... |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Vadim Zeitlin | removed m_bestSize |
blob | commitdiff | raw | diff to current |
2004-04-08 |
Vadim Zeitlin | 1. moved InheritAttributes() from wxControl to wxWindow |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Added some convenience inlines |
blob | commitdiff | raw | diff to current |
2004-04-03 |
David Elliott | Make DoGetBestSize cache the value of GetSize() the... |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Vadim Zeitlin | added Get(Class)DefaultAttributes() |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | make things simpler, no default variant |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Robin Dunn | Fixed comment |
blob | commitdiff | raw | diff to current |
2004-03-13 |
Robin Dunn | I keep running into situations where the old small... |
blob | commitdiff | raw | diff to current |
2004-03-10 |
Robin Dunn | doc fix |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Stefan Csomor | SetWindowVariant implemented |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robin Dunn | Updated comment |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robin Dunn | Changed WidthDefault() and HeightDefault() to use 400... |
blob | commitdiff | raw | diff to current |
2004-03-05 |
Robin Dunn | Changed CanApplyParentThemeBackground to ApplyParentThe... |
blob | commitdiff | raw | diff to current |
2004-03-04 |
Robin Dunn | Added CanApplyParentThemeBackground and use it in wxMSW's |
blob | commitdiff | raw | diff to current |
2004-01-15 |
Julian Smart | Reverted patch [ 832096 ] Final separation for GUI... |
blob | commitdiff | raw | diff to current |
2003-10-31 |
Vadim Zeitlin | removed InitBase() |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Vadim Zeitlin | added default value (0) for flags argument of AdjustFor... |
blob | commitdiff | raw | diff to current |
2003-10-17 |
Stefan Csomor | removing RTTI classinfo #define redirections, not neede... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | added ShouldInheritColours() |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | removed some TABs |
blob | commitdiff | raw | diff to current |
2003-08-19 |
Stefan Csomor | RTTI extensions |
blob | commitdiff | raw | diff to current |
2003-08-18 |
Stefan Csomor | rtti api mods added |
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-17 |
Václav Slavík | have TryValidator even if wxUSE_VALIDATORS=1, so that... |
blob | commitdiff | raw | diff to current |
2003-08-13 |
Vadim Zeitlin | renamed wxWindow::Clear() to ClearBackground() (fixes... |
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-28 |
Stefan Csomor | Added Setter for Position (consistency) |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Vadim Zeitlin | added wxAppTraits::CreateRenderer() which may be used... |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Stefan Csomor | even more defines for rerouting the xti information... |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Julian Smart | Improvements to OnIdle processing |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Vadim Zeitlin | linking fixes and code cleanup after hotkey patch |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 758687 ] RegisterHotkey implemented |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-06 |
Vadim Zeitlin | added GetBorder(flags) |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Vadim Zeitlin | got rid of wxEvtHandler::m_isWindow, use virtual functi... |
blob | commitdiff | raw | diff to current |
2003-05-19 |
Julian Smart | Corrected some wxAccessible mistakes |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Julian Smart | More deprecated code updates |
blob | commitdiff | raw | diff to current |
2003-03-22 |
David Elliott | Include wxCocoa specific header |
blob | commitdiff | raw | diff to current |
2003-03-21 |
David Elliott | Allow headers to be compiled in Objective-C++ mode |
blob | commitdiff | raw | diff to current |
2003-02-28 |
Julian Smart | Added display sample to distrib file lists |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Robin Dunn | Send the wxWindowDestroyEvent for all ports |
blob | commitdiff | raw | diff to current |
2003-02-16 |
Julian Smart | Added accessibility headers |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
blob | commitdiff | raw | diff to current |
2002-12-04 |
Vadim Zeitlin | merged 2.4 branch into the trunk |
blob | commitdiff | raw | diff to current |
2002-08-31 |
Gilles Depeyrot | disable use of #pragma interface under Mac OS X |
blob | commitdiff | raw | diff to current |
2002-07-08 |
Robert Roebling | Return to 20x20 default size. |
blob | commitdiff | raw | diff to current |
2002-07-06 |
Robert Roebling | You can crash GTK with scrolled windows being |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Vadim Zeitlin | attempts to make GetBestSize() work using constraints... |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Vadim Zeitlin | new wxWindow::FindWindowByXXX() methods replacing the... |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Vadim Zeitlin | added and documented wxWindow::SetFocusFromKbd |
blob | commitdiff | raw | diff to current |
2002-04-20 |
Vadim Zeitlin | added wxGetTopLevelParent() |
blob | commitdiff | raw | diff to current |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
blob | commitdiff | raw | diff to current |
2002-03-10 |
Ron Lee | added optional parameter to SetSizer, to allow replacin... |
blob | commitdiff | raw | diff to current |
2002-03-09 |
Ron Lee | Added GetMaxSize virtual method for use by sizers. |
blob | commitdiff | raw | diff to current |
2002-02-24 |
Václav Slavík | made AdjustForParentClientOrigin const |
blob | commitdiff | raw | diff to current |
2002-02-23 |
Julian Smart | wxUSE_CONSTRAINTS now refers to constraints only, since... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Vadim Zeitlin | better handling for the style changing during run-time |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
blob | commitdiff | raw | diff to current |
2002-02-14 |
Vadim Zeitlin | #if wxUSE_PALETTE, not #ifdef |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Julian Smart | Removed some debug code from window headers; added... |
blob | commitdiff | raw | diff to current |
2002-02-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
blob | commitdiff | raw | diff to current |
2002-02-10 |
David Webster | Removing OS/2 specific positioning methods, no longer... |
blob | commitdiff | raw | diff to current |
2002-02-08 |
Vadim Zeitlin | cleanups after SciTech commit :-( |
blob | commitdiff | raw | diff to current |
2002-02-07 |
Kendall Bennett | Merges from Scitech Branch (George Davison): |
blob | commitdiff | raw | diff to current |
2002-02-05 |
Julian Smart | Reformatted Motif headers; added __WXX11__ symbol suppo... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
David Webster | OS/2 scrolling support |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Vadim Zeitlin | added and documented wxWindow::RemoveEventHandler() |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | compilation/linking fixes for DoCaptureMouse() change |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Vadim Zeitlin | maintaint the mouse capture stack in all ports, not... |
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-09 |
Robin Dunn | Moved the [Set|Get]Client[Data|Object] and such out... |
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-09-18 |
Václav Slavík | moved AdjustToClientAreaOrigin to wxWindowBase, needed... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | applied patch 446836: removed qt headers |
blob | commitdiff | raw | diff to current |
2001-08-06 |
Vadim Zeitlin | moved knd handling logic from wxPanel to wxControlConta... |
blob | commitdiff | raw | diff to current |
2001-08-04 |
Václav Slavík | reverted my Set/getTitle change |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Václav Slavík | Set/GetTitle out of wxWindowBase, forked and put to... |
blob | commitdiff | raw | diff to current |
2001-07-31 |
Václav Slavík | wxWindowBase remembers title/label now |
blob | commitdiff | raw | diff to current |
2001-07-30 |
Vadim Zeitlin | 1. made ScrollLines/Pages return bool indicating if... |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | added ScrollLines/Pages |
blob | commitdiff | raw | diff to current |
2001-07-28 |
Václav Slavík | wxMGL compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-26 |
Vadim Zeitlin | added wxWindow::Freeze/Thaw(), implemented them for... |
blob | commitdiff | raw | diff to current |
2001-07-10 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-07-06 |
David Webster | OS/2 update for wxUniv merge. |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Stefan Csomor | wxMac: wxUniversal integration steps |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | crash in wxAppBase::SetActive fixed |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Vadim Zeitlin | define wxWindowNative for wxUniv compilation |
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-04-26 |
Vadim Zeitlin | applied patch 417699 (remove WXDLLEXPORT from inline... |
blob | commitdiff | raw | diff to current |
2000-09-15 |
Julian Smart | Added Set/GetThemeEnabled and used this for determining... |
blob | commitdiff | raw | diff to current |
2000-09-10 |
Vadim Zeitlin | 1. added wxHelpProvider and (unfinished) wxSimpleHelpPr... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
next |