55 Commits (be9f5bd99331c61ff18644035bf5d51ce2e43276)

Author SHA1 Message Date
Marius Vlad b3544c26ad clients/window: Add functions to set/retrieve app_id 3 years ago
Antonio Borneo 3957863667 log: remove "%m" from format strings by using strerror(errno) 5 years ago
Derek Foreman bdc8c721e4 cosmetic: Remove a few double semicolons 9 years ago
Bryce Harrington ae6f1bb3f7 clients: Fix height typo in clamp_view() 9 years ago
Jon Cruz 4678bab13c Remove redundant #include path component. 9 years ago
Bryce Harrington 1f6b0d1d2c clients: Update boilerplate from MIT X11 license to MIT Expat licenses 9 years ago
Bill Spitzak 5e3b693a11 image: don't print redundant error 10 years ago
Bill Spitzak a8292618a6 weston-image --help works. Also help if no filename is given 10 years ago
vivek 31732f7c68 Clients: Fix memleak issues in various clients of weston 10 years ago
Andrew Wedgbury 9cd661e746 Make sure config.h is included before any system headers 11 years ago
Jasper St. Pierre bf17590f86 westoy: Remove unused support for window parents 11 years ago
Jason Ekstrand ee7fefcffc Rename frame_create and frame_set_child_size with a window_ prefix 11 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 11 years ago
Rob Bradford c9213e7353 image: Free filename saved into structure on error path 11 years ago
Kristian Høgsberg 4172f668e7 Pass argc pointer to parse_options() 12 years ago
Rob Bradford 409f79a2c7 image: Free allocated memory on error path 12 years ago
Kristian Høgsberg 9468708f70 image: Set dragging pointer on button press, not first motion 12 years ago
Kristian Høgsberg d3bf6766ab image: Combine clamp_view() and center_view () 12 years ago
Kristian Høgsberg 719b2158e7 image: Add keyhandler to handle keyboard zoom 12 years ago
Kristian Høgsberg a369ff5273 image: Set resize handler and center view on resize/fullscreen 12 years ago
Jonas Ådahl 972d506de3 clients: image: Add support for panning and zooming 12 years ago
Philipp Brüschweiler 1f54f17ef8 image: handle multiple images correctly 12 years ago
Juan Zhao 19a4c2db26 image: Don't segfault when the file doesn't exist 12 years ago
Kristian Høgsberg df0faf7983 image: Add fullscreen support 12 years ago
Kristian Høgsberg 5a315bc72d Move cairo-util to shared/ 13 years ago
Kristian Høgsberg f02a649a3c Consolidate image loading code and move to shared/ 13 years ago
Kristian Høgsberg bcacef19b0 Add an option parser 13 years ago
Kristian Høgsberg 009ac0a965 window: Dont take width and height in window constructor 13 years ago
Kristian Høgsberg 29af3ebce6 window: Make decorations just a widget 13 years ago
Kristian Høgsberg bb97700474 window: Get rid of the window child allocation concept 13 years ago
Kristian Høgsberg b67e94b170 window: Make resize and redraw handlers widget vfuncs 13 years ago
Kristian Høgsberg 5d12990dbe window: Allocate and flush the window surface in window.c 13 years ago
Kristian Høgsberg cadd0f5cd9 clients/image: Delete old old key code 13 years ago
Pekka Paalanen 50719bce2a Fix inconsistent #include style 13 years ago
Kristian Høgsberg 3a69627f43 window: Stop using glib mainloop in toy toolkit 13 years ago
Kristian Høgsberg 9de79a92a6 window.c: Drop global handler argument 13 years ago
Tim Wiederhake b4b67344f0 Define global handler on display creation 14 years ago
Kristian Høgsberg 00439617f3 Fix new gcc 4.6 warnings 14 years ago
Kristian Høgsberg 248c1b61ce Add an orange pop-up menu to test the new map_transient request 14 years ago
Kristian Høgsberg e164e4ef72 Use cairo_push_group() for all double buffering, drop window_copy_*() 14 years ago
Kristian Høgsberg da846ca91d Fix terminal resizing 14 years ago
Kristian Høgsberg 82da52b15b Update surface.attach and change surface.map to surface.map_toplevel 14 years ago
Kristian Høgsberg 2bb3ebe1e4 Create socket in /var/run/user/${HOME} 14 years ago
Yuval Fledel e9f5e36730 Make clients exit orderly when there is no connection 14 years ago
Johan Bilien 990854d019 Fixed a bogus call to cairo_destroy 14 years ago
Kristian Høgsberg 012a007771 Add small client for testing shm surfaces 14 years ago
Kristian Høgsberg 9d69f8e796 Replace commit/ack/frame protocol with simpler sync and frame callbacks 14 years ago
Kristian Høgsberg 43788b13df Update keyboard focus handler signatures 14 years ago
Kristian Høgsberg f252d6a98e Update to use eglGetDRMDisplayMESA() 14 years ago
Kristian Høgsberg c8c3734ef9 Set window user data using separate function 14 years ago