projects
/
profile
/
ivi
/
wayland.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/wayland.git
2011-08-27
Kristian Høgsberg
Don't special case object ID 1 lookup
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
server: wl_display and wl_input_device are no longer...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Update TODO
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Store objects in wl_map data structure
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Remove range protocol
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Destroy client resource by walking client hash table
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Always allocate a new wl_resource when binding an object
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Add wl_hash_table_for_each()
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Bind globals to client provided object IDs
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
server: Hand code all wl_display client stubs
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
server: Assign global id as part of wl_display_add_global()
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
server: Make object hash table per-client
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Rename global 'func' to 'bind'
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
server: Make everything in the object hash a wl_resource
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Kristian Høgsberg
Use a callback object instead of ad-hoc lists for sync...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-27
Paulo Zanoni
connection: fix libffi usage, our functions return...
commit
|
commitdiff
|
tree
|
snapshot
2011-08-17
Kristian Høgsberg
connection: Object ID 0 is not a valid new object ID
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Kristian Høgsberg
event-loop: Quiet a few warnings
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Jørgen Lind
Make expat a dependency to the scanner
commit
|
commitdiff
|
tree
|
snapshot
2011-08-12
Kristian Høgsberg
Rename source subdir from wayland to src
commit
|
commitdiff
|
tree
|
snapshot
2011-08-11
Kristian Høgsberg
Change scanner.c license to MIT
commit
|
commitdiff
|
tree
|
snapshot
2011-07-28
Kristian Høgsberg
scanner: Silence warning
commit
|
commitdiff
|
tree
|
snapshot
2011-07-27
Kristian Høgsberg
scanner: Initialize protocol.copyright to NULL
commit
|
commitdiff
|
tree
|
snapshot
2011-07-26
Tiago Vignatti
protocol: Delete screenshooter.xml
commit
|
commitdiff
|
tree
|
snapshot
2011-07-26
Kristian Høgsberg
scanner: Take copyright notice from xml file
commit
|
commitdiff
|
tree
|
snapshot
2011-07-19
Kristian Høgsberg
connection: Use static strings instead of sprintf and...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Kristian Høgsberg
Link to -lrt for clock_gettime()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Casey Dahlin
Pass object ID not pointer when sending a global announ...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Kristian Høgsberg
conection: Handle demarshal errors a little less dramat...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-18
Casey Dahlin
Fix segfault in client when demarshalling fails
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Tiago Vignatti
protocol: fix key event and related comments
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Tiago Vignatti
debug: add timestamps when logging
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Kristian Høgsberg
protocol: Fix type of visual arg in token_visual event
commit
|
commitdiff
|
tree
|
snapshot
2011-07-15
Kristian Høgsberg
scanner: Output type info for new_id arguments
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Kristian Høgsberg
protocol: Make id arg of display.global event be just...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-07
Kristian Høgsberg
scanner: map 'int' to int32_t.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Laszlo Agocs
Add touch events to protocol.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-29
Kristian Høgsberg
server: Add wl_client_flush()
commit
|
commitdiff
|
tree
|
snapshot
2011-06-23
Kristian Høgsberg
event-loop: Make idle handlers work again
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Kristian Høgsberg
Update TODO
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Kristian Høgsberg
Merge remote-tracking branch 'bnf/buffer.release'
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Benjamin Franzke
Drop wl_compoositor parameter in wl_buffer
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Benjamin Franzke
Add busy_count and client parameter to wl_buffer
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Benjamin Franzke
Add buffer.release event
commit
|
commitdiff
|
tree
|
snapshot
2011-06-21
Kristian Høgsberg
Add more protocol for communicating screen geometry
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Laszlo Agocs
Add wl_display_remove_global.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-20
Laszlo Agocs
Do not leak globals and listeners.
commit
|
commitdiff
|
tree
|
snapshot
2011-06-18
Kristian Høgsberg
Move map functionality into shell
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Corentin Chary
Call a new global listener for each existing global
commit
|
commitdiff
|
tree
|
snapshot
2011-06-11
Corentin Chary
Flush the protocol output buffer when it fills up
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Kristian Høgsberg
Remove left-over visual prototypes
commit
|
commitdiff
|
tree
|
snapshot
2011-06-07
Kristian Høgsberg
connection: Fix pointer arithmetic error
commit
|
commitdiff
|
tree
|
snapshot
2011-05-31
Samuel Rødal
Fall back to accept() on systems where accept4() is...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-31
Benjamin Franzke
wayland-shm: Check visual for being NULL
commit
|
commitdiff
|
tree
|
snapshot
2011-05-19
Kristian Høgsberg
TODO: Update
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Kristian Høgsberg
Add event to associate visuals with a pixel format...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-13
Kristian Høgsberg
server: Send error if client tries to bind to non-exist...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Kristian Høgsberg
Define shm specific errors
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Kristian Høgsberg
Unify error events
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Kristian Høgsberg
TODO: Consolidate and update
commit
|
commitdiff
|
tree
|
snapshot
2011-05-11
Kristian Høgsberg
connection.c: Use sizeof int for allocating fd extra...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Robert Bragg
display: Adds wl_display_flush to send buffered commands
commit
|
commitdiff
|
tree
|
snapshot
2011-05-10
Benjamin Franzke
wayland-util: Drop unused struct wl_argument
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
jani.uusi-rantala...
Add configure option to disable scanner compilation
commit
|
commitdiff
|
tree
|
snapshot
2011-05-06
Benjamin Franzke
Add a destroy_listener to wl_resource
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
Benjamin Franzke
connection: Define _GNU_SOURCE for F_DUPFD_CLOEXEC
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
Kristian Høgsberg
scanner: Fail if there's a 'destroy' request not marked...
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
Kristian Høgsberg
scanner: Initialize wl_message structs completely
commit
|
commitdiff
|
tree
|
snapshot
2011-05-04
Kristian Høgsberg
connection: Handle fd passing in an CLOEXEC safe way
commit
|
commitdiff
|
tree
|
snapshot
2011-05-02
Kristian Høgsberg
mmap shm buffers read/write
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
Casey Dahlin
Add some things related to wayland-scanner to .gitignore
commit
|
commitdiff
|
tree
|
snapshot
2011-04-29
Kristian Høgsberg
event-loop: Drop unused idle_list
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Kristian Høgsberg
Don't define wl_shell in wayland-server.h
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Kristian Høgsberg
event-loop: Idle callback are a special case of a check...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Kristian Høgsberg
event-loop: Dont use a check callback just dispatch...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Benjamin Franzke
Add common shm-server code
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Benjamin Franzke
Remove buffer.attach vfunc
commit
|
commitdiff
|
tree
|
snapshot
2011-04-22
Benjamin Franzke
Add buffer.damage request to the protocol
commit
|
commitdiff
|
tree
|
snapshot
2011-04-21
Kristian Høgsberg
event-loop: Add an optional post-dispatch source callout
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
Kristian Høgsberg
Pass version number to global bind function
commit
|
commitdiff
|
tree
|
snapshot
2011-04-20
Kristian Høgsberg
scanner: Don't hardcode the wl_ prefix in the code...
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Kristian Høgsberg
Use wl_client_post_global() for connect events
commit
|
commitdiff
|
tree
|
snapshot
2011-04-18
Kristian Høgsberg
Introduce display.bind to request events from a global
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
Kristian Høgsberg
Print line numbers in scanner errors
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
Kristian Høgsberg
Move proxy prototype to wayland-client.h
commit
|
commitdiff
|
tree
|
snapshot
2011-04-13
Jørgen Lind
Add lockfile to the socket
commit
|
commitdiff
|
tree
|
snapshot
2011-04-11
Kristian Høgsberg
Merge remote-tracking branch 'bnf/surface-frame-event'
commit
|
commitdiff
|
tree
|
snapshot
2011-04-11
Kristian Høgsberg
Make all fds close-on-exec
commit
|
commitdiff
|
tree
|
snapshot
2011-04-11
Kristian Høgsberg
Make wl_client_create() public
commit
|
commitdiff
|
tree
|
snapshot
2011-04-11
Kristian Høgsberg
Support passing the Wayland fd in the environment
commit
|
commitdiff
|
tree
|
snapshot
2011-04-06
Harald Fernengel
Fix usage help text in wayland-scanner
commit
|
commitdiff
|
tree
|
snapshot
2011-03-16
Benjamin Franzke
Extent frame event to be surface dependent
commit
|
commitdiff
|
tree
|
snapshot
2011-03-14
Iskren Chernev
Close signal file descriptor in event loop on remove...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-14
Iskren Chernev
Close timer file descriptors in event loop on remove...
commit
|
commitdiff
|
tree
|
snapshot
2011-03-14
Iskren Chernev
Stored signal_number in event_source structure.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-14
Iskren Chernev
Fix event loop timer update.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-13
Kristian Høgsberg
Fix double remove from surface destroy_listener_list
commit
|
commitdiff
|
tree
|
snapshot
2011-03-13
Iskren Chernev
Server socket creation error handling.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-13
Iskren Chernev
Added wl_connection_create failure checks.
commit
|
commitdiff
|
tree
|
snapshot
2011-03-13
Iskren Chernev
Better handling of creation errors in display.
commit
|
commitdiff
|
tree
|
snapshot
next