simple-client: Port to wayland-egl and use eglSwapBuffers()
[profile/ivi/wayland.git] / clients /
2011-02-07 Kristian Høgsbergsimple-client: Port to wayland-egl and use eglSwapBuffers()
2011-02-07 Kristian Høgsberggears: Remove unused drm_fd field
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 Tim Wiederhakeclients/view: Fix memory leak
2011-01-25 Tim Wiederhakeclients/view: Don't try to show inexistant files
2011-01-25 Tim Wiederhakeclients/view: Allow relative paths
2011-01-25 Tim Wiederhakeclients/view: Add mousewheel and arrow keys
2011-01-25 Tim Wiederhakeclients/view: Remove unnecessary variables
2011-01-25 Tim Wiederhakeclients/view: Do not browse outside document range
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øgsbergRemove frame handler prototype
2011-01-25 Kristian HøgsbergMerge remote branch 'callum/master'
2011-01-25 Kristian HøgsbergMerge remote branch 'nobled/for-krh'
2011-01-24 nobledfix includes
2011-01-23 Tim Wiederhakeinitialise display
2011-01-23 Tim Wiederhakefree option context
2011-01-23 Tim Wiederhakeremove 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-22 Kristian HøgsbergDrive-by optimization of blur_surface()
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ø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ø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-17 Benjamin Franzkeclients/Makefile: Add AM_CPPFLAGS to view's CPPFLAGS
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 Kristian HøgsbergCheck for cairo-egl instead of just cairo-gl
2011-01-14 Callum Lowcayterminal: Window operations
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øgsberggears: Include config.h
2011-01-07 Kristian HøgsbergAdd missing newline in gears error message
2011-01-06 Kristian HøgsbergMerge remote branch 'nobled/fixes2'
2011-01-05 nobledWorkaround gears depending on cairo-gl
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-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-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-12-01 Kristian HøgsbergAdd $(GCC_CFLAGS) back
2010-11-30 Joel TeichroebMake the dnd client actually work.
2010-11-30 Kristian HøgsbergAdd reject round trip to dnd protocol
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 Fred Morcosfix missing includes in clients/window.h and clients...
2010-11-29 Kristian HøgsbergDefine MULT outside the HAVE_CAIRO_GL #ifdef
next