summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-25xwm: Add xwayland.h to Makefile.amKristian Høgsberg1-1/+2
2012-06-25Install screensaver by defaultKristian Høgsberg2-7/+8
2012-06-25shell: Hide workspace layer when locking screenKristian Høgsberg1-0/+10
2012-06-22compositor: Send ping to keyboard focus surface for key pressKristian Høgsberg1-1/+1
2012-06-22terminal: Ignore more modifier keysKristian Høgsberg1-0/+6
2012-06-22terminal: Only hide cursor for keypresses that generate data for the processKristian Høgsberg1-8/+10
2012-06-22compositor-drm: Add proper error handling to initDaniel Stone1-13/+44
2012-06-22Split weston_compositor_init into base and _glDaniel Stone7-62/+66
2012-06-22compositor-wayland: Synchronise keyboard state with parentDaniel Stone1-4/+24
2012-06-22compositor-x11: Attempt to track state without XKBDaniel Stone1-2/+42
2012-06-22compositor-x11: Use XKB StateNotify to synchronise stateDaniel Stone1-2/+73
2012-06-22Rename modifier_state_changed to notify_modifiersDaniel Stone2-19/+30
2012-06-22notify_key: Add update_state argumentDaniel Stone5-10/+19
2012-06-22compositor-x11: Use XKB detectable autorepeat if possibleDaniel Stone1-2/+31
2012-06-22compositor-x11: Add base XCB/XKB supportDaniel Stone2-1/+52
2012-06-22compositor-x11: Move input creation before outputDaniel Stone1-3/+3
2012-06-22weston_xkb_info: Cache all modifier indices for X11Daniel Stone2-0/+12
2012-06-22Run key bindings on keyboard focus inDaniel Stone1-0/+6
2012-06-22Ignore repeat keys in notify_keyDaniel Stone1-1/+5
2012-06-22Let wayland-server send modifier events for focusDaniel Stone2-39/+13
2012-06-22Split notify_keyboard_focus into in/out variantsDaniel Stone5-51/+90
2012-06-22.gitignore: Ignore ctags and cscope outputDaniel Stone1-0/+2
2012-06-22window.c: Always set cursor after pointer enterKristian Høgsberg1-1/+4
2012-06-21shell: Animate input panel mappingKristian Høgsberg3-3/+38
2012-06-21util: Generalize surface animation codeKristian Høgsberg4-160/+117
2012-06-21shell: Don't focus to background, screensaver or input_panel surfacesKristian Høgsberg1-0/+9
2012-06-21shell: Don't allow move/resize/rotate for input panel surfacesKristian Høgsberg1-0/+3
2012-06-21text: Add example clients for text protocolJan Arne Petersen4-0/+537
2012-06-21text: Add input_method and text_model interfacesJan Arne Petersen7-1/+285
2012-06-21shell: Add support for input panelsJan Arne Petersen4-0/+154
2012-06-21tablet-shell client:fix one seg-fault errorJuan Zhao1-1/+2
2012-06-21terminal: Only hide cursor on first key-press in a repeat sequenceKristian Høgsberg1-2/+8
2012-06-21shell: Just use surface->private for shell_surfaceKristian Høgsberg1-12/+8
2012-06-21terminal: Support both Alt and Control modifiers for regular keysKristian Høgsberg1-3/+3
2012-06-21terminal: Handle Alt-BackspaceKristian Høgsberg1-0/+2
2012-06-21shell: Schedule repaint when moving a surfaceKristian Høgsberg1-0/+2
2012-06-20terminal: Set blank cursor on keyboard pressKristian Høgsberg1-0/+2
2012-06-20window: Add support for the blank cursorKristian Høgsberg2-1/+9
2012-06-20compositor-drm: Hide hw cursor if cursor sprite isn't mappedKristian Høgsberg1-1/+4
2012-06-20terminal: Add Ctrl-Shift-N keyboard binding to open new windowKristian Høgsberg1-11/+50
2012-06-20window: Stop keyboard repeat when we lose keyboard focusKristian Høgsberg1-0/+7
2012-06-20terminal: Default terminal type to xtermKristian Høgsberg1-2/+4
2012-06-20window: Create timerfd non-blockingKristian Høgsberg1-2/+7
2012-06-20terminal: Send ASCII DEL on for backspaceKristian Høgsberg1-0/+2
2012-06-20window: Compute initial window size correctlyKristian Høgsberg4-3/+29
2012-06-20terminal: Track down remaining unhandled xterm-256color escape codesKristian Høgsberg1-0/+10
2012-06-20terminal: Fix tab expansionKristian Høgsberg1-1/+1
2012-06-20terminal: Make terminal font configurable from command line and weston.iniKristian Høgsberg1-2/+21
2012-06-20window: Only repeat key if we still have kb focusKristian Høgsberg1-1/+1
2012-06-20window: Add key-repeat to toy toolkitKristian Høgsberg1-7/+54