aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* connection: Don't declare a local variable just to takes its sizeDerek Foreman2017-12-271-2/+3
* client: Allow absolute paths in WAYLAND_DISPLAYMatt Hoosier2017-12-111-11/+36
* scanner: Add --strict flagJonas Ã…dahl2017-12-041-2/+13
* connection: Use wl_buffer_size() for all buffer size calculationsDerek Foreman2017-12-041-2/+2
* client: Simplify some logic in queue_eventDerek Foreman2017-12-041-4/+1
* connection: close_fds() should only remove fds it closed from the bufferDerek Foreman2017-12-041-0/+1
* eventloop: clarify post_dispatch_check()Christopher James Halse Rogers2017-12-041-10/+16
* wayland-server: document WL_HIDE_DEPRECATEDEmil Velikov2017-10-131-0/+10
* server: document wl_event_loop and wl_event_sourcePekka Paalanen2017-08-252-1/+320
* scanner: use tabs for indentation.Emil Velikov2017-08-181-3/+3
* scanner: remove unused scanner.mkEmil Velikov2017-08-181-8/+0
* scanner: Reword fallthrough comment to quiet GCCDaniel Stone2017-03-171-3/+1
* wayland-util: do not export the wl_map_* APIEmil Velikov2017-03-141-9/+9
* wayland-server: Remove unused members from struct wl_clientSergi Granell2017-02-281-2/+0
* wayland-server: hide wl_priv_signal from doxygenPekka Paalanen2017-01-271-0/+4
* dtddata: Use standard permission noticeYong Bakos2017-01-261-16/+19
* wayland-server: log an error for events with wrong client objectsDerek Foreman2017-01-251-0/+35
* server: Disallow sending events to clients after posting an errorDerek Foreman2017-01-251-3/+5
* server: Refactor array send functionsDerek Foreman2017-01-251-21/+13
* server: use the new wl_priv_signal for wl_resourceGiulio Camuffo2017-01-251-6/+46
* server: use the new wl_priv_signal in wl_clientGiulio Camuffo2017-01-251-9/+9
* server: add a safer signal type and port wl_display to itGiulio Camuffo2017-01-252-9/+118
* wayland-server: Add functions to wl_globalOlivier Fourdan2017-01-242-0/+18
* wayland-server: Add API to control globals visibilityOlivier Fourdan2017-01-242-5/+87
* scanner: support "since" attribute for enum entriesPeter Hutterer2017-01-241-4/+30
* scanner: add helper function to convert "since" to a versionPeter Hutterer2017-01-241-11/+22
* util: Document wl_array and wl_list membersYong Bakos2016-12-101-0/+5
* util: Clarify documentation of wl_dispatcher_func_tYong Bakos2016-11-211-10/+17
* wayland-client: Require base 10 for WAYLAND_SOCKET, explicitlyBryce Harrington2016-11-211-1/+1
* util: Document wl_log_func_tYong Bakos2016-11-211-0/+24
* buildsystem: adjust uninstalled -client/server pkg-config infraReynaldo H. Verdejo Pinochet2016-11-212-2/+4
* build: Fix scanner path in uninstalled pkg-config fileDerek Foreman2016-11-211-1/+1
* util: Improve documentation of wl_iterator_resultYong Bakos2016-11-211-2/+4
* util: Improve documentation of wl_argumentYong Bakos2016-11-181-13/+16
* util: Document wl_interfaceYong Bakos2016-11-181-0/+52
* util: Document wl_fixed_tYong Bakos2016-11-161-0/+36
* util: Remove stray space from function signatureYong Bakos2016-11-161-1/+1
* scanner: Fixed doxygen group name for _add_listenerBill Spitzak2016-11-161-1/+1
* tests: Test wl_message_count_arraysYong Bakos2016-11-102-1/+4
* util: Document wl_messageYong Bakos2016-11-101-0/+68
* scanner: Remove return doxygen annotationYong Bakos2016-11-101-1/+1
* shm: Make shm_pool_interface static constYong Bakos2016-11-101-1/+1
* util: Document GCC attributesYong Bakos2016-10-181-3/+10
* wl_array: Set data to invalid address after freeYong Bakos2016-10-182-0/+4
* util: Document wl_arrayYong Bakos2016-10-181-5/+68
* util: Document wl_list methodsYong Bakos2016-09-261-40/+184
* server: Document display parameterYong Bakos2016-09-131-0/+1
* server: Add doxygen comment for wl_client_for_eachYong Bakos2016-08-12