window: expose outputs to applications
[profile/ivi/weston.git] / clients / window.h
2011-12-14 Pekka Paalanenwindow: expose outputs to applications
2011-12-08 Pekka Paalanenmove config parser to a convenience library
2011-12-04 Pekka Paalanenwl_shell_surface adaptation
2011-11-26 Kristian Høgsbergwindow.c: Cache outputs
2011-11-23 Kristian HøgsbergImplement the new dnd/selection protocol
2011-11-15 Pekka Paalanenwindow: add a helper for config file paths
2011-11-15 Kristian Høgsbergwindow: Add a cheesy parser for ini-files, use it in...
2011-10-12 Kristian Høgsbergdesktop-shell: Add beginning of pop-up menu to panel
2011-10-07 Benjamin Franzkegears: Fail if compiled without cairo-egl
2011-10-07 Benjamin Franzkewindow: Create a cairo device for each egl config
2011-10-07 Benjamin Franzkewindow: Remove display_flush_cairo_device
2011-09-21 Kristian Høgsbergwindow.c: Move window items to window.c
2011-09-19 Kristian Høgsbergwindow: Stop using glib mainloop in toy toolkit
2011-09-06 Kristian Høgsbergclients: Add a simple desktop-shell app
2011-09-06 Kristian Høgsbergwindow: Add enter/leave handlers
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-05-16 Kristian Høgsbergwindow: Add support for opaque windows
2011-04-22 Benjamin FranzkeImplement buffer.damage in shm, use it in window.c
2011-04-11 Kristian HøgsbergRemove double definition of window_get_wl_surface()
2011-04-11 Kristian HøgsbergMerge remote-tracking branch 'bnf/surface-frame-event'
2011-04-11 Kristian HøgsbergAdd struct window accessor for the wl_surface
2011-04-11 Tim WiederhakeDefine global handler on display creation
2011-03-18 Kristian HøgsbergMerge remote-tracking branch 'bnf/fixes'
2011-03-17 Benjamin Franzkegears: Use wayland egl surface instead of images
2011-03-17 Benjamin Franzkewindow: Use window surfaces for windows
2011-03-17 Benjamin FranzkeSupport per surface frame events
2011-02-07 Kristian HøgsbergPort window.c to use wayland-egl
2011-01-25 Kristian HøgsbergRemove frame handler prototype
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-23 Tim Wiederhakeremove declaration without definition from window.h
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øgsbergterminal: Just send the pty master fd to receive the...
2011-01-21 Kristian HøgsbergUse cairo_push_group() for all double buffering, drop...
2011-01-19 Kristian HøgsbergUse libxkbcommon #defines for modifiers
2011-01-19 Kristian HøgsbergAdd proof-of-concept selection support to terminal
2011-01-19 Kristian HøgsbergPass input device and time in key_handler callback
2011-01-19 Kristian HøgsbergUse the global handler in dnd instead of custom drag_of...
2011-01-19 Kristian Høgsbergwindow: Add a catch-all global handler hook
2011-01-15 Kristian HøgsbergMerge remote branch 'bnf/simple_client'
2011-01-14 Kristian HøgsbergCheck for cairo-egl instead of just cairo-gl
2011-01-14 Callum Lowcayterminal: Window operations
2011-01-12 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-11 Kristian HøgsbergFix terminal resizing
2011-01-06 Kristian HøgsbergMerge remote branch 'nobled/fixes2'
2011-01-05 nobledWorkaround gears depending on cairo-gl
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-11-30 Kristian HøgsbergDon't hardcode offered dnd types in window.c
2010-11-29 Fred Morcosfix missing includes in clients/window.h and clients...
2010-11-22 Bryce HarringtonExpose window_set_surface() in window.h
2010-11-08 Kristian HøgsbergBring gears example up to date
2010-10-26 Kristian HøgsbergAdd small client for testing shm surfaces
2010-10-25 Kristian HøgsbergFall back to cairo image backend and shm surface if...
2010-09-03 Kristian HøgsbergReplace commit/ack/frame protocol with simpler sync...
2010-09-03 Kristian HøgsbergUse a transient object for the dnd session
2010-08-28 Kristian HøgsbergProvide visual feedback as to whether drop is supported
2010-08-25 Kristian HøgsbergSet pointer image only in response to 'target' event
2010-08-19 Kristian HøgsbergMore work on dnd
2010-08-18 Kristian HøgsbergAdd a drag and drop test client
2010-07-20 Kristian HøgsbergDrop coordinates from buttons press, add timestamp...
2010-06-25 Kristian HøgsbergUse libxkbcommon for mapping keycodes to keysyms
2010-06-25 Kristian HøgsbergSet window user data using separate function
2010-06-15 Kristian HøgsbergUpdate decoration drawing to be less cairo path happy
2010-06-15 Kristian HøgsbergConsolidate redraw scheduling in window.c
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-08 Kristian HøgsbergUse cairo-gl in clients
2010-06-07 Kristian HøgsbergMake clients at least compile for now