summaryrefslogtreecommitdiff
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øgsberg5-64/+190
2012-06-04window.c: Add primitive support for animated cursorsKristian Høgsberg2-5/+19
2012-06-04window.c: Set focus widget before calling enter handlerKristian Høgsberg1-1/+1
2012-06-04compositor: Set pointer->current before calling focus handlerKristian Høgsberg1-1/+1
2012-06-04window.c: Add watch cursorKristian Høgsberg2-0/+2
2012-06-04window.c: Drop timestamp argument to input_set_pointer_image()Kristian Høgsberg3-9/+8
2012-06-04Remove Intel from text-cursor-position.c copyright header.Scott Moreau1-1/+0
2012-06-04Drop user input detection from text cursor position implementation.Scott Moreau1-8/+1
2012-06-04Convert text cursor position protocol to use fixed types.Scott Moreau5-16/+20
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-02terminal: Use serial, not timestamp for setting the selectionKristian Høgsberg1-1/+2
2012-06-01Add support for wl_keyboard::keymap eventsDaniel Stone5-50/+185
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 Paalanen2-5/+7
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-31window.c: Handle losing selection data sourceKristian Høgsberg1-1/+5
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-31clients: Move XKB info from display to input structDaniel Stone1-64/+66
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone5-6/+6
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