Commit graph

  • 6c57ab016d Update TODO Kristian Høgsberg 2012-03-28 23:13:59 -04:00
  • f68e156b8f doc: consistently indent the xml files by 2 spaces Peter Hutterer 2012-03-29 10:50:13 +10:00
  • 966e8ec9c0 doc: rename Procotol to ProtocolSpec and WaylandProtocol to Protocol Peter Hutterer 2012-03-29 10:50:12 +10:00
  • adf300dc13 doc: remove unused example files Peter Hutterer 2012-03-29 10:50:11 +10:00
  • 3d7f7e2f4a doc: move documentation from the tex file to docbook Peter Hutterer 2012-03-29 10:50:10 +10:00
  • 3891c73511 Fix formatting warning Kristian Høgsberg 2012-03-27 16:36:25 -04:00
  • 897a4ec62d data-device: notify the compositor about new drag icons Ander Conselvan de Oliveira 2012-03-27 17:36:35 +03:00
  • 83685c506e Remove wl_buffer.damage and simplify shm implementation Kristian Høgsberg 2012-03-26 16:33:24 -04:00
  • a0e590a0f3 Add simple memory leak check to all tests. U. Artie Eoff 2012-03-23 10:01:23 -07:00
  • 9086b60d81 connection-test: Add test case to stress connection buffers Kristian Høgsberg 2012-03-24 14:34:05 -04:00
  • b01ae07727 connection-test: Test fd transport Kristian Høgsberg 2012-03-24 14:27:30 -04:00
  • fa4769cadd connection-test: Add more test cases Kristian Høgsberg 2012-03-23 16:57:34 -04:00
  • 33ad8a3315 connection-test: Store expected result in struct marshal_data Kristian Høgsberg 2012-03-23 16:56:19 -04:00
  • 0ca52cce98 tests: Add marshal+demarshal connection test Kristian Høgsberg 2012-03-23 11:41:34 -04:00
  • f67f6395b1 tests: Use different connections for read and write tests Kristian Høgsberg 2012-03-23 11:32:17 -04:00
  • 80cf9cb44d connection: fix signedness warnings Pekka Paalanen 2012-03-22 11:50:40 +02:00
  • 3b7cdcb5c6 Fix harmless signedness warnings Pekka Paalanen 2012-03-22 11:49:35 +02:00
  • cc4750b7df scanner: fix a signedness warning Pekka Paalanen 2012-03-23 14:00:32 +02:00
  • a4b36d70eb scanner: Remove unused variable 'len' Peter Hutterer 2012-02-23 15:55:40 +10:00
  • 58d6d3afcc shm: fix cosmetic gcc warnings Pekka Paalanen 2012-03-22 11:33:35 +02:00
  • 0c249064a5 server: fix signedness in wl_client_connection_data Pekka Paalanen 2012-03-22 17:21:58 +02:00
  • 11b141cb18 configure: add -Wextra -Wno-unused-parameter Pekka Paalanen 2012-03-22 11:30:35 +02:00
  • 1c5578e87f connection: Just look at buffer size and remove redundant n_fds_out Kristian Høgsberg 2012-03-23 00:48:19 -04:00
  • cab70c9e5d connection: Set n_fds_out to 0 when we send out the fds Kristian Høgsberg 2012-03-23 00:27:04 -04:00
  • 75480a1eeb Add protocol for axis events Scott Moreau 2012-03-20 09:10:18 -06:00
  • 7746a80e2a tests: Remove debug printf Kristian Høgsberg 2012-03-21 10:32:06 -04:00
  • 80f4f0d512 event-loop: Use two-step destruction of event loop sources. Jonas Ådahl 2012-03-21 10:31:24 +01:00
  • f48bd0714a tests: Add test case for freeing source with pending data Kristian Høgsberg 2012-03-21 10:29:47 -04:00
  • 81ffaa04b9 Check arguments to wl_resource_post_error in gcc Bill Spitzak 2012-03-18 18:54:21 -07:00
  • ecfb79bd71 configure: Add option to disable building documentation. Üstün Ergenoğlu 2012-03-17 19:09:39 +02:00
  • 707623f0cb test: add a unit test for the event loop post dispatch check Ander Conselvan de Oliveira 2012-03-14 14:47:40 +02:00
  • 3c5d9694db event-loop: always do the post-dispatch check Ander Conselvan de Oliveira 2012-03-13 13:16:13 +02:00
  • d4ae9fb5f8 TODO: Pull in updated TODO list from 1.0 roadmap email Kristian Høgsberg 2012-03-20 12:32:51 -04:00
  • ccb78667b9 doc: Don't list directories in list of files to install Kristian Høgsberg 2012-03-16 09:26:05 -04:00
  • 73d4a53672 Flush the connection if we have to many marshaled fds Ander Conselvan de Oliveira 2012-03-09 12:51:42 +02:00
  • 46df9232fa test-runner.c: Consolidate test running code Kristian Høgsberg 2012-03-05 22:29:53 -05:00
  • 4bc5a0ab2c tests: Add demarshal tests Kristian Høgsberg 2012-03-05 22:26:17 -05:00
  • b2afde6f18 tests: Add more marshal tests Kristian Høgsberg 2012-03-05 21:53:38 -05:00
  • d86718fc33 tests: Simplify connection tests a bit Kristian Høgsberg 2012-03-05 21:40:01 -05:00
  • efab74e956 tests: Add wl_list tests Kristian Høgsberg 2012-03-05 21:38:25 -05:00
  • b4351bc08e tests: More wl_map tests Kristian Høgsberg 2012-03-05 21:14:57 -05:00
  • bbebd304fb TOOD: Frame based input done Kristian Høgsberg 2012-03-05 21:02:53 -05:00
  • c1804b5735 tests: makefile error: missing test-runner.h Gaetan Nadon 2012-03-03 17:32:59 -05:00
  • 814a626087 scanner: Add since attribute Kristian Høgsberg 2012-03-05 10:31:53 -05:00
  • bb4b05bc8d check: connection-test fails to link to ffi Gaetan Nadon 2012-03-04 12:15:31 -05:00
  • 7ee21abef0 publican: support out-of-source tree build Gaetan Nadon 2012-03-03 17:32:58 -05:00
  • bbddbc4829 Fix distcheck where protocol.xsl was missing in the tarball Gaetan Nadon 2012-03-03 17:32:57 -05:00
  • 8e2cac7ae4 Add wl_array_for_each Kristian Høgsberg 2012-03-04 13:40:49 -05:00
  • ab0c7c58b9 Add tests subdir to toplevel SUBDIRS variable Kristian Høgsberg 2012-03-03 00:39:42 -05:00
  • 87a1e59992 tests: Add connection marshalling tests Kristian Høgsberg 2012-03-03 00:29:21 -05:00
  • 22834deca7 tests: Add connection tests Kristian Høgsberg 2012-03-02 23:42:46 -05:00
  • d2067508c1 test-runner: Fix warnings Kristian Høgsberg 2012-03-02 23:42:07 -05:00
  • ac80c54f18 connection: Export wl_connection_queue() so we can test it Kristian Høgsberg 2012-03-02 23:38:31 -05:00
  • e655059256 tests: Print test status after running test Kristian Høgsberg 2012-03-02 22:45:28 -05:00
  • 62d2569954 tests: Add Unit tests for wl_map and wl_array data structures Kristian Høgsberg 2012-03-02 18:03:16 -05:00
  • 214e343311 Terminate drag if data source is destroyed Ander Conselvan de Oliveira 2012-03-02 15:45:56 +02:00
  • 70db367ccc server: fix event sending type mismatches Pekka Paalanen 2012-03-02 18:09:27 +02:00
  • 5ee70146c6 server: use the event sending wrappers Pekka Paalanen 2012-03-02 17:08:59 +02:00
  • 86a5d17afe scanner: emit event wrapper functions for server Pekka Paalanen 2012-03-02 15:16:33 +02:00
  • 0d22d25b87 wayland-server: Destroy resource before sending out delete_id event Kristian Høgsberg 2012-03-01 22:46:07 -05:00
  • e7f6c509e2 Fix server crash when a client dies during a drag with an icon Ander Conselvan de Oliveira 2012-03-01 14:09:42 +02:00
  • cb3e102620 Fix wl_data_offer source destroy listener Ander Conselvan de Oliveira 2012-03-01 14:09:41 +02:00
  • eccc324ca8 configure.ac: Fix test-for-empty bug Kristian Høgsberg 2012-02-29 12:49:25 -05:00
  • 089c977a3b protocol: Clarify the documentation for the fullscreen protocol Rob Bradford 2012-02-28 16:48:26 +00:00
  • 72f9fd0a57 Merge remote-tracking branch 'whot/publican' Kristian Høgsberg 2012-02-29 11:54:36 -05:00
  • b26774da5b Don't block when flushing a full protocol buffer Kristian Høgsberg 2012-02-29 11:07:48 -05:00
  • 1070579d4b Hack up distcheck for publican Peter Hutterer 2012-02-29 11:49:16 +10:00
  • a678fd53e1 Generate the docbook description for the protocol from wayland.xml Peter Hutterer 2012-02-24 17:31:51 +10:00
  • c3d56a05c6 Hook up autotools for publican Peter Hutterer 2012-02-24 09:42:05 +10:00
  • f48355cad3 doc: Comment out some of the default chapters Peter Hutterer 2012-02-29 08:42:26 +10:00
  • 125289a0d7 doc: Add architecture from the website Peter Hutterer 2012-02-24 11:01:39 +10:00
  • 6071b7da94 doc: Fix up title page with logo and author information Peter Hutterer 2012-02-24 09:47:44 +10:00
  • fcddfbb769 doc: add publican-created doctree Peter Hutterer 2012-02-24 09:37:02 +10:00
  • bcafc467c5 protocol: fix make distcheck Peter Hutterer 2012-02-29 10:40:53 +10:00
  • bf53f2033d Update TODO Kristian Høgsberg 2012-02-28 16:42:17 -05:00
  • d224714afd Allow update function to not be set in wl_display_get_fd Samuel Rødal 2012-02-27 16:57:42 +01:00
  • bf5a8fbb98 Rename client side wl_display_destroy() to wl_display_disconnect() Samuel Rødal 2012-02-27 17:10:03 +01:00
  • a676b8f257 util: Comments before wl_list were a bit off, fixed the example usage. Üstün Ergenoğlu 2012-02-25 12:56:32 +02:00
  • d0711b27ee protocol.xsl: Rename stylesheet to wayland-protocol.css Kristian Høgsberg 2012-02-23 16:41:46 -05:00
  • 015c42e1b1 protocol: add xslt stylesheet to prettify the protocol Peter Hutterer 2012-02-23 15:58:37 +10:00
  • 50e87a006f protocol: fix missing hyphenation for "client-created" Peter Hutterer 2012-02-23 15:55:41 +10:00
  • a8c9e82c49 scanner: Remove unused variable 'len' Peter Hutterer 2012-02-23 15:55:40 +10:00
  • 0b54a1442a spec: padding bytes are undefined, state so Peter Hutterer 2012-02-23 15:55:39 +10:00
  • ff562befd8 spec: typo and wording fixes Peter Hutterer 2012-02-23 15:55:38 +10:00
  • c56667bb83 Fix compilation: uid_t, gid_t and pid_t are defined in sys/types.h Thiago Macieira 2012-02-23 19:50:37 +01:00
  • 1ba69d26e0 Add wl_region and surface requests to set opaque and input regions Kristian Høgsberg 2012-02-23 14:50:06 -05:00
  • 3c6f42112d Split pointer_focus and keyboard_focus into enter and leave events Kristian Høgsberg 2012-02-18 01:25:44 -05:00
  • ab3b5cd71c server: Implement wl_keyboard_grab_interface. Scott Moreau 2012-02-18 05:05:28 -07:00
  • 8134e06742 server: Rename wl_grab_interface. Scott Moreau 2012-02-18 05:05:27 -07:00
  • 8503cd6859 Add wl_client_get_credentials() to get unix credentials for client Kristian Høgsberg 2012-02-18 00:29:25 -05:00
  • 5536031bfb protocol: remove absolute coordinates from pointer Pekka Paalanen 2012-02-14 11:00:12 +02:00
  • 7243062f93 data_device: get rid of attach request Ander Conselvan de Oliveira 2012-02-15 17:02:52 +02:00
  • b3981136a1 Add fullscreen protocol Juan Zhao 2012-02-07 13:39:36 +08:00
  • 2eddfce14b Add maximized protocol Juan Zhao 2012-02-07 09:38:10 +08:00
  • 28e3cbc654 Release 0.85.0 0.85.0 Kristian Høgsberg 2012-02-09 11:16:30 -05:00
  • 7c6dac8740 Use dist-xz for tarballs Kristian Høgsberg 2012-02-09 11:15:33 -05:00
  • c6b37ac055 Set version to 'master' on git master branch Kristian Høgsberg 2012-02-09 11:12:18 -05:00
  • 8f9de83f7b scanner: don't print new line when no descriptions are provided Tiago Vignatti 2012-01-24 18:30:13 +02:00
  • 899652201f protocol: fix typo Tiago Vignatti 2012-01-24 17:49:28 +02:00
  • 3cce6be20d spec: fix typo Tiago Vignatti 2012-01-24 16:11:33 +02:00