2002-04-10 |
Robin Dunn | Moved check for m_lastKeydownProcessed to WM_CHAR case... |
blob | commitdiff | raw |
2002-04-10 |
Vadim Zeitlin | no changes |
blob | commitdiff | raw | diff to current |
2002-04-09 |
Vadim Zeitlin | wxSizeEvent now carries the total size, not just the... |
blob | commitdiff | raw | diff to current |
2002-04-08 |
Vadim Zeitlin | wxMSW doesn't send CHAR events for Caps/Scroll/NumLock... |
blob | commitdiff | raw | diff to current |
2002-04-07 |
Vadim Zeitlin | added raw key code and flags support (based on patch... |
blob | commitdiff | raw | diff to current |
2002-04-02 |
Robin Dunn | wxWindowMSW now eats EVT_CHAR if the key was handled... |
blob | commitdiff | raw | diff to current |
2002-03-07 |
Robin Dunn | Removed unneeded assert |
blob | commitdiff | raw | diff to current |
2002-02-22 |
Vadim Zeitlin | misc fixes for (absense of) the borders |
blob | commitdiff | raw | diff to current |
2002-02-21 |
Julian Smart | Removed bizarre test code of which I have no recollecti... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Julian Smart | NanoX modificati |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | *do* generate the LEAVE events even when the mouse... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | fixed mouse input handling in wxUniv: the static boxes... |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | don't use border styles for windows in wxUniversal |
blob | commitdiff | raw | diff to current |
2002-02-20 |
Vadim Zeitlin | 1. always create the buttons with WS_CLIPSIBLINGS style... |
blob | commitdiff | raw | diff to current |
2002-02-17 |
Václav Slavík | more MSLU fixes and moved MSLU stuff into separate... |
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-10 |
Václav Slavík | respect minimal wxTLW size in wxUniv |
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-06 |
Vadim Zeitlin | got rid of wxWindow::m_lDlgCode - now wxWANTS_CHARS... |
blob | commitdiff | raw | diff to current |
2002-02-04 |
Vadim Zeitlin | ScrollWindow() should use the rect it scrolls as the... |
blob | commitdiff | raw | diff to current |
2002-02-01 |
Julian Smart | Added missing '!' to HasCapture() in window.cpp |
blob | commitdiff | raw | diff to current |
2002-01-31 |
Julian Smart | Applied wxPoem, wxSystemSettings, sizing, install doc... |
blob | commitdiff | raw | diff to current |
2002-01-27 |
Julian Smart | Applied patch to implement wxChoice::SetString and... |
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-17 |
Václav Slavík | compilation fix |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | 0. extracted toolbar colour mapping stuff to its own... |
blob | commitdiff | raw | diff to current |
2002-01-13 |
Vadim Zeitlin | removed MSWDetachWindowMenu() (part of the MDI change... |
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 |
2002-01-03 |
Vadim Zeitlin | suppressed wrong debug error messages from SetFocus |
blob | commitdiff | raw | diff to current |
2001-12-24 |
Vadim Zeitlin | DoSetClientSize() may take 4 iterations to set the... |
blob | commitdiff | raw | diff to current |
2001-12-22 |
Julian Smart | More tweaks to wxMicroWi |
blob | commitdiff | raw | diff to current |
2001-12-21 |
Julian Smart | MicroWindows tweaks |
blob | commitdiff | raw | diff to current |
2001-12-17 |
Václav Slavík | making wxMSW MSLU(unicows)-friendly |
blob | commitdiff | raw | diff to current |
2001-12-08 |
Vadim Zeitlin | fixed bugs with setting the client size when the differ... |
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-12-02 |
Vadim Zeitlin | more fixes to target window scrolling |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Vadim Zeitlin | always use HWND first in WM_COMMAND handler to avoid... |
blob | commitdiff | raw | diff to current |
2001-11-28 |
Julian Smart | Fixing wxMicroWindows compilation |
blob | commitdiff | raw | diff to current |
2001-11-25 |
Vadim Zeitlin | wxUniv compilation fixes |
blob | commitdiff | raw | diff to current |
2001-11-21 |
Vadim Zeitlin | fixed wxDropFilesEvent dtor, added copy ctor and implem... |
blob | commitdiff | raw | diff to current |
2001-11-03 |
Vadim Zeitlin | don't send fictious menu events when another WM_COMMAND... |
blob | commitdiff | raw | diff to current |
2001-11-02 |
Vadim Zeitlin | replaced wxList for storing HWND <-> wxWindow with... |
blob | commitdiff | raw | diff to current |
2001-10-14 |
Vadim Zeitlin | 1. added wxStatusBarUniv |
blob | commitdiff | raw | diff to current |
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 |
next |