summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-30WIP: compositor/xwm: forward global position to Xxwm-configure2Tiago Vignatti5-33/+86
2012-07-23desktop-shell: Break command lines into env vars, executable and argumentsKristian Høgsberg1-3/+54
2012-07-23image: Add fullscreen supportKristian Høgsberg1-0/+11
2012-07-23window.c: Add fullscreen handler to keep fullscreen state consistentKristian Høgsberg4-12/+40
2012-07-23dnd: Clip flowers to window content areaKristian Høgsberg1-0/+3
2012-07-23Update src/weston-egl-ext.hKristian Høgsberg1-9/+5
2012-07-23evdev: Release weston_seat with underlying evdev deviceDaniel Stone1-1/+1
2012-07-23Fix memory leak on compositor exitDaniel Stone1-0/+2
2012-07-23evdev: Don't ignore multitouch touchscreensDaniel Stone1-1/+1
2012-07-23wcap: Fix typo in usage output.Scott Moreau1-1/+1
2012-07-23wcap: Clarify help message, don't dump yuv4mpeg2 to terminalKristian Høgsberg1-2/+11
2012-07-23desktop-shell: Declare grab_cursor as enum cursor_type.Scott Moreau1-1/+1
2012-07-23wcap: Add GCC_CFLAGS and fix more compiler warningsKristian Høgsberg3-7/+5
2012-07-23wcap: Declare variable with same sign as convert_to_yv12() expects.Scott Moreau1-1/+1
2012-07-22Handle new transform argument in wl_output.geometry eventKristian Høgsberg4-4/+8
2012-07-22xwm: Make override-redirect windows opaqueKristian Høgsberg1-1/+11
2012-07-22xwm: use last focused window for guessing transient parentTiago Vignatti2-3/+14
2012-07-22xwm: Fix transient positioningTiago Vignatti1-2/+19
2012-07-22xwm: Initialize window decoration always as !overrideTiago Vignatti1-1/+1
2012-07-22weston.ini: Move binding-modifier to shell section.Scott Moreau1-1/+1
2012-07-22Extract the text_model_manager interface from input_methodPhilipp Brüschweiler3-25/+74
2012-07-22text-backend.c: Whitespace fixesKristian Høgsberg1-8/+14
2012-07-22text-backend: minor fixesPhilipp Brüschweiler1-12/+17
2012-07-22editor: deactivate old text model before activating the new onePhilipp Brüschweiler1-14/+22
2012-07-22compositor: Destroy pending surface callbacks when destroying surfaceKristian Høgsberg1-5/+9
2012-07-20configure.ac: Don't require vpx now that we don't build the webm encoderKristian Høgsberg1-1/+1
2012-07-20shell: Remove unused pointer_end_grabTiago Vignatti1-3/+0
2012-07-20xwm: Don't try to change frame cursor when there's no decorationTiago Vignatti1-3/+3
2012-07-20shell: Center fullscreen surface whenever new buffer is attachedKristian Høgsberg1-1/+2
2012-07-20Flesh out README a bit, link to building instructionsKristian Høgsberg1-5/+14
2012-07-20clients: Implement minimum size for toy toolkit clientsKristian Høgsberg2-10/+9
2012-07-19compositor: Update to use new tokens for EGL_WL_bind_wayland_displayKristian Høgsberg1-9/+8
2012-07-19Never install weston setuidKristian Høgsberg2-18/+0
2012-07-19shell: Set shell_interface.shell at initializationKristian Høgsberg1-1/+1
2012-07-18compositor-drm: Remove cursor debug messageKristian Høgsberg1-1/+0
2012-07-18compositor-drm: Only update hw cursor contents when it changesKristian Høgsberg1-14/+19
2012-07-18compositor-drm: Only call drmModeMoveCursor() if hw cursor position changedKristian Høgsberg1-7/+11
2012-07-18compositor: Don't record surface damage when we move or transform surfacesKristian Høgsberg1-4/+1
2012-07-18wcap: Just make wcap-decode dump YUV4MPEG2Kristian Høgsberg19-5078/+265
2012-07-18shell: Default to maximize/fullscreen on current outputKristian Høgsberg1-0/+4
2012-07-17compositor: Free the right EGLImageKristian Høgsberg1-1/+1
2012-07-16compositor-drm: Allocate hw cursor like other planesKristian Høgsberg1-26/+19
2012-07-16compositor-drm: Combine drm_output_set_cursor and weston_output_set_cursorKristian Høgsberg1-96/+56
2012-07-16compositor-drm: Assign primary framebuffer in assign_planes calloutKristian Høgsberg1-84/+40
2012-07-16compositor-drm: Support hardware scaling with drm planesKristian Høgsberg1-7/+49
2012-07-16compositor-drm: Follow gbm_bo_get_pitch rename to gbm_bo_get_strideKristian Høgsberg1-2/+2
2012-07-16compositor-drm: Use gbm_bo_import instead of gbm_bo_create_from_egl_surfaceKristian Høgsberg1-12/+9
2012-07-16xwm: set the root window pointer to left_ptrTiago Vignatti1-9/+7
2012-07-16xwm: set appropriate cursors for the frame windowTiago Vignatti2-0/+164
2012-07-16xwayland: add simple xcb-cursor hook based on libXcursorTiago Vignatti2-1/+72