compositor: Don't try and use a NULL sprite for the device pointer
[profile/ivi/weston.git] / compositor / compositor.c
2011-04-19 Benjamin Franzkecompositor(-drm): Pageflip to fullscreen surfaces
2011-04-13 Kristian HøgsbergMove more switcher details to switcher.c
2011-04-13 Kristian HøgsbergMove switcher behaviour into switcher.c
2011-04-13 Kristian HøgsbergMove shell bindings to shell.c
2011-04-13 Kristian HøgsbergExtend wlsc_binding to cover buttons too
2011-04-12 Kristian HøgsbergUpdate modifier state as input devices enter and leave
2011-04-11 Kristian HøgsbergRemove typo
2011-04-11 Kristian HøgsbergMerge remote-tracking branch 'bnf/surface-frame-event'
2011-04-11 Kristian HøgsbergAdd a simple key binding mechanism
2011-04-11 Kristian HøgsbergCall present after clearing repaint_needed
2011-04-11 Kristian HøgsbergClip out pixels covered by opaque surfaces during repaint
2011-03-18 Kristian HøgsbergMerge remote-tracking branch 'bnf/fixes'
2011-03-17 Benjamin FranzkeSupport per surface frame events
2011-03-16 Benjamin Franzkecompositor: Update only existing backgrounds in output_move
2011-03-15 Benjamin Franzkecompositor-drm: Support output hotplugging
2011-03-13 Benjamin Franzkecompositor-drm: Fix multi head rendering
2011-03-02 Benjamin Franzkecompositor: Remove drm.c, use shm.c for pointer images
2011-03-01 Benjamin Franzkecompositor: Generate Framebuffer in the backends
2011-03-01 Benjamin Franzkecompositor: Add flags parameter to wlsc_output_init
2011-03-01 Benjamin Franzkecompositor: Use eglBindWaylandDisplayWL
2011-02-14 Kristian Høgsbergcompositor: Clip repaint to the damage region
2011-02-13 Kristian Høgsbergcompositor: Switch away from using VBOs and just stream...
2011-02-13 Kristian HøgsbergUse pixman regions to reduce repainting
2011-02-07 Kristian Høgsbergcompositor: Implement super-tab window switching
2011-02-07 Kristian Høgsbergcompositor: Set repaint_on_timeout when we schedule...
2011-02-02 Kristian HøgsbergUpdate compositor initiated resize to use a 3x3 grid
2011-02-02 Benjamin Franzkecompositor: Calculate resizing direction
2011-01-28 Kristian HøgsbergDon't crash when the previous keyboard surface goes...
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-27 Tim WiederhakeDon't create buffer from NULL pointer
2011-01-27 Kristian Høgsbergcompositor: Forward pointer focus notification from...
2011-01-26 Kristian Høgsbergcompositor-x11: Set window icon
2011-01-25 Darxus@chaosreigns.comReplace gdk_pixbuf_unref with g_object_unref
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-22 Kristian HøgsbergDefine the shell resize enumeration in the xml spec
2011-01-21 Kristian HøgsbergAdd new surface.map_transient() request to map a surfac...
2011-01-21 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-21 Kristian HøgsbergTake away pointer focus during server grabs
2011-01-19 Kristian HøgsbergFirst attempt at selection support
2011-01-18 Kristian HøgsbergSplit shell object out from compositor.c into its own...
2011-01-17 Benjamin Franzkecompositor: Attach only valid background buffers
2011-01-15 Kristian HøgsbergMerge remote branch 'bnf/simple_client'
2011-01-14 Kristian HøgsbergCheck for GL_EXT_texture_format_BGRA8888
2011-01-14 Kristian HøgsbergMake it possible to enable/disable the various composit...
2011-01-14 Kristian HøgsbergRemove unused visual argument to wlsc_surface_create()
2011-01-14 Kristian HøgsbergMove buffer creation and buffer details into drm.c...
2011-01-07 Kristian HøgsbergMap new surfaces on top of all other surface
2011-01-07 Kristian HøgsbergIgnore surface.map_toplevel() if already mapped
2011-01-06 Kristian HøgsbergInitialize surface->link so we can always wl_list_remov...
2011-01-06 Kristian HøgsbergMerge remote branch 'nobled/fixes2'
2011-01-06 Kristian HøgsbergMove grab definitions to wayland-util.h
2011-01-05 Kristian HøgsbergMove basic grab handling to core libraries
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-12-09 Kristian HøgsbergMove code around to keep input device interface and...
2010-12-08 Kristian HøgsbergSet up visuals in wayland-server
2010-12-08 Kristian HøgsbergHandle buttons in grab objects too
2010-12-08 Kristian HøgsbergMove grab state to struct wl_input_device
2010-12-08 Kristian HøgsbergReenable fragment shader precision specifier
2010-12-07 Kristian HøgsbergUse grab object for motion grabs too
2010-12-07 Kristian HøgsbergMake wlsc_input_device_update_grab() take a grab object
2010-12-07 Kristian HøgsbergUse a grab object for drag and drop
2010-12-07 Kristian HøgsbergHandle shell.move using a grab object
2010-12-07 Kristian HøgsbergMove resizing to a grab object
2010-12-07 Kristian HøgsbergAdd grab object infrastructure
2010-12-07 Kristian HøgsbergDrop dummy wl_grab_surface hack
2010-12-07 Kristian HøgsbergRemove unnecessary wlsc_compositor_schedule_repaint...
2010-12-07 Kristian HøgsbergReduce indentation in notify_button()
2010-12-07 Kristian HøgsbergStart grab when button is pressed, upgrade if we start...
2010-12-07 Kristian HøgsbergMove get_time() helper back into compositor
2010-12-07 Kristian HøgsbergPass timestamp in surface destroy callback
2010-12-07 Kristian HøgsbergMove focus tracking surface destroy callbacks into...
2010-12-07 Kristian HøgsbergUse surface destroy notifier for cancelling grabs
2010-12-06 Kristian HøgsbergUse the per-surface destroy callback for grabs as well
2010-12-06 Kristian HøgsbergMove get_time() helper to core
2010-12-06 Kristian HøgsbergAdd a surface destroy callback and use it for focus...
2010-12-02 Kristian HøgsbergAdd origin information to output.geometry event
2010-12-02 Kristian HøgsbergUse generated wl_interface for visuals
2010-12-01 Kristian HøgsbergChage the 'base' field to be the name of the super...
2010-12-01 Kristian Høgsbergcompositor: Use a virtual destructor when shutting...
2010-12-01 Kristian Høgsbergcompositor: Shut down properly so we remove the socket
2010-12-01 Kristian HøgsbergCreate socket in /var/run/user/${HOME}
2010-12-01 Kristian HøgsbergIndentation nit-picking
2010-12-01 Kristian HøgsbergMove pointer and keyboard focus tracking into libwaylan...
2010-12-01 Kristian HøgsbergFix warnings from adding -Wall back
2010-11-30 Kristian HøgsbergAdd reject round trip to dnd protocol
2010-11-29 Benjamin FranzkeAdd wayland backend for compositor (nested)
2010-11-22 Kristian HøgsbergFix compositor crash when dragging to a surface that...
2010-10-29 Chia-I WuUse glTexSubImage to update the pixels.
2010-10-27 Kristian HøgsbergAdd a geometry option for x11 compositor
2010-10-07 Kristian HøgsbergAdd a shm buffer sharing mechanism
2010-09-14 Kristian HøgsbergAdd timestamp to pointer image attach request
2010-09-14 Kristian HøgsbergMove example compositor to subdirectory