summaryrefslogtreecommitdiff
path: root/src/Fl_x.cxx
AgeCommit message (Expand)Author
2019-02-09X11 platform: account for window scaling in drag-n-drop operations.ManoloFLTK
2018-09-07X11: simplify the use of member function Fl_X11_Screen_Driver::init_workarea().Manolo Gouy
2018-08-03Remove private member variable Fl_X11_Window_Driver::current_cursor_ that's n...Manolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-08Fix for STR#3475: X11 platform, re-use current screen scaling factor when pro...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-09Rename Fl_Paged_Device::start_job() to begin_job() and Fl_Paged_Device::start...Manolo Gouy
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-10-15Fix doxygen and other comments, coding style, and alignment.Albrecht Schlosser
2017-10-15Replace remaining calls to unlink() with fl_unlink().Albrecht Schlosser
2017-07-30Improve rescaling when window moved across screens: make sure center stays on...Manolo Gouy
2017-07-28Replace static protected bool Fl_Window_Driver::is_a_rescale by a private sta...Manolo Gouy
2017-07-27Rename Fl_Window_Driver::in_resize_after_scale_change to 'is_a_rescale' which...Manolo Gouy
2017-07-25Remove Fl_Window_Driver::reuse_cursor() that is no longer used since commit r...Manolo Gouy
2017-07-25Rewrite Fl_Window_Driver::resize_after_scale_change() removing calls to Fl_Wi...Manolo Gouy
2017-07-03HiDPI support under WIN32 platform: completed.Manolo Gouy
2017-06-28HiDPI support: keep window's cursor after rescaling.Manolo Gouy
2017-06-17Make Fl_Screen_Driver::get_mouse(int&, int&) return the number of the mouse-c...Manolo Gouy
2017-06-10Scaling for X11 platform: avoid undrawn right and bottom window margins when ...Manolo Gouy
2017-06-01Divide virtual Fl_Screen_Driver::open_display() in a platform-specific part f...Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2017-02-20Pre-multiply alpha on cursors on X11, as required by XRender.Pierre Ossman
2016-11-09Use Fl_Graphics_Driver::default_driver() when convenient.Manolo Gouy
2016-10-14Fix inconsistent interpretation of ld() in image handling (STR #3308).Albrecht Schlosser
2016-09-20Remove fl_wait() that is not part of the public API.Manolo Gouy
2016-09-19Remove fl_ready() not in public API and mostly same as Fl_XXX_Screen_Driver::...Manolo Gouy
2016-09-09Rewrite fl_open_callback() under the driver model.Manolo Gouy
2016-08-20Improve documentation, fix Fl_Window::icon(NULL).Albrecht Schlosser
2016-05-04Fix how to access clipboard content at program start.Manolo Gouy
2016-05-03Fix potential memory leak under X11 when pasted image is not accepted by the ...Manolo Gouy
2016-04-22Minor simplification.Manolo Gouy
2016-04-19Virtualized add_fd and remove_fd into System DriverMatthias Melcher
2016-04-19Have headers x.H, win32.H and mac.H share a unique definition of class Fl_X Manolo Gouy
2016-04-19Add static Fl_XXX_Window_Driver *driver(Fl_Window*) to get the platform-speci...Manolo Gouy
2016-04-19Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ...Manolo Gouy
2016-04-18Move other_xid member variable from class Fl_X to class F_Window_Driver.Manolo Gouy
2016-04-18Move wait_for_expose member variable from class Fl_X to class Fl_Window_Driver.Manolo Gouy
2016-04-18Move set_cursor() member functions from class Fl_X to classes Fl_Window_Drive...Manolo Gouy
2016-04-18Replace static void Fl_X::activate_window(Window) under X11 platform by void ...Manolo Gouy
2016-04-18Replace Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().Manolo Gouy
2016-04-18Remove Fl_X::setwindow(Fl_Window*) from WIN32 and USE_X11 Fl_X classes.Manolo Gouy
2016-04-18Move Fl_X::backbuffer_bad under USE_X11 to class Fl_X11_Wi,dow_Driver.Manolo Gouy
2016-04-17Fixes for Linux for recent commits.Matthias Melcher
2016-04-17virtualizes fl_set_spot and fl_reset_spotMatthias Melcher
2016-04-17Remove set_icons() from the virtual API of class Fl_Window_Driver because it ...Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-16Begin moving non window-related member functions out of Fl_X class.Manolo Gouy
2016-04-15Move platform-dependent implementations of fl_open/close_display() to the Fl_...Manolo Gouy