summaryrefslogtreecommitdiff
path: root/clients/image.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetic: Remove a few double semicolonsDerek Foreman2015-10-071-1/+1
* clients: Fix height typo in clamp_view()Bryce Harrington2015-09-091-1/+1
* Remove redundant #include path component.Jon Cruz2015-06-151-1/+1
* clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington2015-06-151-16/+17
* image: don't print redundant errorBill Spitzak2014-09-111-1/+0
* weston-image --help works. Also help if no filename is givenBill Spitzak2014-08-191-0/+5
* Clients: Fix memleak issues in various clients of westonvivek2014-06-241-0/+2
* Make sure config.h is included before any system headersAndrew Wedgbury2014-04-071-0/+2
* westoy: Remove unused support for window parentsJasper St. Pierre2013-11-131-1/+1
* Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand2013-10-131-1/+1
* malloc + memset -> zallocPeter Hutterer2013-08-081-2/+1
* image: Free filename saved into structure on error pathRob Bradford2013-07-301-0/+1
* Pass argc pointer to parse_options()Kristian Høgsberg2013-02-201-1/+1
* image: Free allocated memory on error pathRob Bradford2013-01-101-0/+1
* image: Set dragging pointer on button press, not first motionKristian Høgsberg2012-10-301-3/+3
* image: Combine clamp_view() and center_view ()Kristian Høgsberg2012-10-301-40/+23
* image: Add keyhandler to handle keyboard zoomKristian Høgsberg2012-10-301-0/+32
* image: Set resize handler and center view on resize/fullscreenKristian Høgsberg2012-10-301-0/+10
* clients: image: Add support for panning and zoomingJonas Ådahl2012-10-151-14/+218
* image: handle multiple images correctlyPhilipp Brüschweiler2012-08-131-3/+26
* image: Don't segfault when the file doesn't existJuan Zhao2012-08-091-0/+6
* image: Add fullscreen supportKristian Høgsberg2012-07-231-0/+11
* Move cairo-util to shared/Kristian Høgsberg2012-05-151-1/+1
* Consolidate image loading code and move to shared/Kristian Høgsberg2012-03-121-112/+27
* Add an option parserKristian Høgsberg2012-03-121-5/+1
* window: Dont take width and height in window constructorKristian Høgsberg2012-01-311-1/+1
* window: Make decorations just a widgetKristian Høgsberg2012-01-101-1/+1
* window: Get rid of the window child allocation conceptKristian Høgsberg2012-01-101-3/+3
* window: Make resize and redraw handlers widget vfuncsKristian Høgsberg2012-01-101-10/+5
* window: Allocate and flush the window surface in window.cKristian Høgsberg2012-01-101-4/+1
* clients/image: Delete old old key codeKristian Høgsberg2012-01-091-7/+2
* Fix inconsistent #include stylePekka Paalanen2011-11-221-1/+1
* window: Stop using glib mainloop in toy toolkitKristian Høgsberg2011-09-191-1/+0
* window.c: Drop global handler argumentKristian Høgsberg2011-08-291-1/+1
* Define global handler on display creationTim Wiederhake2011-04-111-1/+1
* Fix new gcc 4.6 warningsKristian Høgsberg2011-01-251-5/+2
* Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg2011-01-211-1/+2
* Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg2011-01-211-10/+13
* Fix terminal resizingKristian Høgsberg2011-01-111-8/+8
* Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg2010-12-171-1/+1
* Create socket in /var/run/user/${HOME}Kristian Høgsberg2010-12-011-3/+0
* Make clients exit orderly when there is no connectionYuval Fledel2010-11-221-0/+4
* Fixed a bogus call to cairo_destroyJohan Bilien2010-11-081-1/+1
* Add small client for testing shm surfacesKristian Høgsberg2010-10-261-0/+1
* Replace commit/ack/frame protocol with simpler sync and frame callbacksKristian Høgsberg2010-09-031-1/+1
* Update keyboard focus handler signaturesKristian Høgsberg2010-07-281-2/+3
* Update to use eglGetDRMDisplayMESA()Kristian Høgsberg2010-07-081-1/+0
* Set window user data using separate functionKristian Høgsberg2010-06-251-2/+3
* Consolidate redraw scheduling in window.cKristian Høgsberg2010-06-141-28/+4
* Fix resizingKristian Høgsberg2010-06-141-31/+10