index
:
~vignatti/weston
master
multitouch-v2
stick-moving
xwm
xwm-client
xwm-client-OLD
xwm-configure2
wayland compositor and client demo implementation
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clients
/
window.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
window.c: Handle losing selection data source
Kristian Høgsberg
1
-1
/
+5
2012-05-31
clients: Move XKB info from display to input struct
Daniel Stone
1
-64
/
+66
2012-05-31
Convert wl_pointer::axis to wl_fixed_t
Daniel Stone
1
-1
/
+1
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
1
-2
/
+4
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-11
/
+20
2012-05-31
Support wl_keyboard::modifiers event
Daniel Stone
1
-4
/
+20
2012-05-31
window: add wrapper for EPOLL_CLOEXEC
Pekka Paalanen
1
-1
/
+2
2012-05-31
Implement text cursor position protocol.
Scott Moreau
1
-0
/
+26
2012-05-29
dnd: implement option for not offering data to other clients
Ander Conselvan de Oliveira
1
-9
/
+24
2012-05-29
Weston: Free allocated cursors array when destroying
Yan Wang
1
-0
/
+1
2012-05-25
dnd: work around cairo-gl brokenness
Ander Conselvan de Oliveira
1
-1
/
+1
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
1
-18
/
+18
2012-05-25
window: track changes in libwayland-cursor api
Ander Conselvan de Oliveira
1
-23
/
+60
2012-05-25
window: add simple text tooltip handlers
Tiago Vignatti
1
-0
/
+188
2012-05-22
Share code to to classify pointer location in frame
Kristian Høgsberg
1
-62
/
+27
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
1
-198
/
+34
2012-05-21
window: send transient flags over the wire
Tiago Vignatti
1
-2
/
+2
2012-05-16
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
1
-93
/
+77
2012-05-15
Move cairo-util to shared/
Kristian Høgsberg
1
-1
/
+1
2012-05-15
window: Move frame rendering to cairo-util
Kristian Høgsberg
1
-56
/
+10
2012-05-15
window: Move theme rendering code to cairo-util
Kristian Høgsberg
1
-62
/
+0
2012-05-15
window: Move all frame theme related state into new struct theme
Kristian Høgsberg
1
-54
/
+69
2012-05-15
window: Compute title vertical position based on font extents
Kristian Høgsberg
1
-1
/
+7
2012-05-15
window: Store the outputs that the window is on
Rob Bradford
1
-2
/
+51
2012-05-14
toytoolkit: Recalculate input region if client has modified it's size.
Scott Moreau
1
-10
/
+11
2012-05-14
window: fix missed xkb API adaptation
Pekka Paalanen
1
-1
/
+1
2012-05-11
clients: Remove superfluous #includes
Kristian Høgsberg
1
-1
/
+0
2012-05-11
Update to new libxkbcommon API
Kristian Høgsberg
1
-7
/
+4
2012-05-10
window.c: frame_button: Maximize, minimize, close, icon buttons in window frame
Martin Minarik
1
-3
/
+253
2012-05-10
window.c: Just use float instead of GLfloat, remove GLES2.h include
Kristian Høgsberg
1
-14
/
+14
2012-05-09
window: Don't crash if a cursor image failed to load.
Dima Ryazanov
1
-2
/
+9
2012-05-08
window: fix check of cursor image load result
Rafal Mielniczuk
1
-2
/
+2
2012-05-08
Port Wayland clients to new xkbcommon API
Kristian Høgsberg
1
-30
/
+67
2012-05-08
Convert wire input co-ordinates to fixed-point
Daniel Stone
1
-6
/
+16
2012-05-08
Convert internal input co-ordinates to GLfloat
Daniel Stone
1
-6
/
+6
2012-05-07
window: use only one shm pool for all the cursor images
Ander Conselvan de Oliveira
1
-35
/
+164
2012-05-07
Change button from int to uint32_t
Daniel Stone
1
-2
/
+2
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
1
-2
/
+2
2012-05-03
window: use libXcursor for loading pointer images
Ander Conselvan de Oliveira
1
-95
/
+119
2012-05-02
window: Set window title and class
Kristian Høgsberg
1
-0
/
+5
2012-04-27
window: Only set toplevel window type if nothing else is set
Kristian Høgsberg
1
-5
/
+8
2012-04-20
Send surface enter/leave events
Casey Dahlin
1
-0
/
+18
2012-04-19
Install structuring for ping-pong protocol
Scott Moreau
1
-0
/
+8
2012-04-13
window.c: Drop the toolkit grab when we start a compositor grab
Kristian Høgsberg
1
-0
/
+1
2012-04-13
window: Send serial number in set_popup request
Kristian Høgsberg
1
-2
/
+2
2012-04-13
window: Initialize redraw_task.link so we can always remove it
Kristian Høgsberg
1
-0
/
+2
2012-04-11
Follow wayland change to serial numbers
Kristian Høgsberg
1
-41
/
+55
2012-04-10
window: Fix remaining references to the egl image surface type
Kristian Høgsberg
1
-18
/
+6
2012-04-10
window: Drop EGLImage surface type
Kristian Høgsberg
1
-133
/
+0
2012-04-10
window: Only unmap shm surface backing memory if it belongs to surface
Kristian Høgsberg
1
-4
/
+6
[next]