summaryrefslogtreecommitdiff
path: root/src/xwayland/window-manager.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-20xwayland: Remove transform listener when destroying the wmLouis-Francis Ratté-Boulianne1-0/+1
2013-07-08xwayland: Don't allow resizing to 0x0 or lessKristian Høgsberg1-7/+17
2013-07-04xwayland: Don't crash when we get configure notify for destroyed frame windowsKristian Høgsberg1-14/+15
2013-07-02xwm: Use empty opaque region for windows with alphaMoD1-9/+29
2013-06-18xwayland: Silence X wm debug loggingKristian Høgsberg1-66/+99
2013-06-14xwayland: Forward global position to XTiago Vignatti1-26/+47
2013-06-14xwm: Check result of xcb_get_atom_name_replyMoD1-3/+9
2013-06-14xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type c...MoD1-2/+5
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-6/+6
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-1/+1
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-3/+3
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-2/+2
2013-05-02xwm: Reparent client windows into ARGB windowsKristian Høgsberg1-6/+42
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-2/+2
2013-02-21xwm: Only call set_fullscreen if the window is mappedKristian Høgsberg1-3/+5
2013-02-14xwm: Don't leak pending.input regionKristian Høgsberg1-0/+1
2013-02-14xwm: Fix silly region mathKristian Høgsberg1-8/+4
2013-02-14xwm: Fix input region regression from commit changesKristian Høgsberg1-1/+3
2013-02-12xwm: Support _NET_WM_STATE_FULLSCREENKristian Høgsberg1-23/+175
2013-01-10xwayland/window-manager: Avoid doing work for unknown windowRob Bradford1-2/+4
2012-11-30xwayland: Staticize weston_wm_set_selection and read_and_dump_propertyTiago Vignatti1-1/+1
2012-11-30xwm: Rename get_resources functionTiago Vignatti1-2/+2
2012-11-27xwm: Fix xwm opaque regionScott Moreau1-6/+6
2012-10-29xwm: Fail safely if cursor is not foundTiago Vignatti1-0/+3
2012-10-10toytoolkit: Don't draw shadows for maximized windows.Scott Moreau1-2/+2
2012-10-04xwm: Plug kill signal for killing X appsTiago Vignatti1-0/+31
2012-09-04xwayland: replace opaque_rect, fix an alpha problemPekka Paalanen1-12/+16
2012-08-10xwm: Use a simple heuristic for mapping X input events to a weston seatKristian Høgsberg1-5/+11
2012-08-01compositor: Fold the log prototypes into compositor.h and drop log.hKristian Høgsberg1-1/+0
2012-07-22xwm: Make override-redirect windows opaqueKristian Høgsberg1-1/+11
2012-07-22xwm: use last focused window for guessing transient parentTiago Vignatti1-3/+13
2012-07-22xwm: Fix transient positioningTiago Vignatti1-2/+19
2012-07-22xwm: Initialize window decoration always as !overrideTiago Vignatti1-1/+1
2012-07-20xwm: Don't try to change frame cursor when there's no decorationTiago Vignatti1-3/+3
2012-07-16xwm: set the root window pointer to left_ptrTiago Vignatti1-9/+7
2012-07-16xwm: set appropriate cursors for the frame windowTiago Vignatti1-0/+162
2012-07-16xwayland: add simple xcb-cursor hook based on libXcursorTiago Vignatti1-0/+71
2012-07-16xwayland: Look up 32 depth rgba render format as wellKristian Høgsberg1-3/+12
2012-07-16xwayland: Use the right length for iterating through the formats arrayKristian Høgsberg1-1/+1
2012-06-27shell: Take a wl_surface as parent for transient and popup windowsKristian Høgsberg1-1/+1
2012-06-15xwm: Fix crash when we don't have a transient_for windowKristian Høgsberg1-1/+1
2012-06-13xwm: fix typo on windows hintsTiago Vignatti1-2/+2
2012-06-08Replace fprintf() by weston_log()Martin Minarik1-37/+35
2012-06-05xwm: use override_redirect for determining or not top-level windowsTiago Vignatti1-5/+9
2012-06-05xwm: Only destroy window frame in unmap_notify if we have oneKristian Høgsberg1-5/+7
2012-06-04xwm: Take WM_S0 manager selectionKristian Høgsberg1-0/+7
2012-06-04xwm: Claim the CLIPBOARD_MANAGER selectionKristian Høgsberg1-0/+1
2012-06-03xwm: Move selection proxy setup to selection.cKristian Høgsberg1-27/+2
2012-06-01xwayland: Handle selection source going away without crashingKristian Høgsberg1-1/+0
2012-05-31xwm: Just ignore the synthetic unmap_notifyKristian Høgsberg1-7/+4