summaryrefslogtreecommitdiff
path: root/src/Fl_win32.cxx
AgeCommit message (Expand)Author
2007-05-16STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ar...Matthias Melcher
2007-03-20Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)...Matthias Melcher
2007-03-06This is a suggested change. It is complete except for documentation.Matthias Melcher
2007-02-23Avoiding to wait forever under Cygwin. (STR #1608)Matthias Melcher
2007-02-09Fix WIN32 builds.Michael R Sweet
2007-02-08Add handler for thread messages (STR #1536)Michael R Sweet
2007-01-28Fix order of idle/check processing compared to events (STR #1535)Michael R Sweet
2006-08-30STR #1151: Cygwin for some reason was ifdef'd out for setting a shorter timou...Matthias Melcher
2006-08-28Fix blocks crashes on WIN32 - audio buffer too smallMichael R Sweet
2006-08-23Fixed WIN32 zero size window issue (STR #1387)Matthias Melcher
2006-08-21Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374).Matthias Melcher
2006-06-28Fixed Fl_Window::copy_label() losing copy (STR #1332)Matthias Melcher
2006-06-14Changed Tooltip::exit_() to Tooltip::exit()Matthias Melcher
2006-06-14STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C...Matthias Melcher
2006-06-09Fixing the fix: restored the FL_KEYUP behavior of WIN32 before the NumLock fi...Matthias Melcher
2006-06-09Added an event variable "Fl::event_original_key()" which returns the current ...Matthias Melcher
2006-05-05STR #1152: Fixed Cygwin compiler warningsMatthias Melcher
2005-12-16STR #1104: WIN32 version would insist on running a full length timeout even i...Matthias Melcher
2005-12-14Change FOREVER back to 1e20 (minimal CPU usage) and change fl_wait()Michael R Sweet
2005-11-04Moved 'flush' before 'idle' in main loop fl_wait to make redraw action quicker.Matthias Melcher
2005-11-02STR #1051: fl_wait() would only flush damaged window areas if there were any ...Matthias Melcher
2005-11-01STR #1057: A window that is needed to correctly manage a timer on WIN32 (pers...Matthias Melcher
2005-10-12Rework event loop handling on all platforms for better timer and idleMichael R Sweet
2005-09-14WIN32, STR #1007: Added some code that looks a lot, but is actually very litt...Matthias Melcher
2005-09-12STR #1007: Applied second patch by hand. OP: could you please check if all ch...Matthias Melcher
2005-09-09This change will make sure that top-level windows will fit inside the screen ...Matthias Melcher
2005-09-05STR #1014: FLTK's CR/LF conversion would crash if the clipboard was emptyMatthias Melcher
2005-08-27Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem. Dejan Lekic
2005-08-21Bordersize was calculated wrong for borderless windowsMatthias Melcher
2005-08-21Fixed CR to CRLF conversion. Thanks for the patch, Alessandro.Matthias Melcher
2005-08-08Updated WIN32 cut/paste code to consistently handle DOS text (STRMichael R Sweet
2005-07-25STR #831: When moving an OpenGL window outside the screen and then back again...Matthias Melcher
2005-07-24STR #848, missing xclass support implemented as suggested by Mike.Matthias Melcher
2005-07-23Silly typo would position new windows, that touched the right screen border, ...Matthias Melcher
2005-06-01Win322: Calling Fl_Window::size() and friends would move focus from the curre...Matthias Melcher
2005-06-01Fixed WIndows line endingsMatthias Melcher
2005-06-01Fl::copy() would always set a flag, instructing Fl::paste to use the internal...Matthias Melcher
2005-05-29Fluid interactive window resizing fixe (STR #873, 791)Matthias Melcher
2005-05-20Fix sentinel value for HWND on WIN32 (STR #862)Michael R Sweet
2005-05-19Revert WIN32 redraw fix from r4244, and apply a new one that is a bitMichael R Sweet
2005-05-12Check for FL_MOVE messages with the high bit set to 1 - treat as signed coord...Michael R Sweet
2005-05-12OpenGL windows that were completely off-screen caused problemsMichael R Sweet
2005-04-16Update source file headers with STR web page.Michael R Sweet
2005-04-14Fix compiler warnings.Michael R Sweet
2005-04-07This is an attempt to fix the redraw problem on WinXP and other Windows varia...Matthias Melcher
2005-03-31Added MacOS X monitor support.Michael R Sweet
2005-02-24Copyright updates.Michael R Sweet
2005-02-14Fl::wait() could block on WIN32 if the window was deleted viaMichael R Sweet
2004-12-03Fl::event_number() didn't always match the value sent to theMichael R Sweet
2004-10-19WIN32 compile fixes...Michael R Sweet