summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-29compositor: Set an empty input region for the fade surfaceKristian Høgsberg1-0/+1
2012-02-29window: Set opaque region after child widget adjusts sizeKristian Høgsberg1-9/+9
2012-02-29weston: Change path for default terminal launcher to ${prefix}/binRodney Lorrimar2-1/+2
2012-02-28clients: Use wl_display_disconnect()Kristian Høgsberg3-3/+3
2012-02-28compositor: make the input region of drag surfaces emptyAnder Conselvan de Oliveira1-0/+16
2012-02-28shell: Mark geometry dirty when we change surface alphaKristian Høgsberg1-0/+1
2012-02-28compositor: Dont set the opaque region if we have an overall surface alphaKristian Høgsberg1-3/+7
2012-02-28terminal: Don't queue a resize after setting fullscreenKristian Høgsberg1-1/+0
2012-02-28compositor: Export functions and add weston_suface::force_configure for fulls...Alex Wu2-2/+22
2012-02-26Restructure output zoom key handling.Scott Moreau1-20/+40
2012-02-24drm: Remove redundant cursor region mathKristian Høgsberg1-16/+0
2012-02-23drm: Remove redundant weston_surface_update_transform() callKristian Høgsberg1-2/+0
2012-02-23compositor: Remove surface overlapped attributeKristian Høgsberg2-15/+2
2012-02-23Move weston_output_set_cursor into compositor-drm.cKristian Høgsberg5-66/+60
2012-02-23compositor-drm: Destroy sprites on shutdown, turn off on vt switchKristian Høgsberg1-0/+30
2012-02-23compositor: Remove unused compositor vfunc create_cursor_imageKristian Høgsberg2-29/+0
2012-02-23compositor-drm: Add sprite supportJesse Barnes2-2/+449
2012-02-23compositor: add an assign_planes hook to the outputJesse Barnes6-0/+14
2012-02-23Fix pointer position clipping.Scott Moreau1-4/+4
2012-02-23Introduce output zoom.Scott Moreau3-10/+120
2012-02-23compositor: Initialize destroy_listener_list for internal surfaces tooKristian Høgsberg1-0/+2
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg8-22/+63
2012-02-23simple-touch: Update to enter/leave changesKristian Høgsberg2-5/+22
2012-02-23compositor: Implement opqaue and input regionsKristian Høgsberg2-11/+168
2012-02-23compositor: assign output to drag surfacesAnder Conselvan de Oliveira1-0/+1
2012-02-23shell: don't assign output for surface of type noneAnder Conselvan de Oliveira1-0/+1
2012-02-23Update to enter/leave events for pointer and keyboardKristian Høgsberg2-48/+75
2012-02-22shell: Fix never map fullscreen/transient surface.Alex Wu1-4/+4
2012-02-19compositor: Remove redundant weston_surface_damage_below() callsKristian Høgsberg1-5/+0
2012-02-19compositor: Surface is unmapped when surface->output is NULLKristian Høgsberg1-3/+2
2012-02-19shell: Revive super-tab application switcherKristian Høgsberg4-138/+118
2012-02-19compositor: Don't run keybindings if we have a key grabKristian Høgsberg1-1/+3
2012-02-19compositor: Setup for keyboard grabs.Scott Moreau1-5/+7
2012-02-18Track server changes.Scott Moreau2-38/+38
2012-02-17compositor: Move fullscreen_output to shell_surfaceKristian Høgsberg3-7/+6
2012-02-17compositor: Make weston_surface_damage_below_noupdate() the defaultKristian Høgsberg1-10/+2
2012-02-17compositor: Move unmap logic to new function weston_surface_unmap()Kristian Høgsberg1-9/+14
2012-02-17compositor: Only delete surface texture if we have oneKristian Høgsberg1-1/+2
2012-02-17compositor: Get rid of surface->visualKristian Høgsberg3-53/+10
2012-02-16shell: Set geometry directly in configureKristian Høgsberg1-9/+6
2012-02-16shell: Restore basic fullscreen functionalityKristian Høgsberg1-3/+8
2012-02-16window: Don't draw decorations in fullscreen modeKristian Høgsberg1-6/+19
2012-02-16window: Set window type as it changes, not on every attachKristian Høgsberg1-41/+18
2012-02-16view: Don't schedule resize after setting fullscreenKristian Høgsberg1-1/+0
2012-02-16window: Use constant keycode offset of 8Daniel Stone1-1/+1
2012-02-16window: Use new xkbcommon include pathDaniel Stone2-2/+2
2012-02-16protocol: remove absolute coordinates from pointerPekka Paalanen4-23/+15
2012-02-16window: do not store absolute coordinatesPekka Paalanen1-5/+1
2012-02-16clients/dnd: adapt to new data_device icon protocolAnder Conselvan de Oliveira1-3/+18
2012-02-16compositor: implement drag'n'drop iconsAnder Conselvan de Oliveira3-0/+74