summaryrefslogtreecommitdiffstats
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* Hold on to the scaled fonts we useterminalKristian Høgsberg2010-12-251-17/+16
* Use cairo_show_glyphs for rendering textKristian Høgsberg2010-12-251-3/+11
* Only draw background if it's different from the border colorKristian Høgsberg2010-12-251-8/+9
* Use CAIRO_OPERATOR_OVER for drawing the backgroundKristian Høgsberg2010-12-251-1/+2
* Split background and foreground painting into separate loopsKristian Høgsberg2010-12-251-14/+25
* Make terminal a little more usefulCallum Lowcay2010-12-251-150/+1454
* Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg2010-12-1710-114/+104
* Fix the resizorKristian Høgsberg2010-12-161-34/+34
* Schedule frame callback in the redraw handlerKristian Høgsberg2010-12-161-5/+7
* Add window resize sample clientKristian Høgsberg2010-12-162-1/+206
* When no DRM present, clients (window.c actually) now either exit orderly,Yuval Fledel2010-12-061-61/+71
* Add origin information to output.geometry eventKristian Høgsberg2010-12-011-3/+3
* Create socket in /var/run/user/${HOME}Kristian Høgsberg2010-12-015-14/+2
* Fix warnings from adding -Wall backKristian Høgsberg2010-12-011-6/+6
* Add $(GCC_CFLAGS) backKristian Høgsberg2010-12-011-0/+1
* Make the dnd client actually work.Joel Teichroeb2010-11-301-28/+117
* Add reject round trip to dnd protocolKristian Høgsberg2010-11-301-5/+9
* Don't hardcode offered dnd types in window.cKristian Høgsberg2010-11-303-14/+18
* Made the window save the coordinates when being draged.Joel Teichroeb2010-11-301-8/+10
* wayland_client: rename wl_display_create to wl_display_connectBenjamin Franzke2010-11-292-2/+2
* fix missing includes in clients/window.h and clients/wayland-glib.hFred Morcos2010-11-292-0/+4
* Define MULT outside the HAVE_CAIRO_GL #ifdefKristian Høgsberg2010-11-291-3/+3
* Some additional return value checkingDarxus2010-11-221-1/+4
* Make clients exit orderly when there is no connectionYuval Fledel2010-11-227-0/+28
* window: Don't call drag_offer_handler if it's NULLKristian Høgsberg2010-11-221-2/+4
* Function declares a pointer return, so return one.Bryce Harrington2010-11-221-4/+4
* Quell warning about potentially uninitialized variable 'surface'Bryce Harrington2010-11-221-0/+3
* Expose window_set_surface() in window.hBryce Harrington2010-11-221-0/+3
* Cleanup declared but unused variables.Bryce Harrington2010-11-223-13/+5
* Clean up .gitignore filesNikolai Kondrashov2010-11-111-2/+6
* Bring gears example up to dateKristian Høgsberg2010-11-083-90/+94
* Fixed a bogus call to cairo_destroyJohan Bilien2010-11-081-1/+1
* Add /wayland so we pick up generated header filesKristian Høgsberg2010-10-311-1/+4
* Make sure there is a current context.Chia-I Wu2010-10-291-3/+17
* Use glTexSubImage to update the pixels.Chia-I Wu2010-10-291-3/+2
* List libtoytoolkit.la before libwayland-client.la on the link lineKristian Høgsberg2010-10-271-2/+3
* Add small client for testing shm surfacesKristian Høgsberg2010-10-267-19/+348
* Fall back to cairo image backend and shm surface if we don't have cairo glKristian Høgsberg2010-10-252-99/+319
* Use automakeKristian Høgsberg2010-10-122-34/+36
* Fix clients include path after moving files aroundKristian Høgsberg2010-10-121-1/+1
* Fix screenshoot.c type in MakefileKristian Høgsberg2010-09-171-1/+1
* Use scanner to generate screenshooter client code as wellKristian Høgsberg2010-09-142-27/+14
* Add timestamp to pointer image attach requestKristian Høgsberg2010-09-142-6/+8
* Move core protocol libraries into wayland/ subdirectoryKristian Høgsberg2010-09-141-1/+1
* Dont post damage event from window_copy_surfaceKristian Høgsberg2010-09-071-4/+0
* Only set pointer image when it changesKristian Høgsberg2010-09-071-0/+15
* Replace commit/ack/frame protocol with simpler sync and frame callbacksKristian Høgsberg2010-09-038-110/+60
* Use a transient object for the dnd sessionKristian Høgsberg2010-09-023-178/+190
* flower: Clear surfaceKristian Høgsberg2010-08-301-0/+5
* Add options to specify xkb detailsKristian Høgsberg2010-08-291-8/+31