summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2015-08-21clients: Drop deadlock circumvention hack now that we don't need itJonas Ådahl1-32/+0
2015-08-14clients: add simple-dmabuf clientGeorge Kiagiadakis1-0/+591
2015-08-07Coding style fixesDawid Gajownik4-32/+32
2015-08-07Use [x]zalloc instead of [x]malloc + memsetRyo Munakata2-6/+3
2015-08-06test/ivi: include protocol headers for all used protocolsBill Spitzak1-0/+1
2015-07-17window: Use wl_cursor_frame_and_duration() for mouse cursor updatesDerek Foreman1-9/+114
2015-07-16presentation-shm: Allow setting of delay before surface.commitMario Kleiner1-7/+41
2015-07-10clients: Simplify memory allocation with xzalloc()Bryce Harrington1-11/+2
2015-06-22Remove weston-screensaverPekka Paalanen6-2438/+0
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz3-4/+2
2015-06-15Moved the MIN() macro to the helper include.Jon Cruz3-6/+0
2015-06-15Moved helper macro to a discrete include file.Jon Cruz15-11/+14
2015-06-15Remove redundant #include path component.Jon Cruz16-22/+22
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington37-592/+629
2015-06-06Whitespace correctionsMurray Calavera1-2/+2
2015-05-19editor: warn when write failsBryce Harrington1-1/+2
2015-05-15remove trailing whitespacesMichael Vetter12-64/+64
2015-05-07editor: implement Cut,Copy,PasteManuel Bachmann1-3/+166
2015-04-13desktop-shell: Remove the panel popupDima Ryazanov1-33/+0
2015-03-30nested-client: fix typoManuel Bachmann1-1/+1
2015-03-27terminal: add "Minimize" to context menuPekka Paalanen1-1/+10
2015-03-27Pass config file from compositor to everythingPekka Paalanen4-4/+12
2015-03-26platform: rename create_egl_window to create_egl_surfaceJonny Lamb4-11/+11
2015-03-26nested-client: include platform.hJonny Lamb1-0/+2
2015-03-20clients & tests: use eglCreatePlatformWindowSurfaceEXT when supportedJonny Lamb4-14/+14
2015-03-20clients & tests: use eglGetPlatformDisplayEXT when supportedJonny Lamb5-4/+17
2015-03-19Spellcheck fixesBryce Harrington1-1/+1
2015-03-05window: Fix crash in input_set_pointer_image when cursor is specialDerek Foreman1-8/+19
2015-02-27xdg-shell: Bump unstable versionJasper St. Pierre4-4/+4
2015-02-27xdg-shell: Remove the flags from get_xdg_popupJasper St. Pierre1-2/+1
2015-02-27xdg-shell: Remove the serial from popup_doneJasper St. Pierre1-1/+1
2015-02-27xdg-shell: Take a xdg_surface as the parent surfaceJasper St. Pierre1-7/+7
2015-02-19presentation-shm: put run mode in window titlePekka Paalanen1-1/+11
2015-01-27editor: Make editor multi-seat awareDerek Foreman1-4/+4
2015-01-26clients: Remove stray new-lineJonas Ådahl1-2/+1
2015-01-20Revert "simple-egl: HACK to report presentation flags"Bryce Harrington1-49/+0
2015-01-20simple-egl: HACK to report presentation flagsPekka Paalanen1-0/+49
2015-01-20tests, clients: add Presentation feedback flagsPekka Paalanen1-1/+4
2014-12-12window: use roundtrip instead of dispatch after get_registryMarek Chalupa1-1/+1
2014-12-04clients: support ivi-application.xml for clients/window.cNobuhiko Tanibata1-10/+57
2014-12-04clients: support ivi-application.xml for clients/simple-egl.cNobuhiko Tanibata1-9/+86
2014-12-04clients: support ivi-application.xml for clients/simple-shm.cNobuhiko Tanibata1-0/+42
2014-12-04clients: a reference implementation of UI client how to use ivi-hmi-controller.Nobuhiko Tanibata1-0/+1310
2014-11-28clients: Use xmalloc in a few more placesDerek Foreman2-3/+3
2014-11-28dnd: Fix some mouse cursor issuesDerek Foreman1-13/+80
2014-11-27simple-shm: explain two initial roundtripsPekka Paalanen1-0/+40
2014-11-11smoke: fix valgrind invalid read errorsFrank Binns1-4/+4
2014-11-11smoke: Don't commit an xdg_surface with a NULL bufferJasper St. Pierre1-22/+2
2014-11-04window : compare version and call appropriate destructorkabeer khan1-4/+10
2014-09-30clients: add presentation-shm demoPekka Paalanen1-0/+867