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
2022-11-15
Add support of .svgz image files to fluid
ManoloFLTK
2022-11-14
Fix yet another Visual Studio compiler warning
Albrecht Schlosser
2022-11-12
Removed FIXME comment that was already solved.
Matthias Melcher
2022-11-11
Fix Visual Studio compiler warnings
Albrecht Schlosser
2022-11-11
Remove redundant doxygen docs of fl_beep()
Albrecht Schlosser
2022-11-11
Improve and clarify documentation of fl_beep()
Albrecht Schlosser
2022-11-09
Wayland: remove unneeded friend declarations
ManoloFLTK
2022-11-09
Fixed uninitialised variable.
Matthias Melcher
2022-11-08
Wayland: improve processing of the -display command line argument
ManoloFLTK
2022-11-08
Wayland: show keyboard modifiers during mouse clicks (#534)
ManoloFLTK
2022-11-08
Wayland: cancel drag-n-drop after Fl::pushed(0) (#525)
ManoloFLTK
2022-11-07
Document Fl_Multiline_Output keynav and caret cursor
Greg Ercolano
2022-11-07
Removed an obsolete \warning.
Greg Ercolano
2022-11-07
Added empty(), ensure size() enlarges new vals = 0
Greg Ercolano
2022-11-07
Fix initialisation of hybrid Wayland/X11 platform
ManoloFLTK
2022-11-07
Remove Fl_X11_System_Driver.{H,o}
ManoloFLTK
2022-11-07
Delete src/drivers/X11/Fl_X11_System_Driver.*
ManoloFLTK
2022-11-07
Delete src/drivers/Wayland/Fl_Wayland_System_Driver.*
ManoloFLTK
2022-11-07
Create class Fl_Unix_Screen_Driver used by X11 and Wayland platforms
ManoloFLTK
2022-11-06
Add doxygen docs for Fl_Int_Vector.
Greg Ercolano
2022-11-06
Check for child visibility in Fl_Scroll (#432)
DieSkaarj
2022-11-06
Fix Fl_Help_View <OL> numbers (Issue #153, STR 3290)
Albrecht Schlosser
2022-11-06
Use the new Fl_Int_Vector class in Fl_Table
Albrecht Schlosser
2022-11-06
Add Fl_Int_Vector: "an STL-ish vector without templates"
Albrecht Schlosser
2022-11-06
Check return value from call to gtk_init_check()
ManoloFLTK
2022-11-06
Allow using native file chooser on Darwin + XQuartz + (homebrew or fink)
ManoloFLTK
2022-11-05
Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.
ManoloFLTK
2022-11-05
Fix two rare potential bugs (NULL pointer dereferencing)
Albrecht Schlosser
2022-11-05
Wayland: simpler handling of the z-order of subwindows
ManoloFLTK
2022-11-04
Wayland DnD: make insertion cursor follow DnD cursor.
ManoloFLTK
2022-11-04
Wayland DnD: allow cancel with Fl::pushed(0) as under X11 (#525)
ManoloFLTK
2022-11-03
Implement Fl_Scroll::on_insert()
Albrecht Schlosser
2022-11-03
Implement destructor of Fl_Scroll and fix inconsistencies
Albrecht Schlosser
2022-11-03
libdecor: update from source git repo (commit e87dcfda)
ManoloFLTK
2022-11-01
Added Fl_Group::on_insert/on_remove/on_move (#527)
Matthias Melcher
2022-11-01
Fix trailing whitespace
Albrecht Schlosser
2022-11-01
Remove unnecessary include files, update dependencies
Albrecht Schlosser
2022-11-01
Remove reversal of children in Fl_Group::clear()
Albrecht Schlosser
2022-11-01
Fluid support for Fl_Flex (#523) and some Fl_Flex improvements
Matthias Melcher
2022-10-30
Wayland platform: fix problem with fl_pie() (#512 - cont'd)
ManoloFLTK
2022-10-30
Wayland platform: fix problem with fl_pie() (#512 - cont'd)
ManoloFLTK
2022-10-28
Fix removal and deletion of the resizable() of Fl_Group
Albrecht Schlosser
2022-10-25
Repair commit e0c3fe9 to fix #521 which destroyed DnD from Wayland
ManoloFLTK
2022-10-25
Fix drag-n-drop from X11 FLTK app to Wayland app (#519)
ManoloFLTK
2022-10-25
Fix problem with cursor point of action after FL_PUSH (#521)
ManoloFLTK
2022-10-24
Include stdint.h may be needed for uint32_t (#522)
ManoloFLTK
2022-10-23
Make Fl::display(const char *) active also for the Wayland platform.
ManoloFLTK
2022-10-20
Improve and clarify documentation of timeout functions
Albrecht Schlosser
2022-10-20
Wayland drag-n-drop: send FL_DND_LEAVE when the dragging mouse leaves the window
ManoloFLTK
2022-10-19
Wayland drag-n-drop: handle subwindows as other platforms do (#516)
ManoloFLTK
[next]