2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
blob | commitdiff | raw |
2008-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Vadim Zeitlin | make wxApp::Yield() exception-safe |
blob | commitdiff | raw | diff to current |
2008-06-07 |
Vadim Zeitlin | more compilation fixes for VC6 (#9492) |
blob | commitdiff | raw | diff to current |
2008-05-28 |
Vadim Zeitlin | fix assert in ANSI build in wxConsoleStderr::GetCommand... |
blob | commitdiff | raw | diff to current |
2008-05-27 |
Vadim Zeitlin | fix some harmless compilation in (release) MSVC build |
blob | commitdiff | raw | diff to current |
2008-05-23 |
Vadim Zeitlin | improve wxMessageOutputBest console output under Window... |
blob | commitdiff | raw | diff to current |
2008-05-17 |
Julian Smart | Cast for argument to delete[] - VC6 doesn't want to... |
blob | commitdiff | raw | diff to current |
2008-05-16 |
Stefan Neis | Ensure that wxApp::Yield is always processing pending... |
blob | commitdiff | raw | diff to current |
2008-05-11 |
Vadim Zeitlin | make class names used for our windows unique between... |
blob | commitdiff | raw | diff to current |
2008-04-23 |
Vadim Zeitlin | prevent all our windows from being destroyed in wxApp... |
blob | commitdiff | raw | diff to current |
2008-04-15 |
Vadim Zeitlin | execute the usual cleanup code from EVT_END_SESSION... |
blob | commitdiff | raw | diff to current |
2008-03-02 |
Vadim Zeitlin | don't post WM_NULL if there is already a WM_NULL in... |
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 | always return 471 from wxApp::GetComCtl32Version()... |
blob | commitdiff | raw | diff to current |
2008-02-24 |
Vadim Zeitlin | don't include wx/msw/dc.h from wx/msw/private.h, this... |
blob | commitdiff | raw | diff to current |
2007-12-31 |
Vadim Zeitlin | removed support for Salford compiler (which was almost... |
blob | commitdiff | raw | diff to current |
2007-12-03 |
Paul Cornett | remove unneccessary header dependencies on wx/thread.h |
blob | commitdiff | raw | diff to current |
2007-12-02 |
Vadim Zeitlin | added wxApp::GetShell32Version() to test for shell32... |
blob | commitdiff | raw | diff to current |
2007-11-30 |
Robert Roebling | DC reorganization |
blob | commitdiff | raw | diff to current |
2007-07-27 |
Vadim Zeitlin | many compilation fixes for WinCE using VC8 (it now... |
blob | commitdiff | raw | diff to current |
2007-07-21 |
Vadim Zeitlin | fixes for building wxMSW with --disbale-all-features |
blob | commitdiff | raw | diff to current |
2007-07-12 |
Vadim Zeitlin | fix unused parameter warning in OnIdle() |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Paul Cornett | process pending wx events before sending idle events |
blob | commitdiff | raw | diff to current |
2007-06-11 |
Václav Slavík | use wx/crt.h as the 'official' header for wxCRT wrapper... |
blob | commitdiff | raw | diff to current |
2007-05-22 |
Vadim Zeitlin | don't define wxEventLoop class differently in GUI and... |
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-04-21 |
Vadim Zeitlin | removed extraneous semicolons |
blob | commitdiff | raw | diff to current |
2007-04-20 |
Vadim Zeitlin | preparation for allowing to use wxTimer in wxBase ... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 from common and wxMSW... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Włodzimierz Skiba | Make QS_ALLPOSTMESSAGE available everywhere regardless... |
blob | commitdiff | raw | diff to current |
2007-02-13 |
Włodzimierz Skiba | WinCE build fix. |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Vadim Zeitlin | don't wait for Windows messages in WaitForThread()... |
blob | commitdiff | raw | diff to current |
2007-02-02 |
Vadim Zeitlin | don't wake up on Windows messages when waiting for... |
blob | commitdiff | raw | diff to current |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
blob | commitdiff | raw | diff to current |
2006-08-31 |
Włodzimierz Skiba | Include wx/module.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
blob | commitdiff | raw | diff to current |
2006-05-26 |
Paul Cornett | move some data definitions to more appropriate places |
blob | commitdiff | raw | diff to current |
2006-05-21 |
Włodzimierz Skiba | Include wx/icon.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-19 |
Włodzimierz Skiba | Include wx/dynarray.h according to precompiled headers... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
Vadim Zeitlin | changed DoMessageFromThreadWait() to not block if there... |
blob | commitdiff | raw | diff to current |
2006-03-03 |
Vadim Zeitlin | move the code freeing temporary argv array to wxEntry... |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Julian Smart | Applied patch [ 1417709 ] wxFSVolume produces error... |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Julian Smart | Compile with wxUSE_DYNLIB_CLASS and wxUSE_WXDIB set... |
blob | commitdiff | raw | diff to current |
2005-12-19 |
Włodzimierz Skiba | __WIN95__ removed (used to differ win3.1 vs. 'modern... |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | removed more remains of wxUSE_PENWINDOWS |
blob | commitdiff | raw | diff to current |
2005-08-04 |
Vadim Zeitlin | removed wxUSE_PENWINDOWS (and its misspellings), it... |
blob | commitdiff | raw | diff to current |
2005-07-28 |
Vadim Zeitlin | don't include shlwapi.h as it might be not available... |
blob | commitdiff | raw | diff to current |
2005-07-24 |
Vadim Zeitlin | corrected misleading comment about DllGetVersion() |
blob | commitdiff | raw | diff to current |
2005-06-20 |
Vadim Zeitlin | compilation fix for wxUSE_OLE==0 for WinCE |
blob | commitdiff | raw | diff to current |
2005-06-06 |
Vadim Zeitlin | check for Unicode being used under Win9x much earlier... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Forgot to remove #endif |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Try to find comctl32.dll version even if we don't have... |
blob | commitdiff | raw | diff to current |
2005-04-14 |
Julian Smart | Added back shlwapi.h inclusion with comment |
blob | commitdiff | raw | diff to current |
2005-04-13 |
Julian Smart | Unnecessary shwlapi.h inclusion removed |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
blob | commitdiff | raw | diff to current |
2005-03-11 |
Vadim Zeitlin | extracted code calling {Ole|Co}[Un]Initialize() to... |
blob | commitdiff | raw | diff to current |
2005-01-17 |
Vadim Zeitlin | remove obsolete wxUSE_CTL3D code |
blob | commitdiff | raw | diff to current |
2004-12-02 |
Ryan Norton | fix shared msw builds |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Vadim Zeitlin | made default background colour BTNFACE (so that panels... |
blob | commitdiff | raw | diff to current |
2004-09-18 |
Vadim Zeitlin | construct brush used for painting disabled bitmap butto... |
blob | commitdiff | raw | diff to current |
2004-09-12 |
Vadim Zeitlin | fixed VC6 compilation |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Vadim Zeitlin | added a missing delete which resulted in a small memory... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Włodzimierz Skiba | wxApp::GetComCtl32Version seems possible and works... |
blob | commitdiff | raw | diff to current |
2004-08-18 |
Włodzimierz Skiba | Source cleaning. |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Vadim Zeitlin | create the disabled button brush if we're not using... |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-19 |
Robert Roebling | Code for single instance and bring-to-top under CE. |
blob | commitdiff | raw | diff to current |
2004-03-30 |
Vadim Zeitlin | implemented wxApp::OnExceptionInMainLoop() |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2003-09-27 |
Vadim Zeitlin | removed wxApp::Initialized() (replaced with a dummy... |
blob | commitdiff | raw | diff to current |
2003-09-20 |
Vadim Zeitlin | fixed cleanup order to behave correctly in presence... |
blob | commitdiff | raw | diff to current |
2003-09-17 |
Vadim Zeitlin | removed wxMsgArray definition (now in evtloop.cpp)... |
blob | commitdiff | raw | diff to current |
2003-09-15 |
Vadim Zeitlin | use wxEventLoop in wxApp under wxMSW; factored out... |
blob | commitdiff | raw | diff to current |
2003-08-16 |
Mattia Barbon | MSVC 5 compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-08-14 |
Chris Elliott | fix bugs when compiling with dmars |
blob | commitdiff | raw | diff to current |
2003-08-09 |
Václav Slavík | added support for gcc precompiled headers |
blob | commitdiff | raw | diff to current |
2003-08-03 |
Vadim Zeitlin | added wrapper for <commctrl.h> as well |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | return wxToolkitInfo by reference and not by pointer |
blob | commitdiff | raw | diff to current |
2003-08-02 |
Václav Slavík | replaced wxAppTraits::GetOSVersion with GetToolkitInfo... |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | added and documented wxDYNLIB_FUNCTION |
blob | commitdiff | raw | diff to current |
2003-08-01 |
Vadim Zeitlin | do *not* redefine DLLVERSIONINFO struct here; do define... |
blob | commitdiff | raw | diff to current |
2003-07-18 |
Mattia Barbon | MSVC 5 compilation fixes. |
blob | commitdiff | raw | diff to current |
2003-07-14 |
Julian Smart | Rationalised OnIdle |
blob | commitdiff | raw | diff to current |
2003-07-13 |
Julian Smart | Improvements to OnIdle processing |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-11 |
Julian Smart | More WinCE mods |
blob | commitdiff | raw | diff to current |
2003-07-10 |
Julian Smart | Applied patch [ 761138 ] Replaces references to wxT... |
blob | commitdiff | raw | diff to current |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
blob | commitdiff | raw | diff to current |
2003-07-07 |
Julian Smart | Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE... |
blob | commitdiff | raw | diff to current |
2003-07-02 |
Vadim Zeitlin | got rid of wxBuffer (finally!!!) |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | more work on fixing wxEntry() and ANSI/Unicode cmd... |
blob | commitdiff | raw | diff to current |
2003-06-30 |
Vadim Zeitlin | extracted common initialization/cleanup functions in... |
blob | commitdiff | raw | diff to current |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
blob | commitdiff | raw | diff to current |
2003-06-18 |
Chris Elliott | fix DMars compilation to use precompiled headers |
blob | commitdiff | raw | diff to current |
2003-06-01 |
Julian Smart | Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version |
blob | commitdiff | raw | diff to current |
2003-05-23 |
Julian Smart | Applied patch [ 736322 ] Remove TWINE support, merge... |
blob | commitdiff | raw | diff to current |
next |