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
/
fltk-options
Age
Commit message (
Expand
)
Author
2024-11-24
Improve output of 'fltk-options -h' and '-L*'
Albrecht Schlosser
2024-10-30
Improve layout of fltk-options
Albrecht Schlosser
2024-10-20
Make remaining 'XPM' images 'const'
Albrecht Schlosser
2024-10-15
Update or remove version numbers, update copyright years
Albrecht Schlosser
2024-08-10
Quote variables that may contain spaces in fltk-options/Makefile
Albrecht Schlosser
2024-04-22
Fix for Fl_Native_File_Chooser::filter_value() - cont'd (#899)
ManoloFLTK
2024-04-22
Fix: Fl_Native_File_Chooser::filter_value() [Kdialog] always returns 0 (#899)
ManoloFLTK
2024-03-19
Update dependencies, whitespace, and Fl_File_Chooser.cxx
Albrecht Schlosser
2024-03-02
fltk-options: enlarge text area for Linux fonts
Matthias Melcher
2024-03-02
Add OPTION_SIMPLE_ZOOM_SHORTCUT to fine tune zoom-in shortcut
ManoloFLTK
2024-02-14
CMake: fix installation on macOS
Albrecht Schlosser
2024-02-10
Modern CMake: export shared libraries and fltk-options
Albrecht Schlosser
2024-02-07
Introduce "Modern CMake" in FLTK
Albrecht Schlosser
2024-01-06
Remove Fl_Simple_Terminal (replaced by Fl_Terminal)
Albrecht Schlosser
2023-12-20
Make the 'Forms' compatibility library 'fltk_forms' optional
Albrecht Schlosser
2023-12-15
#840: Generously adds Fl::args_to_utf8() for MinGW support.
Matthias Melcher
2023-11-25
Adds `linespacing()` to `Fl_Browser_` and all derived widgets
Matthias Melcher
2023-11-15
CMake: Raise cmake_minimum_required from 3.12 to 3.15
Albrecht Schlosser
2023-04-13
Fix more compiler warnings (comma at end of enum)
Albrecht Schlosser
2023-03-09
CMake: build shared libs with OPTION_CAIROEXT (issue #250)
Albrecht Schlosser
2023-02-05
Give fluid and fltk-options their own .gitignore files
Albrecht Schlosser
2023-02-02
Fix position() methods that shadow Fl_Widget::position()
Matthias Melcher
2023-02-02
Update dependencies and fix whitespace errors
Albrecht Schlosser
2023-01-27
Fixes fltk-options setting wrong keys
Matthias Melcher
2023-01-23
STR 2639 Fixes Fl_Pack resize behaviour
Matthias Melcher
2023-01-21
Move global FLTK options into new app fltk-admin (#560)
Matthias Melcher