profile/ivi/weston.git
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.
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 FranzkeAdd wayland backend for compositor (nested)
2010-11-29 Benjamin Franzkewayland_client: rename wl_display_create to wl_display_...
2010-11-29 Kristian HøgsbergConsolidate 'sync' and 'frame' events into just one...
2010-11-29 Yuval FledelDocument wl_list
2010-11-29 Yuval FledelDescribe the protocol using inline XML comments
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
2010-11-24 Kristian HøgsbergFix udev rules install directory
2010-11-24 Joel TeichroebFix potentially undefined behavior
2010-11-23 DarxusSome additional return value checking
2010-11-22 Yuval FledelMake clients exit orderly when there is no connection
2010-11-22 Yuval Fledeladd newlines for error printfs
2010-11-22 Yuval Fledelxml tag should close, or some parsers fail
2010-11-22 Kristian HøgsbergFix compositor crash when dragging to a surface that...
2010-11-22 Kristian Høgsbergwindow: Don't call drag_offer_handler if it's NULL
2010-11-22 Fabian HenzeTwo typo fixes in the documentation
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 HarringtonExpose window_set_surface() in window.h
2010-11-22 Bryce HarringtonCleanup declared but unused variables.
2010-11-22 Benjamin Franzkescanner: include stddef.h to provide NULL and size_t
2010-11-19 Kristian HøgsbergMake the server event loop embeddable
2010-11-16 Kristian HøgsbergOops, no -- in xml comments allowed
2010-11-16 Kristian HøgsbergAdd logo svg
2010-11-12 Nikolai KondrashovClean up .gitignore files
2010-11-10 Peter HuttererREADME: fix a few typos
2010-11-10 Tiago Vignatticompositor: add safety check when EGL fails to initialize
2010-11-09 Jesse Barnescompositor: put console into KD_GRAPHICS mode at vt...
2010-11-08 Kristian HøgsbergBring gears example up to date
2010-11-08 Johan BilienFixed a bogus call to cairo_destroy
2010-11-08 Nikolai KondrashovFix Wayland build instructions
2010-11-08 Kristian HøgsbergInstall and dist udev rules file
2010-11-07 Javier JardónUpdate autotools configuration
2010-10-31 Kristian HøgsbergAdd /wayland so we pick up generated header files
2010-10-29 Chia-I WuWorkaround an xcb-dri2 bug.
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-27 Kristian HøgsbergList libtoytoolkit.la before libwayland-client.la on...
2010-10-27 Kristian HøgsbergAdd a geometry option for x11 compositor
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-10-25 Kristian HøgsbergRemove leftover of fds_in_tail hack
2010-10-16 Kristian HøgsbergPlug in no-op drm buffer attach function
2010-10-12 Kristian HøgsbergDelete leftover makefile debugging
2010-10-12 Kristian HøgsbergUse automake
2010-10-12 Kristian HøgsbergAdd more cursors from the DMZ theme
2010-10-12 Kristian HøgsbergFix clients include path after moving files around
2010-10-08 Kristian HøgsbergUse GL_BGRA_EXT for shm texture uploads
2010-10-08 Kristian HøgsbergA couple more TODO items
2010-10-07 Kristian HøgsbergAdd a shm buffer sharing mechanism
next