xkb: Don't call exit on failure in weston_compositor_xkb_init()
[profile/ivi/weston.git] / src / compositor.h
2013-02-18 Kristian Høgsbergxkb: Don't call exit on failure in weston_compositor_xk...
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...
2012-08-01 Pekka Paalanencompositor: rework touch focus
2012-07-31 Kristian Høgsbergcompositor: Use a minimal restore handler for crash...
2012-07-10 Gwenole Beauchesnecompositor: handle YUV buffers.
2012-07-10 Gwenole Beauchesnecompositor: add YUV shaders.
2012-07-10 Gwenole Beauchesnecompositor: factor out RGB shader.
2012-07-10 Gwenole Beauchesnecompositor: prepare for multi-planar surfaces.
2012-06-28 Kristian Høgsbergcompositor: Move repaint debug binding to mod-shift...
2012-06-27 Kristian Høgsbergshell: Take a wl_surface as parent for transient and...
2012-06-27 Kristian Høgsbergshell: Make panel just a wl_surface too
2012-06-22 Daniel StoneSplit weston_compositor_init into base and _gl
2012-06-22 Daniel StoneRename modifier_state_changed to notify_modifiers
2012-06-22 Daniel Stonenotify_key: Add update_state argument
2012-06-22 Daniel Stoneweston_xkb_info: Cache all modifier indices for X11
2012-06-22 Daniel StoneLet wayland-server send modifier events for focus
2012-06-22 Daniel StoneSplit notify_keyboard_focus into in/out variants
2012-06-22 Kristian Høgsbergshell: Animate input panel mapping
2012-06-22 Kristian Høgsbergutil: Generalize surface animation code
2012-06-21 Jan Arne Petersentext: Add input_method and text_model interfaces
2012-06-21 Jan Arne Petersenshell: Add support for input panels
2012-06-20 Kristian Høgsbergcompositor: Introduce weston_output_schedule_repaint()
2012-06-20 Kristian Høgsbergcompositor: Remove weston_read_pixels functionality
2012-06-20 Kristian Høgsbergcompositor: Emit frame_signal from weston_output_do_rea...
2012-06-19 Kristian Høgsbergcompositor: Track which plane a surface is on
2012-06-18 Kristian Høgsbergcompositor: Don't export weston_compositor_repick()
2012-06-18 Kristian HøgsbergRename weston_compositor EGLDisplay member to egl_display
2012-06-18 Scott MoreauMove zoom code to its own file.
2012-06-18 Scott MoreauAnimate transitions for zoom focus point change.
2012-06-15 Ander Conselvan... compositor: Track pointer image protocol change
2012-06-13 Jonas Ådahlcompositor: Buffer all frame callbacks in 'weston_surface'
2012-06-12 Scott MoreauImplement animated transitions for zoom in/out.
2012-06-11 Scott MoreauAdd frame_counter to weston_animation.
2012-06-11 Scott MoreauMove animation_list to weston_output.
2012-06-08 Kristian Høgsbergcompositor: Drop weston_surface_to_global()
2012-06-05 Kristian Høgsbergcompositor: Drop brightness and saturation features...
2012-06-04 Scott MoreauConvert text cursor position protocol to use fixed...
2012-06-04 Kristian Høgsbergcompositor: Add a clipboard manager
2012-06-01 Daniel StoneAdd support for wl_keyboard::keymap events
2012-06-01 Daniel StonePass config_file through to weston_compositor_init
2012-06-01 Daniel StonePass argc and argv through to weston_compositor_init
2012-05-31 Daniel StoneAdd keymap argument to weston_seat_init_keyboard
2012-05-31 Daniel StoneMove keymaps to weston_seat
2012-05-31 Daniel StoneSeparate out weston_xkb_info struct
2012-05-31 Daniel StoneSplit weston_seat_init up into pointer/keyboard/touch
2012-05-31 Daniel StoneUse wl_fixed_t for axis bindings
2012-05-31 Daniel StoneSplit bindings into separate key/button/axis bindings
2012-05-31 Daniel StoneConvert notify_axis to wl_fixed_t
2012-05-31 Daniel StoneUse enum wl_keyboard_key_state instead of integer
2012-05-31 Daniel StoneUse enum wl_pointer_button_state instead of integer
2012-05-31 Daniel StoneAdd core LED handling
2012-05-31 Daniel StoneDo binding modifier lookup on XKB state, not physical...
2012-05-31 Daniel StoneMove xkb_state object to weston_seat
2012-05-31 Daniel StoneConvert Weston modifier #defines to an enum
2012-05-31 Daniel StoneSupport wl_keyboard::modifiers event
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-24 Kristian HøgsbergAdd screen recorder tool
2012-05-22 Kristian Høgsbergxwm: Implement resizing by frame borders
2012-05-22 Kristian Høgsbergxwm: Add window resize support
next