projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replaced GraphicsHDC from src/msw/renderer.cpp with wxDC::GetTempHDC().
[wxWidgets.git]
/
src
/
msw
/
app.cpp
2009-09-24
Julian Smart
Applied #11236: Event from thread not processed
blob
|
commitdiff
|
raw
2009-07-23
Vadim Zeitlin
Globally replace _T() with wxT().
blob
|
commitdiff
|
raw
|
diff to current
2009-05-24
Vadim Zeitlin
remove wxMSW-specific (but copied into wxPalm too)...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-09
Vadim Zeitlin
no real changes, just correct a comment (closes #10563)
blob
|
commitdiff
|
raw
|
diff to current
2009-02-15
Francesco Montorsi
second part of #10320: move wxApp event handling functi...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Vadim Zeitlin
another compilation fix to switch in DoYield()
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Vadim Zeitlin
compilation fixes to DoYield() after latest changes
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Francesco Montorsi
update to the latest version of the patch at #10320...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-04
Francesco Montorsi
check in the 'selective yield' patch (see ticket #10320):
blob
|
commitdiff
|
raw
|
diff to current
2009-01-18
Vadim Zeitlin
move ClassRegInfo out from anonymous namespace to work...
blob
|
commitdiff
|
raw
|
diff to current
2008-12-29
Francesco Montorsi
use a common m_isInsideYield flag instead of static...
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-17
Vadim Zeitlin
added .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
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
get rid of CE-specific code for class name registration...
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-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
next