summaryrefslogtreecommitdiff
path: root/desktop-shell/input-panel.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-04desktop-shell: Map input panel surfaces before viewsDaniel Stone1-8/+11
2023-10-04desktop-shell: Use weston_view_move_to_layer() for input panelsDaniel Stone1-7/+3
2023-09-14Check weston_head_from_resource for NULL returnJoshua Watt1-6/+7
2023-06-19desktop-shell: Pass a weston_coord to calc_input_panel_positionDerek Foreman1-15/+14
2023-06-12libweston: Use weston_coord in struct weston_outputDerek Foreman1-2/+4
2023-06-12libweston: use weston_coord for weston_view_set_positionDerek Foreman1-2/+6
2023-02-24libweston: Use weston_coord in surface committed handlerDerek Foreman1-1/+2
2023-02-24libweston: Use weston_coord in struct weston_viewDerek Foreman1-2/+4
2022-06-16libweston: Add weston_surface_map() wrapperDaniel Stone1-1/+1
2021-10-14desktop-shell: Fix wrong initial position of input panelTakuro Ashie1-14/+21
2018-04-10libweston: make wl_output point to weston_headPekka Paalanen1-1/+3
2017-07-25libweston: introduce weston_output_from_resource()Pekka Paalanen1-1/+1
2017-01-17libweston: Position layers in an absolute wayQuentin Glidic1-3/+3
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-8/+8
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-01desktop-shell: update for manual surface/view mappingArmin Krezović1-0/+2
2015-11-19desktop-shell: Rename protocol weston_desktop_shellJonas Ådahl1-1/+0
2015-11-19Use input method protocol from wayland-protocolsJonas Ådahl1-6/+8
2015-10-07input-panel: Fix show_input_panel_surface crash when no surface has focusNicolas Guyomard1-0/+2
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-2/+5
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15*-shell: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2014-12-08compositor: add weston_surface_set_label_func()Pekka Paalanen1-0/+8
2014-11-24desktop-shell: don't crash input-panel if no kbd focusPekka Paalanen1-1/+1
2014-08-08Don't bother destroying resources after sending an errorJasper St. Pierre1-1/+0
2014-07-23compositor: keep track of the weston_layer a weston_view is inGiulio Camuffo1-3/+4
2014-04-21shell: display the input panel on the active outputManuel Bachmann1-0/+13
2014-04-16shell: Destroy a previous input panel animation when showing it againAnder Conselvan de Oliveira1-14/+34
2014-04-02shell: position input panel layer above fullscreen layerManuel Bachmann1-1/+1
2014-01-19input-panel: validate return value of get_default_viewU. Artie Eoff1-2/+6
2014-01-09keyboard: Make debug output less verboseKristian Høgsberg1-2/+0
2014-01-02shell: Start the input panel slide slightly on the outputKristian Høgsberg1-2/+2
2014-01-02shell: Test for surface->width == 0 to see if input-panel was unmappedKristian Høgsberg1-1/+1
2014-01-02shell: Always set input-panel position on initial configureKristian Høgsberg1-9/+1
2013-12-04desktop-shell: Split out input-panel codeKristian Høgsberg1-0/+364