| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-12-26 | Wld: export only member functions for ./configure --enable-shared (#872) | ManoloFLTK | |
| 2023-12-23 | Improve docs and add two new Fl_Menu_Item methods (#875) | Albrecht Schlosser | |
| This addresses some issues pointed out by GitHub Issue #875. Documentation lacked details about Fl_Multi_Label assignment and correct memory handling. The new methods - Fl_Menu_Item::image_label(const Fl_Image *) and - Fl_Menu_Item::multi_label(const Fl_Multi_Label *) provide a cleaner interface to assign images and Fl_Multi_Label's to menu items. examples/howto-menu-with-images.cxx: carify some issues, fix leak, and use new Fl_Menu_Item::multi_label(const Fl_Multi_Label *). | |||
| 2023-12-23 | Fix memory free() mismatch (#875) | Albrecht Schlosser | |
| This issue was revealed during testing for GitHub Issue #875. "ERROR: AddressSanitizer: attempting free on address which was not malloc()-ed", reported by examples/howto-menu-with-images.cxx if the window object was released at the end of the program, causing Fl_Menu_::clear() to be called. The issue was caused by casting all supported label types to 'const char *' which are stored in Fl_Menu_Item::text and then trying to free() all text strings in Fl_Menu_::clear() under certain conditions. Now images and Fl_Multi_Label's are no longer (tried to be) free'd. | |||
| 2023-12-22 | A more cross-platform way to fix issue #876 | ManoloFLTK | |
| 2023-12-21 | Ensure that exporting 'fl_disable_wayland' works | Albrecht Schlosser | |
| ... with cmake_minimum_required(VERSION 3.4) or higher. This version sets CMP0065 to 'NEW' which by default inhibits exporting global symbols from executable programs. For details see CMake policy CMP0065 and README.Wayland.txt. | |||
| 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-20 | Update README.txt and CREDITS.txt | Albrecht Schlosser | |
| - README.txt: typos, names, FLTK URL and other minor changes - CREDITS.txt: update current maintainers, remove mail addresses | |||
| 2023-12-19 | Remove typos in the documentation of fl_x11_use_display() | ManoloFLTK | |
| 2023-12-19 | Fix typos, formatting, and text alignment in test/forms.cxx | Albrecht Schlosser | |
| no real code changes | |||
| 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-17 | Fix MSVC compiler warning | Albrecht Schlosser | |
| 2023-12-16 | #842: Enables command line color arguments on macOS | Matthias Melcher | |
| 2023-12-16 | #674: FLUID: Scrolls shell script terminal to the bottom on every run | Matthias Melcher | |
| 2023-12-16 | #832: FLUID: Improves widget browser output | 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 | STR#3283: Add new Fl_Table right-click popup menu example | Greg Ercolano | |
| 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 | Wayland+libdecor: iImprove fl_is_surface_gtk_titlebar() | ManoloFLTK | |
| 2023-12-15 | #840: Generously adds Fl::args_to_utf8() for MinGW support. | Matthias Melcher | |
| 2023-12-15 | #840: Fixes fixed buffer size in Fl::args_to_utf8() (fl_call_main) | MatthiasWM | |
| 2023-12-15 | #832: FLUID: Adds custom fonts and colors for widget browser. | Matthias Melcher | |
| 2023-12-15 | Some reorganization of fl_libdecor-plugins.c | ManoloFLTK | |
| 2023-12-14 | fix window titles for table examples | Greg Ercolano | |
| 2023-12-14 | FLUID: Adds image scaling to widget dialog | Matthias Melcher | |
| 2023-12-14 | FLUID: option to show terminal, clear terminal, and clear history | Matthias Melcher | |
| 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 | |
