compositor: Fix missing ';' in previous commit
[profile/ivi/weston.git] / src / compositor.c
2012-06-20 Kristian Høgsbergcompositor: Fix missing ';' in previous commit
2012-06-20 Martin Minarikcompositor: Verify XDG_RUNTIME_DIR variable
2012-06-20 Kristian Høgsbergcompositor: flush the batched up damage when shm buffe...
2012-06-20 Kristian Høgsbergcompositor: Don't schedule repaint from weston_surface_...
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: Destroy EGLImage and texture when a NULL...
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 Kristian Høgsbergcompositor: Track damage in surface-local coordinates
2012-06-18 Kristian Høgsbergcompositor: Drop old wrapper for surface_to_global_float()
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 Kristian Høgsbergcompositor: Don't remove surface->link in weston_surfac...
2012-06-15 Ander Conselvan... compositor: Track pointer image protocol change
2012-06-15 Ander Conselvan... compositor: Fix crash when surface is map'd and unmap...
2012-06-15 Scott MoreauIncrement frame_counter before calling animation->frame().
2012-06-13 Jonas Ådahlshell: Virtual workspaces
2012-06-13 Jonas Ådahlcompositor: Buffer all frame callbacks in 'weston_surface'
2012-06-12 Scott MoreauRemove weston_compositor_get_time() usage from animations.
2012-06-12 Scott MoreauImplement animated transitions for zoom in/out.
2012-06-11 Scott Moreaucompositor: Update grab variable in notify_key() after...
2012-06-11 Kristian HøgsbergRefine the build id string
2012-06-11 Pekka Paalanencompositor: log more EGL and GL info
2012-06-11 Pekka Paalanencompositor: log module loading
2012-06-11 Pekka Paalanencompositor: move uname log earlier
2012-06-11 Pekka Paalanencompositor: prettify program info in log
2012-06-11 Martin Minarikcompositor: Print uname information to log
2012-06-11 Rafal Mielniczukcompositor: change position of weston_log_file_open...
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øgsberglog: Add some diagnostics to the log
2012-06-08 Kristian Høgsberglog: Print sha1 of HEAD and the date and time as the...
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
next