Check for frame being NULL before setting/unsetting flags
[profile/ivi/weston-ivi-shell.git] / src / xwayland / window-manager.c
2013-12-04 Dima RyazanovCheck for frame being NULL before setting/unsetting...
2013-12-03 Dima RyazanovSet the view to NULL when unmapping an X11 window
2013-10-31 Kristian Høgsbergxwm: Set input region for fullscreen surfaces correctly
2013-10-22 Jason EkstrandSplit the geometry information from weston_surface...
2013-10-14 Kristian Høgsbergxwm: Fall back to xcb_kill_client() if window does...
2013-10-14 Jason Ekstrandxwayland: Use decoration frame from cairo-util
2013-10-11 Kristian Høgsbergxwm: Redirect root window subwindows
2013-10-11 Stefan Schmidtxwayland: Remove unused call weston_wm_handle_configure...
2013-09-22 Giulio Camuffoxwm: remove the destroy listener from the old surface...
2013-09-21 Giulio Camuffoxwm: set the right cursor when hovering on the decorati...
2013-09-21 Giulio Camuffoxwm: set the window's shsurf pointer to NULL on unmap...
2013-09-11 Giulio Camuffoxwm: set the shell_surface's title
2013-09-11 Giulio Camuffoxwm: place transient windows at the right position
2013-09-05 Kristian Høgsbergxwm: Add support for bridging Xdnd to wayaland DnD
2013-09-04 Kristian Høgsbergxwm: Unmap frame window when client window is unmapped
2013-09-04 Kristian Høgsbergxwm: Split creation of frame window out into its own...
2013-09-04 Kristian Høgsbergxwm: Set window->surface to NULL when surface goes...
2013-09-04 Kristian Høgsbergxwm: Detect WM_NORMAL_HINTS fullscreen attempts
2013-09-04 Kristian Høgsbergxwm: Detect legacy fullscreen modes
2013-09-04 Kristian Høgsbergxwm: Update size when override redirect windows change...
2013-08-22 Kristian Høgsbergxwm: Use window->x/y for override redirect surfaces
2013-08-22 Kristian Høgsbergxwm: Fix transform listener
2013-08-22 Kristian Høgsbergxwm: Fix configure notify handler
2013-08-22 Kristian Høgsbergxwm: Set _NET_WM_CM_S0 instead of relying on the xwayla...
2013-08-13 Giulio Camuffoxwm: do not crash when activating a NULL surface
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-07-29 Louis-Francis Ratt... xwayland: Remove transform listener when destroying...
2013-07-08 Kristian Høgsbergxwayland: Don't allow resizing to 0x0 or less
2013-07-04 Kristian Høgsbergxwayland: Don't crash when we get configure notify...
2013-07-02 MoDxwm: Use empty opaque region for windows with alpha
2013-06-18 Kristian Høgsbergxwayland: Silence X wm debug logging
2013-06-14 Tiago Vignattixwayland: Forward global position to X
2013-06-14 MoDxwm: Check result of xcb_get_atom_name_reply
2013-06-14 MoDxwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to...
2013-06-12 Jason EkstrandChange weston_surface.resource to a wl_resource pointer.
2013-06-05 Daniel Stoneconfigure.ac: Enable AC_USE_SYSTEM_EXTENSIONS
2013-05-08 Kristian Høgsbergcompositor: Adapt to wl_surface going away
2013-05-07 Kristian Høgsberginput: Merge wl_seat into weston_seat
2013-05-02 Kristian Høgsbergxwm: Reparent client windows into ARGB windows
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-02-22 Kristian Høgsbergxwm: Only call set_fullscreen if the window is mapped
2013-02-15 Kristian Høgsbergxwm: Don't leak pending.input region
2013-02-15 Kristian Høgsbergxwm: Fix silly region math
2013-02-15 Kristian Høgsbergxwm: Fix input region regression from commit changes
2013-02-13 Kristian Høgsbergxwm: Support _NET_WM_STATE_FULLSCREEN
2013-01-10 Rob Bradfordxwayland/window-manager: Avoid doing work for unknown...
2012-11-30 Tiago Vignattixwayland: Staticize weston_wm_set_selection and read_an...
2012-11-30 Tiago Vignattixwm: Rename get_resources function
2012-11-27 Scott Moreauxwm: Fix xwm opaque region
2012-10-29 Tiago Vignattixwm: Fail safely if cursor is not found
2012-10-10 Scott Moreautoytoolkit: Don't draw shadows for maximized windows.
2012-10-04 Tiago Vignattixwm: Plug kill signal for killing X apps
2012-09-04 Pekka Paalanenxwayland: replace opaque_rect, fix an alpha problem
2012-08-10 Kristian Høgsbergxwm: Use a simple heuristic for mapping X input events...
2012-08-01 Kristian Høgsbergcompositor: Fold the log prototypes into compositor...
2012-07-22 Kristian Høgsbergxwm: Make override-redirect windows opaque
2012-07-22 Tiago Vignattixwm: use last focused window for guessing transient...
2012-07-22 Tiago Vignattixwm: Fix transient positioning
2012-07-22 Tiago Vignattixwm: Initialize window decoration always as !override
2012-07-20 Tiago Vignattixwm: Don't try to change frame cursor when there's...
2012-07-16 Tiago Vignattixwm: set the root window pointer to left_ptr
2012-07-16 Tiago Vignattixwm: set appropriate cursors for the frame window
2012-07-16 Tiago Vignattixwayland: add simple xcb-cursor hook based on libXcursor
2012-07-16 Kristian Høgsbergxwayland: Look up 32 depth rgba render format as well
2012-07-16 Kristian Høgsbergxwayland: Use the right length for iterating through...
2012-06-27 Kristian Høgsbergshell: Take a wl_surface as parent for transient and...
2012-06-15 Kristian Høgsbergxwm: Fix crash when we don't have a transient_for window
2012-06-13 Tiago Vignattixwm: fix typo on windows hints
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