2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
blob | commitdiff | raw |
2001-10-12 |
Vadim Zeitlin | do *NOT* make the window of the size of its parent... |
blob | commitdiff | raw | diff to current |
2001-10-08 |
Vadim Zeitlin | fix for wxFrame parent which somehow wasn't committed... |
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-30 |
Vadim Zeitlin | give (hopefully) more clear error message |
blob | commitdiff | raw | diff to current |
2001-09-26 |
Vadim Zeitlin | compilation fix |
blob | commitdiff | raw | diff to current |
2001-09-26 |
Vadim Zeitlin | compilation/build fixes for wxUniv |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTreeEvent::GetKeyEvent() to allow to retrieve... |
blob | commitdiff | raw | diff to current |
2001-09-24 |
Vadim Zeitlin | added wxTLW for MSW |
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-09-09 |
Vadim Zeitlin | wxUniv compilation fix |
blob | commitdiff | raw | diff to current |
2001-09-02 |
Vadim Zeitlin | added support for column images under MSW |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Vadim Zeitlin | fixed y position of the drop point in HandleDropFiles... |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | warning fixes |
blob | commitdiff | raw | diff to current |
2001-08-25 |
Vadim Zeitlin | fixed return value of HandleEndSession to return true... |
blob | commitdiff | raw | diff to current |
2001-08-23 |
Vadim Zeitlin | always pass WM_DESTROY to DefWindowProc() - this fixes... |
blob | commitdiff | raw | diff to current |
2001-08-20 |
Vadim Zeitlin | fixes for Raise() to work correctly with both top level... |
blob | commitdiff | raw | diff to current |
2001-08-07 |
Vadim Zeitlin | don't process enter as tab, there are many controls... |
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-05 |
Vadim Zeitlin | fixed processing of the implicit wxTextCtrl accelerator... |
blob | commitdiff | raw | diff to current |
2001-08-02 |
Robin Dunn | Don't send a focus event if the window is a wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2001-08-01 |
Vadim Zeitlin | Vain attempts to make kbd navigation work inside find... |
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 | implemented ScrollLines/Pages; fixed bug in Thaw() |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | added ScrollLines/Pages |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | compilation fix for recent commit |
blob | commitdiff | raw | diff to current |
2001-07-29 |
Vadim Zeitlin | added Freeze/Thaw implementation for Windows |
blob | commitdiff | raw | diff to current |
2001-07-23 |
Vadim Zeitlin | don't process VK_OEM_XXX key presses |
blob | commitdiff | raw | diff to current |
2001-07-20 |
Vadim Zeitlin | applied numpad keys patch |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | don't use static box as a parent |
blob | commitdiff | raw | diff to current |
2001-07-17 |
Vadim Zeitlin | renamed wxDynamicThisCast to wxDynamicCastThis, removed... |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | detabified some more |
blob | commitdiff | raw | diff to current |
2001-07-09 |
Vadim Zeitlin | detabified |
blob | commitdiff | raw | diff to current |
2001-07-06 |
Julian Smart | Implemented input disabling for disabled windows since... |
blob | commitdiff | raw | diff to current |
2001-07-05 |
Julian Smart | Misc fixes, now menus are almost working on MicroWindows |
blob | commitdiff | raw | diff to current |
2001-07-04 |
Julian Smart | Getting wxMicroWindows compiled again |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Vadim Zeitlin | process WM_ACTIVATEAPP in wxMSW too, not only wxUniv |
blob | commitdiff | raw | diff to current |
2001-07-02 |
Julian Smart | Various wxUniversal/wxMicroWindows fixes |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | Some wxUniv compile fixes |
blob | commitdiff | raw | diff to current |
2001-06-29 |
Julian Smart | First pass at adding MicroWindows support |
blob | commitdiff | raw | diff to current |
2001-06-27 |
Vadim Zeitlin | MSW compilation fixes - widgets sample runs! |
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-06-09 |
Vadim Zeitlin | use SetForegroundWindow instead of BringWindowToTop |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Kendall Bennett | Merged latest changes from SciTech code base into wxWin... |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Julian Smart | Support for Cygwin 1.0 (thought it worked before, but...) |
blob | commitdiff | raw | diff to current |
2001-06-08 |
Vadim Zeitlin | replaced wxYield() call in PopupMenu() by a much safer... |
blob | commitdiff | raw | diff to current |
2001-06-03 |
Václav Slavík | fix for wxFrame's last focus bug (finally?) |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Václav Slavík | yet another attempt to wxFrame's last focus bug |
blob | commitdiff | raw | diff to current |
2001-05-31 |
Vadim Zeitlin | fixed right click handling |
blob | commitdiff | raw | diff to current |
2001-05-27 |
Václav Slavík | yet another attempt to fix LastFocus bug in wxFrame |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Vadim Zeitlin | fix for releasing the HDC in WM_DRAWITEM handler |
blob | commitdiff | raw | diff to current |
2001-05-21 |
Vadim Zeitlin | fixed usage of LOWORD/HIWORD instead of GET_[XY]_LPARAM |
blob | commitdiff | raw | diff to current |
2001-05-18 |
Vadim Zeitlin | compilation fix for mouse hack |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Vadim Zeitlin | FindFocus() and wxSpinCtrl fix |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #421554: implementation of wxEVT_CONTEXT_MENU |
blob | commitdiff | raw | diff to current |
2001-05-16 |
Julian Smart | Applied patch #420395 (adding wxCLIP_SIBBLINGS capabili... |
blob | commitdiff | raw | diff to current |
2001-05-08 |
Robin Dunn | test for mousewheel constants separatly |
blob | commitdiff | raw | diff to current |
2001-05-06 |
Robin Dunn | Fixed HandleMouseWheel to be __WIN32__ sensitive |
blob | commitdiff | raw | diff to current |
2001-05-04 |
Robin Dunn | Added mouse wheel support for MSW. It generates a... |
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-22 |
Vadim Zeitlin | fixing mngw32 (cross)compilation |
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-19 |
Vadim Zeitlin | fix to allow negative coords for wxFrame creation |
blob | commitdiff | raw | diff to current |
2001-04-06 |
Julian Smart | Changed wxYield to wxYieldIfNeeded in PopupMenu, to... |
blob | commitdiff | raw | diff to current |
2001-03-31 |
George Tasker | SendSizeEvent() method moved from wxWindow to wxFrame... |
blob | commitdiff | raw | diff to current |
2001-03-19 |
Julian Smart | Small doc mod; made wxRAISED_BORDER work |
blob | commitdiff | raw | diff to current |
2001-03-09 |
Vadim Zeitlin | merged in the fix for WM_MOVE |
blob | commitdiff | raw | diff to current |
2001-01-27 |
George Tasker | Added a check to make sure 'parent' is valid, otherwise... |
blob | commitdiff | raw | diff to current |
2000-12-21 |
Vadim Zeitlin | wxSpinCtrl now sens TEXT_UPDATED events as in wxGTK |
blob | commitdiff | raw | diff to current |
2000-12-14 |
Vadim Zeitlin | *really* fixed problem with window menu translation |
blob | commitdiff | raw | diff to current |
2000-12-13 |
Vadim Zeitlin | fix for MSWDetachWindowMenu when "&Window" string is... |
blob | commitdiff | raw | diff to current |
2000-12-01 |
Vadim Zeitlin | fix for enter processing of owner-drawn buttons |
blob | commitdiff | raw | diff to current |
2000-10-11 |
Vadim Zeitlin | added (MSW/GTK) and documented new frame and dialog... |
blob | commitdiff | raw | diff to current |
2000-10-04 |
Julian Smart | Removed wxWS_EX_NO_AUTOFOCUS (use AcceptsFocus instead) |
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-08 |
Julian Smart | Fixed some broken things related to context help, fixed... |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Used GetCursorPos for new wxGetMousePosition implementation |
blob | commitdiff | raw | diff to current |
2000-09-07 |
Julian Smart | Made wxContextHelp implementation generic and added... |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Julian Smart | Dialogs can now show a question mark for context-sensit... |
blob | commitdiff | raw | diff to current |
2000-09-06 |
Julian Smart | Added wxHelpEvent, wxContextHelp (MSW only so far)... |
blob | commitdiff | raw | diff to current |
2000-09-01 |
Julian Smart | Small mods |
blob | commitdiff | raw | diff to current |
2000-08-29 |
Julian Smart | Added wxCLIP_SIBLINGS. CVS also seems to think lots... |
blob | commitdiff | raw | diff to current |
2000-08-08 |
Bryan Petty | second merge of the 2.2 branch (RL) |
blob | commitdiff | raw | diff to current |
2000-08-03 |
Julian Smart | Added ability to call wxWindow::OnPaint under Windows... |
blob | commitdiff | raw | diff to current |
2000-07-25 |
Guillermo Rodrigue... | Modified mouse ENTER/LEAVE events so that they also |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-03-18 |
Julian Smart | Removed the wonderfully malicious WS_CLIPSIBLINGS style. |
blob | commitdiff | raw | diff to current |
2000-03-17 |
Unknown (MT) | added WS_CLIPSIBLINGS |
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-15 |
Julian Smart | Various compiler changes |
blob | commitdiff | raw | diff to current |
2000-03-14 |
Vadim Zeitlin | 1. status bar can now be positioned on top (and anywher... |
blob | commitdiff | raw | diff to current |
2000-03-12 |
Vadim Zeitlin | 1. wxProgressDialog uses wxWindowDisabler, not (dumb... |
blob | commitdiff | raw | diff to current |
2000-03-02 |
Vadim Zeitlin | 1. wxGrid row can't be resized to less than minimal... |
blob | commitdiff | raw | diff to current |
2000-03-01 |
Bart A.M. Jourquin | remove 'extern' from IsKeyDown,... for bcc |
blob | commitdiff | raw | diff to current |
2000-02-29 |
Vadim Zeitlin | 1. fixed bug with MDI child frames changign state when... |
blob | commitdiff | raw | diff to current |
2000-02-26 |
Vadim Zeitlin | removing the IsWindow() test in ~wxWindow |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Vadim Zeitlin | 1. cursor fixes: frame does have hand cursor in the... |
blob | commitdiff | raw | diff to current |
2000-02-25 |
Julian Smart | Fixed wxWindow::HandleCommand so multiple toolbars... |
blob | commitdiff | raw | diff to current |
2000-02-23 |
Vadim Zeitlin | 1. wxGCBoolRenderer looks better under MSW |
blob | commitdiff | raw | diff to current |
2000-02-15 |
Robin Dunn | Fixed precedence order problem for IsShiftDown and... |
blob | commitdiff | raw | diff to current |
next |