Replace fprintf() by weston_log()
[profile/ivi/weston.git] / src / xwayland / window-manager.c
2012-06-08 Martin MinarikReplace fprintf() by weston_log()
2012-06-05 Tiago Vignattixwm: use override_redirect for determining or not top...
2012-06-05 Kristian Høgsbergxwm: Only destroy window frame in unmap_notify if we...
2012-06-04 Kristian Høgsbergxwm: Take WM_S0 manager selection
2012-06-04 Kristian Høgsbergxwm: Claim the CLIPBOARD_MANAGER selection
2012-06-03 Kristian Høgsbergxwm: Move selection proxy setup to selection.c
2012-06-01 Kristian Høgsbergxwayland: Handle selection source going away without...
2012-05-31 Kristian Høgsbergxwm: Just ignore the synthetic unmap_notify
2012-05-30 Kristian Høgsbergxwm: Set WM_STATE window property
2012-05-30 Kristian Høgsbergxwm: Bring back synthetic events and handle synthetic...
2012-05-30 Kristian Høgsbergxwm: Don't try to read deleted properties
2012-05-30 Kristian Høgsbergxwm: Handle reparenting windows
2012-05-30 Kristian Høgsbergxwm: Don't select for XCB_EXPOSE
2012-05-30 Kristian Høgsbergxwm: Don't dispatch for events coming from XSendEvent
2012-05-30 Kristian Høgsbergxwm: Destroy frame resources and reparent back to root...
2012-05-30 Kristian Høgsbergxwm: Remove pointless change set request
2012-05-30 Kristian Høgsbergxwm: Don't select for STRUCTURE_NOTIFY or RESIZE_REDIRECT
2012-05-30 Kristian Høgsbergxwm: Ignore map request for already mapped window
2012-05-30 Kristian Høgsbergxwm: Reduce window property debug output
2012-05-29 Kristian Høgsbergxwm: Reset wm->focus_window when the focused window...
2012-05-22 Kristian Høgsbergxwm: Handle resize cases of _NET_WM_MOVERESIZE
2012-05-22 Kristian Høgsbergxwm: Implement resizing by frame borders
2012-05-22 Kristian HøgsbergShare code to to classify pointer location in frame
2012-05-22 Kristian Høgsbergxwm: Add window resize support
2012-05-22 Scott Moreauxwm: Fold weston_wm_activate into weston_wm_window_activate
2012-05-22 Scott Moreauxwayland/window-manager.c: Use container_of to get...
2012-05-22 Kristian Høgsbergxwm: Use SUBSTRUCTURE_REDIRECT on frame window too
2012-05-21 Kristian Høgsbergxwayland: Add window-manager.c