summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-13CMake: Improve configuration summary, add fl_debug_pkg macroAlbrecht Schlosser
2022-03-13Remove unnecessary #include directivesManoloFLTK
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2022-03-10Document Fl::set_font(Fl_Font, const char *) with platform-specific details.ManoloFLTK
2022-03-10Fix for issue #404 about Fl::get_key(int).ManoloFLTK
2022-03-10Documentation: Wayland is for LINUX not for UNIX.ManoloFLTK
2022-03-10Begin documenting the Wayland platform, new in FLTK version 1.4ManoloFLTK
2022-03-10Restore building for X11 platform + Pango (issue #405).ManoloFLTK
2022-03-09CMake: Fix OpenGL3 examples libglew link order (#226)Albrecht Schlosser
2022-03-09Add safety check in Fl_Wayland_Window_Driver::label().ManoloFLTK
2022-03-09Fix changing decorated window title.ManoloFLTK
2022-03-09Small doc improvements for Fl_Tree_Item.Greg Ercolano
2022-03-09Move all font stuff to Fl_Cairo_Graphics_Driver from Fl_Wayland_Graphics_Driver.ManoloFLTK
2022-03-09Add necessary call to Fl_Cairo_Graphics_Driver::needs_commit_tag().ManoloFLTK
2022-03-08Fix doxygen warningAlbrecht Schlosser
2022-03-08Some reformatting and fix else reach in Fl_Cairo_Graphics_Driver::transformed...ManoloFLTK
2022-03-07Improve documentation on Fl_Menu_Item's and related methods (#332)Albrecht Schlosser
2022-03-07CMake/MinGW/MSYS2: fix building examples with libglew32 (#226)Albrecht Schlosser
2022-03-07Add missing member initialisation in Fl_Cairo_Graphics_Driver constructor.ManoloFLTK
2022-03-06Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_DriverManoloFLTK
2022-03-05Fix MSVC compiler warningAlbrecht Schlosser
2022-03-05Fix size_range() - continued (issue #392)Albrecht Schlosser
2022-03-05Rename Fl_wayland.cxx to fl_wayland_clipboard_dnd.cxxManoloFLTK
2022-03-05Wayland: fix configure-based buildManoloFLTK
2022-03-05Restore statement erroneously commented out.ManoloFLTK
2022-03-05Wayland: activate min window size to get feedback about impact on usersManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4 - continued.ManoloFLTK
2022-03-04Add build-wayland step to continuous integration.ManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK
2022-03-03Fix whitespace, update dependencies and fluid filesAlbrecht Schlosser
2022-03-03Fix for issue #401. No longer attempt to transiently inactivate the maximize ...ManoloFLTK
2022-03-01Simplify internal Fl_WinAPI_Window_Driver::fake_X_wm() methodAlbrecht Schlosser
2022-03-01Fix default size_range() calculation (issue #392, STR 3352)Albrecht Schlosser
2022-02-27macOS: add how to install autoconf without brewManoloFLTK
2022-02-26Fix Visual Studio build warnings in OpenGL graphics driverAlbrecht Schlosser
2022-02-26Fix Visual Studio build warningsAlbrecht Schlosser
2022-02-24Documentation: remove duplicate color nameAlbrecht Schlosser
2022-02-22X11: Disable "boxcheat" hackAlbrecht Schlosser
2022-02-21Update dependenciesAlbrecht Schlosser
2022-02-21Remove obsolete/disabled "boxcheat" codeAlbrecht Schlosser
2022-02-21Fix compiler warning [-Wunused-but-set-variable]Albrecht Schlosser
2022-02-21DOC: Provide a link to the "FLTK Standard Box Types" image (#397)Kevin Routley
2022-02-20Fluid: no grid on window resizing. (#399)Matthias Melcher
2022-02-20Fluid: fixed missing return value (#398)Matthias Melcher
2022-02-19Fix typos and copyrightAlbrecht Schlosser
2022-02-16Update copyright year of documentationAlbrecht Schlosser
2022-02-16Fix "fl_message_icon() regression" (#395)Albrecht Schlosser
2022-02-14Adding comments to recent Fluid changes.Matthias Melcher
2022-02-13Better Fluid Widget dimension controls (#394)Matthias Melcher
2022-02-13Fix documentation error in Fl_Tabs (#391)Kevin Routley