summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* configure.ac: Require libinput 0.8Jonas Ådahl2015-01-151-1/+1
* libinput-device: use the discrete axis value for wheel eventsPeter Hutterer2015-01-151-4/+40
* libinput-device: use the new merged scroll eventsPeter Hutterer2015-01-151-5/+20
* input: Add comment explaining why pointer isn't freed when device is removedDerek Foreman2015-01-081-0/+5
* compositor-x11: Fix some shutdown crashesDerek Foreman2014-12-191-2/+14
* configure: bump libwayland requirementsPekka Paalanen2014-12-181-2/+2
* ivi-shell: Fix wrong condition to check return value of controller_module_initNobuhiko Tanibata2014-12-161-2/+2
* text: Don't crash if a seat has no keyboardDerek Foreman2014-12-161-6/+10
* input: swallow the key press event when running a compositor key bindingGiulio Camuffo2014-12-151-1/+4
* text: Use bool for input_panel_visibleDerek Foreman2014-12-151-3/+4
* text: Remove unused linked list from input_method_contextDerek Foreman2014-12-151-2/+0
* text: Fix coding styleDerek Foreman2014-12-151-4/+7
* text: Fix some typosDerek Foreman2014-12-151-2/+2
* ivi-shell: rewrite controller APINobuhiko Tanibata2014-12-156-825/+951
* ivi-shell: make ivi-layout.c as a part of ivi-shell.soNobuhiko Tanibata2014-12-155-99/+45
* ivi-shell: several ivi-layout interfaces moved accross source.Nobuhiko Tanibata2014-12-152-66/+67
* ivi-shell: reordering method in ivi_layout.cNobuhiko Tanibata2014-12-151-85/+86
* ivi-shell: clean up unnecesary headerNobuhiko Tanibata2014-12-152-10/+0
* ivi-shell: clean-up transition animation code.Nobuhiko Tanibata2014-12-152-199/+0
* ivi-shell: Say something when configuration is missingOndřej Majerech2014-12-151-3/+3
* compositor: Propagate errors from module_initOndřej Majerech2014-12-151-2/+4
* clipboard: set fd member of clipboard_sourceMarek Chalupa2014-12-121-0/+1
* screenshooter: fix various memory handlingMarek Chalupa2014-12-121-8/+17
* window: use roundtrip instead of dispatch after get_registryMarek Chalupa2014-12-121-1/+1
* xwm: fix a crash in handle_stateAndrew Engelbrecht2014-12-111-1/+3
* tests: Fix minor typoBryce Harrington2014-12-101-1/+1
* compositor: Implement JSON-timeline loggingPekka Paalanen2014-12-087-9/+476
* compositor: add weston_surface_set_label_func()Pekka Paalanen2014-12-086-0/+153
* ivi-shell: reference implementation of input panel for ivi-shellNobuhiko Tanibata2014-12-045-1/+454
* clients: support ivi-application.xml for clients/window.cNobuhiko Tanibata2014-12-041-10/+57
* clients: support ivi-application.xml for clients/simple-egl.cNobuhiko Tanibata2014-12-042-10/+89
* clients: support ivi-application.xml for clients/simple-shm.cNobuhiko Tanibata2014-12-042-1/+45
* ivi-shell: a reference of weston.ini for ivi-shell and ivi-hmi-controller.Nobuhiko Tanibata2014-12-043-3/+104
* data: add reference image files for weston-ivi-shell-user-interfaceNobuhiko Tanibata2014-12-0414-2/+40
* clients: a reference implementation of UI client how to use ivi-hmi-controller.Nobuhiko Tanibata2014-12-043-2/+1332
* ivi-shell: a reference implementation how to use ivi-layout internal APIsNobuhiko Tanibata2014-12-042-1/+1733
* protocol: ivi hmi controller protocol to set up IVI style UINobuhiko Tanibata2014-12-042-1/+99
* ivi-shell: add the shell plugin for In-Vehicle Infotainment systemNobuhiko Tanibata2014-12-043-1/+520
* ivi-shell: add IVI layout APIsNobuhiko Tanibata2014-12-046-0/+4920
* protocol: add interface ivi_application extensionNobuhiko Tanibata2014-12-042-2/+104
* ivi-shell: add README for ivi-shellNobuhiko Tanibata2014-12-041-0/+79
* fbdev: Remove unnecessary semicolonnerdopolis2014-12-031-1/+1
* input: send focus events to the focused client when running a key bindingGiulio Camuffo2014-12-012-5/+21
* rpi-renderer: don't pass a box to pixman_region32_contains_point()Derek Foreman2014-12-011-2/+1
* Use zalloc instead of calloc(1, ...)Bryce Harrington2014-11-2811-46/+53
* Setting members to 0/NULL after a zalloc or calloc is redundantBryce Harrington2014-11-284-19/+0
* Use zalloc rather than malloc and manually setting members to 0Bryce Harrington2014-11-282-9/+5
* clients: Use xmalloc in a few more placesDerek Foreman2014-11-282-3/+3
* tests: Use one shared xzalloc implementationBryce Harrington2014-11-283-22/+11
* tests: Move ARRAY_LENGTH to a shared header for reuseBryce Harrington2014-11-282-3/+3