| Age | Commit message (Expand) | Author |
| 2011-05-30 | Fix Fl_Paged_Device::print_window(), Fl_Window::decorated_w() and Fl_Window::... | Manolo Gouy |
| 2011-05-21 | Fix STR #2638. The X11 part is simplified as suggested by Bill. | Manolo Gouy |
| 2011-04-24 | Documentation updates, also fixing STR #2574, trying to make clear | Albrecht Schlosser |
| 2011-04-18 | Fixed a problem in the WIN32 version of Fl_Paged_Device::print_window_part() and | Manolo Gouy |
| 2011-04-17 | Fixed Fl_Paged_Device::print_window() that did not work under Windows seven. | Manolo Gouy |
| 2011-04-15 | Added Fl_Paged_Device::print_window() to print a window with its title bar an... | Manolo Gouy |
| 2011-02-21 | Say goodbye to weird comctl32.lib link clause in vc20xx builds. Now embeds it... | Fabien Costantini |
| 2011-02-02 | Removed global variable fl_surface that was not very useful because equivalent | Manolo Gouy |
| 2011-02-02 | Removed global variable fl_display_device that was not very useful because eq... | Manolo Gouy |
| 2011-01-20 | Redefined fl_xid() as an inline function when used inside the FLTK library. | Manolo Gouy |
| 2011-01-17 | Hiding the Fl_X class under WIN32 (STR #2522). | Albrecht Schlosser |
| 2011-01-11 | Fixed accidental commit of some eperimental dead key preview code. STR 2515 | Matthias Melcher |
| 2011-01-11 | Attempt to fix the dead_key/special_key issue. | Matthias Melcher |
| 2011-01-07 | DPI fixes for MSWindows GDI | Matthias Melcher |
| 2011-01-05 | Renamed Fl_Device::type() to Fl_Device::class_name() to avoid conflict or con... | Manolo Gouy |
| 2010-12-11 | Fixed inexact value for last argument of two fl_utf8toUtf16() calls. | Manolo Gouy |
| 2010-12-09 | Windows: removed hidden old winsock 1 (wsock32.dll) support, as | Albrecht Schlosser |
| 2010-12-08 | Fixed Compiling with mingw-w64 (STR #2308). | Albrecht Schlosser |
| 2010-11-29 | More copyright 2010 mods. | Greg Ercolano |
| 2010-11-11 | removed support for gcc 2.x (or older), as discussed in fltk.development | Albrecht Schlosser |
| 2010-09-27 | Fixed unbalanced Windows OleInitialize/OleUnitialize calls | Albrecht Schlosser |
| 2010-09-09 | Fixed Windows class name (xclass) setup and caching mechanism. This was | Albrecht Schlosser |
| 2010-07-01 | Renamed global variable from fl_device to fl_graphics_driver to better expres... | Manolo Gouy |
| 2010-05-27 | Better device hierarchy with surfaces and graphics drivers. | Manolo Gouy |
| 2010-04-18 | Removed multiple inheritance: back to r. 7519 exactly. | Manolo Gouy |
| 2010-04-16 | Improved the hierarchy of Fl_Device subclasses to allow separation of platfor... | Manolo Gouy |
| 2010-03-16 | The "Print front window" external button is available if compiling with -DUSE... | Manolo Gouy |
| 2010-03-14 | Merge of branch-1.3-Fl_Printer, with the following main changes: | Albrecht Schlosser |
| 2009-12-24 | Fixed a name conflict with new (VC 2008 Express) winsock2.h versions | Albrecht Schlosser |
| 2009-09-27 | Consolidated all possible flag values into a single enum in Fl_Widget (STR #2... | Matthias Melcher |
| 2009-02-21 | more indentation fixes in src/Fl_win32.cxx | Albrecht Schlosser |
| 2009-02-21 | Fixed indentation and comments (src/Fl_Win32.cxx). | Albrecht Schlosser |
| 2009-01-12 | STR #2104 fix: applied patch from sadysta, modified it to harmonize with exis... | Fabien Costantini |
| 2009-01-01 | Changed Copyright in 'src' directory | Matthias Melcher |
| 2008-12-27 | STR 2101: fl_set_spot() could crash on Windows under certain conditions. | Albrecht Schlosser |
| 2008-12-07 | Fixed a problem with TrackMouseEvent() (Windows only) that would | Albrecht Schlosser |
| 2008-12-05 | STR 2101: Temporary fix to prevent crash. Also corrected code indentation. | Albrecht Schlosser |
| 2008-12-04 | + Fixed non standard fltk utf8 files headers. | Fabien Costantini |
| 2008-10-04 | #STR2056 partial fixes : wsock API now compiles ok, but there are still all u... | Fabien Costantini |
| 2008-09-25 | + Cairo branch merged after successful testing on Mac OS X 10.5.4, Linux Ubun... | Fabien Costantini |
| 2008-09-19 | Updating fl_utf8.h references. Fixing copyright date in .fl files. | Matthias Melcher |
| 2008-09-18 | Doxygen documentation: Fixed most important warnings for the Fl_Widget, Fl_Wi... | Fabien Costantini |
| 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 |