2003-07-19 |
Mattia Barbon | Fix use of deprecated wxList/Node methods. |
blob | commitdiff | raw |
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 |
2001-06-30 |
Julian Smart | More fixes for wxUniv |
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-05-26 |
Václav Slavík | another attempt to fix wxPanel/wxFrame::m_winLastFocuse... |
blob | commitdiff | raw | diff to current |
2001-05-11 |
George Tasker | Sizer based dialogs (like wxSingleChoiceDialog) are... |
blob | commitdiff | raw | diff to current |
2001-05-02 |
Kendall Bennett | Updates to fix Watcom C/C++ 11.0 compiler warning probl... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
Vadim Zeitlin | merged wxFont related fix (operator==) and optimization... |
blob | commitdiff | raw | diff to current |
2001-04-21 |
Vadim Zeitlin | merged optimizations from 2.2 |
blob | commitdiff | raw | diff to current |
2001-01-04 |
Vadim Zeitlin | fix for Centre() (thanks Derry!) |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Vadim Zeitlin | fix for -1 coords in wxWindow::Centre |
blob | commitdiff | raw | diff to current |
2000-10-20 |
Vadim Zeitlin | removed the pad from wxWindow::DoGetBestSize(), now... |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Julian Smart | Speed fix for wxGenericDirCtrl, starting to add text... |
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-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-20 |
David Webster | OS/2 Updates |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | wxHandleFatalExceptions() added, documented |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Vadim Zeitlin | skip status bars in wxWindow::Fit |
blob | commitdiff | raw | diff to current |
2000-03-16 |
David Webster | compile bug fixed in SetCursor |
blob | commitdiff | raw | diff to current |
2000-03-16 |
Vadim Zeitlin | 1. fixed memory leak in GAddress |
blob | commitdiff | raw | diff to current |
2000-03-13 |
Guillermo Rodrigue... | Use system default font for all platforms |
blob | commitdiff | raw | diff to current |
2000-02-28 |
Vadim Zeitlin | correction for Fit() which didn't handle properly windo... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Vadim Zeitlin | fixed bug with propagating wxWS_EX_VALIDATE_RECURSIVELY |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Vadim Zeitlin | added CentreOnScreen(), updated the docs to clear this... |
blob | commitdiff | raw | diff to current |
2000-01-31 |
Vadim Zeitlin | wxWS_EX_VALIDATE_RECURSIVELY set by default if parent... |
blob | commitdiff | raw | diff to current |
2000-01-28 |
Vadim Zeitlin | added version info hidden dialog |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | 1. fixed (?) blitting bitmaps with mask |
blob | commitdiff | raw | diff to current |
next |