projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
ProcessPendingEvents() is now in wxApp
[wxWidgets.git]
/
src
/
msw
/
ole
/
2009-02-08
Vadim Zeitlin
add wx-prefixed and semicolon-requiring versions of...
tree
|
commitdiff
2009-02-07
Vadim Zeitlin
require semicolon after wxDECLARE/DEFINE_EVENT() (close...
tree
|
commitdiff
2009-01-25
Vadim Zeitlin
compilation fix for VC6 after last change; use wx namin...
tree
|
commitdiff
2009-01-25
Vadim Zeitlin
convert COM arguments to wx lazily to improve performan...
tree
|
commitdiff
2009-01-21
Robert Roebling
Call SetDataSource() from OnEnter() so that querying...
tree
|
commitdiff
2009-01-21
Robert Roebling
Add wxDataFormat GetMatchingPair() which wxGTK and...
tree
|
commitdiff
2009-01-19
Vadim Zeitlin
don't use annoying and unneeded in C++ casts of NULL...
tree
|
commitdiff
2009-01-16
Vadim Zeitlin
add missing header for mingw32 PCH-less build
tree
|
commitdiff
2009-01-14
Vadim Zeitlin
don't try to destroy the already destroyed OCX HWND
tree
|
commitdiff
2009-01-13
Vadim Zeitlin
fix memory leak of FrameSite (see #3935)
tree
|
commitdiff
2009-01-13
Vadim Zeitlin
use wxWindow::GetClientSize() instead of ::GetClientRec...
tree
|
commitdiff
2009-01-12
Vadim Zeitlin
add more flexible and safer template Connect() overload...
tree
|
commitdiff
2008-12-21
Vadim Zeitlin
really fix the length of the string returned by wxConve...
tree
|
commitdiff
2008-11-02
Vadim Zeitlin
replace wx_{const,static,reinterpret}_cast with their...
tree
|
commitdiff
2008-10-20
Vadim Zeitlin
slightly better error reporting (could still be improved)
tree
|
commitdiff
2008-10-20
Vadim Zeitlin
fix more Borland release build warnings about unused...
tree
|
commitdiff
2008-09-26
Vadim Zeitlin
using CLSCTX_ALL fails with Microsoft Office applicatio...
tree
|
commitdiff
2008-08-18
Vadim Zeitlin
fix MSVC warning about int->bool conversion introduced...
tree
|
commitdiff
2008-08-18
Vadim Zeitlin
use CLSCTX_ALL instead of CLSCTX_LOCAL_SERVER in Create...
tree
|
commitdiff
2008-08-18
Vadim Zeitlin
add comparison operators for UUID class (#9871)
tree
|
commitdiff
2008-08-03
Vadim Zeitlin
add BSTR arrays handling in wxConvertOleToVariant(...
tree
|
commitdiff
2008-06-28
Vadim Zeitlin
don't call OnData() if OnEnter() rejected the drag...
tree
|
commitdiff
2008-05-29
Vadim Zeitlin
don't give an error if VT_DATE variant is being release...
tree
|
commitdiff
2008-05-08
Vadim Zeitlin
fix some unused variables warnings reported by Borland
tree
|
commitdiff
2008-02-16
Julian Smart
Removed unnecessary include
tree
|
commitdiff
2008-02-05
Vadim Zeitlin
length passed to WideCharToMultiByte() was off by one...
tree
|
commitdiff
2008-02-04
Vadim Zeitlin
use BSTR length to also deal with NULs inside BSTRs...
tree
|
commitdiff
2008-02-04
Vadim Zeitlin
use WideCharToMultiByte() instead of wcstombs() to...
tree
|
commitdiff
2007-12-22
Vadim Zeitlin
handle VT_ARRAY/VT_BYREF VARIANTs in wxConvertOleToVari...
tree
|
commitdiff
2007-12-03
Paul Cornett
non-pch build fix
tree
|
commitdiff
2007-11-30
Stefan Csomor
adaptions for latest dc changes
tree
|
commitdiff
2007-11-17
Vadim Zeitlin
handle NULL BSTRs as empty ones per Microsoft convention
tree
|
commitdiff
2007-11-13
Vadim Zeitlin
use standard functions for BSTR handling instead of...
tree
|
commitdiff
2007-10-30
Vadim Zeitlin
don't set CF_TEXT data in wxURLDataObject in Unicode...
tree
|
commitdiff
2007-09-14
Vadim Zeitlin
fix unused parameter warning
tree
|
commitdiff
2007-09-13
Vadim Zeitlin
remove the drag-and-drop compatibility hack for extract...
tree
|
commitdiff
2007-09-08
Vadim Zeitlin
fix file names format in wxFileDataObject::GetDataHere...
tree
|
commitdiff
2007-09-08
Vadim Zeitlin
don't pass garbage to SetData() in wxURLDataObject...
tree
|
commitdiff
2007-07-21
Vadim Zeitlin
correct closing comments in #endifs (patch 1756990)
tree
|
commitdiff
2007-06-20
Václav Slavík
more changes to make wx compile without implicit wxStri...
tree
|
commitdiff
2007-05-30
Václav Slavík
use wxString, not wxChar*, in wxDataFormat ctor and...
tree
|
commitdiff
2007-04-27
Václav Slavík
PCH-less compilation fixes
tree
|
commitdiff
2007-04-05
Vadim Zeitlin
construct wxBasicString directly from wxString instead...
tree
|
commitdiff
2007-04-04
Vadim Zeitlin
compilation fix for Unicode build: remove ambiguity...
tree
|
commitdiff
2007-03-19
Vadim Zeitlin
corrected VT_DATE conversion (bug 1683882)
tree
|
commitdiff
2007-02-03
Vadim Zeitlin
updated comments after latest commit (Tim Kosse)
tree
|
commitdiff
2007-01-21
Robin Dunn
Return an empty string from wxDataFormat::GetId if...
tree
|
commitdiff
2007-01-15
Vadim Zeitlin
honour the drag effect supported by the drag source...
tree
|
commitdiff
2007-01-01
Paul Cornett
remove inline from declaration of functions which are...
tree
|
commitdiff
2006-11-12
Julian Smart
Use LONG instead of long (some Wine headers complain)
tree
|
commitdiff
2006-11-12
Julian Smart
Wine fixes
tree
|
commitdiff
2006-11-04
Vadim Zeitlin
handle all wxROLE_XXX values in wxConvertToWindowsRole()
tree
|
commitdiff
2006-10-30
Vadim Zeitlin
compilation fix for wxUSE_UNICODE_MSLU && !WXWIN_COMPAT...
tree
|
commitdiff
2006-10-30
Robert Roebling
Compilo.
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
removed unused variable (thanks Borland)
tree
|
commitdiff
2006-10-29
Vadim Zeitlin
don't use Unicode filenames under Win9x, even with...
tree
|
commitdiff
2006-10-02
Vadim Zeitlin
added wxUSE_ACTIVEX which depends on wxUSE_VARIANT...
tree
|
commitdiff
2006-09-24
Vadim Zeitlin
Added wxUSE_VARIANT and the related checks, also added...
tree
|
commitdiff
2006-09-07
Włodzimierz Skiba
Include wx/msw/wrap*.h according to pch support (with...
tree
|
commitdiff
2006-09-04
Michael Wetherell
Hacks for wine.
tree
|
commitdiff
2006-08-23
Vadim Zeitlin
allow passing URL to wxURLDataObject ctor
tree
|
commitdiff
2006-06-15
Włodzimierz Skiba
Include wx/math.h according to precompiled headers...
tree
|
commitdiff
2006-05-06
Włodzimierz Skiba
Include wx/dcclient.h according to precompiled headers...
tree
|
commitdiff
2006-04-26
Włodzimierz Skiba
Include wx/log.h according to precompiled headers of...
tree
|
commitdiff
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
tree
|
commitdiff
2006-03-23
Włodzimierz Skiba
Warning fix.
tree
|
commitdiff
2006-03-16
Włodzimierz Skiba
forward port from 2.6 - eVC3 fix.
tree
|
commitdiff
2006-03-15
Julian Smart
Fix for WinCE
tree
|
commitdiff
2006-03-15
Julian Smart
Fix compile problem with VS 2005
tree
|
commitdiff
2006-03-11
Włodzimierz Skiba
WXUNUSED is our coding standard.
tree
|
commitdiff
2006-03-11
Julian Smart
Applied patch [ 1447184 ] Elimination of a warning...
tree
|
commitdiff
2006-02-18
Vadim Zeitlin
gcc initializer order fix warning (patch 1432835)
tree
|
commitdiff
2006-02-12
Vadim Zeitlin
removed extra semicolons added by previous patch (patch...
tree
|
commitdiff
2006-02-12
Michael Wetherell
Some compilers don't define SIZE_T (e.g. dmc) so use...
tree
|
commitdiff
2006-02-11
Julian Smart
Applied part 2 of [ 1415183 ] a couple of wxAutomation...
tree
|
commitdiff
2006-02-11
David Surovell
fixed wx_media linkage/export problems - from RN patch
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
fixed deprecation warnings; removed #if 0'd code
tree
|
commitdiff
2006-02-10
Vadim Zeitlin
Ryan's cumulative wxActiveX and media control patch...
tree
|
commitdiff
2006-02-09
Vadim Zeitlin
don't put the size of the data with the data itself...
tree
|
commitdiff
2006-02-08
Vadim Zeitlin
make access specifiers for the virtual functions match...
tree
|
commitdiff
2006-02-05
Jamie Gadd
Deprecate wxDC::{Begin,End}Drawing()
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Include order is wxprec.h=>defs.h=>platform.h=>setup...
tree
|
commitdiff
2006-01-26
Włodzimierz Skiba
Warning fixes after recent commits.
tree
|
commitdiff
2006-01-25
Robin Dunn
Removed wxLogNull's used to supress errors coming from
tree
|
commitdiff
2006-01-25
Julian Smart
Move some OLE utilities to oleutils.cpp and simplified...
tree
|
commitdiff
2006-01-25
Julian Smart
WinCE fixes
tree
|
commitdiff
2006-01-17
Robin Dunn
Remove the busy-wait loops in wxAMMediaBackend::Play...
tree
|
commitdiff
2005-11-26
Vadim Zeitlin
made wxTreeTraversal and wxIDropSources dtors virtual...
tree
|
commitdiff
2005-11-13
Włodzimierz Skiba
eVC3/PPC2002 build fix.
tree
|
commitdiff
2005-10-29
Włodzimierz Skiba
eVC3 build fix.
tree
|
commitdiff
2005-10-28
Włodzimierz Skiba
Build fix for WinCE.
tree
|
commitdiff
2005-10-24
Włodzimierz Skiba
Move wxMulDivInt32 to common math.
tree
|
commitdiff
2005-10-23
Włodzimierz Skiba
WinCE build fixes.
tree
|
commitdiff
2005-10-22
Julian Smart
Wine corrections
tree
|
commitdiff
2005-10-17
Michael Wetherell
Warning fixes for win64
tree
|
commitdiff
2005-09-27
Vadim Zeitlin
yet more extra semicolons removed (patch 1305031)
tree
|
commitdiff
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
tree
|
commitdiff
2005-09-13
Włodzimierz Skiba
Missing includes.
tree
|
commitdiff
2005-09-11
Vadim Zeitlin
wxMediaCtrl patch from Ryan:
tree
|
commitdiff
2005-07-01
Włodzimierz Skiba
Helpers in disabling warnings for unused params.
tree
|
commitdiff
next