| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-23 | Resize line sizes and widths dynamically in test/line_style_docs | Albrecht Schlosser | |
| Resize the window to see the effect: line sizes increase with the box size and become wider depending on the box size. Minimal line width of the "wide" lines has been changed from 4 to 5, maximal width is now 9. Distinct widths are { 5, 7, 8, 9 }. Note: the default (thin) line width is now 1 rather than 0 since the default 0 may render badly. Screenshot in documentation has been updated. | |||
| 2024-07-21 | Further removal of fl_line_style() asciiart (#1016) | Greg Ercolano | |
| 2024-07-21 | Update docs and screenshot for fl_line_style() (#1016) | Albrecht Schlosser | |
| As a follow-up to the discussion I used the posted screenshot demo (thanks to Greg), redesigned it using Fl_Grid, and added it as a new test program, including Makefiles and CMakeLists.txt. New file: test/line_style_docs.cxx to create screenshot. Note that the old test/line_style.cxx is not obsolete, it can be used to test the line styles interactively. Docs have been updated in both chapter "Drawing Things" and the function description. Also added the new demo to test/demo.menu under "Images for Manual...". | |||
| 2024-07-20 | fl_line_style() diagrams replace ascii art (#1016) | Greg Ercolano | |
| 2024-07-18 | Improve line style docs (#1016) | Greg Ercolano | |
| 2024-07-19 | Remove obsolete content in documentation of Fl_Gl_Window | ManoloFLTK | |
| see "About the documentation of OpenGL usage in FLTK" in fltk.coredev | |||
| 2024-06-28 | Update documentation | Albrecht Schlosser | |
| 2024-06-27 | Add "Color Contrast" section to "Drawing Things" docs | Albrecht Schlosser | |
| This section describes fl_contrast() and the related new methods. | |||
| 2024-06-01 | Reflect libdecor date in bundled-libs.dox | ManoloFLTK | |
| 2024-05-27 | Wayland documentation: more about opening display connection | ManoloFLTK | |
| 2024-05-22 | Wayland documentation: further details about throttling window redraws | ManoloFLTK | |
| 2024-05-21 | Beef up documentation about throttling window redraws under Wayland | ManoloFLTK | |
| 2024-05-13 | Update bundled libpng from 1.6.42 to 1.6.43 | Albrecht Schlosser | |
| 2024-05-13 | Documentation: add details about handling of FL_DND_RELEASE event | ManoloFLTK | |
| see also STR #3399. | |||
| 2024-05-11 | Wayland: call gtk_surface1_set_modal() of GTK Shell protocol for modal wins | ManoloFLTK | |
| This has the Mutter compositor open modal windows at the center of their parent window rather than at an unpredictable display position before this commit. | |||
| 2024-05-10 | Wayland documentation: improve layout | ManoloFLTK | |
| 2024-05-09 | Wayland documentation: improve "Input Methods" and various details | ManoloFLTK | |
| also fix typo mentionned -> mentioned | |||
| 2024-05-08 | Wayland documentation: beef up description of registry_handle_global() | ManoloFLTK | |
| 2024-05-07 | Extend some elements of the Wayland backend documentation file | ManoloFLTK | |
| 2024-04-27 | Documentation: minor formatting update | Albrecht Schlosser | |
| 2024-04-27 | Improve documentation (preface + intro) | Albrecht Schlosser | |
| Update particularly Windows (but also other) build instructions. | |||
| 2024-04-27 | Documentation: bundled libdecor symbols are pefixed by "fl_" | ManoloFLTK | |
| 2024-04-18 | Allow libdecor package version ≥ 0.2.0 with FLTK_USE_SYSTEM_LIBDECOR | ManoloFLTK | |
| 2024-04-17 | Fix dangling reference to FLUID docs. | Matthias Melcher | |
| 2024-04-17 | Separate FLUID user documentation, screen shot automation (#936) | Matthias Melcher | |
| * CMake integration, no autotiools * alignment panel is now correctly renamed to setting panel * source view is now correctly renamed to code view * Merge FLTK FLUID docs into FLUID user manual. * Add two simple entry tutorials * Remove FLUID chapter form FLTK docs. * GitHub action to generate HTML and PDF docs and make the available as artefacts | |||
| 2024-04-13 | Remove "MS" from "MS Windows" in docs code, and comments | Albrecht Schlosser | |
| The system (platform) is called "Windows", "MS Windows" doesn't make much sense. I removed "MS" for consistency. | |||
| 2024-03-15 | Have FLTK use libdecor at version > 0.2.2 | ManoloFLTK | |
| - it's no longer necessary to take care of the change in the layout of "struct libdecor" between versions ≤ 0.2.2 and > 0.2.2 of libdecor - version > 0.2.2 contains MR131, that is, it defines LIBDECOR_WINDOW_STATE_RESIZING so the hack to emulate it is no longer necessary - CMake option FLTK_USE_SYSTEM_LIBDECOR now requires libdecor version > 0.2.2 to be activated, otherwise the bundled libdecor is used - what will be the libdecor version after 0.2.2 (0.2.3? 0.3.0?) is not known as of today | |||
| 2024-03-13 | Update libdecor to upstream commit 4f2c03d5 - cont'd | ManoloFLTK | |
| 2024-03-12 | Update libdecor to upstream commit 09875530 dated March 3, 2024 | ManoloFLTK | |
| 2024-03-03 | Update doc about Ctrl/+/-/0/ zoom shortcuts | ManoloFLTK | |
| 2024-03-02 | Promote fl_strlcpy to <FL/fl_string_functions.h> | Matthias Melcher | |
| 2024-03-02 | Fix test/editor use of strncy to strlcpy | Matthias Melcher | |
| 2024-02-27 | Document GUI scaling shortcuts - cont'd | ManoloFLTK | |
| 2024-02-27 | Document how GUI scaling shortcuts FL_COMMAND/+/-/0/ work | ManoloFLTK | |
| Document also how to deactivate them. | |||
| 2024-02-17 | Update bundled libjpeg to version 9f | ManoloFLTK | |
| 2024-02-17 | Update bundled libpng to version 1.6.42 | ManoloFLTK | |
| 2024-02-17 | Update bundled zlib to version 1.3.1 | ManoloFLTK | |
| 2024-02-09 | Change parameters of Fl_Wayland_Window_Driver::delete_cursor() | ManoloFLTK | |
| 2024-02-07 | Introduce "Modern CMake" in FLTK | Albrecht Schlosser | |
| This is a big commit and there are too many changes to list them all. The main changes are: - rename all CMake build options to 'FLTK_*' - export library targets with namespace (prefix) 'fltk::' - standardize shared library target names with suffix '-shared' - set public build properties on libraries for consumers - document library names and aliases in README.CMake.txt - document changes in "Migrating Code from FLTK 1.3 to 1.4" - partial backwards compatibility for old user projects Included but not directly related changes: - fix Windows (Visual Studio) DLL build - add CMake function fl_debug_target() to show target properties - don't build test programs if FLTK is a subproject - internal: reformat CMake code: remove space before '(' Thanks to Matthias and Manolo for their help, testing, and feeback. | |||
| 2024-02-06 | Add dynamic title to test/editor | Matthias Melcher | |
| 2024-01-29 | RFC: Different approach to Editor tutorial (see #189) (#883) | Matthias Melcher | |
| Update test/editor code and tutorial (#189, #883) Different, sequential approach to Editor tutorial Co-authored-by: Albrecht Schlosser <albrechts.fltk@online.de> | |||
| 2024-01-18 | Create struct wl_callback_listener ↵ | ManoloFLTK | |
| *Fl_Wayland_Graphics_Driver::p_surface_frame_listener | |||
| 2024-01-18 | Wayland: throttle resize operations also for top-level GL windows | ManoloFLTK | |
| Member cb of struct wld_buffer is replaced by member frame_cb of struct wld_window. This allows frame_cb to be used both for non-GL and for top-level GL windows. | |||
| 2023-12-28 | Fix for bug in Mutter Wayland compositor (#878) - cont'd | ManoloFLTK | |
| Add more tests to do additional operations under stricter conditions | |||
| 2023-12-21 | Fix a typo, trailing whitespace, and dependencies | Albrecht Schlosser | |
| 2023-12-19 | Remove typos in the documentation of fl_x11_use_display() | ManoloFLTK | |
| 2023-12-19 | Procedure to instruct FLTK to use given X11 connexion (#149) | ManoloFLTK | |
| 2023-12-12 | Documentation: fix outdated statements of quantities being expressed in pixels | ManoloFLTK | |
| 2023-12-09 | Fl_Grid: Added show_grid(1) screenshot | Greg Ercolano | |
| 2023-12-09 | Complete and update documentation of Wayland buffers | ManoloFLTK | |
