summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
AgeCommit message (Expand)Author
46 hourswipmaxim nikonov
2025-11-16Refactor large static class Fl into an expandable namespace Fl (#1325)Matthias Melcher
2025-11-10Declare some methods of Fl_Window 'const'Albrecht Schlosser
2024-11-17Finish release 1.4.0Albrecht Schlosser
2024-11-01Wayland: Fix issue in maximization of a borderless window (#1099)ManoloFLTK
2024-08-27Adding horiizonatl and vertical label marginMatthias Melcher
2024-08-14Adding Fl_Widget::label_image_spacing() (#1039)Matthias Melcher
2024-06-02 Fix Child Windows under Wayland are clipped on resizing … (#987)ManoloFLTK
2024-05-26Adding new call `Fl_Window::get_size_range()`, #981Matthias Melcher
2024-04-29Fix potential NULL pointer dereferenceAlbrecht Schlosser
2024-03-03A window needs is_resizable() true to obey fullscreen() or maximize()ManoloFLTK
2024-02-07Fix Fl_Window::default_size_range() (#901)Albrecht Schlosser
2023-11-17Remove friend declaration from Fl_Window.H (see STR 3354)Albrecht Schlosser
2023-11-14Fix dependencies and whitespace issuesAlbrecht Schlosser
2023-11-05Add Fl_Window::maximize() and Fl_Window::un_maximize()ManoloFLTK
2023-09-29Draw parent window backdrop on Fl_Tabs (#718)Matthias Melcher
2023-06-28Clarify documentation of Fl_Window::size_range()Albrecht Schlosser
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
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