summaryrefslogtreecommitdiff
path: root/src/drivers/Wayland/Fl_Wayland_Window_Driver.cxx
AgeCommit message (Expand)Author
2022-06-12New member Fl_Cairo_Graphics_Driver::bitmap_to_pattern() to avoid code duplic...ManoloFLTK
2022-06-11Fix Fl_Wayland_Window_Driver::shape_bitmap_(Fl_Image*).ManoloFLTK
2022-06-11Remove useless code from Fl_Wayland_Window_Driver::{un}map()ManoloFLTK
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-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-09Cleaner declaration of public function fl_wl_cairo().ManoloFLTK
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().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-01Fl_Wayland_Window_Driver::scroll() when GUI scaling >= 2.ManoloFLTK
2022-03-31Fix whitespace errors (no code changes)Albrecht Schlosser
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-13Separate platform init functions from platform-specific driver filesManoloFLTK
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-09Add necessary call to Fl_Cairo_Graphics_Driver::needs_commit_tag().ManoloFLTK
2022-03-06Complete class Fl_Cairo_Graphics_Driver using Fl_Wayland_Graphics_DriverManoloFLTK
2022-03-04Add the Wayland platform to FLTK 1.4ManoloFLTK