2002-07-27 |
Ron Lee | minus one show stopper typo and a couple of warnings... |
blob | commitdiff | raw |
2002-07-26 |
Julian Smart | Don't fail to register remaining window classes if |
blob | commitdiff | raw | diff to current |
2002-07-05 |
Mattia Barbon | Fix some GCC 3.1 compilation warnings |
blob | commitdiff | raw | diff to current |
2002-06-27 |
Vadim Zeitlin | streamlined WM_NOTIFY processing code fixing a bug... |
blob | commitdiff | raw | diff to current |
2002-06-26 |
Václav Slavík | compilation fix (wxUniv/MSW) |
blob | commitdiff | raw | diff to current |
2002-06-26 |
Vadim Zeitlin | propgate WS_EX_CONTROLPARENT recursively upwards, not... |
blob | commitdiff | raw | diff to current |
2002-06-20 |
Vadim Zeitlin | fixed setting tooltips for slider by moving the code... |
blob | commitdiff | raw | diff to current |
2002-06-18 |
Vadim Zeitlin | removed SetFocus() call in WM_LBUTTONDOWN handler once... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Vadim Zeitlin | argh, another IsDialogMessage() fix: we still need... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Vadim Zeitlin | fix for dialog navigation in the modal dialogs: do... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Vadim Zeitlin | changed WM_GETDLGCODE handling so that all windows... |
blob | commitdiff | raw | diff to current |
2002-06-15 |
Vadim Zeitlin | removed unused wxWindow::m_doubleClickAllowed field |
blob | commitdiff | raw | diff to current |
2002-06-14 |
Vadim Zeitlin | don't use WS_EX_CONTOLPARENT with the top level windows... |
blob | commitdiff | raw | diff to current |
2002-06-13 |
Vadim Zeitlin | fixed problems with hanging inside IsDialogMessage... |
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-08 |
Vadim Zeitlin | reenabled WS_EX_CONTROLPARENT style together with a... |
blob | commitdiff | raw | diff to current |
2002-06-04 |
Vadim Zeitlin | undid WS_EX_CONTROLPARENT change -- I recall now why... |
blob | commitdiff | raw | diff to current |
2002-06-03 |
Vadim Zeitlin | use WS_EX_CONTROLPARENT to ensure correct Alt-mnemonic... |
blob | commitdiff | raw | diff to current |
2002-05-26 |
Vadim Zeitlin | set the id in wxMouseEvent (bug 484245) |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Vadim Zeitlin | changes to wxFRAME_NO_TASKBAR/FLOAT_ON_PARENT styles... |
blob | commitdiff | raw | diff to current |
2002-05-25 |
Vadim Zeitlin | prevent the parent window from losing activation when... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | popup windows wre not using TOPMOST style under wxUniv... |
blob | commitdiff | raw | diff to current |
2002-05-23 |
Vadim Zeitlin | wxUniv compilation fixes (patch 559620) |
blob | commitdiff | raw | diff to current |
2002-05-12 |
Julian Smart | Fixed mouse handling for captured windows |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Vadim Zeitlin | don't treat Enter always as Tab, just for the text... |
blob | commitdiff | raw | diff to current |
2002-05-11 |
Vadim Zeitlin | changed the handling of the default buttons to be more... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | don't put the windows created with y or height of ... |
blob | commitdiff | raw | diff to current |
2002-05-09 |
Vadim Zeitlin | generate the mouse click events for the static controls |
blob | commitdiff | raw | diff to current |
2002-05-07 |
Vadim Zeitlin | fixed Windows style of wxPopupWindow |
blob | commitdiff | raw | diff to current |
2002-04-22 |
Julian Smart | wxUniversal fixes: |
blob | commitdiff | raw | diff to current |
2002-04-21 |
Vadim Zeitlin | implement SetFocusFromKbd() to select all text in the... |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Vadim Zeitlin | don't let IsDialogMessage() have VK_ESCAPE, this fixes... |
blob | commitdiff | raw | diff to current |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
blob | commitdiff | raw | diff to current |
2002-04-10 |
Robin Dunn | Oops, forgot the braces. |
blob | commitdiff | raw | diff to current |
2002-04-10 |
Robin Dunn | Moved check for m_lastKeydownProcessed to WM_CHAR case... |
blob | commitdiff | raw | diff to current |
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 |
next |