simple-touch: do not include GL headers
[profile/ivi/weston.git] / src /
2012-10-16 Jonas Ådahlevdev: Update axis notifications to follow protocol
2012-10-16 Kristian HøgsbergMake distcheck pass
2012-10-16 Matt Ropercompositor: Call into grab handler for touch events
2012-10-16 Jonas Ådahlevdev-touchpad: Implement two finger scroll
2012-10-16 Jonas Ådahlshell: Update bindings to conform to pointer axis protocol
2012-10-16 Jonas Ådahlcompositor-x11: Update axis notifications to follow...
2012-10-16 Jonas Ådahlevdev-touchpad: Add a finite-state machine
2012-10-16 Jonas Ådahlevdev-touchpad: Cleanup and refactoring
2012-10-16 Kristian Høgsbergclients: Use wl_display_dispatch_pending()
2012-10-11 Ander Conselvan... compositor: Unmap drag icon surface when its released
2012-10-11 Pekka Paalanencompositor: fix event-test
2012-10-11 Pekka Paalanencompositor, clients: apply wl_surface.frame on commit
2012-10-11 Pekka Paalanencompositor: fix surface pointer cast
2012-10-11 Pekka Paalanenshell: do not double-init input region
2012-10-11 Pekka Paalanencompositor, clients: double-buffer input region
2012-10-11 Pekka Paalanencompositor, clients: double-buffer opaque region
2012-10-11 Pekka Paalanenshell: do not double-init a region
2012-10-11 Pekka Paalanencompositor, clients: make damage double-buffered
2012-10-11 Pekka Paalanencompositor: make wl_surface.attach double-buffered
2012-10-11 Kristian HøgsbergUpdate to new fd and wl_registry APIs
2012-10-10 Scott Moreautoytoolkit: Don't draw shadows for maximized windows.
2012-10-10 John Kåre Alsakercompositor-wayland: Use some nicer border sizes.
2012-10-10 John Kåre Alsakercompositor-wayland: Make sure border fields are set...
2012-10-10 Rafal Mielniczukshell: restore correct layer in shell_unset_fullscreen
2012-10-10 Rob Bradfordbacklight: Jump to cleanup code if synthesizing backlig...
2012-10-10 Rob Bradfordcompositor-drm: Avoid leak during output configuration...
2012-10-10 Rob Bradfordbacklight: Avoid buffer overflow in the use of readlink
2012-10-10 Rob Bradfordevdev-touchpad: Iterate over the touchpad spec table...
2012-10-10 Rob Bradfordevdev: Avoid unintended case drop through
2012-10-10 Rob Bradfordtty: Log error if we cannot setup a valid tty keyboard...
2012-10-10 Rob Bradfordevdev-touchpad: Twiddle finger_state correctly
2012-10-04 John Kåre Alsakerweston: Use float instead of GLfloat.
2012-10-04 John Kåre Alsakercompositor-wayland: Create border after creating the...
2012-10-04 Martin OlssonFix spelling errors
2012-10-04 Tiago Vignattixwm: Plug kill signal for killing X apps
2012-10-04 Tiago Vignatticompositor: Add kill signal
2012-10-04 Tiago Vignattishell: Skip clients that we forked ourselves in kill...
2012-10-04 Tiago Vignattishell: Start the desktop-shell client in the idle handler
2012-09-26 Jan Arne Petersenshell: Fix crash when an input panel is hiding
2012-09-26 Rob Bradfordcompositor-drm: Check that that we have a valid bo...
2012-09-25 Kristian Høgsbergcompositor: Make weston_surface_assign_output() static
2012-09-25 Jan Arne Petersentext: Rename de/activate to enter/leave
2012-09-14 Ander Conselvan... compositor: Always assign an output when updating a...
2012-09-14 Ander Conselvan... compositor: Generalize output previous damage into...
2012-09-13 Abhijit Potniscompositor-android: Add output before gles2_renderer_init()
2012-09-12 Jan Arne Petersentext: Add reset requets to protocol
2012-09-12 Jan Arne Petersentext: Add support for control keys to the protocol
2012-09-12 Jan Arne Petersentext: Add delete_surrounding_text to protocol
2012-09-12 Jan Arne Petersentext: Add support for pre-edit string
2012-09-12 Jan Arne Petersentext: Split text and input-method protocols
2012-09-12 Jan Arne Petersentext: Fix set_surrounding_text request
2012-09-12 Jan Arne Petersentext: Introduce input_method_context interface
2012-09-12 Philipp Brüschweilertext: Have only one text_model_factory
2012-09-12 Jan Arne Petersentext: Remove surface arg in create_text_model
2012-09-12 Ander Conselvan... compositor: Accumulate obscured damage into the primary...
2012-09-12 Pekka Paalanencompositor: new intersection algorithm
2012-09-12 Pekka Paalanenupdate .gitignores
2012-09-12 Kristian Høgsbergcompositor: Generalize module loading
2012-09-11 Kristian Høgsbergcompositor: Always set WAYLAND_DISPLAY
2012-09-11 Kristian Høgsbergcompositor: Don't return the dlsym handle in load_module()
2012-09-11 Kristian Høgsbergcompositor: Drop unused wl_shm field
2012-09-11 Kristian Høgsbergcompositor: Make all non-backend modules use module_ini...
2012-09-11 Kristian Høgsbergcompositor: Remove unused 'fbo' field from weston_compo...
2012-09-07 Kristian Høgsbergcompositor: Destroy gles2 resource for weston_surface...
2012-09-07 Kristian Høgsbergcompositor: Move unbind_display call into gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Move EGL context creation to gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Create outputs before initializing GLES2...
2012-09-07 Kristian Høgsbergcompositor: Introduce a weston_renderer object
2012-09-07 Kristian Høgsbergcompositor: Move EGL/GLES2 parts of weston_surface_atta...
2012-09-07 Kristian Høgsbergcompositor: Move update_shm_texture() to gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Move gles2 initialization to gles2-renderer.h
2012-09-07 Kristian Høgsbergcompositor: Move non-GL initialization out of weston_co...
2012-09-07 Kristian Høgsbergcompositor: Move surface repaint code to gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Consolidate output repaint logic
2012-09-04 Pekka Paalanencompositor: do not round a zero area to non-zero
2012-09-04 Pekka Paalanencompositor: do not duplicate ARRAY_SIZE
2012-09-04 Pekka Paalanencompositor: reduce the number of triangles
2012-09-04 Pekka Paalanencompositor: fix fan_debug mode
2012-09-04 Pekka Paalanencompositor: paint opaque regions with RGBX shader
2012-09-04 Pekka Paalanenxwayland: replace opaque_rect, fix an alpha problem
2012-09-04 Philipp Brüschweilerworkspaces: don't segfault on invalid move_surface_to_w...
2012-08-31 Jonas Ådahlshell: Improve focus handling when moving surfaces...
2012-08-31 Jonas Ådahlshell: Introduce workspace manager interface
2012-08-31 Jonas Ådahlshell: Add possibility to move surfaces to other workspaces
2012-08-31 Jonas Ådahlshell: Always set focus when restoring focus state
2012-08-31 Pekka Paalanencompositor: triangle fan debug
2012-08-31 Pekka Paalanencompositor: fix blending for full-surface alpha
2012-08-31 Pekka Paalanencompositor: specialised fragment shader for RGBX
2012-08-31 Rob Clarkcompositor: simplify shaders
2012-08-31 Rob Clarkcompositor: add support for OES_EGL_image_external
2012-08-29 Scott MoreauImplement output transformations.
2012-08-16 Ander Conselvan... compositor: Clear only the the damage that was actually...
2012-08-16 Scott MoreauRemove unused enum.
2012-08-14 Rob Clarkcompositor: a couple debug logs
2012-08-14 Kristian Høgsbergcompositor-wayland: Set make and model
2012-08-14 Kristian Høgsbergcompositor-wayland: Call notify_pointer_focus() for...
2012-08-13 Kristian Høgsbergcompositor: Use pointer_cursor_surface_configure()...
2012-08-13 Philipp Brüschweilershell: don't segfault when pressing super+k when no...
2012-08-13 Kristian Høgsbergcompositor: Set WAYLAND_DISPLAY only after creating...
2012-08-13 Scott Moreaushell: Eliminate unneeded function.
next