summaryrefslogtreecommitdiff
path: root/src/compositor/compositor.c
Commit message (Expand)AuthorAgeFilesLines
* compositor: Kill off MetaCompScreenwip/no-zaphodJasper St. Pierre2014-03-181-206/+152
* Kill off grab_screenJasper St. Pierre2014-03-181-2/+0
* Remove zaphod modeJasper St. Pierre2014-03-181-28/+6
* compositor: Assume the plugin manager always existsJasper St. Pierre2014-03-181-18/+4
* compositor: Kill off an unused cursor variableJasper St. Pierre2014-03-181-2/+1
* compositor: Fix variable name style in meta_shape_cow_for_windowJasper St. Pierre2014-03-181-6/+13
* compositor: Clean upJasper St. Pierre2014-03-181-94/+12
* compositor: Kill off modal_pluginJasper St. Pierre2014-03-181-13/+13
* compositor: Remove meta_check_end_modalJasper St. Pierre2014-03-181-19/+0
* wayland: Remove special code for modal grabsJasper St. Pierre2014-03-101-49/+2
* Handle mouse-button-modifier being disabledRui Matos2014-02-281-0/+3
* compositor: always redirect passive button grabs to clutterGiovanni Campagna2014-02-271-1/+24
* compositor: don't spoof events when running as a wayland compositorGiovanni Campagna2014-02-271-1/+2
* display: move more event handling to clutterwip/focusGiovanni Campagna2014-02-271-2/+29
* compositor: fix mouse interactions on framesGiovanni Campagna2014-02-271-4/+9
* keybindings: fix per window keybindingsGiovanni Campagna2014-02-271-41/+14
* Revert "window: Update the shape, input, and opaque regions immediately"Jasper St. Pierre2014-02-261-26/+2
* window: Update the shape, input, and opaque regions immediatelyJasper St. Pierre2014-02-261-2/+26
* MetaWindowActor: survive having no MetaSurfaceActorGiovanni Campagna2014-02-251-0/+12
* Revert "compositor: Delay meta_compositor_add_window until the first show"Jasper St. Pierre2014-02-241-10/+16
* compositor: The stage is always focused when we're a Wayland compositorJasper St. Pierre2014-02-231-0/+3
* Revert "compositor: fix focusing the stage window"Jasper St. Pierre2014-02-231-20/+14
* Make tile preview a compositor plugin effectStefano Facchini2014-02-191-0/+28
* compositor: Delay meta_compositor_add_window until the first showJasper St. Pierre2014-02-141-16/+10
* Always map the client and frame windowsJasper St. Pierre2014-02-141-33/+0
* compositor: Remove pending_input_regionJasper St. Pierre2014-01-311-63/+14
* window-actor: Flip set_redirected aroundJasper St. Pierre2014-01-311-2/+2
* compositor: Simplify the unredirected window management codeJasper St. Pierre2014-01-311-39/+34
* Revert unintentional merge from wip/surface-content to waylandJasper St. Pierre2014-01-221-48/+135
* window-actor: Flip set_redirected aroundJasper St. Pierre2014-01-211-2/+2
* compositor: Simplify the unredirected window management codeJasper St. Pierre2014-01-211-39/+34
* compositor: Remove pending_input_regionJasper St. Pierre2014-01-211-63/+14
* compositor: Remove meta_compositor_window_[un]mappedJasper St. Pierre2014-01-211-33/+0
* Move _NET_WM_WINDOW_OPACITY handling to the standard window-props interfaceJasper St. Pierre2013-12-091-56/+23
* compositor: Remove atom_x_root_pixmapJasper St. Pierre2013-12-091-3/+1
* Support keybindings again, tooJasper St. Pierre2013-12-051-17/+15
* compositor: Don't assume we're a Wayland compositorJasper St. Pierre2013-12-051-1/+2
* wayland: Use a stage paint callback instead of a signal handler on "paint"Jasper St. Pierre2013-12-031-0/+2
* compositor: Also redirect windows in wayland compositor modeRui Matos2013-11-251-2/+2
* compositor: Make sure to construct plugin_mgr in Wayland as well...Jasper St. Pierre2013-11-191-2/+2
* Rename meta_window_get_outer_rect() to meta_window_get_frame_rect()Owen W. Taylor2013-11-191-1/+1
* compositor: Clean up commentJasper St. Pierre2013-11-191-7/+0
* compositor: Initialize the plugin manager after initializing the output windowJasper St. Pierre2013-11-191-2/+2
* compositor: Remove outdated commentJasper St. Pierre2013-11-181-5/+0
* Fix regression in mutter-wayland translationsGiovanni Campagna2013-09-111-0/+1
* MetaPluginManager: don't require plugins to pass events to clutterGiovanni Campagna2013-09-101-4/+1
* compositor: initial has_window to FALSE in sync_actor_stackingRay Strode2013-09-031-0/+1
* Fix distcheckGiovanni Campagna2013-09-031-1/+1
* wayland: implement support for plugin modalityGiovanni Campagna2013-08-301-37/+102
* wayland: Add support for set_opaque_region / set_input_regionJasper St. Pierre2013-08-291-2/+2