compositor-x11: Rename the output make to "weston-X11"
[platform/upstream/weston.git] / clients / image.c
2014-09-11 Bill Spitzakimage: don't print redundant error
2014-08-19 Bill Spitzakweston-image --help works. Also help if no filename...
2014-06-24 vivekClients: Fix memleak issues in various clients of weston
2014-04-07 Andrew WedgburyMake sure config.h is included before any system headers
2013-11-14 Jasper St. Pierrewestoy: Remove unused support for window parents
2013-10-14 Jason EkstrandRename frame_create and frame_set_child_size with a...
2013-08-08 Peter Hutterermalloc + memset -> zalloc
2013-07-30 Rob Bradfordimage: Free filename saved into structure on error...
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2013-01-10 Rob Bradfordimage: Free allocated memory on error path
2012-10-30 Kristian Høgsbergimage: Set dragging pointer on button press, not first...
2012-10-30 Kristian Høgsbergimage: Combine clamp_view() and center_view ()
2012-10-30 Kristian Høgsbergimage: Add keyhandler to handle keyboard zoom
2012-10-30 Kristian Høgsbergimage: Set resize handler and center view on resize...
2012-10-16 Jonas Ådahlclients: image: Add support for panning and zooming
2012-08-13 Philipp Brüschweilerimage: handle multiple images correctly
2012-08-09 Juan Zhaoimage: Don't segfault when the file doesn't exist
2012-07-24 Kristian Høgsbergimage: Add fullscreen support
2012-05-16 Kristian HøgsbergMove cairo-util to shared/
2012-03-12 Kristian HøgsbergConsolidate image loading code and move to shared/
2012-03-12 Kristian HøgsbergAdd an option parser
2012-01-31 Kristian Høgsbergwindow: Dont take width and height in window constructor
2012-01-11 Kristian Høgsbergwindow: Make decorations just a widget
2012-01-11 Kristian Høgsbergwindow: Get rid of the window child allocation concept
2012-01-10 Kristian Høgsbergwindow: Make resize and redraw handlers widget vfuncs
2012-01-10 Kristian Høgsbergwindow: Allocate and flush the window surface in window.c
2012-01-09 Kristian Høgsbergclients/image: Delete old old key code
2011-11-23 Kristian HøgsbergMerge remote-tracking branch 'vignatti/evdev'
2011-11-22 Pekka PaalanenFix inconsistent #include style
2011-09-19 Kristian Høgsbergwindow: Stop using glib mainloop in toy toolkit
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-04-11 Kristian HøgsbergMerge remote-tracking branch 'bnf/surface-frame-event'
2011-04-11 Tim WiederhakeDefine global handler on display creation
2011-01-25 Kristian HøgsbergFix new gcc 4.6 warnings
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-21 Kristian HøgsbergAdd an orange pop-up menu to test the new map_transient...
2011-01-21 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-21 Kristian HøgsbergUse cairo_push_group() for all double buffering, drop...
2011-01-12 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-11 Kristian HøgsbergFix terminal resizing
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-12-01 Kristian HøgsbergCreate socket in /var/run/user/${HOME}
2010-11-22 Yuval FledelMake clients exit orderly when there is no connection
2010-11-08 Johan BilienFixed a bogus call to cairo_destroy
2010-10-26 Kristian HøgsbergAdd small client for testing shm surfaces
2010-09-03 Kristian HøgsbergReplace commit/ack/frame protocol with simpler sync...
2010-07-29 Kristian HøgsbergUpdate keyboard focus handler signatures
2010-07-09 Kristian HøgsbergUpdate to use eglGetDRMDisplayMESA()
2010-06-25 Kristian HøgsbergSet window user data using separate function
2010-06-15 Kristian HøgsbergConsolidate redraw scheduling in window.c
2010-06-15 Kristian HøgsbergFix resizing
2010-06-09 Kristian HøgsbergSend device name at connect time
2010-06-08 Kristian HøgsbergConsolidate more code in clients/window.c
2010-06-05 Kristian HøgsbergMove clients to subdirectory