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
/
view.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
1
-2
/
+3
2012-05-07
Change button from int to uint32_t
Daniel Stone
1
-1
/
+1
2012-05-07
Change key/button grab bindings to take unsigned state
Daniel Stone
1
-1
/
+1
2012-03-12
Consolidate image loading code and move to shared/
Kristian Høgsberg
1
-0
/
+2
2012-03-12
Add an option parser
Kristian Høgsberg
1
-5
/
+6
2012-02-23
window: Track and report input and opaque regions
Kristian Høgsberg
1
-5
/
+0
2012-02-16
view: Don't schedule resize after setting fullscreen
Kristian Høgsberg
1
-1
/
+0
2012-01-31
window: Dont take width and height in window constructor
Kristian Høgsberg
1
-1
/
+1
2012-01-12
view: Make view compile again
Kristian Høgsberg
1
-16
/
+7
2012-01-10
window: Make decorations just a widget
Kristian Høgsberg
1
-0
/
+1
2012-01-10
window: Get rid of the window child allocation concept
Kristian Høgsberg
1
-3
/
+2
2012-01-10
window: Make resize and redraw handlers widget vfuncs
Kristian Høgsberg
1
-6
/
+6
2012-01-09
window: Move button handler to widget
Kristian Høgsberg
1
-2
/
+4
2011-11-22
Never include wayland-util.h directly
Kristian Høgsberg
1
-1
/
+0
2011-11-22
Fix inconsistent #include style
Pekka Paalanen
1
-1
/
+1
2011-10-24
Add missing include for gio.h.
Eugeni Dodonov
1
-0
/
+1
2011-09-21
view: Fix reference to wayland-glib.h
Kristian Høgsberg
1
-1
/
+0
2011-09-01
clients: Fix typos
Benjamin Franzke
1
-1
/
+1
2011-05-16
view: Set opaque when going fullscreen
Kristian Høgsberg
1
-0
/
+5
2011-05-16
view: Add fullscreen option
Kristian Høgsberg
1
-2
/
+11
2011-05-16
view: Set resize handler so fullscreen doesn't crash
Kristian Høgsberg
1
-0
/
+11
2011-04-11
Define global handler on display creation
Tim Wiederhake
1
-1
/
+1
2011-01-25
clients/view: Fix memory leak
Tim Wiederhake
1
-0
/
+1
2011-01-25
clients/view: Don't try to show inexistant files
Tim Wiederhake
1
-5
/
+13
2011-01-25
clients/view: Allow relative paths
Tim Wiederhake
1
-5
/
+17
2011-01-25
clients/view: Add mousewheel and arrow keys
Tim Wiederhake
1
-17
/
+51
2011-01-25
clients/view: Remove unnecessary variables
Tim Wiederhake
1
-12
/
+1
2011-01-25
clients/view: Do not browse outside document range
Tim Wiederhake
1
-2
/
+8
2011-01-25
Fix new gcc 4.6 warnings
Kristian Høgsberg
1
-5
/
+2
2011-01-21
Add an orange pop-up menu to test the new map_transient request
Kristian Høgsberg
1
-1
/
+2
2011-01-19
Pass input device and time in key_handler callback
Kristian Høgsberg
1
-2
/
+2
2011-01-11
Fix terminal resizing
Kristian Høgsberg
1
-10
/
+10
2010-12-17
Update surface.attach and change surface.map to surface.map_toplevel
Kristian Høgsberg
1
-2
/
+1
2010-12-01
Create socket in /var/run/user/${HOME}
Kristian Høgsberg
1
-3
/
+0
2010-11-22
Make clients exit orderly when there is no connection
Yuval Fledel
1
-0
/
+4
2010-09-03
Replace commit/ack/frame protocol with simpler sync and frame callbacks
Kristian Høgsberg
1
-2
/
+1
2010-07-28
Update keyboard focus handler signatures
Kristian Høgsberg
1
-1
/
+1
2010-07-08
Update to use eglGetDRMDisplayMESA()
Kristian Høgsberg
1
-1
/
+0
2010-06-25
Set window user data using separate function
Kristian Høgsberg
1
-3
/
+4
2010-06-14
Consolidate redraw scheduling in window.c
Kristian Høgsberg
1
-31
/
+7
2010-06-14
Fix resizing
Kristian Høgsberg
1
-30
/
+9
2010-06-08
Send device name at connect time
Kristian Høgsberg
1
-21
/
+4
2010-06-08
Consolidate more code in clients/window.c
Kristian Høgsberg
1
-32
/
+2
2010-06-04
Move clients to subdirectory
Kristian Høgsberg
1
-0
/
+313