summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-13wayland-server: document WL_HIDE_DEPRECATEDHEADmasterEmil Velikov1-0/+10
2017-08-25server: document wl_event_loop and wl_event_sourcePekka Paalanen2-1/+320
2017-08-18scanner: use tabs for indentation.Emil Velikov1-3/+3
2017-08-18scanner: remove unused scanner.mkEmil Velikov1-8/+0
2017-03-17scanner: Reword fallthrough comment to quiet GCCDaniel Stone1-3/+1
2017-03-14wayland-util: do not export the wl_map_* APIEmil Velikov1-9/+9
2017-02-28wayland-server: Remove unused members from struct wl_clientSergi Granell1-2/+0
2017-01-27wayland-server: hide wl_priv_signal from doxygenPekka Paalanen1-0/+4
2017-01-26dtddata: Use standard permission noticeYong Bakos1-16/+19
2017-01-25wayland-server: log an error for events with wrong client objectsDerek Foreman1-0/+35
2017-01-25server: Disallow sending events to clients after posting an errorDerek Foreman1-3/+5
2017-01-25server: Refactor array send functionsDerek Foreman1-21/+13
2017-01-25server: use the new wl_priv_signal for wl_resourceGiulio Camuffo1-6/+46
2017-01-25server: use the new wl_priv_signal in wl_clientGiulio Camuffo1-9/+9
2017-01-25server: add a safer signal type and port wl_display to itGiulio Camuffo2-9/+118
2017-01-24wayland-server: Add functions to wl_globalOlivier Fourdan2-0/+18
2017-01-24wayland-server: Add API to control globals visibilityOlivier Fourdan2-5/+87
2017-01-24scanner: support "since" attribute for enum entriesPeter Hutterer1-4/+30
2017-01-24scanner: add helper function to convert "since" to a versionPeter Hutterer1-11/+22
2016-12-10util: Document wl_array and wl_list membersYong Bakos1-0/+5
2016-11-21util: Clarify documentation of wl_dispatcher_func_tYong Bakos1-10/+17
2016-11-21wayland-client: Require base 10 for WAYLAND_SOCKET, explicitlyBryce Harrington1-1/+1
2016-11-21util: Document wl_log_func_tYong Bakos1-0/+24
2016-11-21buildsystem: adjust uninstalled -client/server pkg-config infraReynaldo H. Verdejo Pinochet2-2/+4
2016-11-21build: Fix scanner path in uninstalled pkg-config fileDerek Foreman1-1/+1
2016-11-21util: Improve documentation of wl_iterator_resultYong Bakos1-2/+4
2016-11-18util: Improve documentation of wl_argumentYong Bakos1-13/+16
2016-11-18util: Document wl_interfaceYong Bakos1-0/+52
2016-11-16util: Document wl_fixed_tYong Bakos1-0/+36
2016-11-16util: Remove stray space from function signatureYong Bakos1-1/+1
2016-11-16scanner: Fixed doxygen group name for _add_listenerBill Spitzak1-1/+1
2016-11-10tests: Test wl_message_count_arraysYong Bakos2-1/+4
2016-11-10util: Document wl_messageYong Bakos1-0/+68
2016-11-10scanner: Remove return doxygen annotationYong Bakos1-1/+1
2016-11-10shm: Make shm_pool_interface static constYong Bakos1-1/+1
2016-10-18util: Document GCC attributesYong Bakos1-3/+10
2016-10-18wl_array: Set data to invalid address after freeYong Bakos2-0/+4
2016-10-18util: Document wl_arrayYong Bakos1-5/+68
2016-09-26util: Document wl_list methodsYong Bakos1-40/+184
2016-09-13server: Document display parameterYong Bakos1-0/+1
2016-08-12server: Add doxygen comment for wl_client_for_eachYong Bakos1-0/+1
2016-08-12Add API to install protocol loggers on the server wl_displayGiulio Camuffo2-6/+120
2016-08-12Add API to retrieve and iterate over the resources list of a clientGiulio Camuffo5-7/+85
2016-08-12Add a resource creation signalGiulio Camuffo2-0/+37
2016-08-11Add API to get the list of connected clientsGiulio Camuffo2-0/+68
2016-08-11Add API to retrieve the interface name of a wl_resourceGiulio Camuffo2-0/+14
2016-08-11server: add listener API for new clientsSungjae Park2-0/+29
2016-08-11scanner: Generate all SINCE_VERSION macros for everyoneQuentin Glidic1-0/+2
2016-07-25(multiple): Include stdint.hYong Bakos6-0/+6
2016-07-18scanner: Use uint32_t instead of uintKhem Raj1-1/+1