summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-05-01Issue #438 : Wayland: Text drawing different from Xft version - cont'd.ManoloFLTK
2022-04-30 Fix for issue #438 : Wayland: Text drawing different from Xft version - cont'd.ManoloFLTK
2022-04-29Add explanatory comments about text size and vertical position.ManoloFLTK
2022-04-29 Fix for issue #438 : Wayland: Textdrawing different from Xft version.ManoloFLTK
2022-04-29Fix for issue #434 : Segfaults on macOS.ManoloFLTK
2022-04-25Create member function Fl_Cairo_Graphics_Driver::set_cairo()- cont'd.ManoloFLTK
2022-04-25Create member function Fl_Cairo_Graphics_Driver::set_cairo().ManoloFLTK
2022-04-23Create Fl_Cairo_Graphics_Driver::handle_dummy_cairo(cairo_t *cr).ManoloFLTK
2022-04-22Restore use of CMake OPTION_USE_SYSTEM_LIBDECORManoloFLTK
2022-04-21Avoid code duplication using os_create_anonymous_file() from libdecor.ManoloFLTK
2022-04-21Minor improvement of get_prog_name().ManoloFLTK
2022-04-20Improve docs of Fl_Image and related classes (#431)Albrecht Schlosser
2022-04-15Document how to set window icons under Wayland - cont'd.ManoloFLTK
2022-04-15Remove unimplemented window icon-related member functions and variables.ManoloFLTK
2022-04-15Fix documentation typoAlbrecht Schlosser
2022-04-15Clarify documentation of Fl_Image::copy() and more (#431)Albrecht Schlosser
2022-04-14Fix for issue #429 : Segfault with Ctrl+/- with current git versionManoloFLTK
2022-04-13Make Fl_Image::copy() 'const', including all derived classesAlbrecht Schlosser
2022-04-13Fix for issue #427 - continued.ManoloFLTK
2022-04-12Fix for issue #427: Problems with data_w, data_h, w, h of Fl_Image.ManoloFLTK
2022-04-12Modify test/cairo_test.cxx to show roles of OPTION_CAIRO and OPTION_CAIROEXT.ManoloFLTK
2022-04-10Fix for issue #426 - cont'd.ManoloFLTK
2022-04-08Fix for issue #426: "configure --enable-cairoext" flips display upside downManoloFLTK
2022-04-07Rename remaining FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXTAlbrecht Schlosser
2022-04-07Undo most of f6a93eb that was a bad move.ManoloFLTK
2022-04-07Fix build w/o XftAlbrecht Schlosser
2022-04-06Remove useless instructions.ManoloFLTK
2022-04-06Remove warnings: comparison of integer expressions of different signedness [-...ManoloFLTK
2022-04-05Fix for "Fl_Native_File_Chooser_GTK does not respect PREVIEW option" in fltk....ManoloFLTK
2022-04-04Catch also Fl_Posix_System_Driver after rename stat -> flstat in Fl_System_Dr...ManoloFLTK
2022-04-03Silence compiler warnings [-Wunused-but-set-variable]Albrecht Schlosser
2022-04-03Remove '#include <sys/stat.h>' from FL/platform_types.hAlbrecht Schlosser
2022-04-01Fl_Wayland_Window_Driver::scroll() when GUI scaling >= 2.ManoloFLTK
2022-04-01Merge remote-tracking branch 'refs/remotes/origin/master'ManoloFLTK
2022-04-01Fix regression introduced with d9a6ec8 visible in test/scroll.ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-31Add support of Fl_Region to the Cairo graphics driverManoloFLTK
2022-03-27Export fl_cmap to be able to build shared FLTK librariesAlbrecht Schlosser
2022-03-27Move src/cmap.cxx to util/cmap.cxx (utilities folder)Albrecht Schlosser
2022-03-27Wayland: replace public fl_event_time by static wld_event_time.ManoloFLTK
2022-03-26Add `const` to Fl_Image::fail() (PR #415)YX
2022-03-25Update documentation and dependenciesAlbrecht Schlosser
2022-03-25Remove documentation of non-existant function return values.ManoloFLTK
2022-03-24Remove platform-dependent type Fl_Bitmask (not in documented public API).ManoloFLTK
2022-03-24Merge remote-tracking branch 'refs/remotes/origin/master'ManoloFLTK
2022-03-24Remove useless virtual member function overrides.ManoloFLTK
2022-03-23Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...ian.macarthur
2022-03-23Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eve...ManoloFLTK
2022-03-23Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...ManoloFLTK
2022-03-23Fix for issue #419: Wayland: scale/resize issue.ManoloFLTK