summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-17Update bundled zlib to version 1.2.13 (13 oct 2022)ManoloFLTK
2023-01-16Fix shared library build on Solaris as requested by STR 3378Albrecht Schlosser
2023-01-16Wayland menus: support tall popup menu + Sway supportManoloFLTK
2023-01-16Wayland menus: support tall popup menuManoloFLTK
2023-01-16Remove DartConfig.cmake as requested by STR 2059Albrecht Schlosser
2023-01-16Improve examples/chart-simple demo programAlbrecht Schlosser
2023-01-16Fl_Chart: minor update and additional documentationAlbrecht Schlosser
2023-01-15Improve deriving from Fl_Chart (STR 2022)Albrecht Schlosser
2023-01-15Fix memory leak warnings by "binding" imagesAlbrecht Schlosser
2023-01-15Have files fl_attr.h and names.h visible by DoxygenManoloFLTK
2023-01-15Rename static member Fl_Wayland_Window_Driver::tall_popup to new_popupManoloFLTK
2023-01-14Add necessary initialisation in test/mandelbrotManoloFLTK
2023-01-14More for "undefined reference to png_init_filter_functions_vsx" (#652)ManoloFLTK
2023-01-14Extend commit a4b33f8 to other uses of function convert_crlf()ManoloFLTK
2023-01-14Fix "undefined reference to png_init_filter_functions_vsx" (#652)ManoloFLTK
2023-01-14Add missing initialisation after dynamic memory allocationManoloFLTK
2023-01-13Fix set_fonts() in Xlib/xft and Cairo Graphics_DriverAlbrecht Schlosser
2023-01-13Fix for "Rename Fl_X* Fl_Window::i private class member" (#223)ManoloFLTK
2023-01-13Wayland menus: add missing use of scaling factorManoloFLTK
2023-01-13Fix "alloc-dealloc-mismatch" in Fl_Native_File_Chooser_KdialogAlbrecht Schlosser
2023-01-13Wayland: Fix "heap-buffer-overflow" errorAlbrecht Schlosser
2023-01-13Improve debug output of Fl_StringAlbrecht Schlosser
2023-01-13 Fix for "Screen resolution change (win32)" (#651)ManoloFLTK
2023-01-12Wayland Fix "Error "heap-use-after-free" when scaling twice" (#650)ManoloFLTK
2023-01-12Improve "Implementation note about menu windows under Wayland"ManoloFLTK
2023-01-12Add Fl_Scheme_Choice to examples/tree-custom-draw-itemsAlbrecht Schlosser
2023-01-12Add Fl_Scheme_Choice widget and use it in test programsAlbrecht Schlosser
2023-01-12Add the initial version of class Fl_SchemeAlbrecht Schlosser
2023-01-12FLUID: Fix wrong use of `Fl_Scroll::position()`Matthias Melcher
2023-01-12New static member Fl_Window *Fl_Wayland_Window_Driver::previous_floatingtitleManoloFLTK
2023-01-12New static member bool Fl_Wayland_Window_Driver::tall_popupManoloFLTK
2023-01-12Remove repeated code in classes menuwindow and menutitleManoloFLTK
2023-01-12Remove useless #include directivesManoloFLTK
2023-01-12Simpler implementation of Fl_Window_Driver::scroll_to_selected_item()ManoloFLTK
2023-01-12Wayland menus: remove useless Fl_Window_Driver::extra_menutitle()ManoloFLTK
2023-01-12Fix buffer overflow in Fl_Tree_Item::show_self()Albrecht Schlosser
2023-01-11 Fix "Wayland: compilation warnings" (#649)ManoloFLTK
2023-01-11Fix "Long line crashes Fl_Hold_Browser" (#645)ManoloFLTK
2023-01-11Wayland: Further improved implementation of menu windowsManoloFLTK
2023-01-11Fix ";" inadvertently written ","ManoloFLTK
2023-01-11Fix "Compilation warning: 'NSOpenGLContext' on macOS 11" !#646)ManoloFLTK
2023-01-10Fix new warnings in CIMatthias Melcher
2023-01-10CI: Enable compiler warnings in CI builds (#648)Albrecht Schlosser
2023-01-10Fix compiler warning in test/tabsMatthias Melcher
2023-01-09Virtual member Fl_Window_Driver::makeWindow() now returns voidManoloFLTK
2023-01-09Wayland: Possibly better way to complete popup constructionManoloFLTK
2023-01-09 Doc only: fix for "Fl::awake() and Fl::add_timeout()" (#524)ManoloFLTK
2023-01-09Wayland: fix Fl::event_key(int)ManoloFLTK
2023-01-08FLUID: add drag'n'drop for images (#642)Matthias Melcher
2023-01-08Add new Fl_Rect::inset(lt,top,rt,bot) methodGreg Ercolano