index
:
fltk.git
master
FLTK fork - X11-only C++ widget toolkit with hand-written Makefile
nobody
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-03-25
Update documentation and dependencies
Albrecht Schlosser
2022-03-25
CMake: add missing variable initialization
Albrecht Schlosser
2022-03-25
Remove documentation of non-existant function return values.
ManoloFLTK
2022-03-24
Remove platform-dependent type Fl_Bitmask (not in documented public API).
ManoloFLTK
2022-03-24
Merge remote-tracking branch 'refs/remotes/origin/master'
ManoloFLTK
2022-03-24
Remove useless virtual member function overrides.
ManoloFLTK
2022-03-23
Remove vsscanf_l() call from Win32 driver (it appears to be a BSD-ism and uns...
ian.macarthur
2022-03-23
Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eve...
ManoloFLTK
2022-03-23
Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...
ManoloFLTK
2022-03-23
Remove unnecessary libEGL-devel Fedora package from requirements list.
ManoloFLTK
2022-03-23
Fix for issue #419: Wayland: scale/resize issue.
ManoloFLTK
2022-03-22
Restore CMake build with OPTION_USE_GL=0
ManoloFLTK
2022-03-22
Add support of configure --enable-wayland --disable-gl - Cont'd.
ManoloFLTK
2022-03-22
Add support of configure --enable-wayland --disable-gl
ManoloFLTK
2022-03-22
Restore building when HAVE_GL is 0
ManoloFLTK
2022-03-22
Add autoconf for configure-based builds.
ManoloFLTK
2022-03-22
Merge remote-tracking branch 'refs/remotes/origin/master'
ManoloFLTK
2022-03-22
Add Wayland build recipe for Fedora.
ManoloFLTK
2022-03-21
Fix driver definitions of vsnprintf() and vsscanf()
Albrecht Schlosser
2022-03-21
MSVC: use fl_snprintf() rather than snprintf()
Albrecht Schlosser
2022-03-21
Fix silly MSVC 2010 parser warnings
Albrecht Schlosser
2022-03-21
Fix MSVC 2010 warning: using 'this' in initializer list
Albrecht Schlosser
2022-03-21
Fix MSVC 2010 warning/error: declare variables in C early
Albrecht Schlosser
2022-03-21
Avoid using same name (p) for distinct members of derived classes - cont'd.
ManoloFLTK
2022-03-21
Avoid using same name (p) for distinct members of derived classes.
ManoloFLTK
2022-03-21
Rename member Fl_Graphics_Driver::p to xpoint to avoid shadowing.
ManoloFLTK
2022-03-21
Fix for issue #418 : some warnings about unused functions.
ManoloFLTK
2022-03-21
Issue #359 RFE: access the MacOS windowid .
ManoloFLTK
2022-03-21
Fix for issue #416: Fl_Xlib_Graphics_Driver_font_xft.cxx has a libasan error.
ManoloFLTK
2022-03-21
Remove unnecessary constructors.
ManoloFLTK
2022-03-21
Mention the new Wayland platform.
ManoloFLTK
2022-03-20
Improve documentation of Fl_Image::copy()
Albrecht Schlosser
2022-03-20
Fix Fl_Tiled_Image::copy(int W, int H)
Albrecht Schlosser
2022-03-20
Update description of Fl_Graphics_Driver class hierarchy.
ManoloFLTK
2022-03-20
Fix typo in comment.
ManoloFLTK
2022-03-20
Simpler 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-19
Add missing initialization parts of Fl_SVG_Image
Albrecht Schlosser
2022-03-19
Restore default YES value for FLWindow releasedWhenClosed property.
ManoloFLTK
2022-03-18
Fix for issue #411: send FL_ENTER / FL_LEAVE events to Fl_Window objects.
ManoloFLTK
2022-03-18
More detailed doc of how to change the current drawing surface.
ManoloFLTK
2022-03-17
Improve handling of custom cursor by Wayland platform.
ManoloFLTK
2022-03-16
Add necessary #include <FL/platform.H> directive.
ManoloFLTK
2022-03-16
Remove typo in Fl_Wayland_Image_Surface_Driver.H
ManoloFLTK
2022-03-16
Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window.
ManoloFLTK
2022-03-15
Fix for issue fltk#410 - continued.
ManoloFLTK
2022-03-15
Fix for issue #410
ManoloFLTK
2022-03-14
Move initialisation of X11 and Wayland built-in font names to fl_???_platform...
ManoloFLTK
2022-03-14
Add note that Wayland apps cannot be notified of clipboard changes.
ManoloFLTK
2022-03-13
CMake: Improve fltk-config generation
Albrecht Schlosser
[next]