index
:
~alexl/weston
master
scale
Personal copy of weston
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-15
text: fix weston key bindings with input methods
Jan Arne Petersen
6
-39
/
+62
2013-02-15
simple-im: fix for protocol changes
Jan Arne Petersen
1
-1
/
+19
2013-02-15
keyboard: add support for invoke_action
Jan Arne Petersen
1
-6
/
+26
2013-02-15
editor: add support for invoke_action
Jan Arne Petersen
1
-11
/
+41
2013-02-15
text: add support for invoke_action request
Jan Arne Petersen
3
-1
/
+26
2013-02-15
editor: Add content type example
Jan Arne Petersen
1
-17
/
+20
2013-02-15
keyboard: Add support for a numeric layout
Jan Arne Petersen
1
-16
/
+110
2013-02-15
text: Add content type support to text protocol
Jan Arne Petersen
3
-2
/
+66
2013-02-15
editor: add support for pre-edit styling
Jan Arne Petersen
3
-285
/
+170
2013-02-15
keyboard: Add support for pre-edit styling
Jan Arne Petersen
1
-24
/
+61
2013-02-15
editor: support commit on reset
Jan Arne Petersen
1
-5
/
+49
2013-02-15
text: add serial argument to text protocol
Jan Arne Petersen
6
-16
/
+83
2013-02-15
text: add pre-edit styling support to protocol
Jan Arne Petersen
6
-42
/
+129
2013-02-15
shell: Set the DPMS state if the screensaver fails to launch or dies
Ander Conselvan de Oliveira
1
-0
/
+9
2013-02-14
compositor-x11: Wait for configure_notify for fullscreen
Kristian Høgsberg
1
-6
/
+18
2013-02-14
xwm: Don't leak pending.input region
Kristian Høgsberg
1
-0
/
+1
2013-02-14
xwm: Fix silly region math
Kristian Høgsberg
1
-8
/
+4
2013-02-14
xwm: Fix input region regression from commit changes
Kristian Høgsberg
1
-1
/
+3
2013-02-14
shell: Fix bug when input panel is shown twice
Jan Arne Petersen
1
-0
/
+3
2013-02-14
shell: Add back ability to rotate unresponsive surfaces
Kristian Høgsberg
1
-12
/
+25
2013-02-14
window.c: Don't allow moving a maximized window
Kristian Høgsberg
1
-0
/
+6
2013-02-14
shell: Bypass fullscreen scaling if surface width and height match output
Rob Bradford
1
-0
/
+7
2013-02-14
weston-launcher: Add missing newline in error message
Martin Andersson
1
-1
/
+1
2013-02-14
window: create Cairo surfaces on demand for redraw
Pekka Paalanen
2
-7
/
+42
2013-02-14
window: let menu and tooltip redraw use widget size
Pekka Paalanen
1
-8
/
+6
2013-02-14
window: remove the transparent flag as unused
Pekka Paalanen
1
-5
/
+0
2013-02-14
window: move cairo_surface into struct surface
Pekka Paalanen
1
-40
/
+30
2013-02-14
window: add surface pointer to widget
Pekka Paalanen
1
-5
/
+7
2013-02-14
window: move input and opaque regions into struct surface
Pekka Paalanen
1
-57
/
+57
2013-02-14
window: move 'widget' member into struct surface
Pekka Paalanen
1
-10
/
+19
2013-02-14
window: assimilate window_get_resize_dx_dy() into the call site
Pekka Paalanen
1
-24
/
+15
2013-02-14
window: move buffer type and transform into struct surface
Pekka Paalanen
2
-38
/
+45
2013-02-14
window: move toysurface and allocation to struct surface
Pekka Paalanen
1
-44
/
+64
2013-02-14
window: create new struct surface with wl_surface
Pekka Paalanen
1
-30
/
+66
2013-02-14
window: destroy the 2nd shm buffer, if both released
Pekka Paalanen
1
-10
/
+12
2013-02-14
window: check the initial wl_display_dispatch()
Pekka Paalanen
1
-1
/
+6
2013-02-14
window: improve EGL-related error messages
Pekka Paalanen
1
-8
/
+10
2013-02-14
configure.ac: Add version to bug URL as well
Kristian Høgsberg
1
-1
/
+1
2013-02-14
configure.ac: Change bugs.freedesktop.org product to Wayland
Scott Moreau
1
-1
/
+1
2013-02-13
compositor: Init fade surface color properly
Ander Conselvan de Oliveira
1
-1
/
+1
2013-02-13
screenshot: Print warning if we're not launched from weston
Kristian Høgsberg
1
-0
/
+7
2013-02-12
xwm: Support _NET_WM_STATE_FULLSCREEN
Kristian Høgsberg
3
-31
/
+204
2013-02-11
Use __func__ in log message instead of hard coded function name
Scott Moreau
1
-1
/
+1
2013-02-08
tests: add test for buffer release event
Pekka Paalanen
1
-0
/
+69
2013-02-08
tests: export create_shm_buffer() helper
Pekka Paalanen
2
-16
/
+22
2013-02-08
tests: add frame callback waiting helpers
Pekka Paalanen
2
-9
/
+30
2013-02-08
tests: Add XWayland test
Tiago Vignatti
5
-3
/
+161
2013-02-07
configure: prevent premature HAVE_GLU check
Konno, Joe
1
-1
/
+1
2013-02-07
tests: fix assignment typo, should be comparison
U. Artie Eoff
1
-1
/
+1
2013-02-07
fbdev: Add an fbdev compositor backend using pixman and evdev
Philip Withnall
3
-1
/
+1211
[next]