summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-01-05Wayland: use modern approach to cursor shapes with the "Cursor shape" protocol.ManoloFLTK
2026-01-04Fix a possible popup menu crash event.Matthias Melcher
2026-01-04Windows: improve moving window across screens having distinct scale factors.ManoloFLTK
2026-01-04Add C++11 Fl_Valuator::format API.Matthias Melcher
2026-01-04Fix "Wayland's wl_display_dispatch() can block a Vulkan application" (#1354)ManoloFLTK
2026-01-03Update FLTK colormap (src/fl_cmap.h) w/o changing colorsAlbrecht Schlosser
2026-01-03Fix compilation error on Windows (MinGW)Albrecht Schlosser
2025-12-29Fix Fl_Pack to support more box types.Matthias Melcher
2025-12-25Add Fl_Scheme::plastic_color_average() method [#464]Albrecht Schlosser
2025-12-25Remove dead code from 'plastic' scheme implementationAlbrecht Schlosser
2025-12-25Fix doxygen warning (missing end quote)Albrecht Schlosser
2025-12-23Fix typos in documentation of FL_APP_ACTIVATEManoloFLTK
2025-12-22Wayland: Fix FL_APP_ACTIVATE with timer.Matthias Melcher
2025-12-22Wayland: fixes syntax errorsMatthias Melcher
2025-12-21Wayland: FL_APP_ACTIVATE and FL_APP_DEACTIVATEMatthias Melcher
2025-12-21Win32: Add FL_APP_ACTIVATE and DEACTIVATEMatthiasWM
2025-12-21MacOS: Add FL_APP_ACTIVATE and DEACTIVATE.Matthias Melcher
2025-12-21Win32: removed debugger messagesMatthiasWM
2025-12-21Win32: first commit for Pen driver (#1330)MatthiasWM
2025-12-21Win32: mergeMatthiasWM
2025-12-21Win32: Basic Pen driver setupMatthiasWM
2025-12-19Add Fl_Gl_Window 32 bit depth buffer option.Matthias Melcher
2025-12-16Remove typo in variable nameManoloFLTK
2025-12-15Windows: Fix "If app appears on non-active screen …, window resizes"- cont'...ManoloFLTK
2025-12-13Same change for all other platforms.Matthias Melcher
2025-12-13Fix overzealous C++11ification in Pen driver.Matthias Melcher
2025-12-13Windows: Fix "If app appears on non-active screen …, window resizes" (#259)ManoloFLTK
2025-12-12class Fl_Wayland_Screen_Driver: add initialisation of member variable xdg_wm_...ManoloFLTK
2025-12-10Add access to a list of registered plugin klasses.Matthias Melcher
2025-12-09Silence macOS (clang) compiler warningAlbrecht Schlosser
2025-12-08Wayland: add support of the "XDG dialog windows" protocolManoloFLTK
2025-12-08Improve documentation generation for older Doxygen versionsAlbrecht Schlosser
2025-12-06Fix doxygen warningsAlbrecht Schlosser
2025-12-06Wayland: remove memory access error while computing screen work areaManoloFLTK
2025-12-06Change arrow keys in log slider to even increments. #1232Matthias Melcher
2025-12-03Remove boxtype linke trick.Matthias Melcher
2025-12-01Fix more box drawing stuff - using Fl::box_bg(box())Albrecht Schlosser
2025-12-01Add background (`bg`) attribute to table of boxtypesAlbrecht Schlosser
2025-11-30Fix menu crash dereferencing nullptr (#1335)Matthias Melcher
2025-11-29Fluid: convert modal panels into tabs in the widget panel (#1339)Matthias Melcher
2025-11-29Wayland: remove code path that left workarea_xywh[*] unassigned (#1334)ManoloFLTK
2025-11-28Slight improvement of DnD support under WaylandManoloFLTK
2025-11-28Add method to list running timeouts (#1306).Matthias Melcher
2025-11-27Fix typo for all but macOSMatthias Melcher
2025-11-27Refactor pen interface into driver system.Matthias Melcher
2025-11-26Add initial log support for sliders (#1232).Matthias Melcher
2025-11-25Refactor large pulldown function into smaller functions.Matthias Melcher
2025-11-22Declutter draw and handle methods.Matthias Melcher
2025-11-21Additional menu code cleanup.Matthias Melcher
2025-11-21Fix a few more warnings by Clang.Matthias Melcher