window: Add enter/leave handlers
[profile/ivi/weston.git] / clients / window.c
2011-09-06 Kristian Høgsbergwindow: Add enter/leave handlers
2011-09-01 Benjamin Franzkeclients: Fix typos
2011-08-31 Benjamin FranzkeRemove egl display type setenv hack
2011-08-31 Kristian HøgsbergMove away from visuals and just use EGLConfigs or shm...
2011-08-29 Kristian Høgsbergwindow.c: Drop global handler argument
2011-08-29 Kristian Høgsbergclients: Bring clients up to date
2011-08-29 Kristian HøgsbergUse the new wl_callback interface
2011-07-15 Benjamin Franzkewindow.c: Fix compile/run using cairo without egl
2011-06-23 Benjamin Franzkewindow: Set egl_window_resize late and once
2011-06-21 Kristian HøgsbergMerge remote-tracking branch 'bnf/buffer.release-2'
2011-06-21 Kristian HøgsbergMerge remote-tracking branch 'bnf/fixes-2'
2011-06-21 Kristian Høgsbergcompositor: Send out more detailed output events
2011-06-20 Kristian HøgsbergMove map requests to shell
2011-05-31 Benjamin Franzkeclients: Add an optional roundtrip for visual lookup
2011-05-16 Kristian Høgsbergwindow: Add support for opaque windows
2011-05-16 Kristian Høgsbergwindow.c: Deal with visual changes
2011-05-10 Egbert Eichcompositor: Set EGL_PLATFORM env variable for each...
2011-04-22 Benjamin FranzkeImplement buffer.damage in shm, use it in window.c
2011-04-20 Kristian HøgsbergFix clients to work with wl_ prefixed interface names
2011-04-20 Kristian HøgsbergSwitch to new subscribe protocol and wayland-egl
2011-04-14 Kristian Høgsbergwindow.c: Check for cairo device failure the right way
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øgsbergFix window_set_child_size() for windows without decoration
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-11 Tim Wiederhakefix typo in window.c
2011-02-09 Kristian Høgsbergwindow.c: Use eglGetProcAddress to look up extension...
2011-02-09 Kristian Høgsbergwindow.c: Include wayland-egl.h before EGL headers...
2011-02-07 Kristian HøgsbergFollow wayland-egl renames
2011-02-07 Kristian HøgsbergPort window.c to use wayland-egl
2011-02-01 nobledwindow: add null checks
2011-02-01 nobledadd newlines in error messages
2011-01-28 Kristian HøgsbergAdd initial basic support for fullscreen surfaces
2011-01-28 Kristian HøgsbergMerge remote branch 'nobled/for-krh'
2011-01-27 Kristian Høgsbergcompositor-x11: Handle keyboard focus correctly so...
2011-01-25 Kristian HøgsbergFix new gcc 4.6 warnings
2011-01-25 Darxus@chaosreigns.comReplace gdk_pixbuf_unref with g_object_unref
2011-01-25 Kristian Høgsbergwindow.c: Make title not const
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-23 Tim Wiederhakeinitialise display
2011-01-23 Tim Wiederhakefree option context
2011-01-23 Tim Wiederhakefix resizing at top/left border
2011-01-23 Tim Wiederhakecompositor crashes if window width or height is <= 0
2011-01-22 Kristian HøgsbergRemove unused bits of cairo code
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-20 Kristian HøgsbergRender selection
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 nobledFix window.c build without cairo-gl
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-12-06 Yuval FledelWhen no DRM present, clients (window.c actually) now...
2010-12-02 Kristian HøgsbergAdd origin information to output.geometry event
2010-12-01 Kristian HøgsbergCreate socket in /var/run/user/${HOME}
2010-12-01 Kristian HøgsbergFix warnings from adding -Wall back
2010-11-30 Kristian HøgsbergDon't hardcode offered dnd types in window.c
2010-11-30 Joel TeichroebMade the window save the coordinates when being draged.
2010-11-29 Benjamin Franzkewayland_client: rename wl_display_create to wl_display_...
2010-11-29 Kristian HøgsbergDefine MULT outside the HAVE_CAIRO_GL #ifdef
2010-11-23 DarxusSome additional return value checking
2010-11-22 Kristian Høgsbergwindow: Don't call drag_offer_handler if it's NULL
2010-11-22 Bryce HarringtonFunction declares a pointer return, so return one.
2010-11-22 Bryce HarringtonQuell warning about potentially uninitialized variable...
2010-11-22 Bryce HarringtonCleanup declared but unused variables.
2010-11-08 Kristian HøgsbergBring gears example up to date
2010-10-29 Chia-I WuMake sure there is a current context.
2010-10-29 Chia-I WuUse glTexSubImage to update the pixels.
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-14 Kristian HøgsbergAdd timestamp to pointer image attach request
2010-09-08 Kristian HøgsbergDont post damage event from window_copy_surface
2010-09-08 Kristian HøgsbergOnly set pointer image when it changes
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-30 Kristian HøgsbergAdd options to specify xkb details
2010-08-30 Kristian HøgsbergRemove debug message
2010-08-28 Kristian HøgsbergProvide visual feedback as to whether drop is supported
2010-08-28 Kristian HøgsbergUpdate drag protocol to use fd passing for data transfer
2010-08-25 Kristian HøgsbergSet pointer image only in response to 'target' event
2010-08-25 Kristian HøgsbergUpdate to EGL_MESA_drm_image from mesa master
2010-08-19 Kristian HøgsbergMore work on dnd
2010-08-18 Kristian HøgsbergAdd a drag and drop test client
2010-08-17 Kristian HøgsbergInsert unexplainable cairo_device_flush() to fix termin...
2010-08-16 Kristian HøgsbergAdd client side pointer image handling
next