summaryrefslogtreecommitdiff
path: root/xwayland/window-manager.c
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 Paalanen1-2/+38
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-18xwm: fix intermittent half-drawn decorations problemPekka Paalanen1-0/+2
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 Rehman1-1/+1
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-16xwayland: Fix crash when run with no input deviceTom Hochstein1-2/+4
2016-11-01xwayland: Move includes to avoid deprecation warningsDaniel Stone1-1/+1
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 Glidic1-60/+68
2016-08-14libweston: Rename weston_surface::configure to ::committedQuentin Glidic1-1/+1
2016-07-26include stdint.h for int32_t/uint32_tJussi Kukkonen1-0/+1
2016-07-26compositor: Pass both surface and seat in activation signalJonas Ådahl1-1/+2
2015-12-18xwm: let the shells decide the position of X windowsGiulio Camuffo1-40/+32
2015-12-03cosmetic: Remove use of C++ style commentsChris Michael1-2/+0
2015-09-29xwm: use always a valid 'primary view' for an X windowGiulio Camuffo1-18/+21
2015-09-25weston_wm: Implement _NET_ACTIVE_WINDOWBenoit Gschwind1-1/+25
2015-09-22xwm: flush xcb connection only when we processed some eventMarek Chalupa1-1/+2
2015-08-07Coding style fixesDawid Gajownik1-4/+4
2015-08-06xwm: don't let X windows steal the focusGiulio Camuffo1-10/+32
2015-08-06desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman1-6/+8
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman1-9/+14
2015-06-15Moved helper macro to a discrete include file.Jon Cruz1-0/+1
2015-06-15xwayland: Fix a couple whitespace errorsBryce Harrington1-3/+3
2015-06-15xwayland: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington1-16/+19
2015-06-06Whitespace correctionsMurray Calavera1-7/+7
2015-05-14xwm: Fix the window decoration hints.Dima Ryazanov1-4/+14
2015-05-08xwm: make X windows of type 'utility' inactiveGiulio Camuffo1-1/+2
2015-04-10xwm: Fix a weston crash when a window surface is created after unmapDerek Foreman1-0/+11