summaryrefslogtreecommitdiff
path: root/src/fl_dnd_win32.cxx
AgeCommit message (Expand)Author
2016-02-07Fixed Windows drag'n'drop not showing insert position (STR #3209).Albrecht Schlosser
2015-07-17Fix wrong data type in Windows function override (STR #3232).Albrecht Schlosser
2012-08-18Remove more (Windows only) compiler warnings, similar to:Albrecht Schlosser
2012-04-05Fixed build error in msvs because Fl ref to FULLSCREEN enum was not accessibl...Fabien Costantini
2011-07-19Modifications to all LGPL headers for STR #2685.Greg Ercolano
2010-12-14Windows: Fixed off-by-one error when dropping Unicode textAlbrecht Schlosser
2010-12-13Fixed memory leak in MSWindows drag-n-drop : dragged data was malloc'ed twice...Manolo Gouy
2010-12-12Hopefully last fix for STR #2472. The DnD receive code has been changed from ...Manolo Gouy
2010-12-11Fixed inexact value for last argument of two fl_utf8toUtf16() calls.Manolo Gouy
2010-12-11Fixed DnD of text to non FLTK applications expecting CP1252 data.Manolo Gouy
2010-12-10Fix the MSWindows part of STR #2472. DnD now works well with UTF-8 dataManolo Gouy
2010-12-08Fixed Compiling with mingw-w64 (STR #2308).Albrecht Schlosser
2010-12-02Fix STR 2281: documentation changes only to clarify names and functions of th...Manolo Gouy
2010-11-29More copyright 2010 mods.Greg Ercolano
2010-11-11Fixed compiler warning (Windows):Albrecht Schlosser
2010-11-11removed support for gcc 2.x (or older), as discussed in fltk.developmentAlbrecht Schlosser
2010-04-28Changed references to fltk-bugs@fltk.org -> STR form.Greg Ercolano
2009-01-01Changed Copyright in 'src' directoryMatthias Melcher
2008-12-13Fixed typos and doxygen documentation.Albrecht Schlosser
2008-12-07Fixed typos and amended doxygen docs.Albrecht Schlosser
2008-09-19Updating fl_utf8.h references. Fixing copyright date in .fl files.Matthias Melcher
2008-09-10Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi...Matthias Melcher
2005-12-01STR #1095: Drag'n'drop on WIN32 was only possible using the left mouse button...Matthias Melcher
2005-08-29Various Pixel bugs:Matthias Melcher
2005-08-15Fixed Fl::event_text() for FL_DND_* events on Windows (STR 968)Matthias Melcher
2005-02-24Copyright updates.Michael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-04-11Copyright updates and prep for 1.1.5rc1.Michael R Sweet
2003-05-04Fl_File_Browser incorrectly included "." on WIN32 (STR #9)Michael R Sweet
2003-01-30Copyright update for 1.1.3 release (not quite yet, but soon...)Michael R Sweet
2002-08-20Albrecht's DND under WIN32 bug fix.Michael R Sweet
2002-06-29Small changes to make Metrowerks CodeWarrior for Windows work.Matthias Melcher
2002-06-07WIN32 compile fixes.Michael R Sweet
2002-05-25Clean up string includes.Michael R Sweet
2002-05-16Slight change to menu fix so that events only go to the grab() widget.Bill Spitzak
2002-05-01WIN32 fixes for BC++.Michael R Sweet
2002-04-11Make Fl_Output a subclass of Fl_Input, and add input_type and readonlyMichael R Sweet
2002-04-10Wrap remaining DnD includes and code for WIN32 (Cygwin with GCC 2.xMichael R Sweet
2002-04-09OK, back out -fvtable-thunks and add conditional compile for WIN32Michael R Sweet
2002-03-25WIN32 fixes for DND.Michael R Sweet
2002-03-07Back-ported cut & paste code from fltk2.0.Bill Spitzak
2002-02-24- added Win32 native drag'n'drop codeMatthias Melcher
2002-01-09First round of DND additions to 1.1 - just X11 code, and I haven't addedMichael R Sweet
2001-09-29This commit was manufactured by cvs2svn to create branch 'branch-1.1'.No Author