| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-22 | A more cross-platform way to fix issue #876 | ManoloFLTK | |
| 2023-12-21 | Fix "Fl_Plugin_Manager::loadAll doesn't work correct" (#876) | ManoloFLTK | |
| 2023-12-21 | Fix "Fl_Input popup menu customize doesn't work" (#874) | ManoloFLTK | |
| 2023-12-21 | Fix "commit 96bacd3 may crash on X11" (#873) | ManoloFLTK | |
| 2023-12-21 | Fix a typo, trailing whitespace, and dependencies | Albrecht Schlosser | |
| 2023-12-20 | Restore "configure --enable-shared" under Linux (#872) | ManoloFLTK | |
| 2023-12-20 | Make the 'Forms' compatibility library 'fltk_forms' optional | Albrecht Schlosser | |
| This library is no longer needed in FLTK itself. There is only one demo program (test/forms.cxx) that uses it if it is built. The demo program displays a message if fltk_forms is not available. The default is 'enabled' for backwards compatibility but this may be changed to 'disabled' in a future version. | |||
| 2023-12-19 | Procedure to instruct FLTK to use given X11 connexion (#149) | ManoloFLTK | |
| 2023-12-18 | Fix issue #871 for html causing crashes | Greg Ercolano | |
| 2023-12-18 | Wayland: Menu items are accessible when mouse is over another win (#869) | ManoloFLTK | |
| 2023-12-16 | #842: Enables command line color arguments on macOS | Matthias Melcher | |
| 2023-12-16 | Small doc clarification | Greg Ercolano | |
| 2023-12-16 | Fixes fl_message_position for widgets and subwindows | Matthias Melcher | |
| - https://groups.google.com/d/msgid/fltkcoredev/902a753e-7430-4302-b384-c30c7d45e3bfn%40googlegroups.com. | |||
| 2023-12-16 | Adds mouse wheel input to Fl_Counter | Matthias Melcher | |
| 2023-12-16 | #868: Suppress warning about unused private members of Fl_Shortcut_Button | Matthias Melcher | |
| 2023-12-16 | Fix memory leak in Fl_Terminal (#867) | Albrecht Schlosser | |
| 2023-12-15 | Fix C++ comments in C file | Albrecht Schlosser | |
| 2023-12-15 | #840: Fixes fixed buffer size in Fl::args_to_utf8() (fl_call_main) | MatthiasWM | |
| 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: 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 | 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-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-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-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 | #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 | 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 | Fix issue 854 - append_ansi() len fix | Greg Ercolano | |
| 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 | 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-02 | Improve contrast of check marks and radio buttons (#443) | Albrecht Schlosser | |
| - add fl_draw_radio(...) to standardize radio button drawing - src/Fl_Light_Button.cxx: use fl_contrast() to determine color of radio button and check (light) button check marks, and use new fl_draw_radio() method - src/Fl_Menu.cxx: same as src/Fl_Light_Button.cxx and use fl_draw_check() instead of "manually" drawing the check mark (forgotten in an earlier update) | |||
| 2023-12-02 | Wayland: make OPTION_USE_SYSTEM_LIBDECOR ON by default | ManoloFLTK | |
| This commit makes the default FLTK build setting use libdecor as packaged in Linux when the build system contains packages libdecor-0-dev and libdecor-0-plugin-1-gtk in version ≥ 0.2.0. Otherwise, FLTK uses the bundled version of libdecor. This includes situations where package libdecor-0-dev is present in an earlier version. | |||
| 2023-12-01 | Adds some possible NULL references and small fixes | Matthias Melcher | |
| 2023-12-01 | Fixes name conflict in X11 GL swap_interval | Matthias Melcher | |
| 2023-11-30 | Wayland: use GTK Shell also with system libdecor | ManoloFLTK | |
