2013-07-26 |
Vadim Zeitlin | Remove all lines containing cvs/svn "$Id$" keyword. |
blob | commitdiff | raw |
2013-07-07 |
Vadim Zeitlin | Avoid using buffer of already deallocated string in... |
blob | commitdiff | raw | diff to current |
2012-07-30 |
Vadim Zeitlin | Fix the size of the buffer passed to wxTmemcpy() in... |
blob | commitdiff | raw | diff to current |
2012-07-29 |
Vadim Zeitlin | Translate wxTextDataObject to/from native EOL format. |
blob | commitdiff | raw | diff to current |
2012-07-29 |
Vadim Zeitlin | No real changes, just use accessors in wxTextDataObject. |
blob | commitdiff | raw | diff to current |
2012-06-10 |
Robin Dunn | Fix compilation error |
blob | commitdiff | raw | diff to current |
2012-06-10 |
Vadim Zeitlin | Fix wxHTMLDataObject compilation and memory leaks. |
blob | commitdiff | raw | diff to current |
2012-05-31 |
Paul Cornett | silence warning about __WXMSW__ not defined |
blob | commitdiff | raw | diff to current |
2012-05-30 |
Robin Dunn | A patch adding wxHTMLDataObject which can be used for... |
blob | commitdiff | raw | diff to current |
2012-03-15 |
Vadim Zeitlin | Pass the original format to wxDataObjectSimple in wxDat... |
blob | commitdiff | raw | diff to current |
2010-09-10 |
Vadim Zeitlin | Don't add spurious NULs at the end of wxTextDataObject... |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Vadim Zeitlin | Revert the wxDataObjectComposite checks added by r58549. |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | fix wxDataObjectComposite::GetFormatCount and add some... |
blob | commitdiff | raw | diff to current |
2009-03-06 |
Francesco Montorsi | fix wxTextDataObject::GetDataHere and SetData functions... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Robert Roebling | Fixes #10437 (wxDataObjectComposite::Add may add object... |
blob | commitdiff | raw | diff to current |
2009-01-31 |
Robert Roebling | Fixes #10432 (wxDataObjectComposite::GetAllFormats... |
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-11-02 |
Vadim Zeitlin | replace wx_{const,static,reinterpret}_cast with their... |
blob | commitdiff | raw | diff to current |
2008-07-21 |
Vadim Zeitlin | avoid unnecessary conversions in wxTextDataObject code... |
blob | commitdiff | raw | diff to current |
2006-05-24 |
Włodzimierz Skiba | wx/debug.h is always unconditionally included by wx... |
blob | commitdiff | raw | diff to current |
2006-04-15 |
Robin Dunn | Give wxDataObjectComposite a way to report what kind... |
blob | commitdiff | raw | diff to current |
2006-03-30 |
Robert Roebling | Use memcpy instead of strcpy. |
blob | commitdiff | raw | diff to current |
2006-03-25 |
Robin Dunn | The null byte at the end of the string should not be... |
blob | commitdiff | raw | diff to current |
2006-03-23 |
David Surovell | fixed compilation issue in prior checkin |
blob | commitdiff | raw | diff to current |
2006-03-22 |
David Surovell | cleanup - reformatting |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | blind compilation fix for CW 8.3 in Unicode build |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | more extra semicolons removed (patch 1303724) |
blob | commitdiff | raw | diff to current |
2005-09-23 |
Mart Raudsepp | Nuke #pragma implementation/interface's |
blob | commitdiff | raw | diff to current |
2005-08-22 |
Stefan Csomor | adapting text object data handling along the GTK2 lines |
blob | commitdiff | raw | diff to current |
2005-07-17 |
Kevin Hock | Added null checks to wxTextObjectData::GetDataHere... |
blob | commitdiff | raw | diff to current |
2005-06-08 |
Stefan Csomor | UniChar being platform endian |
blob | commitdiff | raw | diff to current |
2004-11-22 |
Vadim Zeitlin | (blind) fix for GTK2/Unicode crashes when copying text... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-08-28 |
Stefan Csomor | correcting unicode data conversion |
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-05-15 |
Stefan Csomor | unicode conversion support for dataobjects |
blob | commitdiff | raw | diff to current |
2004-03-15 |
Robert Roebling | Comitted GTK part of clipboard patch, that |
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-07-10 |
Mattia Barbon | STL-ification patch for wxMSW and wxGTK. |
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-04-28 |
Chris Elliott | update to make digitalmars compile/link libraries |
blob | commitdiff | raw | diff to current |
2003-03-17 |
Julian Smart | Fixed copyrights and licence spelling |
blob | commitdiff | raw | diff to current |
2002-08-15 |
Robert Roebling | wxTextDataObject should convert to and |
blob | commitdiff | raw | diff to current |
2002-04-16 |
Vadim Zeitlin | return NULL from the functions returning a pointer... |
blob | commitdiff | raw | diff to current |
2001-12-03 |
Vadim Zeitlin | fixed mem leak in wxDataObjectComposite |
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-06-26 |
Vadim Zeitlin | first pass of wxUniv merge - nothing works, most parts... |
blob | commitdiff | raw | diff to current |
2000-03-08 |
Vadim Zeitlin | warning in wxCustomDataObject::Free fix (I hope) |
blob | commitdiff | raw | diff to current |
2000-01-13 |
Vadim Zeitlin | 1. added wxEnhMetaFileXXX classes |
blob | commitdiff | raw | diff to current |
2000-01-10 |
Guillermo Rodrigue... | Fixed from Mumit Khan to allow DLL compilation for... |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | compile fix for VC++ 5 |
blob | commitdiff | raw | diff to current |
1999-11-03 |
Vadim Zeitlin | readded clipboard support to richedit sample and fixed... |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Julian Smart | Fixes for 16-bit compilation |
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 |
Robin Dunn | Added missing constructor for wxCustomDataObject so... |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Vadim Zeitlin | wxChoice and wxListBox GTK+ changes (wxChoice works... |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Robert Roebling | Compile fix for wxDataFormat cast, |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Julian Smart | BC++ fixes. |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Vadim Zeitlin | another BC++ fix |
blob | commitdiff | raw | diff to current |
1999-10-22 |
Vadim Zeitlin | attempt to fix BC++ compilation |
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-21 |
Vadim Zeitlin | added dobjcmn.cpp |
blob | commitdiff | raw | diff to current |
|