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
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
2000-04-25
Updated copyright notices for all of the 1.0.x files.
Michael R Sweet
2000-04-25
Fixed definition of glutBitmapWidth to match header file.
Bill Spitzak
2000-03-05
Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h to
Bill Spitzak
2000-02-04
3rd and deeper nested Fl_Windows on Win32 redraw correctly.
Bill Spitzak
1999-12-31
Fixed async selection code - wasn't calling TranslateMessage...
Michael R Sweet
1999-12-30
Re-integrated all of the old WIN32 select() code just in case it is needed
Michael R Sweet
1999-12-29
New WSAAsyncSelect code for WIN32 Fl::add_fd() support.
Michael R Sweet
1999-12-15
Fixed bug on Win32 where programs would stop paying attention to keys.
Bill Spitzak
1999-11-12
fl_arc() and fl_pie() fixes for WIN32 removed - the problem is with
Michael R Sweet
1999-10-14
These are some (hopefully minor) changes we keep needing to edit into
Bill Spitzak
1999-09-16
Fixed some WIN32 bugs found in 1.0.5:
Bill Spitzak
1999-07-22
Pragma added around xlib.h to shut up the IRIX compiler warnings
Bill Spitzak
1999-06-07
Replaced remaining malloc.h's with stdlib.h
Bill Spitzak
1999-05-24
Added Rick's hack for initializing fl_display.
Michael R Sweet
1999-05-11
Missing header files and FL_EXTERNs that prevented DLL's from compiling
Bill Spitzak
1999-05-09
fl_wait() didn't handle the case when timeout == 0 and nfds > 0.
Michael R Sweet
1999-04-23
Keypad should produce correct symbols on Brazilian (and any other)
Bill Spitzak
1999-04-18
Updated patch version to 2 (1.0.2)
Michael R Sweet
1999-04-17
Fl::add_fd() structures are dynamically allocated so you can listen to
Bill Spitzak
1999-04-10
1. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer send
Bill Spitzak
1999-04-01
Applied Gustavo's WIN32 timer patch to the 1.0.x branch.
Michael R Sweet
1999-03-29
Changes needed to get FLTK to compile on Borland C++ 5 under Windows. I
Carl E. Thompson
1999-03-25
Applied Dmitry's timeout patch.
Michael R Sweet
1999-03-18
Changes from Luis Ibanez to make it compile under Borland.
Bill Spitzak
1999-03-04
Added #define for WM_SYNCPAINT if needed.
Michael R Sweet
1999-03-04
Fixed WM_SYNCPAINT patch - should be WM_NCPAINT...
Michael R Sweet
1999-03-04
WIN32 fixes from Dmitry Potapov:
Michael R Sweet
[next]