a) OLE clipboard works fine
b) wxBitmapDataObject now accepts DIBs (but doesn't give them back :-( )
c) bugs in sample corrected
2. wxFatalExit() replaced with wxFAIL_MSG() in bitmap.cpp and dcmemory.cpp
3. wxFrame::ClientToScreen and ScreenToClient() replaced with DoXXX() - like
this, they don't hide the base class versions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4039 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2. Made it possible to have wxDataObjects which support multiple formats
painlessly
3. Extensively modified dnd sample to show a "real life" wxDataObject
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Made DnD use long instead of int
Made DnD sample compile again
Re-Updated wxTextDialog
Added GetDefaultSize() to wxButton
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
one was wrong anyway...) Fixed include dir ordering in wxMotif makefiles (wrong version of zlib.h picked up) and added wxchar.cpp to Motif makefile. Changed buffer.h since there's no wchar.h on my system.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
fixed small listbox thing
fixed layout probs of wxFrame
small DnD updates
small DialogEd optical correction
small ODBC updates
added wxListBox DClick Text in controls sample
updated wxGTK.spec
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Rearranged wxApp to do the same in the
same order upon program start-up on
wxGTK and wxMSW
ODBC tweaks
exchanged wxDataFormat for wxIPCFormat
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
changed socket stream inheritance to virtual
removed a few more warnings from the samples
corrected thread habdling in configure.in
removed dancing sliders from scrollbars
corrected notebook send event bug and added it
the controls sample
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@729 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Corrected and beautified memory (output)
Fixed a few memory leaks
Fixed resizing in in wxRadioBox
Added many wxFAIL and wxASSERT
Corrected other wxFAIL (removed from ..::Ok())
Added wxBrush::Set..() functions
Added CopyOnWrite support in GDI objects (Unshare)
Disabled all occurences of WXDEBUG_NEW
made clean, recompiled with mem_chcking on
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@728 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Hunted down bug in dnd
Changed widget, that wxWin connects to in certain
case (in controls, where m_widget is not the connect
widget, such as list control and text control)
Compile fixes all over
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@486 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
Fixed event handling in all controls
Add some missing functions to wxRadioBox
Fixed clientData stuff to Choice (Combo?)
No more gtk warning in Combo
Fixed toolbar sample and mdi sample
Fixed bug in AddChild resulting from mdi changes
Fixed wxFrame::GetPosition()
Changed order of notification calls in wxListCtrl
to prevent what I think is a reentry bug
The usual compile fixes here and there
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
toolbar updates
mdi fixes
dnd works now
Forty Thieves drawing optimization
wxDF_Text constants
ListCtrl bugs fixed
memory leak work
imrc now refers to home dir
dcclient/memory leak fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775