2004-05-09 |
Julian Smart | Fixed size problem due to wxMac window implementation... |
blob | commitdiff | raw |
2004-05-03 |
Vadim Zeitlin | set min size to initial size when it is explicitly... |
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-15 |
Robin Dunn | If the window has a minsize then use that as the BestSi... |
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-09 |
Vadim Zeitlin | (blind) compilation fix for wxUniv |
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 | Use the size value passed to the ctor to set the window... |
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 construct simpler |
blob | commitdiff | raw | diff to current |
2004-03-24 |
Vadim Zeitlin | don't show the window initially if m_isShown is false... |
blob | commitdiff | raw | diff to current |
2004-03-07 |
Stefan Csomor | SetWindowVariant implemented |
blob | commitdiff | raw | diff to current |
2004-03-03 |
Robin Dunn | Fix for [ 907679 ] segfault on SetSizerAndFit after... |
blob | commitdiff | raw | diff to current |
2003-11-14 |
Dimitri Schoolwerth | Fixed Digital Mars compilation; Cosmetic cleanup. |
blob | commitdiff | raw | diff to current |
2003-10-30 |
Vadim Zeitlin | removed calls to wxWindowBase::InitBase(), it is called... |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | RemoveEventHandler() didn't reset all pointers correctl... |
blob | commitdiff | raw | diff to current |
2003-09-18 |
Julian Smart | Applied patch [ 807164 ] fixes for core library |
blob | commitdiff | raw | diff to current |
2003-09-16 |
Vadim Zeitlin | reverted the delete/Destroy() change in DestroyChildren() |
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-09-15 |
Vadim Zeitlin | call RemoveChild() in ~wxWindowBase instead of doing... |
blob | commitdiff | raw | diff to current |
2003-09-14 |
Vadim Zeitlin | use child->Destroy() instead of delete child in Destroy... |
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-19 |
Mattia Barbon | Fix use of deprecated wxList/Node methods. |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Julian Smart | Nth -> Item |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Vadim Zeitlin | allow to change the event propagation level (modified... |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Julian Smart | Improvements to OnIdle processing |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
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 | compilation fix |
blob | commitdiff | raw | diff to current |
2003-06-26 |
Vadim Zeitlin | compilation fix for wxGUI |
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-04 |
Julian Smart | Initialised m_isBeingDeleted -- I don't know how anything |
blob | commitdiff | raw | diff to current |
2003-03-24 |
Vadim Zeitlin | added a check for allowed id value (bug 690910) |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2003-02-25 |
Vadim Zeitlin | fixed typo in he check in SetSizeHints() |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Julian Smart | Further tweaks to accessibility code |
blob | commitdiff | raw | diff to current |
2003-02-19 |
Vadim Zeitlin | prevent from setting min[WH] > max[WH] because this... |
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-18 |
Julian Smart | Some improvements to accessibility behaviour |
blob | commitdiff | raw | diff to current |
2003-02-16 |
Julian Smart | Added start at accessibility functionality |
blob | commitdiff | raw | diff to current |
2003-02-10 |
Mattia Barbon | Remove unnecessary header dependencies. Fix resulting... |
blob | commitdiff | raw | diff to current |
2003-02-02 |
Julian Smart | Applied patch [ 678788 ] Dialog command event propagati... |
blob | commitdiff | raw | diff to current |
2003-01-27 |
Ron Lee | Fixed bug in FlexGridSizer mods that prevented them... |
blob | commitdiff | raw | diff to current |
2003-01-12 |
Vadim Zeitlin | compilation fixes for non default wxUSE_XXX values... |
blob | commitdiff | raw | diff to current |
2003-01-10 |
Vadim Zeitlin | moved assert for parent window not being a static box... |
blob | commitdiff | raw | diff to current |
2003-01-07 |
Ron Lee | Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac... |
blob | commitdiff | raw | diff to current |
2003-01-02 |
Vadim Zeitlin | show Univ prefix in wxWindows info dialog |
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-30 |
David Webster | OS/2 must have positive control IDs. |
blob | commitdiff | raw | diff to current |
2002-08-27 |
Vadim Zeitlin | fixed crashes in Push/PopEventHandler() if the current... |
blob | commitdiff | raw | diff to current |
2002-08-08 |
Julian Smart | Applied patch [ 591998 ] EventHandler chain incorrectly... |
blob | commitdiff | raw | diff to current |
2002-06-30 |
Ron Lee | fixed some pesky compile warnings, hope this doesn... |
blob | commitdiff | raw | diff to current |
2002-06-24 |
Vadim Zeitlin | wxMotif compilation fix |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | moved OnActivate() logic from wxFrame to wxDialog ... |
blob | commitdiff | raw | diff to current |
2002-06-12 |
Vadim Zeitlin | added missing semicolons after asserts (patch 567853) |
blob | commitdiff | raw | diff to current |
2002-06-07 |
Vadim Zeitlin | no changes (reformatted some code just to be able to... |
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-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-18 |
Václav Slavík | better approach to centering windows (in absence of... |
blob | commitdiff | raw | diff to current |
2002-02-15 |
Václav Slavík | leave in only Julian's version of CaptureMouse code |
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 |
Julian Smart | Restored previous mouse release/capture behaviour for... |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Julian Smart | Correction for 'protected' compiler error |
blob | commitdiff | raw | diff to current |
2002-02-12 |
Julian Smart | Modified CaptureMouse to call DoReleaseMouse if necessa... |
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-09 |
Václav Slavík | temporary hack to make wxMGL and SciTech happy... |
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-04 |
David Webster | OS/2 scrolling support |
blob | commitdiff | raw | diff to current |
2002-01-28 |
Vadim Zeitlin | changed the year to 2002 |
blob | commitdiff | raw | diff to current |
2002-01-25 |
Vadim Zeitlin | added and documented wxWindow::RemoveEventHandler() |
blob | commitdiff | raw | diff to current |
2002-01-22 |
Václav Slavík | added safety check to wxWindow::ReleaseMouse |
blob | commitdiff | raw | diff to current |
2002-01-20 |
Václav Slavík | added tracing of ReleaseMouse and assertion to prevent... |
blob | commitdiff | raw | diff to current |
2002-01-19 |
Václav Slavík | fixed compilation |
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 |
2002-01-08 |
Václav Slavík | use the new wxSystemSettings API everywhere |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Vadim Zeitlin | added __TDATE__ and __TTIME__ and use them instead... |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | initialize m_hasXXX in wxWindowBase |
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-31 |
Gilles Depeyrot | corrected access to NULL parameters in wxGetOsVersion |
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-03 |
Ron Lee | bump date on 'easter egg' dialog. |
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-31 |
Vadim Zeitlin | applied a patch to remove spurious constrains unsatisif... |
blob | commitdiff | raw | diff to current |
2001-08-14 |
Vadim Zeitlin | 1. reset default item in ~wxWindow (better to be safe) |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed... |
blob | commitdiff | raw | diff to current |
next |