| Age | Commit message (Expand) | Author |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2018-01-31 | Replace FL/x.H with FL/platform.H - step 1. | Albrecht Schlosser |
| 2017-07-11 | Add missing definition of the 'uchar' type in FL/x.H | Manolo Gouy |
| 2016-11-16 | Fix shared library build. | Albrecht Schlosser |
| 2016-09-12 | Remove code requiring config.h from public header FL/x.H | Manolo Gouy |
| 2016-09-11 | Put the code that defines the layout of struct _XRegion in FL/x.H | Manolo Gouy |
| 2016-04-23 | Fix compilation warnings. | Albrecht Schlosser |
| 2016-04-20 | Clean #include directives used by x.H, mac.H, win32.H | Manolo Gouy |
| 2016-04-19 | Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X | Manolo Gouy |
| 2016-04-18 | Move other_xid member variable from class Fl_X to class F_Window_Driver. | Manolo Gouy |
| 2016-04-18 | Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver. | Manolo Gouy |
| 2016-04-18 | Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive... | Manolo Gouy |
| 2016-04-18 | Replace static void Fl_X::activate_window(Window) under X11 platform by void ... | Manolo Gouy |
| 2016-04-18 | Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk(). | Manolo Gouy |
| 2016-04-18 | Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes. | Manolo Gouy |
| 2016-04-18 | Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver. | Manolo Gouy |
| 2016-04-18 | Remove Fl_X::x(w,X) and Fl_X::y(w,Y) on the USE_X11 platform that are unused ... | Manolo Gouy |
| 2016-04-18 | Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::... | Manolo Gouy |
| 2016-04-16 | Remove unused and "illegal" include statements. | Albrecht Schlosser |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy |
| 2016-04-16 | Begin moving non window-related member functions out of Fl_X class. | Manolo Gouy |
| 2016-04-16 | Remove the virtual destructor of class Fl_X that is no longer needed. | Manolo Gouy |
| 2016-04-02 | Replace src/Fl_Font.H by one file for each platform. | Manolo Gouy |
| 2016-03-31 | Continue removing platform-dependent code from the Fl.H header file. | Manolo Gouy |
| 2016-03-30 | Rewrite functions XRectangleRegion(), XDestroyRegion() under the driver model. | Manolo Gouy |
| 2016-03-26 | Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_... | Manolo Gouy |
| 2016-03-24 | Fix the "bizarre makefile build error" due to double declarations of fl_clip_... | Manolo Gouy |
| 2016-03-11 | (incomplete) Add files required to compile for Android via Pico driver. | Matthias Melcher |
| 2016-03-07 | Fixes for X11 | Matthias Melcher |
| 2016-03-03 | A hopefully clearer implementation of the fl_XXX_offscreen() functions. | Manolo Gouy |
| 2016-03-02 | Add support for SDL as a base library on OS X. | Matthias Melcher |
| 2016-02-27 | Rewrite all fl_XXX_offscreen() functions so they use an Fl_Image_Surface object. | Manolo Gouy |
| 2016-02-25 | Remove the useless pseudo run-time type information supported by the Fl_Devic... | Manolo Gouy |
| 2016-02-19 | Fixes for X11 | Matthias Melcher |
| 2016-02-19 | Add System Driver and Window Driver. | Matthias Melcher |
| 2016-02-13 | Details on PORTME items. Move fl_parse_color() to screen drivers. | Matthias Melcher |
| 2016-02-11 | Mark places that need to be refactored with // PORTME: | Matthias Melcher |
| 2016-02-11 | Move platform part of Fl::flush() | Matthias Melcher |
| 2016-02-09 | Porting efforts, minimal Android stuff, cleanup. | Matthias Melcher |
| 2016-01-28 | Added Fl_Window::capture_titlebar_and_borders a new private member function | Manolo Gouy |
| 2016-01-10 | 1) Replicate in branch-1.3-porting all recent changes of branch-1.3 | Manolo Gouy |
| 2016-01-04 | Created pseudo code for all FL_PORTED section so that FLTK compiles and links... | Matthias Melcher |
| 2016-01-04 | Fix typos in #pragma FL_PORTING. | Albrecht Schlosser |
| 2016-01-03 | Updated platform specific #if's to report unimplemented code when compiling w... | Matthias Melcher |
| 2015-11-26 | Mac OS only: added the Fl_Mac_App_Menu::custom_application_menu_items() method | Manolo Gouy |
| 2015-03-16 | Add support for accelerated alpha blending under X11. | Lauri Kasanen |
| 2015-03-16 | Detect XRender support | Lauri Kasanen |