summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-05Wayland: improve DnD of filenames to allow space-containing namesManoloFLTK
2023-03-04Simpler use of member variable wl_registry in class Fl_Wayland_Screen_DriverManoloFLTK
2023-03-03Remove unused variable declaration + fix in wayland.doxManoloFLTK
2023-03-03Reorder members of class Fl_Wayland_Screen_DriverManoloFLTK
2023-03-03Miscellaneous minor additions to Wayland documentationManoloFLTK
2023-03-03Improve Fl_Wayland_Window_Driver::wld_scale()ManoloFLTK
2023-03-02Fix typos in Doxygen documentationManoloFLTK
2023-03-02Better document type struct Fl_Wayland_Screen_Driver::outputManoloFLTK
2023-03-02Add Fl_Wayland_Window_Driver::wld_scale() member functionManoloFLTK
2023-03-01Fix regression: failed to build shared FLTK libsAlbrecht Schlosser
2023-03-01FLUID Fix resizable of Widget panelMatthias Melcher
2023-03-01Improved Fl_String capacity incrementsMatthias Melcher
2023-02-28Fix fltk-config --use-images with local image libs (#689)Albrecht Schlosser
2023-02-27Fix malloc/delete mismatchMatthias Melcher
2023-02-25Add Fl_String to Fl_Preferences (#687)Matthias Melcher
2023-02-24Derive internal Fl_Help_View buffer from Fl_StringAlbrecht Schlosser
2023-02-23Move animated gif images to the test/images folderAlbrecht Schlosser
2023-02-23Fl_String refactoring and extension (#683)Matthias Melcher
2023-02-21Wayland: more detailed documentation of struct fl_wld_bufferManoloFLTK
2023-02-21Silence false positive gcc warning (#682)Albrecht Schlosser
2023-02-21Update recipe to update the bundled png source codeManoloFLTK
2023-02-20Re-apply PNG warning fix (#296, #682)Albrecht Schlosser
2023-02-20Add GLUT_ELAPSED_TIME simulationMatthias Melcher
2023-02-20Remove 2 compilation warnings under Windows with mingw64ManoloFLTK
2023-02-20Wayland developer's documentation: miscellaneous updatesManoloFLTK
2023-02-19Beef up documentation of "Opening a Wayland connection"ManoloFLTK
2023-02-19Rename fd_callback() to wayland_socket_callback()ManoloFLTK
2023-02-18More detailed documentation of Wayland custom cursorsManoloFLTK
2023-02-17Wayland: beef up documentation of custom cursor shapesManoloFLTK
2023-02-17Remove special FL_CURSOR_NONE implementation in WaylandManoloFLTK
2023-02-17New section "Buffer factories" in Wayland documentationManoloFLTK
2023-02-17Wayland: improve and document support of FL_CURSOR_NONEManoloFLTK
2023-02-17Move OPTION_USE_SYSTEM_LIBDECOR away from doc optionsManoloFLTK
2023-02-17Describe OPTION_USE_KDIALOG and OPTION_USE_SYSTEM_LIBDECORManoloFLTK
2023-02-16Wayland: beef up cursor-related documentationManoloFLTK
2023-02-16Wayland: remove libdecor/demo/* from FLTK source treeManoloFLTK
2023-02-16Update dependenciesManoloFLTK
2023-02-15Wayland: new struct wl_cursor *custom_cursor member variableManoloFLTK
2023-02-15Move class Fl_Shortcut_Button from FLUID to core (#677) (#680)Matthias Melcher
2023-02-15Wayland: allow Fl_Window::cursor(Fl_Cursor) for whole windowManoloFLTK
2023-02-15Wayland: add support of Fl_Window::default_cursor(Fl_Cursor)ManoloFLTK
2023-02-15Wayland doc: detail how to be compatible with macOS+XQuartzManoloFLTK
2023-02-14Rename class Fl_Display_Cairo_Graphics_Driver to Fl_X11_Cairo_Graphics_DriverManoloFLTK
2023-02-14Use libdecor/src/os-compatibility.h to declare os_create_anonymous_file()ManoloFLTK
2023-02-14Update doc of Fl_Image::copy() after new Fl_Anim_GIF_Image classManoloFLTK
2023-02-13Remove unneeded list of wayland seatsManoloFLTK
2023-02-13Windows: minor change to support build with mingw64 4.9ManoloFLTK
2023-02-13Allow scaled image in Fl_Window::cursor(const Fl_RGB_Image *, int, int)ManoloFLTK
2023-02-12Wayland: add necessary check to support OWLManoloFLTK
2023-02-11Very controlled GDIplus startup and shutdown #635 (#679)Matthias Melcher