summaryrefslogtreecommitdiff
path: root/FL/Fl_Window.H
AgeCommit message (Expand)Author
2022-03-21Issue #359 RFE: access the MacOS windowid .ManoloFLTK
2022-03-03Fix whitespace, update dependencies and fluid filesAlbrecht Schlosser
2022-03-01Fix default size_range() calculation (issue #392, STR 3352)Albrecht Schlosser
2022-02-08More detailed doc of Fl_Window::decorated_h() for X11 platform.ManoloFLTK
2022-02-07Add note about use of Fl_Window::decorated_h() under the X11 platform.ManoloFLTK
2021-03-21Remove unnecessary system includes from public headersAlbrecht Schlosser
2020-09-09More detailed doc of Fl_Window::decorated_w() and decorated_h().ManoloFLTK
2020-08-14Add Fl_Window::screen_num(int) to fully control window locationManoloFLTK
2020-07-12Update Fl_Window docs, fix typosAlbrecht Schlosser
2020-07-06Remove $Id$ tags, update URL's, and moreAlbrecht Schlosser
2020-05-08Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale()ManoloFLTK
2019-05-09Fix Doxygen doc of Fl_Window::border(int) and border()ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2018-05-22Add Fl::screen_scale(int) function to get the scaling factor value of a screen.Manolo Gouy
2018-05-12Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ...Manolo Gouy
2018-03-10Android: crude graphics clippingMatthias Melcher
2018-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2017-12-29Remove 'friend class Fl_PicoSDL_Window_Driver' from Fl_Window.HManolo Gouy
2017-12-29Definition of class Fl_Window: use 'private:' more accuratelyManolo Gouy
2017-06-16Allow calling Fl_Window::decorated_w() with const Fl_Window object and also f...Manolo Gouy
2016-04-16 Continue removing non window-related member-functions from class Fl_X.Manolo Gouy
2016-04-14PicoSDL fixes - not working!Matthias Melcher
2016-04-09Fix typos.Albrecht Schlosser
2016-04-06Fix Doxygen warnings.Albrecht Schlosser
2016-03-25Completed the vector font.Matthias Melcher
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::fullscreen_x() under the driver model.Manolo Gouy
2016-03-22Move all icon-support data to the platform-specific Fl_XXX_Window_Driver classManolo Gouy
2016-03-20Continue implementation of class Fl_Window_Driver according to Albrecht's plan.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-13Window functions to retrieve more detailed window typeMatthias Melcher
2016-03-12Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...Matthias Melcher
2016-03-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy
2016-03-11(incomplete) Add files required to compile for Android via Pico driver.Matthias Melcher
2016-03-10Rewrite all window icon-related Fl_Window API with the window driver approach.Manolo Gouy
2016-03-10Implement non-rectangular windows using the Window Driver mechanism.Manolo Gouy
2016-03-08Add very basic graphics support to PicoSDL.Matthias Melcher
2016-03-07Separating Fl_X and Fl_Window_Driver in Fl_Window.Matthias Melcher
2016-03-06Driver-based Fl_Double_Window implementation - continued.Manolo Gouy
2016-02-26Create class Fl_Widget_Surface that supports draw(Fl_Widget *, int, int).Manolo Gouy
2016-02-19Add example code to Fl_Window_Driver.Matthias Melcher
2016-02-19Instantiate the right Fl_Window_Driver.Matthias Melcher
2016-02-13Details on PORTME items. Move fl_parse_color() to screen drivers.Matthias Melcher
2016-02-12Add Fl_Shared_Image *Fl_Image_Surface::highres_image() to draw into high-reso...Manolo Gouy
2016-02-11Mark places that need to be refactored with // PORTME:Matthias Melcher
2016-02-09Fix valgrind warning (uninitialized variable) in Fl_Window.Albrecht Schlosser
2016-01-28Added Fl_Window::capture_titlebar_and_borders a new private member functionManolo Gouy
2016-01-271) Added a new way to detect whether the drawing operation is using the platf...Manolo Gouy
2016-01-03Updated platform specific #if's to report unimplemented code when compiling w...Matthias Melcher