index
:
~krh/wayland
1.1
1.2
1.3
acquire-fd
better-array
fd-changes
fd-lock
fixed-optimization
input
malloc-closure
master
menu
next
opaque-resource
pointer-lock
pointer-lock-2
popup
prepare-read
protocol-changes
proxy-race
read-events
remote
session-manager
subscribe
testing
thread-safety
threads
video
yuv
personal wayland repo
krh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-01-23
client: Add wl_display_prepare_read() API to relax thread model assumptions
prepare-read
Kristian Høgsberg
3
-53
/
+266
2012-01-23
protocol: Fix trivial typo
Peng Wu
1
-1
/
+1
2013-05-08
server: Drop struct wl_surface
Kristian Høgsberg
1
-4
/
+0
2013-05-07
Remove input structs
Kristian Høgsberg
4
-1289
/
+1
2013-04-29
configure.ac: Bump to 1.1.90 to open master for 1.2 work
Kristian Høgsberg
1
-1
/
+1
2013-04-18
protocol: revert hotspot_x/y in set_cursor back to int
1.1
Peter Hutterer
1
-2
/
+2
2013-04-18
protocol: Make it clear that returned "one-shot" objects are destroyed
Rob Bradford
1
-0
/
+8
2013-04-15
configure.ac: Bump version to 1.1.0
Kristian Høgsberg
1
-2
/
+2
2013-04-15
docs: Create html-pdf directories too
Kristian Høgsberg
1
-0
/
+3
2013-04-04
doc: use a dynamic list of man pages
Peter Hutterer
1
-51
/
+6
2013-04-04
doc: Improve "Library" and "Compositors" chapter
Peter Hutterer
2
-1
/
+35
2013-04-04
doc: create a fake make target to de-duplicate the xml merging process
Peter Hutterer
1
-21
/
+16
2013-04-04
doc: generate server documentation from XML too
Peter Hutterer
5
-22
/
+50
2013-04-04
doc: Capitalize all Wayland occurrences
Tiago Vignatti
5
-19
/
+19
2013-04-04
protocol: input documentation fixes
Peter Hutterer
1
-4
/
+4
2013-04-04
wayland-client: Avoid null dereference when handling deletion
Rob Bradford
1
-1
/
+5
2013-04-03
docs: Use MIT for documentation license
Kristian Høgsberg
1
-1
/
+33
2013-04-03
configure.ac: Fix publican version check
Kristian Høgsberg
1
-1
/
+1
2013-04-03
doc: rename "Wayland" to "publican"
Peter Hutterer
24
-2
/
+2
2013-04-03
doc: generate man pages from doxygen
Peter Hutterer
2
-5
/
+72
2013-04-03
protocol: fix two protocol description 'typos'
Peter Hutterer
1
-4
/
+4
2013-04-03
protocol: document wl_pointer, wl_keyboard, wl_touch
Peter Hutterer
1
-21
/
+27
2013-04-03
protocol: use "summary", not "description" for xkb_v1 format
Peter Hutterer
1
-1
/
+1
2013-04-03
doc: don't start a variable list if we have no sub-elements
Peter Hutterer
1
-5
/
+7
2013-04-03
doc: improve formatting of client-side documentation
Peter Hutterer
1
-3
/
+92
2013-04-03
doc: change wording in section introduction
Peter Hutterer
1
-1
/
+1
2013-04-03
doc: add wayland.doxygen as target dependency
Peter Hutterer
1
-1
/
+1
2013-04-03
Rename en_US to sources
Peter Hutterer
17
-20
/
+20
2013-04-03
doc: explain the publican build process
Peter Hutterer
1
-0
/
+17
2013-04-03
doc: clarify how ClientAPI.xml is built
Peter Hutterer
1
-3
/
+6
2013-04-03
doc: Format Chapter 4 paragraphs correctly
Tiago Vignatti
1
-2
/
+3
2013-04-03
doc: minor title wording fix
Peter Hutterer
1
-1
/
+1
2013-04-03
doc: Change chapter title to a more descriptive one
Tiago Vignatti
1
-1
/
+1
2013-04-03
doc: Rename Overview.xml to Introduction.xml
Tiago Vignatti
3
-6
/
+6
2013-04-03
doc: Improve the first chapter text and definitions
Tiago Vignatti
1
-22
/
+9
2013-04-03
doc: Set book edition number to the "1"
Tiago Vignatti
1
-1
/
+1
2013-04-03
doc: Add a Foreword and a Preface
Tiago Vignatti
4
-0
/
+53
2013-04-03
doc: don't add a para for an empty summary
Peter Hutterer
1
-3
/
+5
2013-04-03
utils: const-ify some function arguments
Giulio Camuffo
2
-4
/
+4
2013-04-03
wayland-server: Listen for pointer current surface destruction
Rob Bradford
2
-0
/
+28
2013-04-02
docs: Document non-blocking behaviour of wl_display_flush()
Kristian Høgsberg
1
-1
/
+6
2013-04-02
server: use void* instead of function pointer for wl_object.implementation
Giulio Camuffo
1
-1
/
+1
2013-04-02
server: use the right function pointer type in wl_signal_get
Giulio Camuffo
1
-1
/
+1
2013-04-01
docs: Add information about serials and timestamps
Matthias Clasen
1
-0
/
+16
2013-04-01
docs: Document granularity of timestamps
Matthias Clasen
1
-8
/
+12
2013-04-01
docs: Remove mention of touch focus
fd-lock
Kristian Høgsberg
1
-2
/
+1
2013-04-01
docs: Add details about grabs
Matthias Clasen
1
-0
/
+8
2013-04-01
docs: Add details about surfaces
Matthias Clasen
1
-0
/
+2
2013-04-01
docs: Improve wl_region protocol docs
Matthias Clasen
1
-4
/
+7
2013-04-01
docs: Improve the wl_output protocol docs
Matthias Clasen
1
-6
/
+18
[next]