| Age | Commit message (Expand) | Author |
| 2008-09-11 | Remove compile-time dependency on Imm32.dll on Win32. I have no MSWindows mac... | Matthias Melcher |
| 2008-09-10 | Merging the UTF8 patch, consisting of O'ksi'd s original 1.1.6 patch and addi... | Matthias Melcher |
| 2008-09-02 | merged modification from my private branch after successful regression testin... | Fabien Costantini |
| 2008-08-28 | wsock32 static lib dependency removal from win build files. | Fabien Costantini |
| 2008-08-27 | + Added a new optional compile time varaible named USE_WSOCK1 that would chan... | Fabien Costantini |
| 2008-08-26 | removed unused wsock api, fixed return result in fl_ready() | Fabien Costantini |
| 2008-08-25 | STR #1906 fixed as discussed : | Fabien Costantini |
| 2008-08-15 | Replaced badly named type Fl_FontSize with Fl_Font_Descriptor. This type is o... | Matthias Melcher |
| 2008-01-10 | STR #1854: fixed win32 issue with possible NULL pointer | Matthias Melcher |
| 2007-12-20 | Fixed exposure event on zero size windows (STR #1824) | Matthias Melcher |
| 2007-11-20 | Fix window hide bug on WIN32 (STR #1748) | Michael R Sweet |
| 2007-06-18 | #1706: on WIN32, the attempt to map a subwindow when the parent window was no... | Matthias Melcher |
| 2007-05-16 | STR #1681: On WIN32 WM_PAINT messages, FLTK would first render the damaged ar... | Matthias Melcher |
| 2007-03-20 | Removed the Fl::set_awake_cb API and documented the Fl::awake(function, data)... | Matthias Melcher |
| 2007-03-06 | This is a suggested change. It is complete except for documentation. | Matthias Melcher |
| 2007-02-23 | Avoiding to wait forever under Cygwin. (STR #1608) | Matthias Melcher |
| 2007-02-09 | Fix WIN32 builds. | Michael R Sweet |
| 2007-02-08 | Add handler for thread messages (STR #1536) | Michael R Sweet |
| 2007-01-28 | Fix order of idle/check processing compared to events (STR #1535) | Michael R Sweet |
| 2006-08-30 | STR #1151: Cygwin for some reason was ifdef'd out for setting a shorter timou... | Matthias Melcher |
| 2006-08-28 | Fix blocks crashes on WIN32 - audio buffer too small | Michael R Sweet |
| 2006-08-23 | Fixed WIN32 zero size window issue (STR #1387) | Matthias Melcher |
| 2006-08-21 | Fixed uninitialized data in OS X and WIN32 timout functions (STR #1374). | Matthias Melcher |
| 2006-06-28 | Fixed Fl_Window::copy_label() losing copy (STR #1332) | Matthias Melcher |
| 2006-06-14 | Changed Tooltip::exit_() to Tooltip::exit() | Matthias Melcher |
| 2006-06-14 | STR #1321: Calling Fl_Window::show() will exit from the current Fl_Tooltip. C... | Matthias Melcher |
| 2006-06-09 | Fixing the fix: restored the FL_KEYUP behavior of WIN32 before the NumLock fi... | Matthias Melcher |
| 2006-06-09 | Added an event variable "Fl::event_original_key()" which returns the current ... | Matthias Melcher |
| 2006-05-05 | STR #1152: Fixed Cygwin compiler warnings | Matthias Melcher |
| 2005-12-16 | STR #1104: WIN32 version would insist on running a full length timeout even i... | Matthias Melcher |
| 2005-12-14 | Change FOREVER back to 1e20 (minimal CPU usage) and change fl_wait() | Michael R Sweet |
| 2005-11-04 | Moved 'flush' before 'idle' in main loop fl_wait to make redraw action quicker. | Matthias Melcher |
| 2005-11-02 | STR #1051: fl_wait() would only flush damaged window areas if there were any ... | Matthias Melcher |
| 2005-11-01 | STR #1057: A window that is needed to correctly manage a timer on WIN32 (pers... | Matthias Melcher |
| 2005-10-12 | Rework event loop handling on all platforms for better timer and idle | Michael R Sweet |
| 2005-09-14 | WIN32, STR #1007: Added some code that looks a lot, but is actually very litt... | Matthias Melcher |
| 2005-09-12 | STR #1007: Applied second patch by hand. OP: could you please check if all ch... | Matthias Melcher |
| 2005-09-09 | This change will make sure that top-level windows will fit inside the screen ... | Matthias Melcher |
| 2005-09-05 | STR #1014: FLTK's CR/LF conversion would crash if the clipboard was empty | Matthias Melcher |
| 2005-08-27 | Fix of cross-compiling (host: *-linux-* , target: *-mingw32) problem. | Dejan Lekic |
| 2005-08-21 | Bordersize was calculated wrong for borderless windows | Matthias Melcher |
| 2005-08-21 | Fixed CR to CRLF conversion. Thanks for the patch, Alessandro. | Matthias Melcher |
| 2005-08-08 | Updated WIN32 cut/paste code to consistently handle DOS text (STR | Michael R Sweet |
| 2005-07-25 | STR #831: When moving an OpenGL window outside the screen and then back again... | Matthias Melcher |
| 2005-07-24 | STR #848, missing xclass support implemented as suggested by Mike. | Matthias Melcher |
| 2005-07-23 | Silly typo would position new windows, that touched the right screen border, ... | Matthias Melcher |
| 2005-06-01 | Win322: Calling Fl_Window::size() and friends would move focus from the curre... | Matthias Melcher |
| 2005-06-01 | Fixed WIndows line endings | Matthias Melcher |
| 2005-06-01 | Fl::copy() would always set a flag, instructing Fl::paste to use the internal... | Matthias Melcher |
| 2005-05-29 | Fluid interactive window resizing fixe (STR #873, 791) | Matthias Melcher |