index
:
~gb/weston
01.yuv_buffers
master
old.01.yuv_buffers
Personal repository of the Weston Wayland Compositor
UNKNOWN
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-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
2012-04-10
window: Simplify the shm surface management
Kristian Høgsberg
1
-36
/
+7
2012-04-03
window: Check load_image result for NULL
Kristian Høgsberg
1
-0
/
+4
2012-04-03
Fix `unused-result' warnings.
Jonas Ådahl
1
-1
/
+3
2012-04-03
window: Use a persistent, big shm pool during resize
Kristian Høgsberg
1
-8
/
+44
2012-04-03
window: Only initialize egl if we have cairo egl
Kristian Høgsberg
1
-0
/
+6
2012-04-03
clients: Use new shm interface
Kristian Høgsberg
1
-24
/
+38
2012-03-30
Add signedness warning flag and fix fallout
Kristian Høgsberg
1
-1
/
+1
2012-03-26
Simplify shm buffer handling
Kristian Høgsberg
1
-25
/
+1
2012-03-26
window.c: Do resize work from the repaint idle callback
Kristian Høgsberg
1
-15
/
+9
2012-03-24
window.c; Only redraw once per frame
Kristian Høgsberg
1
-1
/
+22
2012-03-22
Hook up axis events.
Scott Moreau
1
-0
/
+8
2012-03-21
window.c: Increase drop shadow fluffiness
Kristian Høgsberg
1
-13
/
+13
2012-03-20
window.c: Tweak window decoration appearance
Kristian Høgsberg
1
-15
/
+39
2012-03-12
Consolidate image loading code and move to shared/
Kristian Høgsberg
1
-80
/
+17
2012-03-12
Add an option parser
Kristian Høgsberg
1
-29
/
+7
2012-03-12
clients/window: fix build issues w/ gles
Rob Clark
1
-1
/
+12
2012-03-05
window: Compute frame boundary for all windows except fullscreen
Kristian Høgsberg
1
-1
/
+1
2012-03-05
window: Only set opaque and input regions if they change
Kristian Høgsberg
1
-2
/
+13
2012-02-29
window.c: Drop support for rgb contexts
Kristian Høgsberg
1
-57
/
+7
2012-02-29
window: Set opaque region after child widget adjusts size
Kristian Høgsberg
1
-9
/
+9
2012-02-28
clients: Use wl_display_disconnect()
Kristian Høgsberg
1
-1
/
+1
2012-02-23
window: Track and report input and opaque regions
Kristian Høgsberg
1
-10
/
+56
2012-02-23
Update to enter/leave events for pointer and keyboard
Kristian Høgsberg
1
-25
/
+37
2012-02-16
window: Don't draw decorations in fullscreen mode
Kristian Høgsberg
1
-6
/
+19
2012-02-16
window: Set window type as it changes, not on every attach
Kristian Høgsberg
1
-41
/
+18
2012-02-16
window: Use constant keycode offset of 8
Daniel Stone
1
-1
/
+1
2012-02-16
window: Use new xkbcommon include path
Daniel Stone
1
-1
/
+1
2012-02-16
protocol: remove absolute coordinates from pointer
Pekka Paalanen
1
-3
/
+2
[next]