summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-03build: Move clients build rules up to toplvel Makefile.amnon-recursive-makeKristian Høgsberg4-274/+303
2013-12-03build: Move shared build rules up to toplevel Makefile.amKristian Høgsberg5-58/+52
2013-12-03build: Move src build rules up to toplevel Makefile.amKristian Høgsberg5-7/+338
2013-12-03build: Move desktop-shell build rules up to toplevel Makefile.amKristian Høgsberg4-47/+52
2013-12-03build: Move protocol build rules up to toplevel Makefile.amKristian Høgsberg3-38/+13
2013-12-03build: Move man build rules up to toplevel Makefile.amKristian Høgsberg3-31/+30
2013-12-03build: Move data build rules up to toplevel Makefile.amKristian Høgsberg3-21/+21
2013-12-03build: Move wcap build rules to toplevel Makefile.amKristian Høgsberg4-15/+23
2013-12-03build: Move xwayland build rules to toplevel Makefile.amKristian Høgsberg4-47/+61
2013-12-03Move xwayland up one directory levelKristian Høgsberg11-15/+23
2013-12-03tablet-shell: RemoveKristian Høgsberg2-617/+0
2013-12-03desktop-shell: Move to new desktop-shell subdirectoryKristian Høgsberg5-20/+37
2013-12-03Check if the frame exists before reading its sizeDima Ryazanov1-2/+2
2013-12-03Check for frame being NULL before setting/unsetting flagsDima Ryazanov1-2/+4
2013-12-03Set the view to NULL when unmapping an X11 windowDima Ryazanov1-0/+2
2013-12-03data-device: Fix surface configure function typeJonas Ådahl1-8/+9
2013-12-03logind: delay wakeup until DRM-device is resumedDavid Herrmann1-21/+37
2013-12-03xdg-shell: Add key bindings for setting maximized and fullscreen.Rafael Antognolli1-0/+52
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-03xdg_shell: Adding a new shell protocol.Rafael Antognolli2-1/+440
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 Ekstrand14-167/+150
2013-12-02window: handle insufficient buffer spacePekka Paalanen1-17/+76
2013-12-02os: use posix_fallocate in creating sharable buffersPekka Paalanen2-2/+19
2013-12-02Make the default desktop shell client configurableEmilio Pozuelo Monfort4-2/+13
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-02clients: Add a new weston-stacking demoPhilip Withnall2-0/+305
2013-12-02clients: Add window_is_transient() helper to the toy toolkit windowPhilip Withnall2-0/+9
2013-12-02shell: Add missing cases to switch statements for animations and fadingPhilip Withnall1-0/+3