profile/ivi/wayland.git
2011-01-25 Kristian HøgsbergMerge remote branch 'nobled/for-krh'
2011-01-25 Tim Wiederhakefix tty_destroy
2011-01-24 nobleddon't use deprecated INCLUDES variable
2011-01-24 nobledfix includes
2011-01-23 DarxusAdd specific versions to build dependencies
2011-01-23 Tim Wiederhakeinitialise display
2011-01-23 Tim Wiederhakefree option context
2011-01-23 Tim Wiederhakeremove unused variable
2011-01-23 Benjamin Franzkecompositor-wayland: Remove unused variable
2011-01-23 Tim Wiederhakedocument the usage of libtoytoolkit
2011-01-23 Tim Wiederhakeclose terminal window on exit
2011-01-23 Tim Wiederhakefix resizing at top/left border
2011-01-23 Tim Wiederhakeremove declaration without definition from window.h
2011-01-23 Tim Wiederhakeremove unused function in clients/smoke.c, silence...
2011-01-23 Tim Wiederhakecompositor crashes if window width or height is <= 0
2011-01-23 Tim Wiederhakeadd clients to .gitignore
2011-01-23 Benjamin Franzkecompositor/shm: use internalFormat=GL_BGRA_EXT in TexIm...
2011-01-23 Kristian HøgsbergEnable all compositors by default
2011-01-23 Benjamin Franzkedisplay_iterate: Process only enabled event masks
2011-01-23 Tim WiederhakeGuard enums in generated wayland-*-protocol.h
2011-01-22 Kristian HøgsbergDrive-by optimization of blur_surface()
2011-01-22 Kristian HøgsbergRemove unused bits of cairo code
2011-01-22 Kristian HøgsbergUpdate TODO again
2011-01-22 Kristian HøgsbergDefine the shell resize enumeration in the xml spec
2011-01-21 Kristian HøgsbergAdd an orange pop-up menu to test the new map_transient...
2011-01-21 Kristian HøgsbergAdd new surface.map_transient() request to map a surfac...
2011-01-21 Kristian HøgsbergUpdate TODO
2011-01-21 Kristian HøgsbergTake away pointer focus during server grabs
2011-01-21 Kristian Høgsbergterminal: Just send the pty master fd to receive the...
2011-01-21 Kristian HøgsbergActually send selected text when pasting
2011-01-21 Kristian HøgsbergUse cairo_push_group() for all double buffering, drop...
2011-01-20 Kristian HøgsbergUse cairo_push_group() for double buffering in the...
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øgsbergPut the fd in the closure so debugging can print it
2011-01-19 Kristian HøgsbergUse different closures for sending and receiving
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-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 Franzkeclients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
2011-01-17 Benjamin Franzkecompositor: Attach only valid background buffers
2011-01-17 Benjamin Franzkecompositor-wayland: Assign func pointers pre init
2011-01-15 Kristian Høgsbergsimple-client: Remove unnecessary flush
2011-01-15 Kristian Høgsbergsimple-client: Create GLES2 context
2011-01-15 Kristian HøgsbergLink simple-client against libGLESv2.so, not full GL
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
next