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
path:
root
/
libdecor
/
build
Age
Commit message (
Collapse
)
Author
2022-11-23
Don't build libdecor demos, add generated files to .gitignore
Albrecht Schlosser
1) We don't need to build the libdecor demo programs for FLTK. 2) The Wayland build process generates some source and header files in the main src/ directory. These files are now ignored by git.
2022-11-03
libdecor: update from source git repo (commit e87dcfda)
ManoloFLTK
This brings the GTK plugin inside the master libdecor git repo.
2022-09-26
Replace all calls to sprintf() by calls to snprintf().
ManoloFLTK
2022-08-31
Wayland platform: remove redirection of stderr.
ManoloFLTK
2022-06-06
Wayland under FreeBSD: use package evdev-proto which brings linux/input.h
ManoloFLTK
2022-05-27
libdecor - GTK plugin: pull upstream changes (0542faad - 21 may 2022).
ManoloFLTK
But keep FLTK changes.
2022-05-20
Fix default value of LIBDECOR_PLUGIN_DIR preprocessor variable.
ManoloFLTK
2022-05-19
Wayland platform: add support of FreeBSD version 13.1
ManoloFLTK
2022-04-22
Restore use of CMake OPTION_USE_SYSTEM_LIBDECOR
ManoloFLTK
2022-04-21
Avoid code duplication using os_create_anonymous_file() from libdecor.
ManoloFLTK
2022-03-22
Add support of configure --enable-wayland --disable-gl
ManoloFLTK
2022-03-04
Add the Wayland platform to FLTK 1.4
ManoloFLTK