platform/upstream/weston.git
2013-05-07 Kristian Høgsberginput: Rename wl_pointer to weston_pointer
2013-05-07 Kristian Høgsberginput: Rename weston_device_repick() to weston_seat_rep...
2013-05-07 Kristian Høgsberginput: Drop find_resource_for_client()
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-07 Jan Arne Peterseneditor: Fix some offsets for multi-byte characters
2013-05-07 Jan Arne Petersenkeyboard: Fix offsets when deleting text
2013-05-02 Jan Arne Petersentext: Rename input_method to wl_input_method
2013-05-02 Jan Arne Petersentext: Improve protocol documentation.
2013-05-02 Jan Arne Petersentext: Rename ::set_panel to ::set_overlay_panel
2013-05-02 Jan Arne Petersentext: Rename text_input to wl_text_input
2013-05-02 Jan Arne Petersenkeyboard: Remove unneded calls
2013-05-02 Jan Arne Petersentext: delete text on commit_string
2013-05-02 Jan Arne Petersentext: Fix serial handling
2013-05-02 Jan Arne Petersentext: Only allow input-method started by weston to...
2013-05-02 Jan Arne Petersentext: Add output argument to set_toplevel
2013-05-02 Jan Arne Petersentext: Add support for panels following the cursor
2013-05-02 Jan Arne Peterseneditor: Send cursor position to the input method
2013-05-02 Jan Arne Peterseneditor: Only delete on backspace key released
2013-05-02 Jan Arne Petersentext: Add "none" preedit-style
2013-05-02 Jan Arne Petersentext: Rename text_model to text_input
2013-05-02 Jan Arne Petersentext: Order requests and events in a nice way
2013-05-02 Jan Arne Petersentext: rename text_model::commit to commit_state
2013-05-02 Jan Arne Petersenview: g_type_init() is deprecated in glib >= 2.35
2013-05-02 Krzesimir Nowaktext: Fix some text and input-method docs
2013-05-02 Krzesimir Nowaktext: Fix password content hint value
2013-05-02 Jan Arne Peterseneditor: Reset text model on reset
2013-05-02 Jan Arne Petersenkeyboard: Reset state on activate
2013-05-02 Jan Arne Petersentext: Add example for language/text direction
2013-05-02 Jan Arne Petersentext: Add language and text-direction to protocol
2013-05-02 Kristian Høgsbergxwm: Reparent client windows into ARGB windows
2013-05-02 Richard HughesMove the optional output name property from drm_output...
2013-05-02 Chris MichaelFix not checking return value of drmIoctl function...
2013-05-02 Richard HughesInclude config.h in compositor-drm.c
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-05-01 Emilio Pozuelo... weston.ini: document background-type
2013-05-01 Yeh, SinclairFix simple-egl tear-down order to prevent a crash on...
2013-04-29 Kristian Høgsbergconfigure.ac: Bump to 1.1.90 to open master for 1.2...
2013-04-17 Kristian Høgsbergwindow: Add a log handler for window.c clients
2013-04-16 Kristian Høgsbergconfigure.ac: Bump version to 1.1.0 1.1.0
2013-04-16 Philipp Brüschweilershell: clear popup grab interface on remove_popup_grab...
2013-04-16 Philipp Brüschweilerdesktop-shell: better error logging
2013-04-11 HardeningCorrectly handle extended RDP keycodes
2013-04-09 Tiago Vignatticlients: tablet-shell: Wait for set_homescreen hits...
2013-04-08 Jonas ÅdahlMake backends always specify output repaint time 1.0.90
2013-04-05 Kristian Høgsbergcompositor-drm: Allow running without launcher if effec...
2013-04-04 Armin KFix compiler warnings
2013-04-03 Quentin Glidicautotools: Add a libunwind configure switch
2013-04-03 Rob Bradfordcompositor: Use wl_pointer_set_current to cleanup after...
2013-04-03 Giulio Camuffowindow: don't execute the selected menu item when getti...
2013-04-02 Philipp Brüschweilercompositor: add information about the fbdev backend...
2013-04-02 HardeningRDP compositor take 6
2013-03-29 Philipp Brüschweilercompositor: add WESTON_COMPOSITOR_OFFSCREEN state
2013-03-28 Damien Lespiaugitignore: Ignore test-driver
2013-03-28 Giulio Camuffosdk: be C++ friendly
2013-03-28 Damien Lespiaubuild: Make the X11 compositor explicitely depend on...
2013-03-28 Kristian Høgsbergcompositor: Remove unused wl_pointer variable
2013-03-28 Peter MaatmanAdded handler for SIGABRT
2013-03-27 Jonas Ådahlevdev-touchpad: Disable tap FSM by default on touchpads...
2013-03-27 Kristian Høgsbergcompositor-x11: Fix relative motion reporting for multi...
2013-03-27 Rob Bradfordcompositor: Support notifying with absolute position too
2013-03-27 Rafal Mielniczukcompositor-drm: ensure we run drm-backend using weston...
2013-03-27 Giulio Camuffoshell: set the popup grab button as pressed only if...
2013-03-26 Giulio Camuffoshell: handle multiple popups
2013-03-22 Rob Bradfordweston-egl: Allow compilation against older EGL stack
2013-03-19 Scott MoreauRevert "weston.ini: Use 'modeline' key for modeline...
2013-03-19 Scott Moreauweston.man: Document the way to disable idle timeout
2013-03-19 Emilio Pozuelo... config.ini: add examples for cursor-theme and cursor...
2013-03-19 Emilio Pozuelo... weston.ini.man: document cursor-theme and cursor-key
2013-03-19 Emilio Pozuelo... toytoolkit: implement cursor-size config key
2013-03-19 Siddharth Heroorweston-launch: cleanup - return failures in main with...
2013-03-19 Philipp Brüschweilercompositor-rpi: Use correct enum, removes a warning
2013-03-19 Philipp Brüschweilercompositor: remove unused field option_idle_time
2013-03-19 Philipp Brüschweilerweston-launch: return better value if weston dies becau...
2013-03-19 Philipp Brüschweilerweston-launch: move function calls out of assert()
2013-03-19 MoDtoytoolkit: avoid redrawing a window between maximize...
2013-03-19 Rafal Mielniczukwindow: restore maximized state from fullscreen mode...
2013-03-19 Rafal Mielniczukwindow: save allocation only for toplevel window
2013-03-19 Rafal Mielniczukshell: reset rotation for maximized surface
2013-03-19 Rafal Mielniczukshell: block move, rotate, resize in maximized state
2013-03-19 Philipp Brüschweilerpixman-renderer: don't forget to initialize the debug...
2013-03-19 Pekka Paalanencompositor, shell: surface transform inheritance
2013-03-19 Pekka Paalanencompositor: introduce weston_surface_geometry_dirty()
2013-03-19 Pekka Paalanencompositor: remove redundant geometry dirtying
2013-03-19 Rune K. SvendsenEat scroll event if a key binding function is executed...
2013-03-19 Scott MoreauFix memory leaks
2013-03-19 Ander Conselvan... gl-renderer: Use EXT_buffer_age and don't assume double...
2013-03-19 Ander Conselvan... compositor: Don't rely on surface->clip to cull overlay...
2013-03-19 Ander Conselvan... gl-renderer: Don't change the region supplied to output...
2013-03-19 Ander Conselvan... compositor: Keep a z-ordered list of planes
2013-03-19 John Kåre Alsakercompositor-drm: Inspect result of gbm_create_device.
2013-03-19 Andre Heidersrc/Makefile.am: Fix git-version.h for out of tree...
2013-03-05 Kristian Høgsbergcompositor: Only send release event in response to...
2013-03-04 Kristian Høgsbergcompositor: Fold weston_buffer_post_release into weston...
2013-03-04 Kristian Høgsbergcompositor-drm: Determine opaqueness of a surface correctly
2013-03-04 Giulio Camuffotests: attach the surface's buffer when moving it
next