| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 3 days | wi[ | maxim nikonov | |
| 3 days | wip | maxim nikonov | |
| 3 days | wip: fork | maxim nikonov | |
| 2025-11-10 | Declare some methods of Fl_Window 'const' | Albrecht Schlosser | |
| These Fl_Window methods are 'const' but had not been declared 'const': - uchar get_size_range(...) const - int shown() const - const Fl_Image *shape() const - int screen_num() const - fl_uintptr_t os_id() const | |||
| 2025-08-22 | Fix typo in documentation | Albrecht Schlosser | |
| 2025-07-08 | Replace 'FL_OVERRIDE' with 'override' in public headers | Albrecht Schlosser | |
| ... except FL/fl_attr.h where FL_OVERRIDE is #define'd | |||
| 2025-05-14 | Fl_Window::free_position() must not be deprecated | Albrecht Schlosser | |
| This method was erroneously declared 'deprecated' in previous versions. However, this method is public and calls the *protected* method Fl_Window::force_position(). Therefore it is kept as a regular public method. | |||
| 2024-11-01 | Wayland: Fix issue in maximization of a borderless window (#1099) | ManoloFLTK | |
| Also fixes scenarios mixing fullscreen and maximization: - maximize - set fullscreen - unset fullscreen - un-maximize with and without window border. | |||
| 2024-10-30 | Make Fl_Window::flush() public for consistency with subclasses | Albrecht Schlosser | |
| ... as discussed on fltk.general recently Note: this method was already public in all subclasses of Fl_Window. | |||
| 2024-06-21 | Remove trailing whitespace | Albrecht Schlosser | |
| no code changes | |||
| 2024-06-03 | Document how to control window location in screen under Wayland | ManoloFLTK | |
| 2024-06-02 | Fix Child Windows under Wayland are clipped on resizing … (#987) | ManoloFLTK | |
| 2024-05-26 | Adding new call `Fl_Window::get_size_range()`, #981 | Matthias Melcher | |
| 2023-11-17 | Remove friend declaration from Fl_Window.H (see STR 3354) | Albrecht Schlosser | |
| Although this was not strictly necessary I decided to implement the proposed patch, but in a slightly different way. This adds a static public method for internal use only but it wouldn't do any harm if a user called it. | |||
| 2023-11-14 | Fix dependencies and whitespace issues | Albrecht Schlosser | |
| 2023-11-05 | Add Fl_Window::maximize() and Fl_Window::un_maximize() | ManoloFLTK | |
| 2023-10-13 | Fix trailing whitespace and dependencies | Albrecht Schlosser | |
| 2023-09-29 | Draw parent window backdrop on Fl_Tabs (#718) | Matthias Melcher | |
| 2023-07-14 | Documentation: screenshot updates | Matthias Melcher | |
| 2023-07-14 | Documentation: correct spelling errors | ManoloFLTK | |
| 2023-07-13 | Documentation: details about how to position a window in screens | ManoloFLTK | |
| 2023-03-18 | Fix and update alignment #346 (#701) | Matthias Melcher | |
| * interactive layout alignment rewritten * interface for new alignment rules * new alignment dialog box * user defined layout rules added * layout rules can be stored in projects, settings, and external files * Valgrind verification | |||
| 2023-03-13 | Wayland: add support for multiple high or low DPI displays | ManoloFLTK | |
| 2023-02-05 | Better document Fl_Window::show(int, char**) | ManoloFLTK | |
| This removes one \todo. | |||
| 2023-01-13 | Fix for "Rename Fl_X* Fl_Window::i private class member" (#223) | ManoloFLTK | |
| 2023-01-05 | Add close buttons for individual tabs in Fl_Tabs (#628) | Matthias Melcher | |
| Add close buttons for Fl_Tabs Introducing callback reasons FLUID shows all FL_WHEN_... options Adding Fl_Tabs overflow types Improved test/tabs to show new features | |||
| 2022-12-30 | Use `FL_OVERRIDE` for all overridden virtual methods (#611) | Matthias Melcher | |
| FL_OVERRIDE is defined as `override` for C++11 and higher FL_OVERRIDE is defined as `override` for VisualC 2015 and newer Don't interfere with Fl_Widget::override() | |||
| 2022-11-01 | Fix trailing whitespace | Albrecht Schlosser | |
| 2022-10-06 | Make Windows-specific HICON-using functions visible in doc. | ManoloFLTK | |
| 2022-03-21 | Issue #359 RFE: access the MacOS windowid . | ManoloFLTK | |
| 2022-03-03 | Fix whitespace, update dependencies and fluid files | Albrecht Schlosser | |
| 2022-03-01 | Fix default size_range() calculation (issue #392, STR 3352) | Albrecht Schlosser | |
| 2022-02-08 | More detailed doc of Fl_Window::decorated_h() for X11 platform. | ManoloFLTK | |
| 2022-02-07 | Add note about use of Fl_Window::decorated_h() under the X11 platform. | ManoloFLTK | |
| 2021-03-21 | Remove unnecessary system includes from public headers | Albrecht Schlosser | |
| Add includes of system headers in the implementation files where necessary. | |||
| 2020-09-09 | More detailed doc of Fl_Window::decorated_w() and decorated_h(). | ManoloFLTK | |
| 2020-08-14 | Add Fl_Window::screen_num(int) to fully control window location | ManoloFLTK | |
| on multi-screen systems having distinct per-screen scaling factors. | |||
| 2020-07-12 | Update Fl_Window docs, fix typos | Albrecht Schlosser | |
| No source code changes | |||
| 2020-07-06 | Remove $Id$ tags, update URL's, and more | Albrecht Schlosser | |
| - remove obsolete svn '$Id$' tags from all source files - update .fl files and generated files accordingly - replace 'http://www.fltk.org' URL's with 'https://...' - replace bug report URL 'str.php' with 'bugs.php' - remove trailing whitespace - fix other whitespace errors flagged by Git - add and/or fix missing or wrong standard headers - convert tabs to spaces in all source files The only relevant code changes are in the fluid/ folder where some .fl files and other source files were used to generate the '$Id' headers and footers. | |||
| 2020-05-08 | Replace Fl_Window_Driver::is_a_rescale() by Fl_Window::is_a_rescale() | ManoloFLTK | |
| so it can be called by any user code. | |||
| 2019-05-09 | Fix Doxygen doc of Fl_Window::border(int) and border() | ManoloFLTK | |
| 2019-02-23 | New member function const Fl_Image* Fl_Window::shape() replaces int ↵ | ManoloFLTK | |
| Fl_Window::is_shaped() The new function allows to get the window's shaping image and delete it after use, if appropriate. | |||
| 2018-05-22 | Add Fl::screen_scale(int) function to get the scaling factor value of a screen. | Manolo Gouy | |
| This allows to keep class Fl_Screen_Driver away from the public API. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12926 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2018-05-12 | Remove public member function Fl_Window_Driver *Fl_Window::driver() so class ↵ | Manolo Gouy | |
| Fl_Window_Driver is not in FLTK public API. This function is replaced by static Fl_Window_Driver* Fl_Window_Driver::(const Fl_Window *win). The purpose is to have class Fl_Window_Driver outside from FLTK ABI. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12915 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2018-03-10 | Android: crude graphics clipping | Matthias Melcher | |
| git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12726 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2018-02-09 | Replace "WIN32" with "_WIN32" or "Windows". | Albrecht Schlosser | |
| Replace compiler/preprocessor/platform macro "WIN32" with "_WIN32". Replace "WIN32" in text and documentation with "Windows". Replace "MSWindows" with "Windows". To do: README.Windows.txt (and maybe other documentation as well) needs updates. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12655 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2017-12-29 | Remove 'friend class Fl_PicoSDL_Window_Driver' from Fl_Window.H | Manolo Gouy | |
| git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12615 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2017-12-29 | Definition of class Fl_Window: use 'private:' more accurately | Manolo Gouy | |
| git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12614 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2017-06-16 | Allow calling Fl_Window::decorated_w() with const Fl_Window object and also ↵ | Manolo Gouy | |
| for decorated_h. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12262 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
| 2016-04-16 | Continue removing non window-related member-functions from class Fl_X. | Manolo Gouy | |
| git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11632 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 | |||
