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
2024-03-24
CMake for macOS platform: improve handling of -framework link arguments
ManoloFLTK
2024-03-24
Replace lround() calls by round() calls in class Fl_Anim_GIF_Image (#942)
ManoloFLTK
2024-03-24
Remove duplicated #include <config.h> directive
ManoloFLTK
2024-03-23
macOS: remove deprecated use of property allowedFileTypes in class NSSavePanel
ManoloFLTK
2024-03-23
Add necessary #include <config.h> directives
ManoloFLTK
2024-03-22
Fix "Support for AIX" (#942)
Albrecht Schlosser
2024-03-22
Add comments giving cairo version required for each cairo call if > 1.0
ManoloFLTK
2024-03-21
Remove "-no-pie" link option also from configure-based builds
ManoloFLTK
2024-03-21
CMake: Remove "-no-pie" build option
Albrecht Schlosser
2024-03-20
Remove unused macro definitions
ManoloFLTK
2024-03-20
Add missing include file (#939)
Albrecht Schlosser
2024-03-20
Add configure option to build tests only on request (#940)
Albrecht Schlosser
2024-03-20
Add compile-time check of required minimum cairo version
ManoloFLTK
2024-03-20
Use type cairo_region_t* for Fl_Region under Wayland platform
ManoloFLTK
2024-03-19
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Albrecht Schlosser
2024-03-19
Document fl_close_display()
ManoloFLTK
2024-03-18
Fix "Support for HP-UX" (#937)
Albrecht Schlosser
2024-03-18
Add more public accessor methods to Fl_Grid (#937)
Albrecht Schlosser
2024-03-18
Fix name clash on some systems (#937)
Albrecht Schlosser
2024-03-18
CMake: formatting only
Albrecht Schlosser
2024-03-18
Replace setenv() with putenv() on old systems (+937)
Albrecht Schlosser
2024-03-18
Move nanosvg to a separate file, don't use 'roundf()' (#937)
Albrecht Schlosser
2024-03-18
Fix VS compiler warning, write "copied" message to tty
Albrecht Schlosser
2024-03-18
Fix a Visual Studio compiler warning
Albrecht Schlosser
2024-03-18
native-filechooser has preview panel with FLTK_USE_X11 and macOS
ManoloFLTK
2024-03-18
Fl_Native_File_Chooser_GTK: improve preview of text files on HiDPI
ManoloFLTK
2024-03-18
CHANGES.txt: mention new Fl_terminal widget
ManoloFLTK
2024-03-18
Restore building on old Linux/Unix systems lacking Xutf8LookupString()
ManoloFLTK
2024-03-18
Fix "FLTK on NetBSD very slow on X11 with Unicode locale" (#935)
ManoloFLTK
2024-03-17
Simplify examples/CMakeLists.txt (libcairo linkage)
Albrecht Schlosser
2024-03-16
Improve linking of test/cairo_test.cxx demo program
Albrecht Schlosser
2024-03-16
Fix memory leak in Fl_X11_Screen_Driver.cxx (#934)
Albrecht Schlosser
2024-03-16
Create enum Fl_Wayland_Screen_Driver::cursor_shapes
ManoloFLTK
2024-03-15
Fix a bunch of compiler warnings, particularly for old compilers
Albrecht Schlosser
2024-03-15
STR 3489: fix alpha blending for X11
Matthias Melcher
2024-03-15
Have FLTK use libdecor at version > 0.2.2
ManoloFLTK
2024-03-14
Update documentation, remove/edit explicit FLTK versions
Albrecht Schlosser
2024-03-13
Remove compilation warning "enumeration value ‘NONE’ not handled in switch"
ManoloFLTK
2024-03-13
To support difference in struct libdecor between built-in and system
ManoloFLTK
2024-03-13
Improve Fl_Wayland_Screen_Driver::base_scale(int)
ManoloFLTK
2024-03-13
Add details when FLTK_BACKEND_X11=off is used
ManoloFLTK
2024-03-13
Update libdecor to upstream commit 4f2c03d5 - cont'd
ManoloFLTK
2024-03-13
Update libdecor to upstream commit 4f2c03d5 dated March 4, 2024
ManoloFLTK
2024-03-13
Remove useless X11 libraries when building with -DFLTK_BACKEND_X11=0
ManoloFLTK
2024-03-13
CMake-based build under Linux shows whether X11 is used
ManoloFLTK
2024-03-13
Allow CMake-based build with -DFLTK_BACKEND_X11=0 under Linux/Unix
ManoloFLTK
2024-03-12
Improve keyboard event test program: add copy button
Albrecht Schlosser
2024-03-12
Fix compilation errors under Ubuntu 20.04
ManoloFLTK
2024-03-12
Fix several compiler warnings
Albrecht Schlosser
2024-03-12
Make Fl_Terminal selection_text() methods public
Greg Ercolano
[next]