summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-06-05compositor-x11: Return number of events processedHEADmasterBill Spitzak1-1/+4
2012-06-05xwm: use override_redirect for determining or not top-level windowsTiago Vignatti1-5/+9
2012-06-05xwayland: fix typo on configure libsTiago Vignatti1-1/+1
2012-06-05xwm: Only destroy window frame in unmap_notify if we have oneKristian Høgsberg1-5/+7
2012-06-05compositor: Remove left-over 'bright' shader uniformKristian Høgsberg1-1/+0
2012-06-05compositor: Drop brightness and saturation features in the shaderKristian Høgsberg2-15/+0
2012-06-05shell: Use a busy cursor animation for unresponsive surfacesKristian Høgsberg1-64/+113
2012-06-04compositor: Set pointer->current before calling focus handlerKristian Høgsberg1-1/+1
2012-06-04Remove Intel from text-cursor-position.c copyright header.Scott Moreau1-1/+0
2012-06-04Convert text cursor position protocol to use fixed types.Scott Moreau3-13/+15
2012-06-04Fix inverted LEDsDaniel Stone1-1/+1
2012-06-04Fix sessions with no active input devicesDaniel Stone1-2/+7
2012-06-04compositor-wayland: Delay seat creationDaniel Stone1-19/+37
2012-06-04xwm: Take WM_S0 manager selectionKristian Høgsberg2-0/+8
2012-06-04xwm: Claim the CLIPBOARD_MANAGER selectionKristian Høgsberg3-0/+16
2012-06-03compositor: Add a clipboard managerKristian Høgsberg4-0/+269
2012-06-03xwm: Initialize X selection on X server startupKristian Høgsberg1-0/+2
2012-06-03xwm: Move selection proxy setup to selection.cKristian Høgsberg3-27/+37
2012-06-03xwm: Follow wl_data_source changesKristian Høgsberg1-33/+27
2012-06-01Add support for wl_keyboard::keymap eventsDaniel Stone3-6/+115
2012-06-01Parse XKB config options in weston_compositor_initDaniel Stone1-16/+17
2012-06-01Pass config_file through to weston_compositor_initDaniel Stone6-23/+34
2012-06-01Pass argc and argv through to weston_compositor_initDaniel Stone6-14/+23
2012-06-01compositor-x11: Generate our own keymapDaniel Stone1-40/+51
2012-06-01compositor-wayland: Fix seat vs. seat confusionDaniel Stone1-2/+2
2012-06-01Brown-paper bag fix for LEDDaniel Stone1-2/+5
2012-06-01Fix binding modifier lookupDaniel Stone1-3/+3
2012-06-01build: introduce GCC_CXXFLAGSPekka Paalanen1-1/+1
2012-06-01compositor-android: fix build flagsPekka Paalanen1-0/+1
2012-06-01xwayland: Handle selection source going away without crashingKristian Høgsberg3-3/+28
2012-05-31Add keymap argument to weston_seat_init_keyboardDaniel Stone5-44/+56
2012-05-31Move keymaps to weston_seatDaniel Stone2-30/+35
2012-05-31Separate out weston_xkb_info structDaniel Stone3-34/+41
2012-05-31Split XKB keymap compilation out into separate functionDaniel Stone1-20/+33
2012-05-31Split weston_seat_init up into pointer/keyboard/touchDaniel Stone5-3/+59
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone2-3/+3
2012-05-31Use wl_fixed_t for axis bindingsDaniel Stone4-8/+9
2012-05-31Split bindings into separate key/button/axis bindingsDaniel Stone7-151/+265
2012-05-31Convert notify_axis to wl_fixed_tDaniel Stone5-12/+20
2012-05-31shell: Reset focus for all seats on activationDaniel Stone1-3/+5
2012-05-31tablet-shell: Use seat_list rather than primary seatDaniel Stone1-9/+8
2012-05-31tablet-shell: Remove 'seat' memberDaniel Stone1-3/+0
2012-05-31Use compositor->seat_list instead of a singular seatDaniel Stone1-9/+14
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone7-13/+23
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone7-18/+36
2012-05-31evdev: Add LED update hookDaniel Stone1-0/+30
2012-05-31evdev: Add device capabilitiesDaniel Stone2-0/+35
2012-05-31Rename evdev_input_device::type to pending_eventsDaniel Stone3-24/+24
2012-05-31evdev: Convert device type to an enumDaniel Stone1-8/+9
2012-05-31Add core LED handlingDaniel Stone2-0/+34