Update snapshot
[profile/ivi/weston.git] / src / xwayland /
2013-02-22 Kristian HøgsbergAdd missing builddir includes for version.h
2013-02-22 Kristian HøgsbergInstall header files and pkg-config file for external...
2013-02-19 Kristian Høgsbergxwm: Don't leak pending.input region
2013-02-18 Kristian Høgsbergxwm: Fix silly region math
2013-02-18 Kristian Høgsbergxwm: Fix input region regression from commit changes
2012-12-12 Rob Bradfordxwayland: Close fd opened for lockfile on error path
2012-11-30 Pekka PaalanenFix build warnings from image_loader
2012-11-30 Kristian Høgsbergconfigure.ac: Don't link weston to cairo or image libraries
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-11 Kristian Høgsbergcompositor: Make all non-backend modules use module_ini...
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-07-09 Martin Olssonxwayland: Don't leak fd while reading lock file in...
2012-06-27 Kristian Høgsbergshell: Take a wl_surface as parent for transient and...
2012-06-25 Kristian Høgsbergxwm: Add xwayland.h to Makefile.am
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 Tiago Vignattixwayland: fix typo on configure libs
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: Initialize X selection on X server startup
2012-06-03 Kristian Høgsbergxwm: Move selection proxy setup to selection.c
2012-06-03 Kristian Høgsbergxwm: Follow wl_data_source changes
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-26 Tiago Vignattixwayland: change library name
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
2012-05-21 Kristian Høgsbergxwayland: Rename xserver-launcher.c to window-manager.c
2012-05-21 Kristian Høgsbergxwayland: Move socket and launcher code to it's own...
2012-05-21 Kristian Høgsbergxwayland: Split selection code into its own file
2012-05-21 Kristian HøgsbergMove xwayland integration into xwayland subdirectory