input: Rename weston_device_repick() to weston_seat_repick()
[platform/upstream/weston.git] / src / compositor.h
2013-05-07 Kristian Høgsberginput: Rename weston_device_repick() to weston_seat_rep...
2013-05-07 Kristian Høgsbergmove input code from compositor.c into input.c
2013-05-07 Kristian Høgsbergfold wl_keyboard into weston_keyboard
2013-05-07 Kristian HøgsbergImport input structs and helper functions from wayland
2013-05-02 Jan Arne Petersentext: Add support for panels following the cursor
2013-05-02 Richard HughesMove the optional output name property from drm_output...
2013-05-02 Richard HughesAdd a set_gamma vfunc on weston_output
2013-05-02 Richard HughesAdd a output_created_signal on weston_compositor
2013-05-02 Richard HughesAdd a destroy_signal on weston_output
2013-05-01 Richard HughesExtract and parse the EDID when outputs are added
2013-04-08 Jonas ÅdahlMake backends always specify output repaint time 1.0.90
2013-03-29 Philipp Brüschweilercompositor: add WESTON_COMPOSITOR_OFFSCREEN state
2013-03-28 Giulio Camuffosdk: be C++ friendly
2013-03-27 Rob Bradfordcompositor: Support notifying with absolute position too
2013-03-26 Giulio Camuffoshell: handle multiple popups
2013-03-19 Philipp Brüschweilercompositor: remove unused field option_idle_time
2013-03-19 Pekka Paalanencompositor, shell: surface transform inheritance
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-03-19 Rune K. SvendsenEat scroll event if a key binding function is executed...
2013-03-19 Ander Conselvan... compositor: Don't rely on surface->clip to cull overlay...
2013-03-19 Ander Conselvan... compositor: Keep a z-ordered list of planes
2013-03-04 Kristian Høgsbergcompositor: Fold weston_buffer_post_release into weston...
2013-02-27 Giulio Camuffocompositor: call configure on surfaces with a null...
2013-02-22 Ander Conselvan... compositor: Rename lock and unlock signals to idle...
2013-02-22 Ander Conselvan... compositor: Move state tracking complexity into shell
2013-02-22 Ander Conselvan... compositor: Move fade animation out of core Weston...
2013-02-22 Ander Conselvan... animation: Make fade more controllable
2013-02-20 Kristian HøgsbergPass argc and argv to modules
2013-02-20 Kristian HøgsbergPass argc pointer to parse_options()
2013-02-18 Kristian Høgsbergxkb: Don't call exit on failure in weston_compositor_xk...
2013-02-18 Kristian HøgsbergInstall header files and pkg-config file for external...
2013-02-15 Jan Arne Petersentext: fix weston key bindings with input methods
2013-02-13 Kristian Høgsbergxwm: Support _NET_WM_STATE_FULLSCREEN
2013-01-08 Vasily Khoruzhickrenderer: introduce destroy callback
2012-12-07 Ander Conselvan... compositor-drm: Support overlays with transformed buffers
2012-12-06 Pekka Paalanencompositor: move texture_damage into renderer private
2012-12-06 Pekka Paalanencompositor: move pitch into renderer private
2012-12-06 Pekka Paalanencompositor: add early wl_buffer.release
2012-12-06 Pekka Paalanencompositor: introduce weston_buffer_reference
2012-12-06 Rob BradfordMove matrix.[ch] to shared
2012-11-30 Ander Conselvan... compositor: Fix rendering with shm transformed buffers
2012-11-27 Jan Arne Petersentext: Start input method from configuration
2012-11-27 Ander Conselvan... compositor: Implement buffer transformation
2012-11-17 Ander Conselvan... compositor: Move buffer damage fields from weston_outpu...
2012-11-13 John Kåre AlsakerMove EGL and GL includes to a gles2-renderer header.
2012-11-13 John Kåre AlsakerMove weston_compositor GL and EGL state into gles2...
2012-11-13 John Kåre AlsakerMove weston_surface GL and EGL state into gles2-renderer.
2012-11-13 John Kåre AlsakerMoved shader state into gles2-renderer.
2012-11-13 John Kåre Alsakercompositor: Move surface color state to gles2-renderer.
2012-11-13 John Kåre Alsakerscreenshooter: Use the renderer function for reading...
2012-11-13 John Kåre Alsakercompositor: Add a renderer function to read out pixels
2012-11-13 John Kåre AlsakerMove compositor-wayland border drawing into gles2-renderer.
2012-11-13 John Kåre AlsakerMove EGLConfig, EGLContext and EGLDisplay fields into...
2012-11-13 John Kåre AlsakerMove weston_output EGL state into gles2-renderer.
2012-11-08 Pekka Paalanengles2: update texture only if needed
2012-11-08 Ander Conselvan... gles2: Add a debug binding for highlighting shaded...
2012-11-08 Ander Conselvan... compositor: Add debug key bindings infrastructure
2012-11-08 Ander Conselvan... Add a headless backend
2012-10-31 Ander Conselvan... compositor: Fix culling of repaints behind opaque surfaces
2012-10-20 Kristian HøgsbergDefine our own container_of as well
2012-10-19 Kristian HøgsbergStop relying on ARRAY_LENGTH being defined in wayland...
2012-10-11 Pekka Paalanencompositor, clients: apply wl_surface.frame on commit
2012-10-11 Pekka Paalanencompositor, clients: double-buffer input region
2012-10-11 Pekka Paalanencompositor, clients: double-buffer opaque region
2012-10-11 Pekka Paalanencompositor, clients: make damage double-buffered
2012-10-11 Pekka Paalanencompositor: make wl_surface.attach double-buffered
2012-10-04 John Kåre Alsakerweston: Use float instead of GLfloat.
2012-10-04 Tiago Vignatticompositor: Add kill signal
2012-09-25 Kristian Høgsbergcompositor: Make weston_surface_assign_output() static
2012-09-14 Ander Conselvan... compositor: Generalize output previous damage into...
2012-09-12 Philipp Brüschweilertext: Have only one text_model_factory
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: 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 surface repaint code to gles2-renderer.c
2012-09-07 Kristian Høgsbergcompositor: Consolidate output repaint logic
2012-09-04 Pekka Paalanenxwayland: replace opaque_rect, fix an alpha problem
2012-08-31 Pekka Paalanencompositor: triangle fan debug
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 Scott MoreauRemove unused enum.
2012-08-10 Jan Arne Petersentext: Assign text_model to a wl_seat
2012-08-10 Kristian Høgsbergcompositor: Change notify_* function to take a weston_seat
2012-08-10 Kristian Høgsbergcompositor: Don't hardcode output transform when sendin...
2012-08-10 Kristian Høgsbergcompositor: Remove compositor->seat
2012-08-10 Kristian Høgsbergcompositor: Drop output->flags
2012-08-09 Pekka Paalanencompositor: format check for weston_log arguments
2012-08-03 Kristian Høgsbergcompositor: Add weston_surface_schedule_repaint() for...
2012-08-03 Kristian Høgsbergcompositor-drm: Disable planes when zoomed or capturing
2012-08-03 Kristian Høgsbergcompositor: Accumulate damage per plane
2012-08-02 Rob Bradfordcompositor: Use uint32_t for the msecs value consistently
2012-08-01 Kristian Høgsbergcompositor: Fold the log prototypes into compositor...
next