| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-14 | FLTK implementation of the "GTK Shell" Wayland protocol - cont'd | ManoloFLTK | |
| The loop over all libdecor-gtk decorations is now made using libdecor's data structures, rather than using FLTK's mapped window list. | |||
| 2023-12-13 | #840: Fixes fixed buffer size in Fl::args_to_utf8() | MatthiasWM | |
| 2023-12-13 | Fix X11 '_NET_ACTIVE_WINDOW' message (STR 3396) | Albrecht Schlosser | |
| Send a valid timestamp rather than 0. For details see STR 3396. | |||
| 2023-12-13 | #862: FLUID "Open FIle..." no longer closes current project... | Matthias Melcher | |
| ...when user cancels out of file choose | |||
| 2023-12-13 | #862: Removes default shortcut from Fl_Shortcut_Button | Matthias Melcher | |
| - the current UI for fallback/default/original shortcut was confusing, so I remove it until we find something better. I kept the values so we can reinstate a better interface without changing the API. | |||
| 2023-12-13 | Improve Fl_Tabs documentation (minor wording issue) | Albrecht Schlosser | |
| 2023-12-13 | FLTK implementation of the "GTK Shell" Wayland protocol - cont'd | ManoloFLTK | |
| The pointer_enter() function now checks that its non-FLTK wl_surface argument is the wl_surface of the titlebar of a GTK-decorated window. | |||
| 2023-12-13 | Allow walk while selection is being made | Greg Ercolano | |
| 2023-12-13 | macOS platform + GLUT: fix crash with glut_test - cont'd | ManoloFLTK | |
| 2023-12-13 | Wayland+GLUT: fix crash in glut_test application - cont'd | ManoloFLTK | |
| 2023-12-12 | Address hang in issue #866 | Greg Ercolano | |
| 2023-12-12 | #188: Fixes Fl_Shared_Image ref count and find op | Matthias Melcher | |
| - ported froward from 1.3.9 - fixes ref count for original and other images - fixes binary search issues | |||
| 2023-12-12 | #863: Fixes Fl_tile resize behavior when scaling window | Matthias Melcher | |
| 2023-12-12 | Wayland+GLUT: fix crash in glut_test application | ManoloFLTK | |
| 2023-12-12 | macOS platform + GLUT: fix crash with glut_test app | ManoloFLTK | |
| 2023-12-12 | Improve documentation of fl_strdup() | ManoloFLTK | |
| and add example of value of fl_mac_os_version. | |||
| 2023-12-12 | Documentation: fix outdated statements of quantities being expressed in pixels | ManoloFLTK | |
| 2023-12-12 | CMake: remove deprecated 'exec_program' from target 'uninstall' | Albrecht Schlosser | |
| 1. 'exec_program()' should be replaced with 'execute_process()'. Done. 2. 'cmake -E remove' is broken and deprecated since 3.17, hence we use 'cmake -E rm' (!) for CMake since 3.17 and 'cmake -E remove' only for older CMake versions. | |||
| 2023-12-10 | Documentation: Improve doc comment for ~Fl_Group | Kyriet | |
| 2023-12-10 | Replace wl_output_destroy() by wl_output_release() when possible | ManoloFLTK | |
| 2023-12-09 | Documentation: remove obsolete deprecation warning | Albrecht Schlosser | |
| This warning was only useful when we used Fl_String in our public interface which is no longer true. | |||
| 2023-12-09 | Fl_Grid: Added show_grid(1) screenshot | Greg Ercolano | |
| 2023-12-09 | Complete and update documentation of Wayland buffers | ManoloFLTK | |
| 2023-12-08 | Updated nmake build command in README | Greg Ercolano | |
| 2023-12-08 | Document FLTK implementation of the "GTK Shell" Wayland protocol | ManoloFLTK | |
| 2023-12-08 | #862: Fixes Fl_Shortut to swallow all FL_SHORCUT events if hot. | Matthias Melcher | |
| 2023-12-07 | Document Fl_Image_Surface::mask() with commented code example | ManoloFLTK | |
| 2023-12-07 | Update "Previous versions of bundled libraries" | ManoloFLTK | |
| 2023-12-07 | Remove "-mwindows" link option from CFLAGS and CXXFLAGS | ManoloFLTK | |
| 2023-12-07 | Remove unnecessary #include <linux/input.h> | ManoloFLTK | |
| 2023-12-06 | fluid: Clear button clears scroll history too | Greg Ercolano | |
| 2023-12-06 | Solve issue 856: manolo's parameter names | Greg Ercolano | |
| 2023-12-05 | Wayland: much lighter but partial implementation of the "GTK Shell" protocol | ManoloFLTK | |
| Only the middle-button click gesture is implemented which avoids interference with what libdecor does with right-click and double-click. | |||
| 2023-12-05 | #860: FLUID: Increments Shell history to 1000 lines | Matthias Melcher | |
| 2023-12-05 | #860: FLUID: Removes Group attributes from Fl_Terminal | Matthias Melcher | |
| 2023-12-05 | #856: FLUID: improved Declaration dialog | Matthias Melcher | |
| Also makes enum comment in Fl_File_Chooser.fl manageable. Not backward compatible: don't try to recreate the File Chooser with older FLUID versions. | |||
| 2023-12-05 | Remove remaining 'pronounced "fulltick"' statements | Albrecht Schlosser | |
| + fix source URL in fltk.spec.in + fix some typos | |||
| 2023-12-05 | Wayland+CMake: use set_source_files_properties() for libdecor - cont'd | ManoloFLTK | |
| 2023-12-05 | Wayland+CMake: use set_source_files_properties() for libdecor | ManoloFLTK | |
| 2023-12-04 | #859: FLUID: Improves widget class code formatting | Matthias Melcher | |
| - categorizes multiple comments before a widget class member correctly vs. before a widget member - reintrodues newline characters for comment preview in the widget browser | |||
| 2023-12-04 | Fix issue 854 - append_ansi() len fix | Greg Ercolano | |
| 2023-12-04 | FLUID: improves special handling of widget_class members | Matthias Melcher | |
| 2023-12-04 | Minor updates of bundled libraries and README.CMake.txt | Albrecht Schlosser | |
| Update Makefiles, CMakeLists.txt, improve formatting. | |||
| 2023-12-04 | Fix compiler warnings | Albrecht Schlosser | |
| fluid/code.cxx: unused variable src/drivers/Xlib/Fl_Xlib_Graphics_Driver_font_x.cxx: function may return address of local variable [-Wreturn-local-addr] | |||
| 2023-12-04 | #858: Fluid: removed duplicate and false code | Matthias Melcher | |
| 2023-12-04 | FLUID: Refactored writing escaped strings | Matthias Melcher | |
| 2023-12-04 | New member function Fl_Image_Surface::mask(Fl_RGB_Image*) | ManoloFLTK | |
| 2023-12-03 | Solves issue #856: improve Fl_File_Chooser enum docs | Greg Ercolano | |
| 2023-12-03 | CMake: Remove UseFLTK.cmake generation and usage | Albrecht Schlosser | |
| 2023-12-02 | Update nanosvg/README.txt to reflect recent changes | Albrecht Schlosser | |
