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_win32.cxx
Age
Commit message (
Expand
)
Author
2002-07-01
Some patches from Ori Berger to plug some resource leaks and use a
Michael R Sweet
2002-06-07
WIN32 compile fixes.
Michael R Sweet
2002-05-25
Clean up string includes.
Michael R Sweet
2002-05-23
Fix WIN32 redraw problems.
Michael R Sweet
2002-05-06
Merge WIN32 ValidateRgn() fixes.
Michael R Sweet
2002-05-01
DND conditional stuff.
Michael R Sweet
2002-05-01
WIN32 fixes for BC++.
Michael R Sweet
2002-05-01
Possible BCC fix; have to check the change...
Michael R Sweet
2002-04-30
WIN32 project file fixes.
Michael R Sweet
2002-04-29
Flag menu and tooltip windows as WS_EX_TOOLWINDOW so they don't appear in
Michael R Sweet
2002-04-16
Win32 version stores all the info passed to WndProc into fl_msg so an
Bill Spitzak
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
Hopefully fix the WIN32 resize on move bug.
Michael R Sweet
2002-04-07
Fix NULL argument to fl_filename_name()...
Michael R Sweet
2002-03-25
Rename all remaining functions that don't start with fl_ to
Michael R Sweet
2002-03-25
WIN32 project and build fixes.
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-02-20
Always resize cells in table if set/max width not the same as the
Michael R Sweet
2002-01-23
Return 0 after processing WM_PAINT message.
Michael R Sweet
2002-01-09
Fix WIN32 build.
Michael R Sweet
2002-01-07
Fixed from Teun.
Michael R Sweet
2002-01-03
Fix changing of schemes - otherwise Fl_Window::show() could cause a
Michael R Sweet
2002-01-01
Copyright updates...
Michael R Sweet
2002-01-01
Add Teun's CygWin patch for select()...
Michael R Sweet
2001-12-06
FLTK 2.0 threading support under FLTK 1.1. Needs porting to OSX.
Michael R Sweet
2001-11-30
Fix infinite loop bug with WIDTH=100% in Fl_Help_View widget.
Michael R Sweet
2001-11-22
Fix all references to '.C' files (now .cxx)
Michael R Sweet
2001-11-19
WIN32 fixes for the new image stuff...
Michael R Sweet
2001-10-29
Cygwin fixes...
Michael R Sweet
2001-10-27
FL_KEYUP event support.
Michael R Sweet
2001-09-30
Save/restore GDI pen.
Michael R Sweet
2001-08-03
Fixed tooltips under WIN32 - no more toolbar buttons...
Michael R Sweet
2001-08-03
Update WIN32 projects and config file.
Michael R Sweet
2001-08-02
More mouse wheel stuff (as compatible as possible with the 2.0 code...)
Michael R Sweet
2001-04-27
One more keyboard fix for good measure - still need to address "stuck"
Michael R Sweet
2001-04-27
Fixing lock/meta key handling...
Michael R Sweet
2001-04-27
Mask low bit of key state for all keys.
Michael R Sweet
2001-04-27
Handle WM_ACTIVATEAPP message under WIN32, using GetAsyncKeyState() for
Michael R Sweet
2001-04-22
Another fix for WM_SYNCPAINT from Matt
Bill Spitzak
2001-04-13
Restored WM_SYNCPAINT handling
Bill Spitzak
2001-01-22
Copyright 2001.
Michael R Sweet
2000-11-20
Commented out USE_ASYNC_SELECT since it doesn't seem to work...
Michael R Sweet
2000-10-21
Does not clear Fl::keysym on every event, this makes better back compatabilit...
Bill Spitzak
2000-06-20
Whoops, I screwed up the timeout callbacks a bit.
Bill Spitzak
2000-06-18
Cleanup of the timeout and Fl::wait() code. This one calls the clock
Bill Spitzak
2000-06-05
OK, now version 1.0.9
Michael R Sweet
2000-06-03
Fixes for 1.0.8 I found:
Bill Spitzak
[next]