summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland
AgeCommit message (Expand)Author
2022-05-17Weston support: handle click on titlebar.ManoloFLTK
2022-05-16Fix Fl_Wayland_Window_Driver::wait_for_expose() - still WIP.ManoloFLTK
2022-05-16Improve Fl_Wayland_Window_Driver::wait_for_expose().ManoloFLTK
2022-05-16Fix Fl_Wayland_Window_Driver::take_focus() required for recent Wayland versions.ManoloFLTK
2022-05-15Simpler code to map GL windows under Wayland.ManoloFLTK
2022-05-14Restore top-level GL window under Weston.ManoloFLTK
2022-05-13Have FLTK follow the Wayland surface holding keyboard focus.ManoloFLTK
2022-05-10Slightly simplify Fl_Wayland_Window_Driver::use_border().ManoloFLTK
2022-05-10Remove typos.ManoloFLTK
2022-05-10Add missing closing parenthesis.ManoloFLTK
2022-05-10 Fix for issue #441: Some minor regressions with borderless+fullscreen (Wayla...ManoloFLTK
2022-05-09Avoid glpuzzle crash when resizing while puzzle is spinning - cont'd.ManoloFLTK
2022-05-09Avoid glpuzzle crash when resizing while puzzle is spinning.ManoloFLTK
2022-05-09Cleaner declaration of public function fl_wl_cairo().ManoloFLTK
2022-05-07Slight simplification of Fl_Wayland_Graphics_Driver::create_shm_buffer().ManoloFLTK
2022-05-07Change protection levels in classes Fl_XXX_Gl_Window_DriverManoloFLTK
2022-05-05Move struct shape_data_type inside Fl_XXX_Window_Driver.ManoloFLTK
2022-05-05Fl_Cairo_Graphics_Driver: simpler code with early calls to cairo_surface_dest...ManoloFLTK
2022-05-03Remove one-pixel top and left borders of shaped windows.ManoloFLTK
2022-04-25Create member function Fl_Cairo_Graphics_Driver::set_cairo()- cont'd.ManoloFLTK
2022-04-25Create member function Fl_Cairo_Graphics_Driver::set_cairo().ManoloFLTK
2022-04-23Create Fl_Cairo_Graphics_Driver::handle_dummy_cairo(cairo_t *cr).ManoloFLTK
2022-04-21Avoid code duplication using os_create_anonymous_file() from libdecor.ManoloFLTK
2022-04-21Minor improvement of get_prog_name().ManoloFLTK
2022-04-15Remove unimplemented window icon-related member functions and variables.ManoloFLTK
2022-04-07Rename remaining FLTK_USE_CAIRO to FLTK_HAVE_CAIROEXTAlbrecht Schlosser
2022-04-06Remove useless instructions.ManoloFLTK
2022-04-01Fl_Wayland_Window_Driver::scroll() when GUI scaling >= 2.ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
2022-03-31Add support of Fl_Region to the Cairo graphics driverManoloFLTK
2022-03-27Wayland: replace public fl_event_time by static wld_event_time.ManoloFLTK
2022-03-23Create struct wld_window *Fl_Wayland_Window_Driver::wld_window to replace eve...ManoloFLTK
2022-03-23Wayland: replace global fl_display by function struct wl_display *fl_wl_displ...ManoloFLTK
2022-03-23Fix for issue #419: Wayland: scale/resize issue.ManoloFLTK
2022-03-21Fix for issue #418 : some warnings about unused functions.ManoloFLTK
2022-03-21Remove unnecessary constructors.ManoloFLTK
2022-03-20Fix typo in comment.ManoloFLTK
2022-03-17Improve handling of custom cursor by Wayland platform.ManoloFLTK
2022-03-16Add necessary #include <FL/platform.H> directive.ManoloFLTK
2022-03-16Remove typo in Fl_Wayland_Image_Surface_Driver.HManoloFLTK
2022-03-16Add member variable Window Fl_Wayland_Image_Surface_Driver::pre_window.ManoloFLTK
2022-03-15Fix for issue fltk#410 - continued.ManoloFLTK
2022-03-15Fix for issue #410ManoloFLTK
2022-03-14Move initialisation of X11 and Wayland built-in font names to fl_???_platform...ManoloFLTK
2022-03-13Separate platform init functions from platform-specific driver filesManoloFLTK
2022-03-10Fix for issue #404 about Fl::get_key(int).ManoloFLTK
2022-03-10Begin documenting the Wayland platform, new in FLTK version 1.4ManoloFLTK
2022-03-09Add safety check in Fl_Wayland_Window_Driver::label().ManoloFLTK
2022-03-09Move all font stuff to Fl_Cairo_Graphics_Driver from Fl_Wayland_Graphics_Driver.ManoloFLTK
2022-03-09Add necessary call to Fl_Cairo_Graphics_Driver::needs_commit_tag().ManoloFLTK