projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
new files added
[wxWidgets.git]
/
src
/
msw
/
ole
/
dataobj.cpp
2001-11-30
Julian Smart
Fixed bug in wxConvertDIBToBitmap (contributed)
blob
|
commitdiff
|
raw
2001-10-26
Robin Dunn
Added wxDragLink
blob
|
commitdiff
|
raw
|
diff to current
2001-10-23
Vadim Zeitlin
applied patch 473558: fixes for CW compilation under MSW
blob
|
commitdiff
|
raw
|
diff to current
2001-09-21
Mattia Barbon
wxTextDataObject now uses Unicode if compiled with...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-01
Václav Slavík
compilation fix for mingw
blob
|
commitdiff
|
raw
|
diff to current
2001-08-16
Vadim Zeitlin
added wxURLDataObject which unfortunately doesn't seem...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-15
Vadim Zeitlin
traces of my debugging session, no real changes
blob
|
commitdiff
|
raw
|
diff to current
2001-07-03
Julian Smart
MSW fixes; added wxUSE_XPM to wxUniv's setup.h so now...
blob
|
commitdiff
|
raw
|
diff to current
2001-06-29
Julian Smart
Further wxUniv fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Kendall Bennett
Updates to fix Watcom C/C++ 11.0 compiler warning probl...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-14
Robin Dunn
Fixed bug that was giving the wrong size of wxCustomDat...
blob
|
commitdiff
|
raw
|
diff to current
2001-02-08
Ron Lee
More mostly cross compiling related mods..
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-03-15
Julian Smart
Some C++Builder fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-03-13
Guillermo Rodrigue...
Fixed a harmless warning about $d in sprintf and long...
blob
|
commitdiff
|
raw
|
diff to current
2000-03-08
Vadim Zeitlin
(blind) gcc fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-02-11
Julian Smart
Some BC++ 5.4 fixes
blob
|
commitdiff
|
raw
|
diff to current
2000-02-06
Julian Smart
Some BC++ 4.5 and other compile fixes; changed FAR...
blob
|
commitdiff
|
raw
|
diff to current
2000-01-13
Vadim Zeitlin
1. added wxEnhMetaFileXXX classes
blob
|
commitdiff
|
raw
|
diff to current
2000-01-07
Vadim Zeitlin
attempts at providing clipboard/dnd support for metafil...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
Vadim Zeitlin
1. wxIcon/wxCursor change, wxGDIImage class added
blob
|
commitdiff
|
raw
|
diff to current
1999-11-03
Vadim Zeitlin
small corrections for dnd code and added wxFileDataObje...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
Julian Smart
Small compile fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
Vadim Zeitlin
Unicode fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-11-02
Vadim Zeitlin
additions for wxFileDataObject from Ricky Gonzales...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-23
Vadim Zeitlin
1. wxDropTarget::OnData() returns wxDragResult now...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-23
Julian Smart
BC++ and Watcom C++ makefile and source fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-10-22
Vadim Zeitlin
MSW compilation fixes (untested)
blob
|
commitdiff
|
raw
|
diff to current
1999-10-22
Julian Smart
More broken code corrections; broken Latex file correct...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-21
Vadim Zeitlin
wxDataObject changes - ok for MSW, still not for GTK...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-20
Robin Dunn
fixed compile error for FINAL=1
blob
|
commitdiff
|
raw
|
diff to current
1999-10-18
Vadim Zeitlin
1. more drag and drop and clipboard changes:
blob
|
commitdiff
|
raw
|
diff to current
1999-10-17
Vadim Zeitlin
1. wxPostEvent added and documented
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-07
Vadim Zeitlin
some fixes after global _T() => T() change
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-08-09
J. Russell Smyth
Changes to allow OLE to compile under mingw32/gcc-2.95
blob
|
commitdiff
|
raw
|
diff to current
1999-06-14
Ove Kaaven
Some more Unicode changes.
blob
|
commitdiff
|
raw
|
diff to current
1999-05-26
Vadim Zeitlin
wxPrivateDataObject works under MSW as well (hopefully...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-04
Julian Smart
Fixed compilation for when not including <windows.h>
blob
|
commitdiff
|
raw
|
diff to current
1999-02-03
Vadim Zeitlin
_MSC_VER => __VISUALC__ change
blob
|
commitdiff
|
raw
|
diff to current
1999-01-13
Julian Smart
*** empty log message ***
blob
|
commitdiff
|
raw
|
diff to current
1998-11-24
Vadim Zeitlin
1. new wxList code
blob
|
commitdiff
|
raw
|
diff to current
1998-07-28
Julian Smart
Changed files to work with wxDataFormat
blob
|
commitdiff
|
raw
|
diff to current
1998-07-10
Karsten Ballüder
Cleared up DEBUG define mess, defines are now called...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-03
Julian Smart
Added wxExpr parser/lexer files which had somehow got...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-02
Julian Smart
Various changes for 16-bit compilation
blob
|
commitdiff
|
raw
|
diff to current
1998-06-13
Julian Smart
Corrected dataobj.h/.cpp, corrected listbox to use...
blob
|
commitdiff
|
raw
|
diff to current
1998-05-27
Vadim Zeitlin
wxDataObject and wxDropSource implementations
blob
|
commitdiff
|
raw
|
diff to current