2006-08-13 |
Vadim Zeitlin | remove extraneous commas and semicolons (patch 1537792) |
blob | commitdiff | raw |
2006-03-31 |
Włodzimierz Skiba | Removed every usage of obsolete wxTLW flags. 2.6 compat... |
blob | commitdiff | raw | diff to current |
2006-01-21 |
Mart Raudsepp | Lets have a close box for the DnDShapeDialog in the... |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Michael Wetherell | Revert accidental change |
blob | commitdiff | raw | diff to current |
2005-10-17 |
Michael Wetherell | Warning fixes for win64 |
blob | commitdiff | raw | diff to current |
2005-09-24 |
Vadim Zeitlin | added missing consts and pass objects by const referenc... |
blob | commitdiff | raw | diff to current |
2005-08-23 |
Michael Wetherell | Compilation fix for wxUSE_DRAG_AND_DROP=0 |
blob | commitdiff | raw | diff to current |
2005-08-19 |
Michael Wetherell | Fix uses of wxUSE_METAFILE, patch 1262723 Paul Cornett |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | use standard icon under Unix as well |
blob | commitdiff | raw | diff to current |
2004-12-19 |
Vadim Zeitlin | use standard icon; minor layout fixes |
blob | commitdiff | raw | diff to current |
2004-10-06 |
Włodzimierz Skiba | Warning fixes found under hardest mode of OpenWatcom... |
blob | commitdiff | raw | diff to current |
2004-07-21 |
Włodzimierz Skiba | wxUSE_LOG fixes and sizer adjustements related to posit... |
blob | commitdiff | raw | diff to current |
2004-07-19 |
Włodzimierz Skiba | Fixes for wxUSE_STATUSBAR. |
blob | commitdiff | raw | diff to current |
2004-06-05 |
Mattia Barbon | Warning fixes. |
blob | commitdiff | raw | diff to current |
2004-05-25 |
Julian Smart | More name changes |
blob | commitdiff | raw | diff to current |
2004-04-06 |
Dimitri Schoolwerth | applied patch #929947: "Various cleaning of warnings... |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Mattia Barbon | The DND sample shows both clipboard and drag'n'drop... |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Václav Slavík | applied patch to remove use of deprecated constraints API |
blob | commitdiff | raw | diff to current |
2003-09-12 |
Julian Smart | Applied patch [ 804995 ] compatibility of dnd sample... |
blob | commitdiff | raw | diff to current |
2003-09-11 |
Julian Smart | Added new image for dnd sample |
blob | commitdiff | raw | diff to current |
2003-09-09 |
Mattia Barbon | Various warning and Unicode fixes from ABX. |
blob | commitdiff | raw | diff to current |
2003-06-07 |
Vadim Zeitlin | printf() format warrning fix |
blob | commitdiff | raw | diff to current |
2003-03-31 |
Julian Smart | More deprecated class mods |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Mattia Barbon | Make some of the samples compile in Unicode mode. |
blob | commitdiff | raw | diff to current |
2002-08-02 |
Mattia Barbon | Patch [ 584078 ] Misc samples fixes from Dimitri School... |
blob | commitdiff | raw | diff to current |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
blob | commitdiff | raw | diff to current |
2002-04-28 |
Vadim Zeitlin | added a (commented out) example of how to force the... |
blob | commitdiff | raw | diff to current |
2002-04-28 |
Vadim Zeitlin | removed a wxPaintDC::Clear() fatal to wxGTK |
blob | commitdiff | raw | diff to current |
2002-04-01 |
Julian Smart | Added FloodFill patch for samples |
blob | commitdiff | raw | diff to current |
2002-03-24 |
Václav Slavík | don't use deprecated wxImage methods inside wxWin |
blob | commitdiff | raw | diff to current |
2002-03-21 |
Julian Smart | Added __WXX11__ tests where appropriate |
blob | commitdiff | raw | diff to current |
2001-12-31 |
Stefan Csomor | wxMAC added |
blob | commitdiff | raw | diff to current |
2001-12-09 |
Vadim Zeitlin | refresh the window when the size changed |
blob | commitdiff | raw | diff to current |
2001-12-02 |
Vadim Zeitlin | fixed bad choice of accel keys |
blob | commitdiff | raw | diff to current |
2001-11-22 |
Mattia Barbon | Unicode compilation fixed for almost all samples |
blob | commitdiff | raw | diff to current |
2001-10-26 |
Robin Dunn | Added wxDragLink |
blob | commitdiff | raw | diff to current |
2001-09-21 |
Mattia Barbon | Unicode compilation fixes. |
blob | commitdiff | raw | diff to current |
2001-08-16 |
Vadim Zeitlin | added wxURLDataObject which unfortunately doesn't seem... |
blob | commitdiff | raw | diff to current |
2000-07-15 |
Bryan Petty | merged 2.2 branch |
blob | commitdiff | raw | diff to current |
2000-01-22 |
Robert Roebling | Various makefile corrections, |
blob | commitdiff | raw | diff to current |
2000-01-14 |
Vadim Zeitlin | 1. some warnings fixed in forty |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Vadim Zeitlin | demo of clipboard support for metafiles (which still... |
blob | commitdiff | raw | diff to current |
1999-11-26 |
Robert Roebling | Minor changes. |
blob | commitdiff | raw | diff to current |
1999-11-18 |
Vadim Zeitlin | wxGTK pastes text from rxvt again |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Robert Roebling | Fixed optical bug in wxListCtrl, |
blob | commitdiff | raw | diff to current |
1999-11-11 |
Vadim Zeitlin | 1. wxStaticBox doesn't draw over the underlying control... |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | 1. more corrections to file dnd (works with testdnd... |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Vadim Zeitlin | wxFileDataObject supports GNOME file dnd now |
blob | commitdiff | raw | diff to current |
1999-11-06 |
Robert Roebling | Fixed typos in frame and dialog, |
blob | commitdiff | raw | diff to current |
1999-11-04 |
Robert Roebling | Window placement changes. Pure guessing. |
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-10-30 |
Robert Roebling | Some work on tabbing and menu accels, |
blob | commitdiff | raw | diff to current |
1999-10-24 |
Vadim Zeitlin | wxDropSource now has 3 custom cursors for copy/move... |
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-22 |
Julian Smart | BC++ fixes. |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | found the double deltion bug - now it seems to work... |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Robert Roebling | wxSlider should now display int values, |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | updated the makefile to copy dnd.wxr so that the progra... |
blob | commitdiff | raw | diff to current |
1999-10-21 |
Vadim Zeitlin | some compilation warnings/errors fixed (still doesn... |
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-19 |
Robert Roebling | Changed two conflicting defines in defs.h |
blob | commitdiff | raw | diff to current |
1999-10-18 |
Robert Roebling | New wxDataObject etc. Almost works. |
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-11 |
Robert Roebling | Added wxMenu::Delete() and fixed some menu deleted... |
blob | commitdiff | raw | diff to current |
1999-10-04 |
Vadim Zeitlin | use BMPs and npt PNGs under MSW |
blob | commitdiff | raw | diff to current |
1999-08-22 |
Robert Roebling | Added wxCountingStream for measuring the size of... |
blob | commitdiff | raw | diff to current |
1999-08-05 |
Robert Roebling | Applied patch for stipppled brushes, |
blob | commitdiff | raw | diff to current |
1999-07-26 |
Ove Kaaven | More _T()... trying to get to that clipboard sample |
blob | commitdiff | raw | diff to current |
1999-07-04 |
Robert Roebling | Small changed to wxExtDialog |
blob | commitdiff | raw | diff to current |
1999-06-28 |
Vadim Zeitlin | 1. wxStaticLine implemented (generic (ugly) and MSW... |
blob | commitdiff | raw | diff to current |
1999-06-01 |
Vadim Zeitlin | new makefiles (part I) |
blob | commitdiff | raw | diff to current |
1999-05-10 |
Vadim Zeitlin | DnD sample compiles and works |
blob | commitdiff | raw | diff to current |
1999-04-24 |
Robert Roebling | DnD with Unicode fixes |
blob | commitdiff | raw | diff to current |
1999-04-19 |
Julian Smart | Fixed wxPostScript printing problem (used wrong constru... |
blob | commitdiff | raw | diff to current |
1999-04-12 |
Robert Roebling | wxDropTarget starts to work |
blob | commitdiff | raw | diff to current |
1999-04-06 |
Robert Roebling | Chnaged text id for clipboard to "text/plain" |
blob | commitdiff | raw | diff to current |
1999-02-09 |
Robert Roebling | custom icons for DnD |
blob | commitdiff | raw | diff to current |
1999-02-05 |
Julian Smart | Removed lots of OnClose functions; doc'ed OnCloseWindow... |
blob | commitdiff | raw | diff to current |
1999-02-04 |
Julian Smart | Some warnings removed. |
blob | commitdiff | raw | diff to current |
1999-01-26 |
Robert Roebling | A few resize bugs removed |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Julian Smart | Renamed .nt makefiles to .vc and factored them out... |
blob | commitdiff | raw | diff to current |
1999-01-24 |
Robert Roebling | Small doc corrections |
blob | commitdiff | raw | diff to current |
1999-01-21 |
Robert Roebling | changed make_int, make_exp .. to wxmake_int.. |
blob | commitdiff | raw | diff to current |
1999-01-19 |
Robert Roebling | New DnD and Clipboard code |
blob | commitdiff | raw | diff to current |
1999-01-14 |
Robert Roebling | Added wxPrivateDropTarget |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Julian Smart | *** empty log message *** |
blob | commitdiff | raw | diff to current |
1999-01-13 |
Julian Smart | wxMSW wxClipboard implementation |
blob | commitdiff | raw | diff to current |
1998-12-09 |
Vadim Zeitlin | "wxGDIObject * => &" related changes (see mail to the... |
blob | commitdiff | raw | diff to current |
1998-12-08 |
Robert Roebling | DnD updates |
blob | commitdiff | raw | diff to current |
1998-11-26 |
Robert Roebling | Fixes for wxlist |
blob | commitdiff | raw | diff to current |
1998-11-24 |
Robert Roebling | GTK's dnd is broken, not mine |
blob | commitdiff | raw | diff to current |
1998-09-17 |
Julian Smart | Dnd constant name changes because names like Copy can... |
blob | commitdiff | raw | diff to current |
1998-09-12 |
Robert Roebling | Changed instal path for setup.h |
blob | commitdiff | raw | diff to current |
1998-09-11 |
Robert Roebling | Updates to memcheck |
blob | commitdiff | raw | diff to current |
1998-09-09 |
Karsten Ballüder | removed __WXMSW__ define |
blob | commitdiff | raw | diff to current |
1998-08-23 |
Unknown (RO) | General tidy-up (mainly typecasts) to allow the use... |
blob | commitdiff | raw | diff to current |
1998-08-12 |
Vadim Zeitlin | file d&d (re)enabled under Windows |
blob | commitdiff | raw | diff to current |
1998-08-09 |
Robert Roebling | Added Pop-up menus. |
blob | commitdiff | raw | diff to current |
next |