summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2011-05-31clients: Add an optional roundtrip for visual lookupupstream-experimentalBenjamin Franzke2-2/+48
2011-05-16view: Set opaque when going fullscreenKristian Høgsberg1-0/+5
2011-05-16window: Add support for opaque windowsKristian Høgsberg3-19/+49
2011-05-16window.c: Deal with visual changesKristian Høgsberg2-5/+56
2011-05-16view: Add fullscreen optionKristian Høgsberg1-2/+11
2011-05-16view: Set resize handler so fullscreen doesn't crashKristian Høgsberg1-0/+11
2011-05-16simple-client: setenv the EGL platform for simple client as wellKristian Høgsberg1-0/+1
2011-05-10compositor: Set EGL_PLATFORM env variable for each backend.Egbert Eich1-0/+1
2011-05-02compositor: Screenhoot into a client provided shm bufferKristian Høgsberg1-14/+99
2011-04-29Add some new things to .gitignoreCasey Dahlin1-0/+1
2011-04-26configure: Only check dependencies for the enabled compositor backendsKristian Høgsberg1-2/+0
2011-04-22Implement buffer.damage in shm, use it in window.cBenjamin Franzke3-2/+32
2011-04-20Fix clients to work with wl_ prefixed interface namesKristian Høgsberg3-8/+8
2011-04-20Update to work with scanner that doesn't hardcode wl_*Kristian Høgsberg1-4/+4
2011-04-20Switch to new subscribe protocol and wayland-eglKristian Høgsberg4-27/+17
2011-04-14window.c: Check for cairo device failure the right wayKristian Høgsberg1-1/+1
2011-04-11Remove double definition of window_get_wl_surface()Kristian Høgsberg2-9/+0
2011-04-11Merge remote-tracking branch 'bnf/surface-frame-event'Kristian Høgsberg6-8/+25
2011-04-11Fix window_set_child_size() for windows without decorationKristian Høgsberg1-1/+1
2011-04-11Add struct window accessor for the wl_surfaceKristian Høgsberg2-0/+9
2011-04-11Define global handler on display creationTim Wiederhake11-29/+20
2011-03-18Merge remote-tracking branch 'bnf/fixes'Kristian Høgsberg1-0/+1
2011-03-17gears: Use wayland egl surface instead of imagesBenjamin Franzke3-69/+80
2011-03-17window: Use window surfaces for windowsBenjamin Franzke4-20/+152
2011-03-17simple-client: Request a alpha channel in choose configBenjamin Franzke1-0/+1
2011-03-17Support per surface frame eventsBenjamin Franzke6-8/+25
2011-02-14Split into a demo repository that holds the demo compositor and clientsKristian Høgsberg1-11/+7
2011-02-11fix typo in window.cTim Wiederhake1-1/+1
2011-02-09window.c: Use eglGetProcAddress to look up extension functionsKristian Høgsberg1-7/+15
2011-02-09window.c: Include wayland-egl.h before EGL headers so we get the right platformKristian Høgsberg2-5/+5
2011-02-07Add struct wl_egl_display argument to wl_egl_window_createKristian Høgsberg1-1/+2
2011-02-07Follow wayland-egl renamesKristian Høgsberg2-14/+13
2011-02-07simple-client: Port to wayland-egl and use eglSwapBuffers()Kristian Høgsberg2-121/+56
2011-02-07gears: Remove unused drm_fd fieldKristian Høgsberg1-1/+0
2011-02-07Port window.c to use wayland-eglKristian Høgsberg5-96/+60
2011-02-01window: add null checksnobled1-0/+30
2011-02-01add newlines in error messagesnobled1-4/+4
2011-01-28Add initial basic support for fullscreen surfacesKristian Høgsberg2-18/+35
2011-01-27compositor-x11: Handle keyboard focus correctly so we avoid stuck modifiersKristian Høgsberg1-0/+1
2011-01-25clients/view: Fix memory leakTim Wiederhake1-0/+1
2011-01-25clients/view: Don't try to show inexistant filesTim Wiederhake1-5/+13
2011-01-25clients/view: Allow relative pathsTim Wiederhake1-5/+17
2011-01-25clients/view: Add mousewheel and arrow keysTim Wiederhake1-17/+51
2011-01-25clients/view: Remove unnecessary variablesTim Wiederhake1-12/+1
2011-01-25clients/view: Do not browse outside document rangeTim Wiederhake1-2/+8
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg7-24/+9
2011-01-25Replace gdk_pixbuf_unref with g_object_unrefDarxus@chaosreigns.com1-4/+4
2011-01-25window.c: Make title not constKristian Høgsberg1-2/+2
2011-01-25Remove frame handler prototypeKristian Høgsberg1-4/+0
2011-01-25Merge remote branch 'callum/master'Kristian Høgsberg3-12/+91