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-04-18
Remove unused code from Fl_Wayland_Window_Driver (#1248)
Albrecht Schlosser
2025-04-18
Fix "heap-use-after-free" in resize_after_screen_change() (#1248)
Timothy Lee
2025-04-05
Fixes error: two consecutive '[' tokens on g++ with objcpp files (#1246)
Mohammed Alyousef
2025-04-04
Remove reference to 'configure', fix typos
Albrecht Schlosser
2025-04-03
Remove redundant Fl_Group::clear() from ~Fl_Scroll()
Albrecht Schlosser
2025-04-03
Fix "Minor drawing artifact at scale 200% under X11 session" (#1243)
ManoloFLTK
2025-04-01
Adding the FL_MENU_CHATTY flag to Fl_Menu_Item.
Matthias Melcher
2025-03-30
Fixes a couple of compiler warnings on AppleClang.
Matthias Melcher
2025-03-29
Adding `FL_BEFORE_MENU` event to classes derived from `Fl_Menu_`
Matthias Melcher
2025-03-29
Adds a new event FL_TOOLTIP_EVENT...
Matthias Melcher
2025-03-28
Changed two connector methods to virtual
Greg Ercolano
2025-03-27
Remove reference to 'configure' from comment
Albrecht Schlosser
2025-03-25
Fix: Windows: Clipboard gets stuck when text is copied while window is hidden...
ManoloFLTK
2025-03-19
Remove obsolete build option 'FLTK_OPTION_STD'
Albrecht Schlosser
2025-03-19
Fix "FLTK apps broken under LabWC compositor" (#1231)
ManoloFLTK
2025-03-18
Wayland: improve support of screen removal while FLTK runs
ManoloFLTK
2025-03-18
Wayland: fix unsetting fullscreen state for window created fullscreen
ManoloFLTK
2025-03-18
Fix "Inconsistent FL_FULLSCREEN when creating full-screen window" (#1225)
ManoloFLTK
2025-03-17
Fix comparison that's always true
Albrecht Schlosser
2025-03-17
Windows: fix "heap-use-after-free" in home_directory_name()
Albrecht Schlosser
2025-03-17
Wayland: improve support of addition/removal of displays while FLTK runs
ManoloFLTK
2025-03-17
Wayland: compute work area size under MUTTER or when single display
ManoloFLTK
2025-03-16
Fluid: restructuring and rejuvenation of the source code.
Matthias Melcher
2025-03-16
Fix font termination bug from 2e1730d2f0f1 (#1221)
Albrecht Schlosser
2025-03-15
Fix potential buffer overflow on Windows when loading fonts (#1221)
Albrecht Schlosser
2025-03-14
Wayland: simplify handling of tall menu windows
ManoloFLTK
2025-03-13
Improve support of screen addition/removal while FLTK runs
ManoloFLTK
2025-03-12
Restore support of the sway compositor destroyed by 9b5d40a
ManoloFLTK
2025-03-12
Under KDE V6 and Wayland, handling of taller-than-display menu windows fails ...
ManoloFLTK
2025-03-11
Fix "Wayland: Huge menu hiding unexpectedly when moving a mouse (#1115)
ManoloFLTK
2025-03-10
Fix handling of menu widnows taller than their screen
ManoloFLTK
2025-03-08
Update README and configure related stuff for 1.5.0
Albrecht Schlosser
2025-03-08
Add Fl_Darwin_System_Driver::filename_relative()
ManoloFLTK
2025-03-08
Remove warning sent by Doxygen about too many #endif
ManoloFLTK
2025-03-08
Remove 'configure' from README's and sources (partially)
Albrecht Schlosser
2025-03-07
Making fl_filename_... public for std::string.
Matthias Melcher
2025-03-07
Remove platform-specific code from file cp936ext.h
ManoloFLTK
2025-03-07
Fixing error where std::string could be assigned NULL'
Matthias Melcher
2025-03-07
Fix "fltk autotools build does not link against libXft" (#1202)
ManoloFLTK
2025-03-07
Removes the remaining references to Fl_String.
Matthias Melcher
2025-03-07
Fixing a couple of warnings.
Matthias Melcher
2025-03-07
One more FL_String::apend fix,
Matthias Melcher
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
[next]