2009-10-05 |
Vadim Zeitlin | Added wxSHOW_EFFECT_NONE. |
blob | commitdiff | raw |
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 |
2007-11-24 |
Vadim Zeitlin | added Show/HideWithEffect() and implemented them using... |
blob | commitdiff | raw | diff to current |
2007-11-17 |
Vadim Zeitlin | no real changes, just some cleanup: add wxIsAltDown... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | fix another minor bug in DLGC_WANTMESSAGE handling... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | fix unreachable code warning in TranslateBorder() |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Vadim Zeitlin | correction to the changes of r49805 to make the code... |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | Tidying |
blob | commitdiff | raw | diff to current |
2007-11-13 |
Julian Smart | More border rationalisation. GetDefaultBorder is now... |
blob | commitdiff | raw | diff to current |
2007-11-10 |
Vadim Zeitlin | don't forward Enter presses to the default button if... |
blob | commitdiff | raw | diff to current |
2007-10-28 |
Vadim Zeitlin | reverted unrelated changes accidentally committed as... |
blob | commitdiff | raw | diff to current |
2007-10-24 |
Vadim Zeitlin | release update region as soon as we finished painting... |
blob | commitdiff | raw | diff to current |
2007-10-11 |
Vadim Zeitlin | wxUniv compilation fixes in themed border drawing code |
blob | commitdiff | raw | diff to current |
2007-09-21 |
Julian Smart | Optimized update events by only sending them to visible... |
blob | commitdiff | raw | diff to current |
2007-09-20 |
Vadim Zeitlin | use wxWindow::NewControlId() instead of wxNewId() to... |
blob | commitdiff | raw | diff to current |
2007-09-18 |
Julian Smart | wxBORDER_THEME now means 'use an appropriate themed... |
blob | commitdiff | raw | diff to current |
2007-09-08 |
Robert Roebling | Compile error (no idea why Mingw doesn't like wxPoint()) |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Julian Smart | Bring back double border |
blob | commitdiff | raw | diff to current |
2007-08-13 |
Julian Smart | Use new function GetItemLabel |
blob | commitdiff | raw | diff to current |
2007-08-09 |
Julian Smart | Toolbars shouldn't have themed borders |
blob | commitdiff | raw | diff to current |
2007-08-08 |
Julian Smart | Made wxBORDER_THEME the same as wxBORDER_DEFAULT |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2007-08-01 |
Julian Smart | Added EVT_MOVE_START, EVT_MOVE_END (wxMSW only for... |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Vadim Zeitlin | CE compilation fix for X button stuff |
blob | commitdiff | raw | diff to current |
2007-07-29 |
Vadim Zeitlin | added support for 2 extra mouse buttons (patch 1757630) |
blob | commitdiff | raw | diff to current |
2007-07-13 |
Vadim Zeitlin | fixed showing busy cursor for disabled windows and... |
blob | commitdiff | raw | diff to current |
2007-06-28 |
Vadim Zeitlin | CanAcceptFocus() now returns true if either the window... |
blob | commitdiff | raw | diff to current |
2007-06-27 |
Vadim Zeitlin | fix wxUniv/MSW compilation with wxUSE_MENUS==0 (patch... |
blob | commitdiff | raw | diff to current |
2007-06-21 |
Vadim Zeitlin | fix compilation in ANSI STL build |
blob | commitdiff | raw | diff to current |
2007-06-20 |
Václav Slavík | more changes to make wx compile without implicit wxStri... |
blob | commitdiff | raw | diff to current |
2007-06-10 |
Václav Slavík | 1. made CRT wrappers definitions indepenent of wxUSE_UN... |
blob | commitdiff | raw | diff to current |
2007-05-14 |
Vadim Zeitlin | implement event loop for console applications (heavily... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Vadim Zeitlin | use wxCopyRectToRECT instead of duplicating it |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Václav Slavík | removed extra semicolons (patch #1700459; fixes compila... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Vadim Zeitlin | added a generic mechanism for registering global handle... |
blob | commitdiff | raw | diff to current |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | don't use TPM_RECURSE under NT4, it results in TrackPop... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
blob | commitdiff | raw | diff to current |
next |