2001-05-06 |
Robin Dunn | Fixed HandleMouseWheel to be __WIN32__ sensitive |
blob | commitdiff | raw |
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 |
2000-02-15 |
Vadim Zeitlin | typo fixed |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fixes for compilation with the old mingw32, wxUSE_NORLA... |
blob | commitdiff | raw | diff to current |
2000-02-14 |
Vadim Zeitlin | fix for id of CHAR_HOOK events |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Guillermo Rodrigue... | Added wxEVT_SCROLL[WIN]_THUMBRELEASE |
blob | commitdiff | raw | diff to current |
2000-02-11 |
Vadim Zeitlin | 1. exchanged binary ROPs wxSET/wxCLEAR meaning for... |
blob | commitdiff | raw | diff to current |
2000-02-03 |
Vadim Zeitlin | added WM_SYSCHAR processing |
blob | commitdiff | raw | diff to current |
2000-02-02 |
Vadim Zeitlin | 1. wxStaticBitmap now uses mask even for bitmaps (and... |
blob | commitdiff | raw | diff to current |
2000-02-01 |
Julian Smart | Set/GetWindowMenu added to MDI parent frame under MSW |
blob | commitdiff | raw | diff to current |
2000-01-30 |
Julian Smart | Cured memory leak report in wxDateTime; wxGLCanvas... |
blob | commitdiff | raw | diff to current |
2000-01-26 |
Vadim Zeitlin | compilation fix for Win16 |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. '\n's in tooltip messages are handled (replaced... |
blob | commitdiff | raw | diff to current |
2000-01-23 |
Vadim Zeitlin | 1. wxMSW::wxNotebook::SetPageSize() and SetPadding... |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Vadim Zeitlin | I think I finally fixed activation behaviour under... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Guillermo Rodrigue... | Added IsScrollng() support for scroll and scrollwin... |
blob | commitdiff | raw | diff to current |
2000-01-18 |
Julian Smart | Change to wxWindow::HandleCommand to allow accelerators... |
blob | commitdiff | raw | diff to current |
2000-01-15 |
Vadim Zeitlin | use HWND in HandleCommand() to let buggy programs using... |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
blob | commitdiff | raw | diff to current |
2000-01-04 |
Vadim Zeitlin | wxSIZE_ALLOW_MINUS_ONE handling corrected |
blob | commitdiff | raw | diff to current |
2000-01-03 |
Ove Kaaven | Unicode compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-29 |
Vadim Zeitlin | wxCalendarCtrl works under MSW too |
blob | commitdiff | raw | diff to current |
1999-12-21 |
Vadim Zeitlin | 1. wxLongLong and wxDateTime compilation fixed for... |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | some more consts here and there |
blob | commitdiff | raw | diff to current |
1999-12-16 |
Vadim Zeitlin | Win16 compilation fixes |
blob | commitdiff | raw | diff to current |
1999-12-14 |
Václav Slavík | removed USE_SHARED_LIBRARY(IES) |
blob | commitdiff | raw | diff to current |
1999-11-25 |
Vadim Zeitlin | 1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed |
blob | commitdiff | raw | diff to current |
1999-11-24 |
Vadim Zeitlin | 1. wxIcon/wxCursor change, wxGDIImage class added |
blob | commitdiff | raw | diff to current |
1999-11-23 |
Julian Smart | WM_MOUSEMOVE correction |
blob | commitdiff | raw | diff to current |
1999-11-19 |
Vadim Zeitlin | wxWindow::GetBestSize() added |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Vadim Zeitlin | 1. wxFileDataObject fixes from Ricky Gonzales - seems... |
blob | commitdiff | raw | diff to current |
1999-11-02 |
Vadim Zeitlin | include <wx/...> => include "wx/..." |
blob | commitdiff | raw | diff to current |
1999-10-29 |
Robin Dunn | Added WXDLLEXPORT to wxWndProc definition so wxGLCanvas... |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | wxDataObject changes - ok for MSW, still not for GTK... |
blob | commitdiff | raw | diff to current |
1999-10-13 |
Vadim Zeitlin | warnings for mingw32 compilation fixed |
blob | commitdiff | raw | diff to current |
1999-10-10 |
Vadim Zeitlin | wxSpinCtrl |
blob | commitdiff | raw | diff to current |
1999-10-08 |
Karsten Ballüder | replaced T() makro with wxT() due to namespace probs... |
blob | commitdiff | raw | diff to current |
1999-10-07 |
Vadim Zeitlin | some fixes after global _T() => T() change |
blob | commitdiff | raw | diff to current |
1999-10-06 |
Vadim Zeitlin | added wxDialUpManager::IsAlwaysConnected() and GetISPNa... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | many changes; major ones: |
blob | commitdiff | raw | diff to current |
1999-08-30 |
Patrick Albert | Removing most of level 4 warnings, particulary in 16... |
blob | commitdiff | raw | diff to current |
1999-08-12 |
Julian Smart | wxBook additions; added a couple of pixels in menu... |
blob | commitdiff | raw | diff to current |
1999-08-09 |
Julian Smart | A fix for wxTaskBarIcon (temporary wxFrame interfering... |
blob | commitdiff | raw | diff to current |
1999-08-04 |
J. Russell Smyth | Made changes to allow build with new mingw32/gcc-2.95 |
blob | commitdiff | raw | diff to current |
1999-07-28 |
Vadim Zeitlin | 1. wxSpinButton fixed: it now sends EVT_SPIN_UP/DOWN... |
blob | commitdiff | raw | diff to current |
1999-07-27 |
Vadim Zeitlin | wxNO_FULL_REPAINT_ON_RESIZE logic for wxMSW |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Vadim Zeitlin | 1. wxChoice and wxComboBox support client data under MSW |
blob | commitdiff | raw | diff to current |
1999-07-20 |
Vadim Zeitlin | 1. panels pass focus to the next item in parent panel |
blob | commitdiff | raw | diff to current |
1999-07-18 |
Vadim Zeitlin | Enter won't close dialog if [Ok] button is disabled |
blob | commitdiff | raw | diff to current |
1999-07-14 |
Vadim Zeitlin | 1. new wxFFile class - as wxFile but uses fopen/fread... |
blob | commitdiff | raw | diff to current |
1999-07-12 |
Václav Slavík | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-07-02 |
Vadim Zeitlin | 1. DoSetSize() simplified, DoGetBestSize() introduced |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
blob | commitdiff | raw | diff to current |
1999-06-26 |
Vadim Zeitlin | 1. serious bug in wxRegConfig corrected - deleting... |
blob | commitdiff | raw | diff to current |
1999-06-20 |
Vadim Zeitlin | buttons now become default when they have focus |
blob | commitdiff | raw | diff to current |
1999-06-20 |
Vadim Zeitlin | keyboard/focus handling improved a bit more: |
blob | commitdiff | raw | diff to current |
1999-06-19 |
Vadim Zeitlin | text controls respect wxTE_PROCESS_ENTER/TAB styles... |
blob | commitdiff | raw | diff to current |
1999-06-17 |
Vadim Zeitlin | 1. wxDialogs are now destroyed when they go out of... |
blob | commitdiff | raw | diff to current |
1999-06-14 |
Ove Kaaven | A few weeks of Unicode fixes (my old win95 laptop compi... |
blob | commitdiff | raw | diff to current |
next |