| Age | Commit message (Expand) | Author |
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser |
| 2020-06-24 | Fix static code analyzer warnings | Albrecht Schlosser |
| 2020-05-08 | Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale() | ManoloFLTK |
| 2020-02-10 | X11: Fix X Input Methods (XIM) (STR 3502, 3192) | Albrecht Schlosser |
| 2020-02-09 | Eliminate -Wunknown-pragmas and -Wsign-compare warnings on GCC | darealshinji |
| 2020-02-03 | Don't "export" X11 specific fl_open_display() function | Albrecht Schlosser |
| 2020-01-31 | Fix disabling of deprecated warnings | Albrecht Schlosser |
| 2020-01-31 | Disable X11 "deprecated declaration" warning | Albrecht Schlosser |
| 2019-10-30 | Concentrate source code that supports Darwin + XQuartz + fink as test platform | ManoloFLTK |
| 2019-07-18 | X11: support copy/paste of image via clipboard within a single app | ManoloFLTK |
| 2019-03-25 | Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr... | ManoloFLTK |
| 2019-03-11 | X11 platform: keep GUI scaling after screen is reconfigured | ManoloFLTK |
| 2019-03-11 | X11 platform: follow when the OS changes the Xft.dpi resource | ManoloFLTK |
| 2019-03-06 | Improve static function react_to_screen_reconfiguration() | ManoloFLTK |
| 2019-03-06 | Process env var FLTK_SCALING_FACTOR consistently across platforms. | ManoloFLTK |
| 2019-02-23 | New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window... | ManoloFLTK |
| 2019-02-09 | X11 platform: account for window scaling in drag-n-drop operations. | ManoloFLTK |
| 2018-09-07 | X11: simplify the use of member function Fl_X11_Screen_Driver::init_workarea(). | Manolo Gouy |
| 2018-08-03 | Remove private member variable Fl_X11_Window_Driver::current_cursor_ that's n... | Manolo Gouy |
| 2018-06-26 | Move Fl_Window_Driver.H from FL/ to src/ | Manolo Gouy |
| 2018-06-08 | Fix for STR#3475: X11 platform, re-use current screen scaling factor when pro... | Manolo Gouy |
| 2018-05-12 | Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ... | Manolo Gouy |
| 2018-05-09 | Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start... | Manolo Gouy |
| 2018-01-31 | Replace FL/x.H with FL/platform.H - step 2 (STR #3435). | Albrecht Schlosser |
| 2017-10-15 | Fix doxygen and other comments, coding style, and alignment. | Albrecht Schlosser |
| 2017-10-15 | Replace remaining calls to unlink() with fl_unlink(). | Albrecht Schlosser |
| 2017-07-30 | Improve rescaling when window moved across screens: make sure center stays on... | Manolo Gouy |
| 2017-07-28 | Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta... | Manolo Gouy |
| 2017-07-27 | Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which... | Manolo Gouy |
| 2017-07-25 | Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r... | Manolo Gouy |
| 2017-07-25 | Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi... | Manolo Gouy |
| 2017-07-03 | HiDPI support under WIN32 platform: completed. | Manolo Gouy |
| 2017-06-28 | HiDPI support: keep window's cursor after rescaling. | Manolo Gouy |
| 2017-06-17 | Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c... | Manolo Gouy |
| 2017-06-10 | Scaling for X11 platform: avoid undrawn right and bottom window margins when ... | Manolo Gouy |
| 2017-06-01 | Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f... | Manolo Gouy |
| 2017-05-17 | Introduce HiDPI + rescaling support for the X11 platform (+ partial support f... | Manolo Gouy |
| 2017-02-20 | Pre-multiply alpha on cursors on X11, as required by XRender. | Pierre Ossman |
| 2016-11-09 | Use Fl_Graphics_Driver::default_driver() when convenient. | Manolo Gouy |
| 2016-10-14 | Fix inconsistent interpretation of ld() in image handling (STR #3308). | Albrecht Schlosser |
| 2016-09-20 | Remove fl_wait() that is not part of the public API. | Manolo Gouy |
| 2016-09-19 | Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::... | Manolo Gouy |
| 2016-09-09 | Rewrite fl_open_callback() under the driver model. | Manolo Gouy |
| 2016-08-20 | Improve documentation, fix Fl_Window::icon(NULL). | Albrecht Schlosser |
| 2016-05-04 | Fix how to access clipboard content at program start. | Manolo Gouy |
| 2016-05-03 | Fix potential memory leak under X11 when pasted image is not accepted by the ... | Manolo Gouy |
| 2016-04-22 | Minor simplification. | Manolo Gouy |
| 2016-04-19 | Virtualized add_fd and remove_fd into System Driver | Matthias Melcher |
| 2016-04-19 | Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X | Manolo Gouy |
| 2016-04-19 | Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci... | Manolo Gouy |