summaryrefslogtreecommitdiff
path: root/clients/image.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-26clients/image: do not leak filenameLeandro Ribeiro1-0/+2
2024-04-26clients/image: do not leak cairo surfaceLeandro Ribeiro1-0/+2
2024-04-26clients/image: move a few functions on the fileLeandro Ribeiro1-29/+29
2024-04-26clients/image: display image in a subsurfaceLeandro Ribeiro1-46/+90
2024-04-26clients/image: use widget variable directlyLeandro Ribeiro1-3/+3
2024-04-26clients/image: rename widget to frame_widgetLeandro Ribeiro1-14/+17
2022-01-21clients/window: Add functions to set/retrieve app_idMarius Vlad1-0/+1
2019-05-02log: remove "%m" from format strings by using strerror(errno)Antonio Borneo1-1/+3
2015-10-07cosmetic: Remove a few double semicolonsDerek Foreman1-1/+1
2015-09-09clients: Fix height typo in clamp_view()Bryce Harrington1-1/+1
2015-06-15Remove redundant #include path component.Jon Cruz1-1/+1
2015-06-15clients: Update boilerplate from MIT X11 license to MIT Expat licensesBryce Harrington1-16/+17
2014-09-11image: don't print redundant errorBill Spitzak1-1/+0
2014-08-19weston-image --help works. Also help if no filename is givenBill Spitzak1-0/+5
2014-06-24Clients: Fix memleak issues in various clients of westonvivek1-0/+2
2014-04-07Make sure config.h is included before any system headersAndrew Wedgbury1-0/+2
2013-11-13westoy: Remove unused support for window parentsJasper St. Pierre1-1/+1
2013-10-13Rename frame_create and frame_set_child_size with a window_ prefixJason Ekstrand1-1/+1
2013-08-08malloc + memset -> zallocPeter Hutterer1-2/+1
2013-07-30image: Free filename saved into structure on error pathRob Bradford1-0/+1
2013-02-20Pass argc pointer to parse_options()Kristian Høgsberg1-1/+1
2013-01-10image: Free allocated memory on error pathRob Bradford1-0/+1
2012-10-30image: Set dragging pointer on button press, not first motionKristian Høgsberg1-3/+3
2012-10-30image: Combine clamp_view() and center_view ()Kristian Høgsberg1-40/+23
2012-10-30image: Add keyhandler to handle keyboard zoomKristian Høgsberg1-0/+32
2012-10-30image: Set resize handler and center view on resize/fullscreenKristian Høgsberg1-0/+10
2012-10-15clients: image: Add support for panning and zoomingJonas Ådahl1-14/+218
2012-08-13image: handle multiple images correctlyPhilipp Brüschweiler1-3/+26
2012-08-09image: Don't segfault when the file doesn't existJuan Zhao1-0/+6
2012-07-23image: Add fullscreen supportKristian Høgsberg1-0/+11
2012-05-15Move cairo-util to shared/Kristian Høgsberg1-1/+1
2012-03-12Consolidate image loading code and move to shared/Kristian Høgsberg1-112/+27
2012-03-12Add an option parserKristian Høgsberg1-5/+1
2012-01-31window: Dont take width and height in window constructorKristian Høgsberg1-1/+1
2012-01-10window: Make decorations just a widgetKristian Høgsberg1-1/+1
2012-01-10window: Get rid of the window child allocation conceptKristian Høgsberg1-3/+3
2012-01-10window: Make resize and redraw handlers widget vfuncsKristian Høgsberg1-10/+5
2012-01-10window: Allocate and flush the window surface in window.cKristian Høgsberg1-4/+1
2012-01-09clients/image: Delete old old key codeKristian Høgsberg1-7/+2
2011-11-22Fix inconsistent #include stylePekka Paalanen1-1/+1
2011-09-19window: Stop using glib mainloop in toy toolkitKristian Høgsberg1-1/+0
2011-08-29window.c: Drop global handler argumentKristian Høgsberg1-1/+1
2011-04-11Define global handler on display creationTim Wiederhake1-1/+1
2011-01-25Fix new gcc 4.6 warningsKristian Høgsberg1-5/+2
2011-01-21Add an orange pop-up menu to test the new map_transient requestKristian Høgsberg1-1/+2
2011-01-21Use cairo_push_group() for all double buffering, drop window_copy_*()Kristian Høgsberg1-10/+13
2011-01-11Fix terminal resizingKristian Høgsberg1-8/+8
2010-12-17Update surface.attach and change surface.map to surface.map_toplevelKristian Høgsberg1-1/+1
2010-12-01Create socket in /var/run/user/${HOME}Kristian Høgsberg1-3/+0
2010-11-22Make clients exit orderly when there is no connectionYuval Fledel1-0/+4