summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
AgeCommit message (Expand)Author
2022-10-06Update window icon-related doc in platform-specific section.ManoloFLTK
2022-08-29Make hybrid Wayland/X11 platform.ManoloFLTK
2022-04-15Document how to set window icons under Wayland - cont'd.ManoloFLTK
2022-04-12Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.ManoloFLTK
2022-03-21Fix MSVC 2010 warning: using 'this' in initializer listAlbrecht Schlosser
2022-03-21Issue #359 RFE: access the MacOS windowid .ManoloFLTK
2022-03-01Fix default size_range() calculation (issue #392, STR 3352)Albrecht Schlosser
2022-01-16Rename FL/fl_string.h to FL/fl_string_functions.hAlbrecht Schlosser
2021-12-18Generate FL/fl_config.h rather than FL/abi-version.hAlbrecht Schlosser
2021-12-06Fix Fl_Window::size_range() documentation (STR 3352)Albrecht Schlosser
2021-11-26Fixes #297 - improvements for icon.cxx + icon() docsGreg Ercolano
2021-02-10Fix potential NULL pointer dereferenceAlbrecht Schlosser
2020-08-14Add Fl_Window::screen_num(int) to fully control window locationManoloFLTK
2020-08-01Implement + deploy fl_strdup()Greg Ercolano
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
2020-03-03Fix for STR#3534 to draw correctly Fl_Tiled_Image's on non-display surfaces.ManoloFLTK
2020-02-07Fix state of visible() flag after Fl_Window(x, y, w, h, t).ManoloFLTK
2019-03-25Replace static void Fl_Window_Driver::default_icons() by virtual Fl_Screen_Dr...ManoloFLTK
2019-02-23New member function const Fl_Image* Fl_Window::shape() replaces int Fl_Window...ManoloFLTK
2019-02-02STR #2714: remove new shadow lint for MacOSMatthias Melcher
2018-08-02Move Fl_Window::shape() from file Fl_Window_Driver.cxx to Fl_Window.cxxManolo Gouy
2018-06-26Move Fl_Window_Driver.H from FL/ to src/Manolo Gouy
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-02-09Replace "WIN32" with "_WIN32" or "Windows".Albrecht Schlosser
2018-01-31Replace FL/x.H with FL/platform.H - step 2 (STR #3435).Albrecht Schlosser
2017-06-16 Allow calling Fl_Window::decorated_w() with const Fl_Window object and also...Manolo Gouy
2016-11-25Fix build with configure --enable-cairo --enable-cairoext.Albrecht Schlosser
2016-08-20Improve documentation, fix Fl_Window::icon(NULL).Albrecht Schlosser
2016-03-26Isolate the definition of the 3 public, OS-dependent types (Fl_Offscreen, Fl_...Manolo Gouy
2016-03-24Fix the implementation of Fl_Window::default_icons(const Fl_RGB_Image *icons[...Manolo Gouy
2016-03-24Fix the "bizarre makefile build error" due to double declarations of fl_clip_...Manolo Gouy
2016-03-24Fix bizarre makefile build error on Mac OS platform.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::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-21Rewrite Fl_Window::label(const char *name, const char *mininame) under the dr...Manolo Gouy
2016-03-21Implement Fl_Window::make_current() under the driver model.Manolo Gouy
2016-03-19Advancing Albrecht's plan for the Fl_Window_Driver class.Manolo Gouy
2016-03-18Beginning of Albrecht's plan for Fl_Window and Fl_Window_Driver classes.Manolo Gouy
2016-03-13Fixed 'flush()' code for single, double, and overlay bufferingMatthias Melcher
2016-03-12Quick fix for Fluid on X11. MSWindows version broken due to missing Fl_Printe...Matthias Melcher
2016-03-12Moved the Fl_Window::decorated_*() functions teh Window_DriverMatthias Melcher
2016-03-11Remove a few #include <FL/x.H> from public FLTK headers.Manolo Gouy
2016-03-11Rewrite Fl_Window::wait_for_expose() using the window driver approach.Manolo Gouy
2016-03-11Rewrite capture of window decorations using the window driver approach.Manolo Gouy