profile/ivi/wayland.git
2011-01-15 Kristian HøgsbergMerge remote branch 'bnf/simple_client'
2011-01-14 Benjamin FranzkeAdd a simple client
2011-01-14 Benjamin Franzkeconnection: Write before reading connection data
2011-01-14 Kristian HøgsbergCheck for cairo-egl instead of just cairo-gl
2011-01-14 Kristian HøgsbergCheck for GL_EXT_texture_format_BGRA8888
2011-01-14 Kristian HøgsbergBoth internalFormat and format should be GL_BGRA_EXT
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-14 Kristian HøgsbergMove tty and vt handling out in its own file
2011-01-14 Kristian HøgsbergSome kind of support for touchscreen
2011-01-14 Kristian HøgsbergSplit out evdev handling to its own file
2011-01-14 Kristian HøgsbergPick up input devices of type ID_INPUT_TABLET as well
2011-01-13 Callum Lowcayterminal: Fix bugs in attribute rendering
2011-01-12 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-12 Callum Lowcayterminal: Escape sequences with string parameters
2011-01-11 Kristian Høgsbergclients: Make poppler-glib optional
2011-01-11 Kristian HøgsbergBatch up drawing glyphs
2011-01-11 Kristian HøgsbergHold on to the scaled fonts we use
2011-01-11 Kristian HøgsbergUse cairo_show_glyphs for rendering text
2011-01-11 Kristian HøgsbergFactor out decoding of character attributes
2011-01-11 Kristian HøgsbergOnly draw background if it's different from what's...
2011-01-11 Kristian HøgsbergMake border color a color from the color table
2011-01-11 Kristian HøgsbergAdd helper to set color from color table
2011-01-11 Kristian HøgsbergSplit background and foreground painting into separate...
2011-01-11 Kristian HøgsbergFix terminal resizing
2011-01-10 Callum LowcayMerge branch 'master' of git://anongit.freedesktop...
2011-01-10 Tiago Vignattiterminal: fix crashing when terminal size is < 0
2011-01-09 Callum Lowcayterminal: More character attributes
2011-01-09 Callum Lowcayterminal: Various fixes
2011-01-09 Callum Lowcayterminal: Special keys
2011-01-09 Callum Lowcayterminal: Implement character set switching
2011-01-09 Callum Lowcayterminal: vt102 editing commands
2011-01-09 Callum Lowcayterminal: Basic vt100 escape codes
2011-01-09 Callum Lowcayterminal: Scroll margins
2011-01-09 Callum Lowcayterminal: Escape sequence handling fixes
2011-01-08 Callum Lowcayterminal: Window size ioctls
2011-01-08 Callum Lowcayterminal: Fancy colors
2011-01-08 Callum Lowcayterminal: UTF-8 support
2011-01-07 Kristian HøgsbergMap new surfaces on top of all other surface
2011-01-07 Kristian Høgsberggears: Include config.h
2011-01-07 Kristian HøgsbergAdd missing newline in gears error message
2011-01-07 Kristian HøgsbergSimplify visual check
2011-01-07 Kristian HøgsbergIgnore surface.map_toplevel() if already mapped
2011-01-06 Kristian HøgsbergPass EGL_NO_CONTEXT to eglCreateImageKHR for EGL_DRM_BU...
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 nobledWorkaround gears depending on cairo-gl
2011-01-05 Kristian HøgsbergMove basic grab handling to core libraries
2011-01-05 nobledFix window.c build without cairo-gl
2011-01-01 Kristian HøgsbergInstall the pkgconfig files
2010-12-17 Kristian HøgsbergFix compositor-wayland
2010-12-17 Kristian HøgsbergUpdate surface.attach and change surface.map to surface...
2010-12-17 Kristian HøgsbergFix the resizor
2010-12-16 Kristian HøgsbergSchedule frame callback in the redraw handler
2010-12-16 Kristian HøgsbergAdd window resize sample client
2010-12-13 Joel TeichroebFixed a small typo
2010-12-09 Kristian HøgsbergMove code around to keep input device interface and...
2010-12-09 Kristian HøgsbergDocument the shell.configure event a bit
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-06 Kristian HøgsbergRefactor drm buffer creation a bit
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-02 Kristian HøgsbergUse generated wl_interface for visuals
2010-12-01 Kristian HøgsbergSilence scanner makefile rule by default
2010-12-01 Kristian HøgsbergChage the 'base' field to be the name of the super...
2010-12-01 Kristian HøgsbergUpdate TODO
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-12-01 Kristian HøgsbergAdd $(GCC_CFLAGS) back
2010-12-01 Kristian Høgsbergcompositor-wayland: Call wlsc_compositor_finish_frame...
2010-12-01 Kristian Høgsbergcompositor-wayland: Use glFlush() not glFinish() after...
2010-12-01 Kristian HøgsbergFix key handler to not run handlers from an empty list
2010-12-01 Yuval FledelDescribe the wire protocol
2010-11-30 Joel TeichroebMake the dnd client actually work.
next