2010-10-13 |
Vadim Zeitlin | wxUniv/MSW compilation fix. |
blob | commitdiff | raw |
2010-09-26 |
Vadim Zeitlin | Compilation fix for MinGW STL build. |
blob | commitdiff | raw | diff to current |
2010-09-26 |
Vadim Zeitlin | Compilation fix for MinGW 4.x in new keyboard code. |
blob | commitdiff | raw | diff to current |
2010-09-22 |
Vadim Zeitlin | Better checks for wxMSWKeyboard::VKToWX() return value. |
blob | commitdiff | raw | diff to current |
2010-09-22 |
Vadim Zeitlin | Fix recently broken generation of wxEVT_CHAR_HOOK event... |
blob | commitdiff | raw | diff to current |
2010-09-12 |
Vadim Zeitlin | Define MAPVK_VK_TO_CHAR to fix wxMSW compilation with... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Fix generation of key events for non-alphabetic keys... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Rename wxCharCode{MSWToWX,WXToMSW}() and move them... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Fixes to key codes in keyboard events generated by... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | No real changes, just use KF_EXTENDED instead of hard... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | Generate correct events for extended keys in wxMSW... |
blob | commitdiff | raw | diff to current |
2010-09-11 |
Vadim Zeitlin | No real changes, just some small cleanup in wxMSW keybo... |
blob | commitdiff | raw | diff to current |
2010-08-03 |
Václav Slavík | Fix MSVC warning about int->bool conversion. |
blob | commitdiff | raw | diff to current |
2010-08-01 |
Václav Slavík | Fix Tab navigation when focused control is disabled. |
blob | commitdiff | raw | diff to current |
2010-07-23 |
Vadim Zeitlin | Fix MSW compilation with wxUSE_DEFERRED_SIZING==0. |
blob | commitdiff | raw | diff to current |
2010-07-18 |
Vadim Zeitlin | Correct printf parameter mismatch in wxWndProc. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Vadim Zeitlin | Don't use dangling pointers in wxWindowMSW::HandleMenuC... |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Use wxDELETE() and wxDELETEA() when possible. |
blob | commitdiff | raw | diff to current |
2010-06-20 |
Vadim Zeitlin | Don't enable scrollbar if it can't do anything in wxMSW. |
blob | commitdiff | raw | diff to current |
2010-05-21 |
Vadim Zeitlin | Simplify and correct MSW selection of background brush... |
blob | commitdiff | raw | diff to current |
2010-05-11 |
Vadim Zeitlin | Fix position for wxKeyEvents in wxMSW. |
blob | commitdiff | raw | diff to current |
2010-04-26 |
Vadim Zeitlin | Set popup menu invoking window in wxWindowBase and... |
blob | commitdiff | raw | diff to current |
2010-04-23 |
Vadim Zeitlin | Work around wrong client size computation for not yet... |
blob | commitdiff | raw | diff to current |
2010-04-22 |
Vadim Zeitlin | Override wxWindow::MSWGetCreateWindowCoords() in wxTopL... |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Robin Dunn | Set Id and EventObject for wxSetCursorEvent |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Vadim Zeitlin | No real changes, just don't initialize extern variable... |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Vadim Zeitlin | Make wxWindow::MSWGetThemeColour() const. |
blob | commitdiff | raw | diff to current |
2010-01-26 |
Vadim Zeitlin | Compilation fix for wxUniv. |
blob | commitdiff | raw | diff to current |
2010-01-23 |
Vadim Zeitlin | Allow to not create wxPaintDC in EVT_PAINT handler... |
blob | commitdiff | raw | diff to current |
2010-01-14 |
Vadim Zeitlin | No real changes, just fix a typo in comments and docume... |
blob | commitdiff | raw | diff to current |
2009-12-22 |
Vadim Zeitlin | Finally really correct background erasing for wxMSW... |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Jaakko Salli | Suppress 'unused argument' warnings |
blob | commitdiff | raw | diff to current |
2009-12-19 |
Jaakko Salli | Added wxWindowMSW::MSWGetThemeColour(); initially use... |
blob | commitdiff | raw | diff to current |
2009-12-18 |
Vadim Zeitlin | No real changes, just change type of MSWGetBgBrush... |
blob | commitdiff | raw | diff to current |
2009-12-17 |
Vadim Zeitlin | Always use FVIRTKEY for the accelerators under MSW. |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Vadim Zeitlin | Generate erase background events for native controls... |
blob | commitdiff | raw | diff to current |
2009-10-05 |
Vadim Zeitlin | Added wxSHOW_EFFECT_NONE. |
blob | commitdiff | raw | diff to current |
2009-09-24 |
Vadim Zeitlin | Handle deprecated background styles correctly in wxMSW. |
blob | commitdiff | raw | diff to current |
2009-09-23 |
Vadim Zeitlin | Don't use deprecated integer mask with wxLogTrace(). |
blob | commitdiff | raw | diff to current |
2009-09-22 |
Julian Smart | Returning WVR_REDRAW triggers Windows bug that moves... |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Julian Smart | Avoid duplicate character event for VK_DECIMAL on numer... |
blob | commitdiff | raw | diff to current |
2009-08-30 |
Vadim Zeitlin | Use GetBestSize() rather than DoGetBestSize(). |
blob | commitdiff | raw | diff to current |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Vadim Zeitlin | Put braces around all calls to wxLogFunctions() inside... |
blob | commitdiff | raw | diff to current |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
blob | commitdiff | raw | diff to current |
2009-06-17 |
Vadim Zeitlin | implement new wxBG_STYLE_XXX semantics for wxMSW too |
blob | commitdiff | raw | diff to current |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
blob | commitdiff | raw | diff to current |
2009-05-12 |
Vadim Zeitlin | add missing wxUSE_DEFERRED_SIZING tests (closes #10766) |
blob | commitdiff | raw | diff to current |
2009-05-01 |
Vadim Zeitlin | added MSWEndDeferWindowPos(); renamed USE_DEFERRED_SIZI... |
blob | commitdiff | raw | diff to current |
2009-04-07 |
Vadim Zeitlin | added names of WM_XXXUISTATE messages to wxGetMessageNa... |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | fix compilation breaking typo in recent commit |
blob | commitdiff | raw | diff to current |
2009-03-22 |
Vadim Zeitlin | replace more __WXDEBUG__ occurrences with wxDEBUG_LEVEL |
blob | commitdiff | raw | diff to current |
2009-03-21 |
Vadim Zeitlin | fix generation of wxEVT_CHAR_HOOK events which, incredi... |
blob | commitdiff | raw | diff to current |
2009-01-30 |
Robert Roebling | Add wxSIZE_FORCE_EVENT and use is from wxSizerItem... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | undo r58380 as it breaks tree control background repain... |
blob | commitdiff | raw | diff to current |
2009-01-25 |
Vadim Zeitlin | allow using wxBG_STYLE_CUSTOM even with the native... |
blob | commitdiff | raw | diff to current |
2009-01-20 |
Vadim Zeitlin | set m_isBeingDeleted to true (only) in SendDestroyEvent... |
blob | commitdiff | raw | diff to current |
2009-01-19 |
Vadim Zeitlin | don't use annoying and unneeded in C++ casts of NULL... |
blob | commitdiff | raw | diff to current |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
blob | commitdiff | raw | diff to current |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_... |
blob | commitdiff | raw | diff to current |
2008-12-04 |
Vadim Zeitlin | don't call DragFinish() before calling DragQueryPoint... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | update after r57026 change to app.cpp |
blob | commitdiff | raw | diff to current |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
blob | commitdiff | raw | diff to current |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
blob | commitdiff | raw | diff to current |
2008-10-20 |
Vadim Zeitlin | fix more Borland release build warnings about unused... |
blob | commitdiff | raw | diff to current |
2008-10-15 |
Vadim Zeitlin | reset deferred position/size if the window was moved... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | return true from IsDoubleBuffered() if our TLW parent... |
blob | commitdiff | raw | diff to current |
2008-08-02 |
Vadim Zeitlin | add wxGet/Set/HasWindowExStyle() helpers and use them |
blob | commitdiff | raw | diff to current |
2008-07-29 |
Vadim Zeitlin | generate a size event from ShowWithEffect() for consist... |
blob | commitdiff | raw | diff to current |
2008-07-16 |
Vadim Zeitlin | allow using SetFont(wxNullFont) to reset the font as... |
blob | commitdiff | raw | diff to current |
2008-07-09 |
Vadim Zeitlin | fix wxUniv/MSW build with wxUSE_MENUS==0 (#9694) |
blob | commitdiff | raw | diff to current |
2008-07-05 |
Vadim Zeitlin | avoid duplicating wxWindow::HandleCommand() in wxFrame... |
blob | commitdiff | raw | diff to current |
2008-06-02 |
Robin Dunn | Add a SetDoubleBuffered method for wxMSW (XP+) |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Vadim Zeitlin | assert if the window is being recreated, this indicates... |
blob | commitdiff | raw | diff to current |
2008-05-08 |
Václav Slavík | changed ShowWithEffects() to use directional wxSHOW_EFF... |
blob | commitdiff | raw | diff to current |
2008-04-11 |
Vadim Zeitlin | ENDSESSION_LOGOFF is a bit flag, test for it using... |
blob | commitdiff | raw | diff to current |
2008-03-22 |
Václav Slavík | fixes to Freeze/Thawn when the window is shown or hidde... |
blob | commitdiff | raw | diff to current |
2008-03-16 |
Václav Slavík | ShowWithEffect must call wxWindowBase::Show |
blob | commitdiff | raw | diff to current |
2008-03-15 |
Vadim Zeitlin | don't generate duplicate resume events for PBT_APMRESUM... |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Julian Smart | Corrected typecasts (Sebastian Gottschalk) |
blob | commitdiff | raw | diff to current |
2008-03-08 |
Vadim Zeitlin | wxUniv compilation fix for gs_windowHandles assignment |
blob | commitdiff | raw | diff to current |
2008-03-05 |
Vadim Zeitlin | call SetHWND(hWnd) from SubclassWin(), this is consiste... |
blob | commitdiff | raw | diff to current |
2008-02-28 |
Vadim Zeitlin | more /Wp64 warning fixes: mostly use UINT_PTR instead... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Vadim Zeitlin | restore checks for SM_SWAPBUTTON, it is not defined... |
blob | commitdiff | raw | diff to current |
2008-02-15 |
Vadim Zeitlin | don't clutter the code with (apparently) unnecessary... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Julian Smart | Cut down on unnecessary update events |
blob | commitdiff | raw | diff to current |
2008-02-02 |
Václav Slavík | fixed wxTextCtrl to not process clipboard events twice... |
blob | commitdiff | raw | diff to current |
2008-01-24 |
Vadim Zeitlin | generate focus and kill focus events for wxTextCtrl... |
blob | commitdiff | raw | diff to current |
2008-01-16 |
Vadim Zeitlin | don't create unnecessary temporary wxFont (patch theFont) |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | add wxDL_QUIET flag; use RawGetSymbol() instead of... |
blob | commitdiff | raw | diff to current |
2008-01-06 |
Vadim Zeitlin | fix comparison of BYTE variable with -1 after last... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | fix handling of OEM VKs in wxCharCodeWXToMSW() (patch... |
blob | commitdiff | raw | diff to current |
2008-01-05 |
Vadim Zeitlin | move Freeze() and Thaw() to wxWindowBase to ensure... |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Robert Roebling | Compilo |
blob | commitdiff | raw | diff to current |
2007-12-22 |
Vadim Zeitlin | unset the window as invoking window of wxCurrentPopupMe... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-11-29 |
Václav Slavík | 1. added wxEvtHandler::SafelyProcessEvent() and wxWindo... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Vadim Zeitlin | define AW_XXX constants if SDK doesn't (fixes VC6 compi... |
blob | commitdiff | raw | diff to current |
2007-11-28 |
Julian Smart | Fixed bug in border style translation |
blob | commitdiff | raw | diff to current |
next |