summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-12-03xdg-shell: xdg_surface_set_output should only affect fullscreen.Rafael Antognolli1-4/+4
2013-12-03xdg-shell: Add surface size to configure.Rafael Antognolli1-0/+38
2013-12-03xdg-shell: Implement xdg-shell interface.Rafael Antognolli3-15/+508
2013-12-03shell: Move shell_surface_set_parent to wl_shell calls.Rafael Antognolli1-11/+13
2013-12-03shell: Remove SHELL_SURFACE_TRANSIENT.Rafael Antognolli1-35/+40
2013-12-03shell: Remove SHELL_SURFACE_FULLSCREEN and SHELL_SURFACE_MAXIMIZED.Rafael Antognolli1-103/+99
2013-12-03input: Reset keyboard state when releasing last seat keyboardJonas Ådahl1-0/+24
2013-12-03input: Move the xkb fields from weston_seat to weston_keyboardJonas Ådahl5-79/+86
2013-12-02Remove the weston_view.geometry.width/height fieldsJason Ekstrand11-161/+141
2013-12-02Make the default desktop shell client configurableEmilio Pozuelo Monfort1-1/+1
2013-12-02input: Reset pointer state when last pointer device was removedJonas Ådahl1-0/+7
2013-12-02input: Reset touch state when last touch device was removedJonas Ådahl1-0/+7
2013-12-02input: Keep track of number of touch points inside touch structJonas Ådahl4-11/+10
2013-12-02rpi: Use common udev_input for input device handlingJonas Ådahl1-245/+16
2013-12-02shell: Change stacking order calculation for popup surfacesPhilip Withnall1-2/+27
2013-12-02shell: Fix a potential NULL pointer dereferencePhilip Withnall1-1/+2
2013-12-02shell: Store parent–child links between shsurfs for window stackingPhilip Withnall1-1/+104
2013-12-02shell: Factor out common code to create fullscreen black surfacesPhilip Withnall1-42/+24
2013-12-02shell: Remove weston_view_restack()Philip Withnall3-21/+22
2013-12-02shell: Update a shsurf’s layer when its surface type changesPhilip Withnall1-19/+28
2013-12-02shell: Factor out code to set the layer for a shsurfPhilip Withnall1-26/+52
2013-12-02shell: Don’t change popups’ window types until the next configure eventPhilip Withnall1-1/+2
2013-12-02shell: Factor out code to set a shsurf’s parentPhilip Withnall1-3/+26
2013-12-02shell: Tidy up unset_fullscreen()Philip Withnall1-2/+7
2013-12-02shell: Refactor workspace code to operate on shsurfs rather than viewsPhilip Withnall1-10/+17
2013-12-02shell: Factor out common code to set a shsurf’s outputPhilip Withnall1-17/+18
2013-12-02shell: Add missing cases to switch statements for animations and fadingPhilip Withnall1-0/+3
2013-12-02shell: Add missing cases to switch statements for surface typesPhilip Withnall1-1/+23
2013-12-02shell: Reorganise set/unset methods for fullscreen/maximize/popup/transientPhilip Withnall1-158/+190
2013-12-02src/shell.c: set black_surface->width and heightXiong Zhang1-0/+2
2013-12-02rpi: Support opaque regionsTomeu Vizoso5-4/+130
2013-11-28compositor: merge surface size from buffer size funcsPekka Paalanen2-39/+17
2013-11-28compositor: do not recompute size on pointer_set_cursorPekka Paalanen1-2/+2
2013-11-28compositor: gather buffer_transform and _scale into a structPekka Paalanen6-46/+44
2013-11-27Do not set output->current_mode in compositor.cAxel Davy1-1/+0
2013-11-27compositor-x11: Allow r5g6b5 visuals for X11 backend SHMMoD1-0/+6
2013-11-27gl-renderer: Fix support for Y_XUXV buffersAnder Conselvan de Oliveira1-1/+1
2013-11-27Remove dependency on <GLES2/gl2.h> by replacing GLfloat with floatTomeu Vizoso2-52/+48
2013-11-27exposay: properly go away when the modifier is pressedEmilio Pozuelo Monfort1-4/+27
2013-11-27input: don't run modifier bindings when the kbd is grabbedEmilio Pozuelo Monfort1-0/+3
2013-11-27rpi: avoid vc_dispmanx_set_wl_buffer_in_use without EGLPekka Paalanen1-2/+18
2013-11-27exposay: provide a cancel func to the ptr grab ifaceEmilio Pozuelo Monfort1-0/+10
2013-11-25src/data_device.c: add dnd support for touch screenXiong Zhang3-67/+288
2013-11-25Makefile.am: The wayland rpi doesn't libsession-helper.laKristian Høgsberg1-1/+0
2013-11-25Makefile.am: The rpi backend needs libsession-helper.laMarco Barisione1-0/+1
2013-11-25src/Makefile.am: correct compile failure for launcher-util.cXiong Zhang1-1/+1
2013-11-24Makefile.am: Move launcher helpers in to libsession-helper.la libraryKristian Høgsberg1-26/+26
2013-11-24configure.ac: Make libdrm optional in weston-launchKristian Høgsberg3-40/+73
2013-11-22input: Cancel pointer grabs when compositor loses kb focusKristian Høgsberg1-0/+2
2013-11-22shell: don't crash if a pointer's focus is nullEmilio Pozuelo Monfort1-1/+2