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
/
src
Age
Commit message (
Expand
)
Author
2025-03-07
Replce Fl_String in Fluid with std::string.
Matthias Melcher
2025-03-07
Fl_String is now just an alias for std::string.
Matthias Melcher
2025-03-06
Fl_Group: convert array of children to std::vector
Albrecht Schlosser
2025-03-06
Update version numbers to 1.5.0
Albrecht Schlosser
2025-03-06
Remove autotools (configure/make) support
Albrecht Schlosser
2025-03-04
Fix "Windows: dotted lines may be drawn solid when GUI is rescaled" (#1214)
ManoloFLTK
2025-02-24
Remove deprecated, commented-out code.
ManoloFLTK
2025-02-22
Fix "Fl_RGB_Image::draw() seg faults when offset is too big" - cont'd (#1211)
ManoloFLTK
2025-02-22
Fix "Fl_RGB_Image::draw() seg faults when offset is too big" (#1211)
ManoloFLTK
2025-02-21
Fix "Wayland: resizing window may crash the program" (#1210)
ManoloFLTK
2025-02-21
Update dependencies
Albrecht Schlosser
2025-02-21
Bump version numbers to 1.4.2
Albrecht Schlosser
2025-02-21
Fix copyright, a typo, and remaining casts (#1207)
Albrecht Schlosser
2025-02-20
Fix "Fl_JPEG_Image infinite longjmp loop on Mac release builds" (#1207)
ManoloFLTK
2025-02-08
Make Fl_Cocoa_Gl_Window_Driver::capture_gl_rectangle() return a depth-4 image
ManoloFLTK
2025-02-06
fix macOS Sonoma/Sequoia not capturing OpenGL text on macOS - cont'd (#1197
ManoloFLTK
2025-02-06
fix "macOS Sonoma/Sequoia not capturing OpenGL 1 text on macOS" (#1197)
ManoloFLTK
2025-02-05
macOS: restore building with SDK versions between 10.7 and 10.11
ManoloFLTK
2025-02-05
Fix typos and trailing whitespace
Albrecht Schlosser
2025-02-04
macOS: fix when fullscreen window looses and regains focus with SDK 10.6 (#1192)
ManoloFLTK
2025-02-03
macOS: Restore fullscreen window mode when using SDK < 10.7 (#1192)
ManoloFLTK
2025-02-03
macOS: fix transition from single-screen fullscreen to "All Screens" fullscreen
ManoloFLTK
2025-02-03
Avoid code repetitions among Fl_{X11_}Window_Driver::{un_}maximize() functions
ManoloFLTK
2025-02-01
Fix potential buffer overflow in Fl_Help_View (#1196)
Albrecht Schlosser
2025-01-30
macOS: add support of showing window to multi-screen fullscreen state
ManoloFLTK
2025-01-30
macOS: Fix "Full screen broken on macOS in FLTK 1.3.10 (regression)" (#1192)
ManoloFLTK
2025-01-27
CMake: fix include directories of bundled image libs
Albrecht Schlosser
2025-01-26
Refrain static function capture_decorated_window_SCK() from capturing the cursor
ManoloFLTK
2025-01-24
Same effect as a49b5ea with less lines of code
ManoloFLTK
2025-01-24
Fix "Wayland: redrawing of a surface may fail if a subsurface is being moved"...
ManoloFLTK
2025-01-22
Fix Fl_Table_Row inconsistencies, final part (#1187)
Albrecht Schlosser
2025-01-22
Windows: replace "Arial" by "Microsoft Sans Serif" for the FL_HELVETICA font...
ManoloFLTK
2025-01-22
Remove incorrect use of Fl_Window::current() in Fl_Quartz_Image_Surface_Drive...
ManoloFLTK
2025-01-21
CMake: check INTERFACE_LINK_LIBRARIES for empty value
Albrecht Schlosser
2025-01-20
CMake: make "optional" dependencies 'PUBLIC' (#1173)
Albrecht Schlosser
2025-01-20
Attempt to improve member function Fl_Wayland_Screen_Driver::insertion_point_...
ManoloFLTK
2025-01-18
Make Fl_SVG_Graphics_Driver use the C locale when writing float values - cont'd
ManoloFLTK
2025-01-15
Fix typos in documentation of Fl_Tabs
Albrecht Schlosser
2025-01-14
Fix return value of Fl_Table_Row::row_selected(int) (PR #1187)
Albrecht Schlosser
2025-01-11
Repair incorrect path in #include directive
ManoloFLTK
2025-01-11
Make Fl_SVG_Graphics_Driver use the C locale when writing float values
ManoloFLTK
2025-01-11
Remove unnecessary #include directive
ManoloFLTK
2025-01-11
Fl_Text_Editor::wrap_mode(Fl_Text_Display::WRAP_AT_BOUNDS, 0) hurts scrollin...
ManoloFLTK
2025-01-10
Wayland platform: fix handling of key repeats
ManoloFLTK
2025-01-10
Fix Fl_{Wayland|Xlib}_{Copy|Image}_Surface_Driver::set_current()
ManoloFLTK
2025-01-08
Make draw to image and draw to clipboard behave equally in X11 and Wayland
ManoloFLTK
2024-12-31
Document in detail how screen work areas are computed across platforms (#1180)
ManoloFLTK
2024-12-26
Fix integer overflow in image interpolation. (#73)
Matthias Melcher
2024-12-26
Wayland: fix a border case in member function Fl_Wayland_Window_Driver::resize()
ManoloFLTK
2024-12-21
FLUID: Improve path handling on Windows.
MatthiasWM
[next]