Commit graph

  • fcf5f06b7d array-test: assert wl_array_add result is not NULL U. Artie Eoff 2014-01-10 12:17:24 -08:00
  • f97df69ee2 shm: assert sigbus_data is not NULL before member access U. Artie Eoff 2014-01-10 11:26:27 -08:00
  • 8a781aef0e xwayland: Add .gitignore Jasper St. Pierre 2013-12-09 16:29:03 -05:00
  • c102c20f01 Fix buffer overflow when serializing a closure object 1.3.92 chi ding 2013-12-05 14:28:53 +01:00
  • cd0dccd01e scanner: set errno=0 before strtol Adrian Negreanu 2013-12-17 13:48:54 +02:00
  • 01bde6319f configure.ac: Bump version to 1.3.91 for the alpha release 1.3.91 Kristian Høgsberg 2013-12-16 23:51:12 -08:00
  • 1a58c7f211 client: Handle EINTR in wl_display_dispatch_queue() Kristian Høgsberg 2013-12-09 15:49:48 -08:00
  • 09877f3231 doc: Fix spelling of parameters Jonas Ådahl 2013-12-09 22:35:22 +01:00
  • c30208f0b7 doc: Remove incorrect docmentation Jonas Ådahl 2013-12-09 22:35:21 +01:00
  • 1521c62a31 client: Make wl_proxy_set_queue() with NULL revert to default queue Neil Roberts 2013-12-04 16:58:39 -08:00
  • 3b3e81f42e cursor: handle running out of buffer space Pekka Paalanen 2013-11-29 17:47:09 +02:00
  • 011b695403 os: use posix_fallocate in creating sharable buffers Pekka Paalanen 2013-11-29 17:47:08 +02:00
  • 5a019e38a1 Add -pthread to AM_CFLAGS to do the right thing when using threads Kristian Høgsberg 2013-11-23 12:24:26 -08:00
  • 360dca517a connection: Error out if file descriptor was not received Lubomir Rintel 2013-11-16 14:31:03 +01:00
  • 40d057f2c9 wayland-server: Improve error messages for bad globals Jasper St. Pierre 2013-11-12 21:44:37 -05:00
  • 148478323f Update .gitignore for protocol/ Jasper St. Pierre 2013-11-12 21:44:36 -05:00
  • 853c24e699 client: Introduce functions to allocate and marshal proxies atomically Kristian Høgsberg 2013-11-14 21:29:06 -08:00
  • 81c57614d1 protocol: add sub-surfaces to the core Pekka Paalanen 2013-11-15 16:09:45 +02:00
  • 4a196570a3 shm: Avoid file descriptor leak upon unsuccessful mmap Lubomir Rintel 2013-11-15 14:17:56 +01:00
  • c2bba88ccd Add documentation for wl_shm_buffer_begin/end_access Neil Roberts 2013-11-14 12:28:51 +00:00
  • a71cf48ce0 scanner: Add location to elements so we can give better errors/warnings Kristian Høgsberg 2013-11-15 14:37:55 -08:00
  • 5a4dd76495 scanner: Make fail() function use va_list and elaborate a few errors Kristian Høgsberg 2013-11-15 14:29:40 -08:00
  • db8ae8903f scanner: Introduce struct location for tracking source locations Kristian Høgsberg 2013-11-15 14:21:11 -08:00
  • 3470fa17b5 scanner: Warn about requests with more than one new-id and don't generate stubs Kristian Høgsberg 2013-11-15 13:26:03 -08:00
  • b583b54560 server: Start documenting the server side API Kristian Høgsberg 2013-11-13 21:11:17 -08:00
  • cf4f5995dc server: Add API to protect access to an SHM buffer Neil Roberts 2013-11-13 15:32:05 +00:00
  • 05f95c85c8 protocol: validate the protocol against a dtd Peter Hutterer 2013-10-23 14:56:04 +10:00
  • 16b2dab4e4 configure.ac: Bump version to 1.3.90 for the master branch Kristian Høgsberg 2013-10-23 09:25:08 -07:00
  • deddea6549 wayland: Be consistent about #include-guard names Kristian Høgsberg 2013-10-21 14:39:06 -07:00
  • 84247b7513 protocol: Fix typo in documentation 1.3 José Bollo 2013-10-11 09:14:25 +02:00
  • 2c3dbb8903 configure.ac: Bump version to 1.3 1.3.0 Kristian Høgsberg 2013-10-09 16:20:54 -07:00
  • bb6f6faaa2 scanner: Handle unrecognized invocation mode Kristian Høgsberg 2013-10-07 21:36:31 -07:00
  • 260d73b449 configure.ac: Bump version to 1.2.92 1.2.92 Kristian Høgsberg 2013-10-02 22:14:57 -07:00
  • 799ea7206b client: Fix handling display->reader_count if poll fails Neil Roberts 2013-09-25 10:39:12 +01:00
  • 4125367f20 configure.ac: Bump version to 1.2.91 1.2.91 Kristian Høgsberg 2013-09-22 14:12:26 -07:00
  • ba90497b87 Export the Wayland protocol XML file Jason Ekstrand 2013-09-20 08:27:06 -05:00
  • b99edb8b7e tests: add wl_resource tests Marek Ch 2013-09-18 17:29:50 +02:00
  • 6f1569bd38 tests: add unit tests for wl_signal Marek Ch 2013-09-18 17:29:49 +02:00
  • ec08c5c3e9 tests: extended message when leak in test is detected Marek Ch 2013-09-18 17:29:48 +02:00
  • 5cf31443c5 client: fix an inconsistency in documentation Chang Liu 2013-09-18 10:45:06 +00:00
  • 5a92553237 doc: Slight tweaks to wl_listener Aaron Faanes 2013-09-17 16:44:24 -05:00
  • 8267f283dc utils: Document wl_container_of Aaron Faanes 2013-09-17 16:42:43 -05:00
  • 217909c18d doc: Create \comment alias for C-style comments Aaron Faanes 2013-09-17 16:40:49 -05:00
  • 2e3af5e5d7 doc: Include wayland-util.* for doxygen output Aaron Faanes 2013-09-15 13:37:09 -05:00
  • 5197aa30c8 wayland-server: Improve wording for wl_signal_get's doc Aaron Faanes 2013-09-15 13:37:08 -05:00
  • fffcdb25de utils: Add doxygen for wayland-util.h Aaron Faanes 2013-09-15 13:37:07 -05:00
  • bc30c5eb8a utils: Reference some useful methods in wl_signal's doxygen Aaron Faanes 2013-09-15 13:37:06 -05:00
  • f8b2730039 wayland-server: Document wl_listener Aaron Faanes 2013-09-15 13:09:18 -05:00
  • 9a5ed7877d gitignore: add ./compile Chang Liu 2013-09-08 11:12:33 +00:00
  • 656f3ea5b3 wayland-server: Add a wl_resource_for_each_safe macro Rob Bradford 2013-09-06 17:56:27 +01:00
  • a27b730490 utils: tweak wl_list for better doxygen output Aaron Faanes 2013-08-28 18:02:02 -05:00
  • 660f2d7acc wayland-server: Document wl_signal Aaron Faanes 2013-08-28 18:02:01 -05:00
  • cdea669858 wayland-server: Fix a uninitialized warning from clang Aaron Faanes 2013-08-28 17:43:34 -05:00
  • 10dcf86f7d configure.ac: Bump version to 1.2.90 for master branch Kristian Høgsberg 2013-08-30 14:54:40 -07:00
  • b76a6968fc scanner: Emit wl_*_destroy stub even if interface has a destructor Kristian Høgsberg 2013-08-13 20:06:30 +01:00
  • ea1fb51aae protocol: Add release requests for wl_pointer, wl_keyboard, and wl_touch Kristian Høgsberg 2013-08-13 20:06:29 +01:00
  • 0df6d81aee Bump version to 1.2.1 1.2.1 1.2 Kristian Høgsberg 2013-08-22 11:29:45 -07:00
  • 98bbbac295 doc: Add a section on interface and protocol object versioning Jason Ekstrand 2013-08-18 16:53:54 -05:00
  • b6c49c9e25 doc: Update the ID alocation section Jason Ekstrand 2013-08-18 16:52:36 -05:00
  • d1fb2f60b8 publican: only split chapters and top-level sections onto separate pages Peter Hutterer 2013-08-15 20:58:10 +10:00
  • 1f5698b173 protocol: Improve a bit of grammar for wl_surface::attach description Bryce W. Harrington 2013-08-09 17:44:59 +00:00
  • 2830aa14c9 protocol: Fix pluralization of user in popup_done description Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • 69d9c21973 protocol: Improve grammar for set class description Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • 4ed12d470f protocol: Add missing d to 'x an y' Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • 84c554bbc4 protocol: Fix typo by removing a redundant 'a' Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • fbb9478787 client: Improve spelling and grammar in comments Bryce W. Harrington 2013-08-09 01:47:06 +00:00
  • 8c3aa0bd4f publican: Fix grammar several places in Protocol docs Bryce W. Harrington 2013-08-09 01:47:05 +00:00
  • 820b0966cb publican: Drop unneeded 'of' Bryce W. Harrington 2013-08-09 01:47:05 +00:00
  • 467d95ab73 publican: Cleanup Preface's grammar. Bryce W. Harrington 2013-08-09 01:47:04 +00:00
  • 217af6c71c scanner: check for wayland-scanner.pc before using variables Peter Hutterer 2013-08-07 11:05:59 +10:00
  • f997ed2f47 scanner: expand help string Peter Hutterer 2013-08-07 11:05:58 +10:00
  • a4ac7a6786 scanner: support help and --help Peter Hutterer 2013-08-07 11:05:57 +10:00
  • 7db9d248ce server: Set client->error when we fail to send a closure Kristian Høgsberg 2013-08-06 10:15:35 -07:00
  • c0eb45286c server: Handle OOM properly when we fail to allocate a send closure Kristian Høgsberg 2013-08-06 09:50:14 -07:00
  • d2aac9dca9 client: Simply wl_display_dispatch_queue_pending() and fix return value Jiergir Ogoerg 2013-07-29 16:50:44 -07:00
  • eb947e9408 Add support for client-side language bindings Jason Ekstrand 2013-07-17 21:58:47 -05:00
  • c44090908d Add support for server-side language bindings Jason Ekstrand 2013-07-17 21:58:46 -05:00
  • 6b8eef962f doc: Add a section on interface and protocol object versioning Jason Ekstrand 2013-08-18 16:53:54 -05:00
  • 52de023482 doc: Update the ID alocation section Jason Ekstrand 2013-08-18 16:52:36 -05:00
  • 2cc551b1ec publican: only split chapters and top-level sections onto separate pages Peter Hutterer 2013-08-15 20:58:10 +10:00
  • f169614738 protocol: Improve a bit of grammar for wl_surface::attach description Bryce W. Harrington 2013-08-09 17:44:59 +00:00
  • 4ad58fbb4a wayland-client: Add wl_proxy_get_listener Rob Bradford 2013-07-22 17:30:52 +01:00
  • 748c20c46f wayland-server: Add a wl_resource_for_each macro Rob Bradford 2013-07-22 17:30:51 +01:00
  • dbc41f0344 protocol: Fix pluralization of user in popup_done description Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • b5e7f9caef protocol: Improve grammar for set class description Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • 3d6470b1ef protocol: Add missing d to 'x an y' Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • fecef1ca66 protocol: Fix typo by removing a redundant 'a' Bryce W. Harrington 2013-08-09 01:47:07 +00:00
  • 65efa2ed3a client: Improve spelling and grammar in comments Bryce W. Harrington 2013-08-09 01:47:06 +00:00
  • eda474c779 publican: Fix grammar several places in Protocol docs Bryce W. Harrington 2013-08-09 01:47:05 +00:00
  • 9fc867060f publican: Drop unneeded 'of' Bryce W. Harrington 2013-08-09 01:47:05 +00:00
  • c7d2c0b423 publican: Cleanup Preface's grammar. Bryce W. Harrington 2013-08-09 01:47:04 +00:00
  • f26a322327 server: Release additional_shm_formats array at display destruction Tomeu Vizoso 2013-08-08 10:31:56 +02:00
  • 6dd0ba0e32 scanner: check for wayland-scanner.pc before using variables Peter Hutterer 2013-08-07 11:05:59 +10:00
  • 2b26edb877 scanner: expand help string Peter Hutterer 2013-08-07 11:05:58 +10:00
  • 2d1ed470d9 scanner: support help and --help Peter Hutterer 2013-08-07 11:05:57 +10:00
  • 81555350af Don't include wayland-server.h in wayland-private.h Kristian Høgsberg 2013-08-07 09:17:02 -07:00
  • d9883a6be1 shm: Add API for renderers to register additional pixel formats Tomeu Vizoso 2013-08-06 20:05:53 +02:00
  • dbeb5134fa server: Set client->error when we fail to send a closure Kristian Høgsberg 2013-08-06 10:15:35 -07:00
  • 1b0cabfc48 server: Handle OOM properly when we fail to allocate a send closure Kristian Høgsberg 2013-08-06 09:50:14 -07:00
  • c1fd097cd9 client: Simply wl_display_dispatch_queue_pending() and fix return value Jiergir Ogoerg 2013-07-29 16:50:44 -07:00