summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-19active as a statexdg-more-statesKristian Høgsberg5-68/+29
2014-02-19only send serial in ack_change_stateKristian Høgsberg4-8/+3
2014-02-19resize as stateKristian Høgsberg2-7/+41
2014-02-19xdg-shell: Improve documentation for use_unstable_version requestKristian Høgsberg1-6/+9
2014-02-19xdg-shell: Bump unstable version to 3Kristian Høgsberg5-5/+5
2014-02-19shell: Consolidate state changes into xdg_surface_change_stateKristian Høgsberg1-55/+30
2014-02-19xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre5-311/+198
2014-02-18weston.ini.in: Update path to weston-flowerJasper St. Pierre1-1/+1
2014-02-18xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre5-23/+30
2014-02-18clients: Add delete handler for simple-shm / simple-eglJasper St. Pierre2-2/+16
2014-02-18clients: Add support for the minimize buttonJasper St. Pierre2-2/+16
2014-02-18Reorder the xdg_shell implementations to fit the spec'd orderJasper St. Pierre2-28/+28
2014-02-18window: Remove window_location enumJasper St. Pierre1-18/+2
2014-02-18xdg-shell: Remove "edges" from descriptionJasper St. Pierre1-6/+0
2014-02-18exposay: avoid needlessly activating the active viewEmilio Pozuelo Monfort1-0/+3
2014-02-18toytoolkit: avoid unnecessary redraws when focus changesEmilio Pozuelo Monfort1-2/+0
2014-02-18exposay: don't crash if a view goes awayEmilio Pozuelo Monfort1-2/+29
2014-02-18exposay: arrange views per-outputEmilio Pozuelo Monfort3-82/+107
2014-02-18Improvement of weston.ini.man. Add key:shell and remove tablet-shellNobuhiko Tanibata1-3/+16
2014-02-18tests: Properly report skipped testsEmilio Pozuelo Monfort3-14/+41
2014-02-18tests: use the headless backend to run the test suiteEmilio Pozuelo Monfort1-6/+4
2014-02-18tests: Skip buffer-count if EGL initialization failsEmilio Pozuelo Monfort1-10/+19
2014-02-18noop-renderer: Read the shm buffer contents on attachEmilio Pozuelo Monfort1-2/+20
2014-02-18noop-renderer: Set the buffer size on attach requestsEmilio Pozuelo Monfort1-0/+15
2014-02-18compositor-headless: create input devicesEmilio Pozuelo Monfort1-4/+26
2014-02-18input: Send leave and enter pair when the surface moves under the cursorKristian Høgsberg2-12/+17
2014-02-12shell: Use the per-client responsiveness tracking for wl_shell as wellKristian Høgsberg1-125/+73
2014-02-11compositor: Drop core ping_handler calloutKristian Høgsberg4-30/+6
2014-02-11build: List xdg protocol files as nodist SOURCEsKristian Høgsberg1-4/+4
2014-02-11build: Link to libshared.la instead of adding to SOURCESKristian Høgsberg1-30/+13
2014-02-11client: Fix shell unstable version checkKristian Høgsberg5-5/+23
2014-02-11xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg5-132/+235
2014-02-09Don't crash when eglCreateContext failsMariusz Ceier1-2/+4
2014-02-07clients: Port simple-shm and simple-egl to xdg-shellKristian Høgsberg3-54/+119
2014-02-07Update .gitignoreJasper St. Pierre3-39/+49
2014-02-06xdg-shell: Add set_margin requestJasper St. Pierre5-0/+72
2014-02-06xdg-shell: Add a "delete" eventJasper St. Pierre2-12/+33
2014-02-05build: Add missing AM_CFLAGS to client target CFLAGSKristian Høgsberg1-28/+31
2014-02-05xdg-shell: Drop edges arg from xdg_surface configure eventKristian Høgsberg3-7/+18
2014-02-05nested-client: Fix build errorJason Ekstrand1-0/+1
2014-02-05compositor: Move view repositioning logic into shellAnder Conselvan de Oliveira3-92/+70
2014-02-05compositor: Remove weston_output::move_signalAnder Conselvan de Oliveira4-38/+41
2014-02-05dim-layer: fix dimming for unfocused surfacesEmilio Pozuelo Monfort1-4/+4
2014-02-05compositor-rpi: Fix input initializationEmilio Pozuelo Monfort1-11/+8
2014-02-05README: Fix typo; add link to testing docsBryce W. Harrington1-1/+4
2014-02-05gl-renderer: Use eglSwapBuffersWithDamageEXT when availableJason Ekstrand1-0/+107
2014-02-05gl-renderer: Track border damage and only repaint borders on an as-needed basisJason Ekstrand1-29/+81
2014-02-05window: Delay scheduled redraws if we start maximize or fullscreen protocolKristian Høgsberg1-0/+37
2014-02-05terminal: Only reset title if we put the window size thereKristian Høgsberg1-1/+6
2014-02-05input: Run touch binding before calling touch grabKristian Høgsberg1-2/+3