| Age | Commit message (Expand) | Author |
| 2016-03-11 | Rewrite Fl_Window::wait_for_expose() using the window driver approach. | Manolo Gouy |
| 2016-03-11 | Rewrite capture of window decorations using the window driver approach. | Manolo Gouy |
| 2016-03-11 | Android version compiles and links. Won't run yet. | Matthias Melcher |
| 2016-03-11 | (incomplete) Add files required to compile for Android via Pico driver. | Matthias Melcher |
| 2016-03-10 | Rewrite all window icon-related Fl_Window API with the window driver approach. | Manolo Gouy |
| 2016-03-10 | Add code to delete Fl_WinAPI_Window_Driver object. | Manolo Gouy |
| 2016-03-10 | Remove useless Fl_Cocoa_Window_Driver::todelete_ member | Manolo Gouy |
| 2016-03-10 | Add deletion code for Fl_X11_Window_Driver object | Manolo Gouy |
| 2016-03-10 | Implement non-rectangular windows using the Window Driver mechanism. | Manolo Gouy |
| 2016-03-10 | Rename header files with .H extension | Manolo Gouy |
| 2016-03-10 | Rename header files with .H extension | Manolo Gouy |
| 2016-03-09 | Add necessary test for non-null pointer. | Manolo Gouy |
| 2016-03-09 | Simplify Fl_OpenGL_Display_Device::capture_gl_rectangle() under Mac OS. | Manolo Gouy |
| 2016-03-09 | Rewrite Fl_Gl_Device_Plugin.cxx in a platform-independent way. | Manolo Gouy |
| 2016-03-08 | Simpler method to retain printed image data in memory until it is effectively... | Manolo Gouy |
| 2016-03-08 | A few more Pico fixes. Tests with single buffered windows render well for tho... | Matthias Melcher |
| 2016-03-08 | Add missing PicoSDL functions for command line build. | Matthias Melcher |
| 2016-03-08 | Add very basic graphics support to PicoSDL. | Matthias Melcher |
| 2016-03-07 | Fixes for X11 | Matthias Melcher |
| 2016-03-07 | Separating Fl_X and Fl_Window_Driver in Fl_Window. | Matthias Melcher |
| 2016-03-07 | Fix PicoSDL. | Matthias Melcher |
| 2016-03-06 | Driver-based Fl_Double_Window implementation - continued. | Manolo Gouy |
| 2016-03-06 | Driver-based Fl_Double_Window implementation - continued. | Manolo Gouy |
| 2016-03-06 | New, driver-based Fl_Double_Window implementation. | Manolo Gouy |
| 2016-03-06 | Rename SDL driver files to PicoSDL. | Matthias Melcher |
| 2016-03-06 | Remove duplicate Fl_Image_Surface::(un)translate() | Manolo Gouy |
| 2016-03-06 | Build with SDL driver needs to know also the Fl_Image_Surface class. | Manolo Gouy |
| 2016-03-06 | Fix include statements. | Albrecht Schlosser |
| 2016-03-05 | Complete the platform-neutral implementation of fl_XXX_offscreen() functions. | Manolo Gouy |
| 2016-03-04 | Fix a problem seen in fluid on the Mac OS platform - continued. | Manolo Gouy |
| 2016-03-04 | Fix a problem seen in fluid on the Mac OS platform. | Manolo Gouy |
| 2016-03-04 | Fix bad #include directives | Manolo Gouy |
| 2016-03-04 | Complete driver-based implementation of Fl_Image_Surface. | Manolo Gouy |
| 2016-03-04 | Fix Fl_Xlib_Graphics_Driver::draw(Fl_RGB_Image *,...) that was incompletely c... | Manolo Gouy |
| 2016-03-03 | A hopefully clearer implementation of the fl_XXX_offscreen() functions. | Manolo Gouy |
| 2016-03-03 | Fix error in an #include directive. | Manolo Gouy |
| 2016-03-03 | Made Pico/SDL setup compile and run some minimal code. | Matthias Melcher |
| 2016-03-02 | Fix negative 'd' and 'ld' args in fl_draw_image() (X11 + Windows). | Albrecht Schlosser |
| 2016-03-02 | Finalize new implementation of Fl_Copy_Surface. | Manolo Gouy |
| 2016-03-02 | Add support for SDL as a base library on OS X. | Matthias Melcher |
| 2016-03-01 | Fix a few Doxygen warnings. | Manolo Gouy |
| 2016-03-01 | Allow fl_draw_image() with negative L parameter for Mac OS - continued. | Manolo Gouy |
| 2016-03-01 | Allow running fluid -c without opening the X11 display. | Manolo Gouy |
| 2016-03-01 | Correct the headers included by FL/Fl_Copy_Surface.H, following the new imple... | Manolo Gouy |
| 2016-03-01 | Rewrite the Fl_Copy_Surface class with strict separation of public API and pl... | Manolo Gouy |
| 2016-03-01 | Added missing virtua function headers | Matthias Melcher |
| 2016-03-01 | Have fl_draw_image(buf,X,Y,W,H,D,L) support negative D and/or L arguments on ... | Manolo Gouy |
| 2016-03-01 | Moved timer code to screen drivers. Not sure if this should be in System Driv... | Matthias Melcher |
| 2016-02-29 | Accept fl_draw_image(buf, X,Y,W,H,D,L) with negative D and/or L arguments on ... | Manolo Gouy |
| 2016-02-27 | Remove declaration of Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha(... | Manolo Gouy |