summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-13Fix compiler warning if user code is compiled with '-Wextra' (2)Albrecht Schlosser
2023-04-13Lower Pango required version from 1.22 to 1.16ManoloFLTK
2023-04-13Standardize API to "graphics context" across platformsManoloFLTK
2023-04-12Wayland: limit copied pixels when window update is a region - cont'dManoloFLTK
2023-04-12Wayland: limit copied pixels when window update is a region - cont'dManoloFLTK
2023-04-11Document the new 'fltk-config' features (#647, #656)Albrecht Schlosser
2023-04-11Add public accessor methods Fl_Widget::needs_keyboard()Albrecht Schlosser
2023-04-11Fix compiler warning if user code is compiled with '-Wextra'Albrecht Schlosser
2023-04-10Fix fltk-config check for local invocation and libs (#717)Albrecht Schlosser
2023-04-10Fix CMake generation for minimal CMake version (3.2.3)Albrecht Schlosser
2023-04-10Fix compiler warning [-Wsign-compare]Albrecht Schlosser
2023-04-10Fix missing quotes in fltk-config.in (#714)Albrecht Schlosser
2023-04-09Allow more input files and compiler flags in fltk-config (#647, #656)Albrecht Schlosser
2023-04-08Add usage example of Fl_Window::cursor(const Fl_RGB_Image *, int, int)ManoloFLTK
2023-04-08Wayland.dox: add "Fractional scaling" paragraphManoloFLTK
2023-04-08 Fix "Giant cursor on Wayland + fractional scaling" (#713)ManoloFLTK
2023-04-07Wayland: non-resizable windows are positioned in the wrong place (#711) - co...ManoloFLTK
2023-04-07Wayland: fix for issue #712 (hopefully)ManoloFLTK
2023-04-07Wayland: fix reporting of relative location of multiple displaysManoloFLTK
2023-04-06Wayland.dox: beef up information related to listenersManoloFLTK
2023-04-05Wayland: limit copied pixels when window update is a regionManoloFLTK
2023-04-05 Wayland backend draws everything two or three times - cont'd (#708)ManoloFLTK
2023-04-04Removed Fulltick referenceMatthias Melcher
2023-04-04Removed the Fulltick referenceMatthias Melcher
2023-04-04Remove superfluous #include directivesManoloFLTK
2023-04-04Add minor details to README.Wayland.txtManoloFLTK
2023-04-03Remove unneeded #include directivesManoloFLTK
2023-04-03Improve member function Fl_Wayland_Screen_Driver::surface_to_window()ManoloFLTK
2023-04-03Wayland: update comment about differences between compositorsManoloFLTK
2023-04-03Wayland + Weston: fix focus loss after click on titlebarManoloFLTK
2023-04-02 Fix "Wayland: non-resizable windows are positioned in the wrong place" (#711)ManoloFLTK
2023-04-02Add details about what version of Ubuntu is required for WaylandManoloFLTK
2023-04-02Fix "recipe for target '../../src/xdg-decoration-protocol.c' failed" (#704)ManoloFLTK
2023-03-29Improve detection of the location of Wayland protocol files across OSesManoloFLTK
2023-03-29Improve Wayland support of Fl::event_key(int)ManoloFLTK
2023-03-29Complete explanatory comment about Weston compositorManoloFLTK
2023-03-29Wayland: improve switching window to/from fullscreen modeManoloFLTK
2023-03-28Wayland + Plasma: fix switching fullscreen mode for borderless windowManoloFLTK
2023-03-28Wayland: fix regression in test/fullscreenManoloFLTK
2023-03-27Windows: use SHGetFolderPathW() for application data folder (#710)Albrecht Schlosser
2023-03-27Wayland: move "struct seat" inside class Fl_Wayland_Screen_DriverManoloFLTK
2023-03-27Complete Fl_Wayland_Screen_Driver::close_display()ManoloFLTK
2023-03-26Improve methods Fl_Wayland_Screen_Driver::en/disable_im()ManoloFLTK
2023-03-26Implement methods Fl_Wayland_Screen_Driver::en/disable_im()ManoloFLTK
2023-03-25Wayland: remove compilation warning (#706) - cont'dAlbrecht Schlosser
2023-03-25configure: test jpeg lib before png and zlibAlbrecht Schlosser
2023-03-25Wayland: slightly simpler writing of function wl_keyboard_key()ManoloFLTK
2023-03-25Add Fl_Cairo_Graphics_Driver::focus_rect() overrideManoloFLTK
2023-03-25Wayland: Fl::get_key(c) for lower case letters different behavior from X11 (#...ManoloFLTK
2023-03-25More accurate documentation of function fl_wl_cairo()ManoloFLTK