summaryrefslogtreecommitdiff
path: root/FL
AgeCommit message (Expand)Author
2024-07-07X11: fix extraneous (undefined) event state bitsAlbrecht Schlosser
2024-07-04New Wayland-specific function: int fl_wl_buffer_scale(Fl_Window *)ManoloFLTK
2024-07-01Wayland: fix interactive moving and resizing of a subwindow - cont'd (#987)ManoloFLTK
2024-07-01Documentation: remove implication of concave 3 sided polygons existence (#1000)Cyprinus Carpio
2024-06-30Fl_Tree +/- buttons are no longer drawn using bitmaps, different default line...Cyprinus Carpio
2024-06-29Wayland: fix interactive moving and resizing of a subwindow - cont'd (#987)ManoloFLTK
2024-06-26More copyright updates (#978)Greg Ercolano
2024-06-26Fix Fl_Input_Choice vs Fl_Choice drawing issues (#978)Greg Ercolano
2024-06-23 Fix for "Fl_Pack should override clear() to set resizable(0)" (#993)ManoloFLTK
2024-06-21Remove trailing whitespaceAlbrecht Schlosser
2024-06-21Add Fl::remove_next_timeout(...) to remove only one timeout (#992)Albrecht Schlosser
2024-06-14macOS 15.0 Sequoia: fix capture of window titlebarsManoloFLTK
2024-06-03Document how to control window location in screen under WaylandManoloFLTK
2024-06-02 Fix Child Windows under Wayland are clipped on resizing … (#987)ManoloFLTK
2024-05-30Fix typo in doc of Fl_Double_Window::as_double_window()ManoloFLTK
2024-05-26Adding new call `Fl_Window::get_size_range()`, #981Matthias Melcher
2024-05-17Improve fl_contrast() functionality and documentationAlbrecht Schlosser
2024-05-15Change member function args to Fl_Menu_Bar::play_menu(const Fl_Menu_Item *)ManoloFLTK
2024-05-14 New member function Fl_Menu_Bar::play_menu(const char *title)ManoloFLTK
2024-05-13Remove change erroneously committed at 4eb98c0ManoloFLTK
2024-05-13Fl_Menu_Bar: document how to programmatically open menu from menubarManoloFLTK
2024-05-11Enable suppression of "deprecated" warnings (FL_NO_DEPRECATE)Albrecht Schlosser
2024-05-08Have menu items drawn with same colors in all platforms (#969)ManoloFLTK
2024-04-30Implement and document new class Fl_PDF_File_SurfaceManoloFLTK
2024-04-26Box types can now defined and draw their own focus frame, STR 2145, #659Matthias Melcher
2024-04-22 Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899)ManoloFLTK
2024-04-22 Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)ManoloFLTK
2024-04-18Fix potential compiler warnings in public headers [-Wshadow]Albrecht Schlosser
2024-04-17Fix 'int Fl_Menu_::value()' if item is in a submenu (STR 3241)Albrecht Schlosser
2024-04-14Add example to fl_arc docs.Matthias Melcher
2024-04-09Fix Fl_Terminal::handle_unknown_char() for plot_char() (#948)Albrecht Schlosser
2024-04-06Rename putchar() to plot_char() (#944)Greg Ercolano
2024-04-05Fix documentation example of the FL_FUNCTION_CALLBACK_#() macroManoloFLTK
2024-04-04Fix compiler warning, part 2 of #946Albrecht Schlosser
2024-04-04Fix compiler warning, part 1 of #946Albrecht Schlosser
2024-04-02Improve support for NetBSD (#944)Albrecht Schlosser
2024-03-20Use type cairo_region_t* for Fl_Region under Wayland platformManoloFLTK
2024-03-19Update dependencies, whitespace, and Fl_File_Chooser.cxxAlbrecht Schlosser
2024-03-18Add more public accessor methods to Fl_Grid (#937)Albrecht Schlosser
2024-03-15Fix a bunch of compiler warnings, particularly for old compilersAlbrecht Schlosser
2024-03-12Make Fl_Terminal selection_text() methods publicGreg Ercolano
2024-03-09Add key name FL_Alt_Gr for AltGr on international keyboardsAlbrecht Schlosser
2024-03-06Add horizontal scrollbar to Terminal widget (#928)Albrecht Schlosser
2024-03-03Update doc about Ctrl/+/-/0/ zoom shortcutsManoloFLTK
2024-03-02Added Fl_Terminal::text() and docsGreg Ercolano
2024-03-02Promote fl_strlcpy to <FL/fl_string_functions.h>Matthias Melcher
2024-03-02Add OPTION_SIMPLE_ZOOM_SHORTCUT to fine tune zoom-in shortcutManoloFLTK
2024-02-27Improve prioritization of event handlers added at open display timeManoloFLTK
2024-02-21 Fix: fl_height(int, int) decreases the font size after each call (#915)ManoloFLTK
2024-02-18Fix Terminal character position and add word selection (#906)Matthias Melcher