Commit graph

  • e38f433313 docs: Improve wl_shell/wl_shell_surface docs Matthias Clasen 2013-03-30 01:11:38 -04:00
  • 15ec6219e9 docs: Improve the wl_data_* procol docs Matthias Clasen 2013-03-30 01:11:37 -04:00
  • b02e58c718 docs: Improve wl_shm and wl_shm_pool protocol docs Matthias Clasen 2013-03-30 01:11:36 -04:00
  • c84155d475 docs: Improve wl_callback protocol docs Matthias Clasen 2013-03-30 01:11:35 -04:00
  • 8aa7a690a5 docs: Improve the wl_registry protocol docs Matthias Clasen 2013-03-30 01:11:34 -04:00
  • a5cc5b32bb docs: Improve wl_display protocol docs Matthias Clasen 2013-03-30 01:11:33 -04:00
  • 8d0b577310 docs: Consistency fixes Matthias Clasen 2013-03-30 01:11:32 -04:00
  • 390e7a7a42 doc: Improve various sections of the documentation Matthias Clasen 2013-03-30 01:11:31 -04:00
  • 469c386338 docs: Improve the 'Connect time' section Matthias Clasen 2013-03-30 01:11:30 -04:00
  • 41d44af8c8 docs: Improve the 'Types of Compositors' section Matthias Clasen 2013-03-30 01:11:29 -04:00
  • c255bab1ed docs: Slight rewording Matthias Clasen 2013-03-30 01:11:28 -04:00
  • 49e2d5af76 docs: Reorder some sections Matthias Clasen 2013-03-30 01:11:27 -04:00
  • 8680c67c47 wayland-server: Avoid deferencing a NULL pointer in error case Rob Bradford 2013-03-28 18:48:09 +00:00
  • 728b64189b docs: Fix the documentation build Matthias Clasen 2013-03-28 09:10:32 -04:00
  • dc206a96dc docs: Add a revision history Matthias Clasen 2013-03-28 09:10:31 -04:00
  • 8c6fe682c2 configure.ac: Bump version to 1.0.6 1.0.6 1.0 Kristian Høgsberg 2013-03-22 10:29:28 -04:00
  • 8bb4d83519 protocol: remove implicit attach semantics Pekka Paalanen 2013-03-07 13:10:01 +02:00
  • ca53745fb7 client: Invoke new_id closure arguments as pointers instead of integers Jonas Ådahl 2013-03-08 18:44:16 +01:00
  • daa4e43b30 client: Check reference count only for destroyed proxies Jonas Ådahl 2013-03-07 23:32:39 +01:00
  • b6a436e9f6 configure.ac: Use wayland_version macro in bug url Kristian Høgsberg 2013-03-21 12:28:20 -04:00
  • 7165bf2191 protocol: remove implicit attach semantics Pekka Paalanen 2013-03-07 13:10:01 +02:00
  • bedc3432ff Add wl_resource_init and use it in libwayland implementations of data sharing and SHM Jason Ekstrand 2013-03-08 22:26:13 -06:00
  • ca5b1946cb Change wl_closure_invoke to take an opcode instead of an actual function pointer Jason Ekstrand 2013-03-08 22:26:12 -06:00
  • cb73bffed5 client: Invoke new_id closure arguments as pointers instead of integers Jonas Ådahl 2013-03-08 18:44:16 +01:00
  • e053a56251 client: Check reference count only for destroyed proxies Jonas Ådahl 2013-03-07 23:32:39 +01:00
  • 9a2fab49e5 configure.ac: Use wayland_version macro in bug url Kristian Høgsberg 2013-03-17 13:53:29 -04:00
  • 52dd28e3b1 Stylistic nitpicking Kristian Høgsberg 2013-02-26 13:40:34 -05:00
  • 2551feb17e Clean up and refactor wl_closure and associated functions Jason Ekstrand 2013-02-26 11:30:51 -05:00
  • b30be63c1f client: add wl_proxy_get_class() Pekka Paalanen 2013-02-26 15:19:44 +02:00
  • 4e7d2127a0 scanner: Fix 'destroy)' typo in check for destroy request presence Kristian Høgsberg 2013-02-25 16:01:38 -05:00
  • 9dc88f3285 scanner: remove list_length in favor of wl_list_length Ran Benita 2013-02-25 17:12:51 +02:00
  • 8f1386fb50 Stylistic nitpicking Kristian Høgsberg 2013-02-26 13:40:34 -05:00
  • 2fc248dc2c Clean up and refactor wl_closure and associated functions Jason Ekstrand 2013-02-26 11:30:51 -05:00
  • a51ed6d50f client: add wl_proxy_get_class() Pekka Paalanen 2013-02-26 15:19:44 +02:00
  • b581d13a7e scanner: Fix 'destroy)' typo in check for destroy request presence Kristian Høgsberg 2013-02-25 16:01:38 -05:00
  • f53f42a1e7 scanner: remove list_length in favor of wl_list_length Ran Benita 2013-02-25 17:12:51 +02:00
  • df1a934b8b configure.ac: Update bug URL Kristian Høgsberg 2013-02-14 17:00:46 -05:00
  • cf17fdf8b8 configure.ac: Bump version to 1.0.5 1.0.5 Kristian Høgsberg 2013-01-24 20:33:31 -05:00
  • 0fb588ed15 Make sure that man page xml files are always disted Armin K 2013-02-14 14:44:08 -05:00
  • 1c156209ce README: Fix typos Siddharth Heroor 2013-02-14 10:59:15 +05:30
  • 9c7fb931c9 Make sure that man page xml files are always disted Armin K 2013-02-14 14:44:08 -05:00
  • acf1efe1f4 tests: Add a help message for the test runner Kristian Høgsberg 2013-02-11 13:58:39 -05:00
  • a02fdef0d9 queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false Kristian Høgsberg 2013-02-08 11:38:59 -05:00
  • a98cfc029b connection.c: Align pointer extra storage correctly Kristian Høgsberg 2013-02-04 07:07:17 -05:00
  • d4bfbdb9b5 README: Fix typos Siddharth Heroor 2013-02-14 10:59:15 +05:30
  • 13d5271b47 tests: Add a help message for the test runner Kristian Høgsberg 2013-02-11 13:58:39 -05:00
  • adcb2d73b3 queue-test: WEXITSTATUS() is undefined if WIFEXITED() is false Kristian Høgsberg 2013-02-08 11:38:59 -05:00
  • f02f82ef78 connection.c: Align pointer extra storage correctly Kristian Høgsberg 2013-02-04 07:07:17 -05:00
  • 9d2db599e7 configure.ac: Lower git master version to 1.0.90 Kristian Høgsberg 2013-02-02 10:44:32 -05:00
  • dd7ef2e17d Match libtool version info in 1.0 branch Kristian Høgsberg 2013-01-28 15:27:27 -05:00
  • 9ebb18418a configure.ac: Bump version to 1.0.4 1.0.4 Kristian Høgsberg 2013-01-24 20:33:31 -05:00
  • 0929033a85 gitignore: add test-suite files David Herrmann 2013-01-23 14:20:41 +01:00
  • 8a17f121cd event-loop: fix returning the destroy-signal listener David Herrmann 2013-01-23 14:11:19 +01:00
  • 66d55ab3c3 gitignore: add test-suite files David Herrmann 2013-01-23 14:20:41 +01:00
  • 142aa4a119 event-loop: fix returning the destroy-signal listener David Herrmann 2013-01-23 14:11:19 +01:00
  • 8cddb70d21 Add a destroy signal to the wl_event_loop object Jason Ekstrand 2013-01-11 21:01:47 -06:00
  • 2423497b99 Add a destroy signal to the wl_event_loop object Jason Ekstrand 2013-01-11 21:01:47 -06:00
  • 945771c3d5 test/event-loop: Check readable state on a pipe Quentin Glidic 2013-01-06 15:46:00 +01:00
  • 30ccd3366e Added a destroy signal to the wl_display object. Jason Ekstrand 2013-01-11 14:29:32 -06:00
  • 31511d0ea0 Added a destroy signal to the wl_display object. Jason Ekstrand 2013-01-11 14:29:32 -06:00
  • 0d2c233e15 test/event-loop: Check readable state on a pipe Quentin Glidic 2013-01-06 15:46:00 +01:00
  • ce1f41251a configure.ac: Bump version to 1.0.3 1.0.3 Kristian Høgsberg 2012-12-14 16:38:09 -05:00
  • 8148896d19 client: remove two unused function pointer typedefs Pekka Paalanen 2012-12-12 14:19:23 +02:00
  • 812bd4dd0f client: remove two unused function pointer typedefs Pekka Paalanen 2012-12-12 14:19:23 +02:00
  • 8bcfa5ad70 tests: rename temporary files Pekka Paalanen 2012-12-03 16:58:25 +02:00
  • 15625a5cc7 tests: Don't leave temporary files behind Sven Joachim 2012-12-02 22:42:11 +01:00
  • 7fd3ca049b man, configure.ac: Only generate man pages if we can do it offline Jonas Ådahl 2012-12-01 17:33:23 +01:00
  • 61387cac3d doc: Only generate Wayland documentation if xsltproc was found Jonas Ådahl 2012-12-01 17:33:22 +01:00
  • bfdf44ec48 tests: rename temporary files Pekka Paalanen 2012-12-03 16:58:25 +02:00
  • 7415e8eb05 tests: Don't leave temporary files behind Sven Joachim 2012-12-02 22:42:11 +01:00
  • e8ce683920 man, configure.ac: Only generate man pages if we can do it offline Jonas Ådahl 2012-12-01 17:33:23 +01:00
  • 76dae4f089 doc: Only generate Wayland documentation if xsltproc was found Jonas Ådahl 2012-12-01 17:33:22 +01:00
  • d943c3de08 configure.ac: Update version to 1.1.0 during development on git master Kristian Høgsberg 2012-11-30 17:19:43 -05:00
  • 64e3784298 configure.ac: Bump version to 1.0.2 1.0.2 Kristian Høgsberg 2012-11-30 16:00:00 -05:00
  • da99986271 client: Update libtool version for new entry points Kristian Høgsberg 2012-11-30 16:11:04 -05:00
  • 5c34b15f03 client: Add \since tag for wl_display_dispatch_queue_pending() documentation Kristian Høgsberg 2012-11-30 14:05:32 -05:00
  • 5940419626 client: Add \since tag for wl_display_dispatch_queue_pending() documentation Kristian Høgsberg 2012-11-30 14:05:32 -05:00
  • 65a0bbdbde pkgconfig: Use configure provided directories Quentin Glidic 2012-11-27 22:35:18 +01:00
  • 92ca1a0e80 pkgconfig: Use configure provided directories Quentin Glidic 2012-11-27 22:35:18 +01:00
  • e8fbce73c7 protocol: Add a wl_surface request for setting buffer transformation Ander Conselvan de Oliveira 2012-11-27 17:03:41 +02:00
  • 00639de120 scanner: Fix wrong restriction on since field Ander Conselvan de Oliveira 2012-11-27 17:03:40 +02:00
  • d7a63fdbfb client: Don't cancel a roundtrip when any event is received Jonas Ådahl 2012-11-26 23:25:53 +01:00
  • 5df752ab16 doc: Fix typos Tiago Vignatti 2012-11-22 18:09:32 -02:00
  • fb20507881 client: Add an entry point for dispatching a queue without blocking Ander Conselvan de Oliveira 2012-11-22 15:34:48 +02:00
  • 0f5d41e3bb debug: Allow WAYLAND_DEBUG=server/client for server/client side only debug Kristian Høgsberg 2012-11-21 17:14:55 -05:00
  • 5006829041 configure.ac: Bump version to 1.0.1 1.0.1 Kristian Høgsberg 2012-11-19 17:27:04 -05:00
  • edb0a1bef5 doc: Fix out-of-source build so distcheck works again Kristian Høgsberg 2012-11-19 17:14:05 -05:00
  • 173e160632 Fix distcheck by adding back protocol/Makefile.am Kristian Høgsberg 2012-11-19 17:11:58 -05:00
  • 3a671b4d3d protocol: Fix copy and paste summary Kristian Høgsberg 2012-11-19 15:44:14 -05:00
  • 94fd3d1dd4 protocol: Add summary description for wl_data_device_manager Kristian Høgsberg 2012-11-19 15:02:45 -05:00
  • b46dab17f0 client: Fix source comment typos Martin Olsson 2012-11-14 13:58:31 -05:00
  • 73d845af94 doc: Fix incorrectly formatted section header Tiago Vignatti 2012-11-06 17:17:01 -02:00
  • 4a8395f1a8 doc: Update .gitignore Tiago Vignatti 2012-11-09 20:28:51 -02:00
  • 5afebc4cb1 doc: Set publican to quiet mode Tiago Vignatti 2012-11-09 20:48:22 -02:00
  • 5909dddc78 doc: Remove unused css and xslt for the protocol Tiago Vignatti 2012-11-09 20:33:10 -02:00
  • c77ba6bebc doc: Auto-generate API methods and classes documentation Tiago Vignatti 2012-11-09 20:14:31 -02:00
  • a95aba7fca doc: doxygen: Interpret the first line comment as the brief Tiago Vignatti 2012-11-12 16:07:16 -02:00
  • 2a8da76fb1 tests: Add out of order delete_id queue tests Jonas Ådahl 2012-11-06 08:15:04 +01:00
  • 3d651dc2ee tests: Use a pipe for synchronization to avoid potential deadlock Jonas Ådahl 2012-11-06 08:15:03 +01:00
  • 1801cdc41a tests: Add queue test case Jonas Ådahl 2012-11-03 22:26:11 +01:00