summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-11-07Create class Fl_Unix_Screen_Driver used by X11 and Wayland platformsManoloFLTK
2022-11-06Add doxygen docs for Fl_Int_Vector.Greg Ercolano
2022-11-06Check for child visibility in Fl_Scroll (#432)DieSkaarj
2022-11-06Fix Fl_Help_View <OL> numbers (Issue #153, STR 3290)Albrecht Schlosser
2022-11-06Use the new Fl_Int_Vector class in Fl_TableAlbrecht Schlosser
2022-11-06Add Fl_Int_Vector: "an STL-ish vector without templates"Albrecht Schlosser
2022-11-06Check return value from call to gtk_init_check()ManoloFLTK
2022-11-06Allow using native file chooser on Darwin + XQuartz + (homebrew or fink)ManoloFLTK
2022-11-05Wayland/X11 hybrid: use "bool fl_disable_wayland;" declaration.ManoloFLTK
2022-11-05Fix two rare potential bugs (NULL pointer dereferencing)Albrecht Schlosser
2022-11-05Wayland: simpler handling of the z-order of subwindowsManoloFLTK
2022-11-04Wayland DnD: make insertion cursor follow DnD cursor.ManoloFLTK
2022-11-04Wayland DnD: allow cancel with Fl::pushed(0) as under X11 (#525)ManoloFLTK
2022-11-03Implement Fl_Scroll::on_insert()Albrecht Schlosser
2022-11-03Implement destructor of Fl_Scroll and fix inconsistenciesAlbrecht Schlosser
2022-11-03libdecor: update from source git repo (commit e87dcfda)ManoloFLTK
2022-11-01Added Fl_Group::on_insert/on_remove/on_move (#527)Matthias Melcher
2022-11-01Fix trailing whitespaceAlbrecht Schlosser
2022-11-01Remove unnecessary include files, update dependenciesAlbrecht Schlosser
2022-11-01Remove reversal of children in Fl_Group::clear()Albrecht Schlosser
2022-11-01Fluid support for Fl_Flex (#523) and some Fl_Flex improvementsMatthias Melcher
2022-10-30Wayland platform: fix problem with fl_pie() (#512 - cont'd)ManoloFLTK
2022-10-30Wayland platform: fix problem with fl_pie() (#512 - cont'd)ManoloFLTK
2022-10-28Fix removal and deletion of the resizable() of Fl_GroupAlbrecht Schlosser
2022-10-25Repair commit e0c3fe9 to fix #521 which destroyed DnD from WaylandManoloFLTK
2022-10-25Fix drag-n-drop from X11 FLTK app to Wayland app (#519)ManoloFLTK
2022-10-25Fix problem with cursor point of action after FL_PUSH (#521)ManoloFLTK
2022-10-24Include stdint.h may be needed for uint32_t (#522)ManoloFLTK
2022-10-23Make Fl::display(const char *) active also for the Wayland platform.ManoloFLTK
2022-10-20Improve and clarify documentation of timeout functionsAlbrecht Schlosser
2022-10-20Wayland drag-n-drop: send FL_DND_LEAVE when the dragging mouse leaves the windowManoloFLTK
2022-10-19Wayland drag-n-drop: handle subwindows as other platforms do (#516)ManoloFLTK
2022-10-17Allow DnD from Wayland FLTK app to X11 FLTK app (#516)ManoloFLTK
2022-10-17Wayland drag-n-drop to Fl_Window: send necessary FL_ENTER event (#516)ManoloFLTK
2022-10-16Fix "Fl::focus() changes Fl_Group::current() to null" (#515)Albrecht Schlosser
2022-10-16macOS + homebrew: restore building with CMake's OPTION_APPLE_X11ManoloFLTK
2022-10-14Make sure display is open when using native file chooser (#514)ManoloFLTK
2022-10-13Fix regression in "configure --enable-shared" introduced at c96a4f3ManoloFLTK
2022-10-12Wayland platform: fix for issue #512 with fl_arc().ManoloFLTK
2022-10-10Remove duplications between Fl_Graphics_Driver and derived classes.ManoloFLTK
2022-10-10 Fl_Cairo_Graphics_Driver: fix Fl_Bitmap drawing whatever the endianness.ManoloFLTK
2022-10-10Fix for issue #511: allow fl_circle() even without calls to fl_begin/end_loop...ManoloFLTK
2022-10-09Fl_Cairo_Graphics_Driver: make image drawing correct whatever the host endian...ManoloFLTK
2022-10-09Remove superfluous center alignment from imagesAlbrecht Schlosser
2022-10-09Fix issue #510: image transparency is not properly processed.ManoloFLTK
2022-10-09Fix documentation of Fl_Timeout::insert()Albrecht Schlosser
2022-10-06Update window icon-related doc in platform-specific section.ManoloFLTK
2022-10-06Make Windows-specific HICON-using functions visible in doc.ManoloFLTK
2022-10-06Fix use of several FLTK widgets above an GL scene.ManoloFLTK
2022-10-05Fix issue #509: Cairo drawing: unexpected behaviourManoloFLTK