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