summaryrefslogtreecommitdiff
path: root/FL/Fl_Window_Driver.H
AgeCommit message (Expand)Author
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
2018-06-23Doxygen only: fixed all block comments starting with an asterisk to space-onl...Matthias Melcher
2018-06-23Removed macro FL_PORTING, as it has been more confusing than helpful.Matthias Melcher
2018-06-23Doxygen: created Group to document drivers, disabled by defaultMatthias Melcher
2018-05-23Make static member function Fl_Window_Driver* Fl_Window_Driver::driver(const ...Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-05-06Remove useless #include <FL/Fl_Shared_Image.H> following usage of the new Fl_...Manolo Gouy
2018-05-06Simplify Fl_XXX_Window_Driver::capture_titlebar_and_borders() using Fl_Image:...Manolo Gouy
2018-03-02More Android changes.Matthias Melcher
2018-02-16Remove Fl_Window_Driver::current_cursor() and its platform-specific forms tha...Manolo Gouy
2018-02-02Fix typos.Albrecht Schlosser
2018-01-04Add Doxygen comments explaining the purpose of Fl_Window_Driver::draw_begin()...Manolo Gouy
2017-12-29Remove 'friend class Fl_PicoSDL_Window_Driver' from Fl_Window.HManolo 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 virtual Fl_Window_Driver::reuse_icons() no longer useful after r.12349.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-20Fl_Window_Driver::flush_single() needs not be a virtual member function.Manolo Gouy
2017-07-03HiDPI support under WIN32 platform: completed.Manolo Gouy
2017-06-28HiDPI support: keep window's icons after rescalingManolo Gouy
2017-06-28HiDPI support: keep window's cursor after rescaling.Manolo Gouy
2017-05-17Introduce HiDPI + rescaling support for the X11 platform (+ partial support f...Manolo Gouy
2016-04-23Add Doxygen definitions to the new Fl_XXX_Driver classes.Manolo Gouy
2016-04-19Complete the implementations of virtual Fl_X* Fl_Window_Driver::makeWindow() ...Manolo Gouy
2016-04-19Transform Fl_X::make(Fl_Window*) for Mac platform into Fl_X *Fl_Cocoa_Window_...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 Fl_X::sendxjunk() under USE_X11 by Fl_X11_Window_Driver::sendxjunk().Manolo Gouy
2016-04-18Replace member function void Fl_X::flush() by virtual void Fl_Window_Driver::...Manolo Gouy
2016-04-17Remove a few // TODO: check after having checkedManolo Gouy
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-03Rewrite fl_scroll_area.cxx under the driver model.Manolo Gouy
2016-03-27Rewrite Fl_Menu_Window class under the driver model.Manolo Gouy
2016-03-27Rewrite Fl_Overlay_Window class under the driver model.Manolo Gouy
2016-03-24Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[...Manolo Gouy
2016-03-24Provide Fl_Window_Driver accessor methods for public Fl_Window attributes.Albrecht Schlosser
2016-03-23Rewrite Fl_Window::show(int argc, char **argv) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hotspot(int X, int Y, int offscreen) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::iconize() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::size_range_() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::border(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::fullscreen_x() under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::handle(int) under the driver model.Manolo Gouy
2016-03-23Rewrite Fl_Window::hide() under the driver model.Manolo Gouy
2016-03-22Rewrite Fl_Window::resize() under the driver model.Manolo Gouy
2016-03-22Rewrite Fl_Window::show() and Fl_Menu_Window::show() under the driver model.Manolo Gouy
2016-03-22Move all icon-support data to the platform-specific Fl_XXX_Window_Driver classManolo Gouy