9641 Commits (d83d89679beb0d92b140684230936d264a182679)
 

Author SHA1 Message Date
ian.macarthur 29c6d6c679 Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and unsupported by the MS tools) and rename several clocale specific methods from "name" to "vname" since they take a va_list not a variable list of arguments. 3 years ago
ManoloFLTK 54ecae9bda Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eventually fl_window. 3 years ago
ManoloFLTK 2d71a95b5d Wayland: replace global fl_display by function struct wl_display *fl_wl_display(). 3 years ago
ManoloFLTK 4c854dbbc3 Remove unnecessary libEGL-devel Fedora package from requirements list. 3 years ago
ManoloFLTK 26a78c4992 Fix for issue #419: Wayland: scale/resize issue. 3 years ago
ManoloFLTK 52015f2a26 Restore CMake build with OPTION_USE_GL=0 3 years ago
ManoloFLTK da5efb95d5 Add support of configure --enable-wayland --disable-gl - Cont'd. 3 years ago
ManoloFLTK 7432079632 Add support of configure --enable-wayland --disable-gl 3 years ago
ManoloFLTK 61d72c76d2 Restore building when HAVE_GL is 0 3 years ago
ManoloFLTK 94d2f81daa Add autoconf for configure-based builds. 3 years ago
ManoloFLTK 6cc394a39e Merge remote-tracking branch 'refs/remotes/origin/master' 3 years ago
ManoloFLTK ffbc66321c Add Wayland build recipe for Fedora. 3 years ago
Albrecht Schlosser f1b00c6637 Fix driver definitions of vsnprintf() and vsscanf() 3 years ago
Albrecht Schlosser 34b89f8466 MSVC: use fl_snprintf() rather than snprintf() 3 years ago
Albrecht Schlosser fa84b58cd5 Fix silly MSVC 2010 parser warnings 3 years ago
Albrecht Schlosser 35c212ef3b Fix MSVC 2010 warning: using 'this' in initializer list 3 years ago
Albrecht Schlosser 9e16f3439e Fix MSVC 2010 warning/error: declare variables in C early 3 years ago
ManoloFLTK ff4cf80891 Avoid using same name (p) for distinct members of derived classes - cont'd. 3 years ago
ManoloFLTK d87b62ea69 Avoid using same name (p) for distinct members of derived classes. 3 years ago
ManoloFLTK bf5b902180 Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing. 3 years ago
ManoloFLTK 49dae86edf Fix for issue #418 : some warnings about unused functions. 3 years ago
ManoloFLTK a9412b41bb Issue #359 RFE: access the MacOS windowid . 3 years ago
ManoloFLTK 7e76929aff Fix for issue #416: Fl_Xlib_Graphics_Driver_font_xft.cxx has a libasan error. 3 years ago
ManoloFLTK 19439e8e0a Remove unnecessary constructors. 3 years ago
ManoloFLTK 2c706838a6 Mention the new Wayland platform. 3 years ago
Albrecht Schlosser 4bcd5c467b Improve documentation of Fl_Image::copy() 3 years ago
Albrecht Schlosser 7758020edb Fix Fl_Tiled_Image::copy(int W, int H) 3 years ago
ManoloFLTK 791fc7d6eb Update description of Fl_Graphics_Driver class hierarchy. 3 years ago
ManoloFLTK a2229c8b6b Fix typo in comment. 3 years ago
ManoloFLTK bc606cce57 Simpler updateTrackingAreas method of class FLView is enough. 3 years ago
ManoloFLTK f5628aa66d Fix issue #413: Commit 29d9e31 creates memory handling problem under macOS. 3 years ago
Albrecht Schlosser 733ffed630 Add missing initialization parts of Fl_SVG_Image 3 years ago
ManoloFLTK 5884d37ee8 Restore default YES value for FLWindow releasedWhenClosed property. 3 years ago
ManoloFLTK aa955812f9 Fix for issue #411: send FL_ENTER / FL_LEAVE events to Fl_Window objects. 3 years ago
ManoloFLTK ace51a4b8d More detailed doc of how to change the current drawing surface. 3 years ago
ManoloFLTK 618eb8f105 Improve handling of custom cursor by Wayland platform. 3 years ago
ManoloFLTK b12ec7d75e Add necessary #include <FL/platform.H> directive. 3 years ago
ManoloFLTK 8bfb0aa75c Remove typo in Fl_Wayland_Image_Surface_Driver.H 3 years ago
ManoloFLTK 6235abf79d Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window. 3 years ago
ManoloFLTK 576fbcde53 Fix for issue fltk#410 - continued. 3 years ago
ManoloFLTK 7f5ce4d7a9 Fix for issue #410 3 years ago
ManoloFLTK 2d833a54fd Move initialisation of X11 and Wayland built-in font names to fl_???_platform_init.cxx 3 years ago
ManoloFLTK 4966107238 Add note that Wayland apps cannot be notified of clipboard changes. 3 years ago
Albrecht Schlosser 59e028a3a7 CMake: Improve fltk-config generation 3 years ago
Albrecht Schlosser 14e1954859 Fix CMake version test in setup.cmake 3 years ago
Albrecht Schlosser 5fd182ee50 CMake/Windows (MSVC): remove confusing CMake warning 3 years ago
Albrecht Schlosser bed6027cf0 CMake: Improve configuration summary, add fl_debug_pkg macro 3 years ago
ManoloFLTK 2500899b09 Remove unnecessary #include directives 3 years ago
ManoloFLTK b549cfaaea Separate platform init functions from platform-specific driver files 3 years ago
ManoloFLTK e8461a6191 Document Fl::set_font(Fl_Font, const char *) with platform-specific details. 3 years ago