Replace fprintf() by weston_log()
[profile/ivi/weston.git] / src / compositor.c
2012-06-08 Martin MinarikReplace fprintf() by weston_log()
2012-06-08 Martin MinarikAdd logging functionality
2012-06-08 Pekka Paalanencompositor: return failure even if SEGV handler works v2
2012-06-08 Kristian Høgsbergcompositor: Drop weston_surface_to_global()
2012-06-07 Kristian Høgsbergcompositor: Emit destroy signal when we manually destro...
2012-06-07 Scott Moreauzoom: Convert wl_fixed_t directly into floats, to avoid...
2012-06-07 Pekka Paalanencompositor: fix a crash on missing keyboard device
2012-06-06 Pekka Paalanencompositor: print a clear message when XDG_RUNTIME_DIR...
2012-06-06 Pekka PaalanenRewrite shm buffer file allocation v2
2012-06-05 Kristian Høgsbergcompositor: Remove left-over 'bright' shader uniform
2012-06-05 Kristian Høgsbergcompositor: Drop brightness and saturation features...
2012-06-04 Kristian Høgsbergcompositor: Set pointer->current before calling focus...
2012-06-04 Scott MoreauConvert text cursor position protocol to use fixed...
2012-06-04 Daniel StoneFix inverted LEDs
2012-06-04 Daniel StoneFix sessions with no active input devices
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 StoneParse XKB config options in weston_compositor_init
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-06-01 Daniel StoneFix binding modifier lookup
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 XKB keymap compilation out into separate function
2012-05-31 Daniel StoneSplit weston_seat_init up into pointer/keyboard/touch
2012-05-31 Daniel StoneConvert wl_pointer::axis to wl_fixed_t
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 compositor->seat_list instead of a singular seat
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 Daniel StoneUpdate XKB state in update_modifier_state
2012-05-31 Daniel StoneUpdate pointer and keyboard focus on new listeners
2012-05-31 Pekka Paalanencompositor: check for execinfo.h
2012-05-31 Pekka Paalanencompositor: work around missing SOCK_CLOEXEC
2012-05-31 Scott MoreauImplement text cursor position protocol.
2012-05-29 Kristian Høgsbergcompositor: Only fini region if it's not the undef...
2012-05-26 Chad Versacecompositor: Fix buggy snprintf that sets module path
2012-05-26 Tiago Vignattixwayland: change library name
2012-05-24 Kristian HøgsbergAdd screen recorder tool
2012-05-22 Scott Moreaucompositor: Address blending for XRGB surfaces with...
2012-05-22 Scott MoreauRestructure output zoom.
2012-05-21 Kristian Høgsbergxwm: Switch alpha, brightness and saturation to GLfloat
2012-05-18 Rob Bradfordcompositor: Silence compiler warning by initializing...
2012-05-17 Kristian Høgsbergcompositor: Disable blending for WL_SHM_FORMAT_XRGB8888...
2012-05-17 Kristian Høgsbergcompositor: Remove resource from list when we destroy...
2012-05-16 Kristian Høgsbergcompositor: Add opaque rect shader feature
2012-05-16 Daniel StoneConvert wl_input_device to wl_seat (and friends)
2012-05-16 Scott MoreauConvert wl_fixed_t to int in weston_output_update_zoom().
2012-05-15 Ander Conselvan... compositor: Fix cursor positioning right after input_de...
2012-05-14 Kristian Høgsbergcompositor: Only call weston_surface_update_transform...
2012-05-11 Kristian HøgsbergUpdate to new libxkbcommon API
2012-05-10 Kristian Høgsbergcompositor: Simplify clip_pointer_motion() and make...
2012-05-10 Jonas Ådahlcompositor: When clipping pointer motions, don't loose...
2012-05-09 Kristian Høgsbergcompositor: Use wl_fixed_t for incoming input events
2012-05-09 Kristian Høgsbergcompositor: Move pointer motion clipping to its own...
2012-05-08 Daniel StoneLoad an XKB keymap and state in the compositor
2012-05-08 Daniel StoneAdd xkb_names member plus config + X11 support
2012-05-08 Daniel StoneConvert wire input co-ordinates to fixed-point
2012-05-08 Daniel StoneConvert internal input co-ordinates to GLfloat
2012-05-08 Daniel StoneAdd fixed-point versions of weston_surface_{to, from...
2012-05-07 Daniel StoneChange key/button grab bindings to take unsigned state
2012-04-27 Kristian HøgsbergMerge remote-tracking branch 'pq/simple-fixes'
2012-04-26 Kristian Høgsbergtests: Add an initial weston integration test
2012-04-26 Scott Moreaucompositor: Initialize xserver variable
2012-04-26 Pekka Paalanencompositor: report .so path when load_module() fails
2012-04-22 Kristian Høgsbergcompositor: Set pointer surface input region to empty...
2012-04-20 Scott Moreauscreenshooter: Grab pixel data directly before buffer...
2012-04-20 Casey DahlinSend surface enter/leave events
2012-04-20 Casey DahlinAdd an id field to outputs
2012-04-20 Casey DahlinChange find_resource_for_surface to find_resource_for_c...
2012-04-19 Scott MoreauInstall brightness and saturation variables for surface...
2012-04-19 Scott MoreauInstall structuring for ping-pong protocol
2012-04-17 Alex Wucompositor: Add a switch_mode hook and a wrapper into...
2012-04-17 Pekka Paalanencompositor: make GL_EXT_read_format_bgra optional
2012-04-17 Pekka Paalanencompositor: check queryString success
2012-04-17 Pekka Paalanencompositor: use GL_EXT_unpack_subimage only if available
2012-04-16 Tiago Vignatticompositor: init shell after xserver
2012-04-12 Kristian HøgsbergMake xserver-launcher a module
2012-04-12 Kristian Høgsbergcompositor: Add a destroy signal and turn weston_shell...
2012-04-12 Kristian HøgsbergUse wl_signal mechanism
2012-04-12 Kristian HøgsbergFollow wayland change to serial numbers
2012-04-10 Kristian HøgsbergMerge branch 'output-hotplug' of git://people.freedeskt...
2012-04-10 Benjamin Franzkecompositor: Damage output in weston_output_init
2012-04-10 Benjamin Franzkecompositor: Remove wl_output-global on unplug
2012-04-10 Kristian Høgsbergcompositor: End keyboard grab when compositor loses...
2012-04-10 Kristian Høgsbergcompositor: Don't pass output to notify_keyboard_focus
2012-04-06 Benjamin FranzkeIntroduce weston-launch
2012-03-30 Kristian HøgsbergAdd signedness warning flag and fix fallout
2012-03-29 Kristian Høgsbergcompositor: Support alpha for solid color surfaces
2012-03-29 Jonas ÅdahlProperly dispose event sources and event loops
2012-03-27 Kristian Høgsbergcompositor: Use GL_EXT_unpack_subimage for texture...
2012-03-27 Kristian Høgsbergcompositor: Rename weston_buffer_attach to weston_surfa...
next