index
:
~krh/weston
assign-planes
gbm-surface
input
layers
libweston
master
meego-tablet-shell
menu
nested
next
non-recursive-build
non-recursive-make
output
pointer-lock
popup
protocol-changes
re-exec
remote
renderer
repaint-refactor
session-manager
surface-damage
testing
threads
video
xdg-more-states
xdg-shell-fixes
xwayland-ddx
personal wayland-demos repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-25
xwm: Add xwayland.h to Makefile.am
Kristian Høgsberg
1
-1
/
+2
2012-06-25
Install screensaver by default
Kristian Høgsberg
2
-7
/
+8
2012-06-25
shell: Hide workspace layer when locking screen
Kristian Høgsberg
1
-0
/
+10
2012-06-22
compositor: Send ping to keyboard focus surface for key press
Kristian Høgsberg
1
-1
/
+1
2012-06-22
terminal: Ignore more modifier keys
Kristian Høgsberg
1
-0
/
+6
2012-06-22
terminal: Only hide cursor for keypresses that generate data for the process
Kristian Høgsberg
1
-8
/
+10
2012-06-22
compositor-drm: Add proper error handling to init
Daniel Stone
1
-13
/
+44
2012-06-22
Split weston_compositor_init into base and _gl
Daniel Stone
7
-62
/
+66
2012-06-22
compositor-wayland: Synchronise keyboard state with parent
Daniel Stone
1
-4
/
+24
2012-06-22
compositor-x11: Attempt to track state without XKB
Daniel Stone
1
-2
/
+42
2012-06-22
compositor-x11: Use XKB StateNotify to synchronise state
Daniel Stone
1
-2
/
+73
2012-06-22
Rename modifier_state_changed to notify_modifiers
Daniel Stone
2
-19
/
+30
2012-06-22
notify_key: Add update_state argument
Daniel Stone
5
-10
/
+19
2012-06-22
compositor-x11: Use XKB detectable autorepeat if possible
Daniel Stone
1
-2
/
+31
2012-06-22
compositor-x11: Add base XCB/XKB support
Daniel Stone
2
-1
/
+52
2012-06-22
compositor-x11: Move input creation before output
Daniel Stone
1
-3
/
+3
2012-06-22
weston_xkb_info: Cache all modifier indices for X11
Daniel Stone
2
-0
/
+12
2012-06-22
Run key bindings on keyboard focus in
Daniel Stone
1
-0
/
+6
2012-06-22
Ignore repeat keys in notify_key
Daniel Stone
1
-1
/
+5
2012-06-22
Let wayland-server send modifier events for focus
Daniel Stone
2
-39
/
+13
2012-06-22
Split notify_keyboard_focus into in/out variants
Daniel Stone
5
-51
/
+90
2012-06-22
.gitignore: Ignore ctags and cscope output
Daniel Stone
1
-0
/
+2
2012-06-22
window.c: Always set cursor after pointer enter
Kristian Høgsberg
1
-1
/
+4
2012-06-21
shell: Animate input panel mapping
Kristian Høgsberg
3
-3
/
+38
2012-06-21
util: Generalize surface animation code
Kristian Høgsberg
4
-160
/
+117
2012-06-21
shell: Don't focus to background, screensaver or input_panel surfaces
Kristian Høgsberg
1
-0
/
+9
2012-06-21
shell: Don't allow move/resize/rotate for input panel surfaces
Kristian Høgsberg
1
-0
/
+3
2012-06-21
text: Add example clients for text protocol
Jan Arne Petersen
4
-0
/
+537
2012-06-21
text: Add input_method and text_model interfaces
Jan Arne Petersen
7
-1
/
+285
2012-06-21
shell: Add support for input panels
Jan Arne Petersen
4
-0
/
+154
2012-06-21
tablet-shell client:fix one seg-fault error
Juan Zhao
1
-1
/
+2
2012-06-21
terminal: Only hide cursor on first key-press in a repeat sequence
Kristian Høgsberg
1
-2
/
+8
2012-06-21
shell: Just use surface->private for shell_surface
Kristian Høgsberg
1
-12
/
+8
2012-06-21
terminal: Support both Alt and Control modifiers for regular keys
Kristian Høgsberg
1
-3
/
+3
2012-06-21
terminal: Handle Alt-Backspace
Kristian Høgsberg
1
-0
/
+2
2012-06-21
shell: Schedule repaint when moving a surface
Kristian Høgsberg
1
-0
/
+2
2012-06-20
terminal: Set blank cursor on keyboard press
Kristian Høgsberg
1
-0
/
+2
2012-06-20
window: Add support for the blank cursor
Kristian Høgsberg
2
-1
/
+9
2012-06-20
compositor-drm: Hide hw cursor if cursor sprite isn't mapped
Kristian Høgsberg
1
-1
/
+4
2012-06-20
terminal: Add Ctrl-Shift-N keyboard binding to open new window
Kristian Høgsberg
1
-11
/
+50
2012-06-20
window: Stop keyboard repeat when we lose keyboard focus
Kristian Høgsberg
1
-0
/
+7
2012-06-20
terminal: Default terminal type to xterm
Kristian Høgsberg
1
-2
/
+4
2012-06-20
window: Create timerfd non-blocking
Kristian Høgsberg
1
-2
/
+7
2012-06-20
terminal: Send ASCII DEL on for backspace
Kristian Høgsberg
1
-0
/
+2
2012-06-20
window: Compute initial window size correctly
Kristian Høgsberg
4
-3
/
+29
2012-06-20
terminal: Track down remaining unhandled xterm-256color escape codes
Kristian Høgsberg
1
-0
/
+10
2012-06-20
terminal: Fix tab expansion
Kristian Høgsberg
1
-1
/
+1
2012-06-20
terminal: Make terminal font configurable from command line and weston.ini
Kristian Høgsberg
1
-2
/
+21
2012-06-20
window: Only repeat key if we still have kb focus
Kristian Høgsberg
1
-1
/
+1
2012-06-20
window: Add key-repeat to toy toolkit
Kristian Høgsberg
1
-7
/
+54
[next]