summaryrefslogtreecommitdiff
path: root/xwayland
AgeCommit message (Expand)AuthorFilesLines
2017-12-05xwm: Maximize windows when double-clicking on title barLouis-Francis Ratté-Boulianne1-2/+24
2017-12-05xwm: Only send configure a window if the new size is differentLouis-Francis Ratté-Boulianne1-4/+11
2017-12-05xwm: Handle third data entry in client messagesIlia Bozhinov1-5/+9
2017-07-21xwm: update override-redirect surface's position upon configure_notifyIlia Bozhinov1-0/+9
2017-05-18xwm: Don't change focus on focus events from grabsOlivier Fourdan1-0/+6
2017-04-13xwm: use _XWAYLAND_ALLOW_COMMITSPekka Paalanen2-2/+39
2017-04-13xwm: do not draw decor twice on mapPekka Paalanen1-2/+5
2017-01-18xwm: explain the read_properties() in xserver_map_shell_surface()Pekka Paalanen1-0/+9
2017-01-18xwm: schedule repaint from MapRequestPekka Paalanen1-1/+7
2017-01-18xwm: debug when weston_surface gets createdPekka Paalanen1-2/+4
2017-01-18xwm: split out weston_wm_window_set_pending_state_OR()Pekka Paalanen1-16/+27
2017-01-18xwm: move fini near init in set_pending_statePekka Paalanen1-3/+3
2017-01-18xwm: split weston_wm_window_draw_decoration()Pekka Paalanen1-50/+65
2017-01-18xwayland: detect initially positioned X11 windowsPekka Paalanen1-2/+27
2017-01-18xwayland: add set_toplevel_with_position to internal APIPekka Paalanen1-0/+2
2017-01-18xwm: fix intermittent half-drawn decorations problemPekka Paalanen1-0/+2
2017-01-17libweston: Properly namespace modules entrypointQuentin Glidic1-2/+1
2017-01-17xwm: delete dead flags from weston_wm_window_draw_decorations()Pekka Paalanen1-4/+0
2017-01-17xwm: postpone geometry dirtying from pending.opaquePekka Paalanen1-6/+0
2017-01-17xwm: debug print deleted property namePekka Paalanen1-1/+2
2017-01-17xwm: debug changes to override-redirect flagPekka Paalanen1-5/+13
2017-01-17xwm: move set_title and set_pidPekka Paalanen1-7/+17
2017-01-17xwm: move frame_set_title() into draw_decoration()Pekka Paalanen1-2/+1
2017-01-17xwm: clarify props[] in weston_wm_window_read_properties()Pekka Paalanen1-15/+23
2017-01-17xwm: detect legacy fullscreen on MapRequestPekka Paalanen1-5/+65
2017-01-17xwayland: WM debug printsPekka Paalanen1-0/+10
2017-01-03xwayland: fix three minor typosAbdur Rehman2-3/+3
2016-11-24XWM: debug position and size on map requestPekka Paalanen1-2/+3
2016-11-24XWM: debug position on create_notifyPekka Paalanen1-1/+2
2016-11-22xwayland: Create the drag-and-drop window in weston_wm_dnd_initCarlos Garnacho1-46/+24
2016-11-21xwayland: Fix X11 lock file size confusionDaniel Stone1-6/+10
2016-11-16xwayland: Fix crash when run with no input deviceTom Hochstein2-2/+6
2016-11-16xwayland: fix lock file parsingPekka Paalanen1-0/+3
2016-11-01xwayland: Move includes to avoid deprecation warningsDaniel Stone2-2/+2
2016-09-24share/cairo-util: Use wl_pointer_button_state enum directlyQuentin Glidic1-2/+3
2016-08-14xwayland: Introduce a private struct for XWayland interfaceQuentin Glidic4-60/+189
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-1/+1
2016-08-06Switch to use safe_strtoint instead of strtolBryce Harrington1-4/+3
2016-08-06xwayland: Improve error checking for strtol callBryce Harrington1-1/+2
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen5-0/+6
2016-07-26compositor: Pass both surface and seat in activation signalJonas Ådahl1-1/+2
2016-07-12Require base-10 for strtol() callsBryce Harrington1-1/+1
2016-07-07xwayland: Grammar fixesBryce Harrington1-8/+8
2016-07-01xwayland: make the plugin usable by libweston compositorsGiulio Camuffo3-158/+244
2016-06-23Move weston source to compositor/Pekka Paalanen2-2/+2
2016-06-16Make config.h inclusion consistentBryce Harrington1-1/+1
2016-06-03compositor: remove the weston_config field in weston_compositorGiulio Camuffo1-2/+3
2016-06-03Move the functions launching clients to main.cGiulio Camuffo1-0/+1
2016-04-05xwayland: fix spelling mistakeEric Engestrom1-2/+2
2016-02-04xwm: Don't clear the selection if it has no text type availableDerek Foreman1-24/+4