summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2000-11-20Commented out USE_ASYNC_SELECT since it doesn't seem to work...Michael R Sweet
2000-10-21Does not clear Fl::keysym on every event, this makes better back compatabilit...Bill Spitzak
2000-06-20Whoops, I screwed up the timeout callbacks a bit.Bill Spitzak
2000-06-18Cleanup of the timeout and Fl::wait() code. This one calls the clockBill Spitzak
2000-06-05OK, now version 1.0.9Michael R Sweet
2000-06-03Fixes for 1.0.8 I found:Bill Spitzak
2000-04-25Updated copyright notices for all of the 1.0.x files.Michael R Sweet
2000-04-25Fixed definition of glutBitmapWidth to match header file.Bill Spitzak
2000-03-05Moved FL_LEFT_MOUSE, FL_MIDDLE_MOUSE, and FL_RIGHT_MOUSE from forms.h toBill Spitzak
2000-02-043rd and deeper nested Fl_Windows on Win32 redraw correctly.Bill Spitzak
1999-12-31Fixed async selection code - wasn't calling TranslateMessage...Michael R Sweet
1999-12-30Re-integrated all of the old WIN32 select() code just in case it is neededMichael R Sweet
1999-12-29New WSAAsyncSelect code for WIN32 Fl::add_fd() support.Michael R Sweet
1999-12-15Fixed bug on Win32 where programs would stop paying attention to keys.Bill Spitzak
1999-11-12fl_arc() and fl_pie() fixes for WIN32 removed - the problem is withMichael R Sweet
1999-10-14These are some (hopefully minor) changes we keep needing to edit intoBill Spitzak
1999-09-16Fixed some WIN32 bugs found in 1.0.5:Bill Spitzak
1999-07-22Pragma added around xlib.h to shut up the IRIX compiler warningsBill Spitzak
1999-06-07Replaced remaining malloc.h's with stdlib.hBill Spitzak
1999-05-24Added Rick's hack for initializing fl_display.Michael R Sweet
1999-05-11Missing header files and FL_EXTERNs that prevented DLL's from compilingBill Spitzak
1999-05-09fl_wait() didn't handle the case when timeout == 0 and nfds > 0.Michael R Sweet
1999-04-23Keypad should produce correct symbols on Brazilian (and any other)Bill Spitzak
1999-04-18Updated patch version to 2 (1.0.2)Michael R Sweet
1999-04-17Fl::add_fd() structures are dynamically allocated so you can listen toBill Spitzak
1999-04-101. ~Fl_Widget(), Fl_Widget::hide(), and Fl_Widget::deactivate() no longer sendBill Spitzak
1999-04-01Applied Gustavo's WIN32 timer patch to the 1.0.x branch.Michael R Sweet
1999-03-29Changes needed to get FLTK to compile on Borland C++ 5 under Windows. ICarl E. Thompson
1999-03-25Applied Dmitry's timeout patch.Michael R Sweet
1999-03-18Changes from Luis Ibanez to make it compile under Borland.Bill Spitzak
1999-03-04Added #define for WM_SYNCPAINT if needed.Michael R Sweet
1999-03-04Fixed WM_SYNCPAINT patch - should be WM_NCPAINT...Michael R Sweet
1999-03-04WIN32 fixes from Dmitry Potapov:Michael R Sweet
1999-03-03Generates FL_ENTER after grab() is released for whatever widget theBill Spitzak
1999-02-19Updated Fl::x(), ::y(), ::w(), and ::h() to account for WIN32 trays.Michael R Sweet
1999-02-16Updated headers to support WIN32 and OS/2 DLLs.Michael R Sweet
1999-02-03Put Fl::grab() into it's own source file. Rewritten as suggested so thatBill Spitzak
1999-01-29Fixed buttons in the menubarBill Spitzak
1999-01-24Patch from Bill so that non_modal windows can be maximized or iconified.Michael R Sweet
1999-01-07Yay, change all copyright notices to be 1998-1999.Michael R Sweet
1999-01-07Fixed FD stuff for WIN32.Michael R Sweet
1999-01-07modal() window fix from Bill.Michael R Sweet
1999-01-06Added support for FD's under WIN32.Michael R Sweet
1999-01-04Lots of changes:Michael R Sweet
1998-12-08Damage code consolidation from Gustavo...Michael R Sweet
1998-12-02Fix for numericsort(), and drawing of some box types.Michael R Sweet
1998-11-08Backed out WIN32 color palette changes for OpenGL - caused too muchMichael R Sweet
1998-11-08Fixed WIN32 bug - FL_GL_WINDOW needs to be defined in Fl_Window.H...Michael R Sweet
1998-11-08More OpenGL under Windows changes - now keep track of window type andMichael R Sweet
1998-11-08Moved select_palette() from WM_PAINT message to make_current()...Michael R Sweet