summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-23Remove unnecessary libEGL-devel Fedora package from requirements list.ManoloFLTK
2022-03-23Fix for issue #419: Wayland: scale/resize issue.ManoloFLTK
2022-03-22Restore CMake build with OPTION_USE_GL=0ManoloFLTK
2022-03-22Add support of configure --enable-wayland --disable-gl - Cont'd.ManoloFLTK
2022-03-22Add support of configure --enable-wayland --disable-glManoloFLTK
2022-03-22Restore building when HAVE_GL is 0ManoloFLTK
2022-03-22Add autoconf for configure-based builds.ManoloFLTK
2022-03-22Merge remote-tracking branch 'refs/remotes/origin/master'ManoloFLTK
2022-03-22Add Wayland build recipe for Fedora.ManoloFLTK
2022-03-21Fix driver definitions of vsnprintf() and vsscanf()Albrecht Schlosser
2022-03-21MSVC: use fl_snprintf() rather than snprintf()Albrecht Schlosser
2022-03-21Fix silly MSVC 2010 parser warningsAlbrecht Schlosser
2022-03-21Fix MSVC 2010 warning: using 'this' in initializer listAlbrecht Schlosser
2022-03-21Fix MSVC 2010 warning/error: declare variables in C earlyAlbrecht Schlosser
2022-03-21Avoid using same name (p) for distinct members of derived classes - cont'd.ManoloFLTK
2022-03-21Avoid using same name (p) for distinct members of derived classes.ManoloFLTK
2022-03-21Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.ManoloFLTK
2022-03-21Fix for issue #418 : some warnings about unused functions.ManoloFLTK
2022-03-21Issue #359 RFE: access the MacOS windowid .ManoloFLTK
2022-03-21Fix for issue #416: Fl_Xlib_Graphics_Driver_font_xft.cxx has a libasan error.ManoloFLTK
2022-03-21Remove unnecessary constructors.ManoloFLTK
2022-03-21Mention the new Wayland platform.ManoloFLTK
2022-03-20Improve documentation of Fl_Image::copy()Albrecht Schlosser
2022-03-20Fix Fl_Tiled_Image::copy(int W, int H)Albrecht Schlosser
2022-03-20Update description of Fl_Graphics_Driver class hierarchy.ManoloFLTK
2022-03-20Fix typo in comment.ManoloFLTK
2022-03-20Simpler updateTrackingAreas method of class FLView is enough.ManoloFLTK
2022-03-20 Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS.ManoloFLTK
2022-03-19Add missing initialization parts of Fl_SVG_ImageAlbrecht Schlosser
2022-03-19Restore default YES value for FLWindow releasedWhenClosed property.ManoloFLTK
2022-03-18Fix for issue #411: send FL_ENTER / FL_LEAVE events to Fl_Window objects.ManoloFLTK
2022-03-18More detailed doc of how to change the current drawing surface.ManoloFLTK
2022-03-17Improve handling of custom cursor by Wayland platform.ManoloFLTK
2022-03-16Add necessary #include <FL/platform.H> directive.ManoloFLTK
2022-03-16Remove typo in Fl_Wayland_Image_Surface_Driver.HManoloFLTK
2022-03-16Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window.ManoloFLTK
2022-03-15Fix for issue fltk#410 - continued.ManoloFLTK
2022-03-15Fix for issue #410ManoloFLTK
2022-03-14Move initialisation of X11 and Wayland built-in font names to fl_???_platform...ManoloFLTK
2022-03-14Add note that Wayland apps cannot be notified of clipboard changes.ManoloFLTK
2022-03-13CMake: Improve fltk-config generationAlbrecht Schlosser
2022-03-13Fix CMake version test in setup.cmakeAlbrecht Schlosser
2022-03-13CMake/Windows (MSVC): remove confusing CMake warningAlbrecht Schlosser
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