summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-16doc: Update docs to refer to wl_seat instead of wl_input_deviceHEADmasterKristian Høgsberg1-2/+2
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone5-306/+494
2012-05-15Add missing alt attributes in publican docs.Darxus3-0/+25
2012-05-15tests: add noop to fixed-benchmarkPekka Paalanen1-0/+16
2012-05-14Optimize wl_fixed_t to/from double conversion functionsKristian Høgsberg5-12/+211
2012-05-11TODO: Strike the last xkbcommon issuesKristian Høgsberg1-7/+0
2012-05-10protocol: Specify that the fullscreen framerate parameter is also mHzKristian Høgsberg1-1/+2
2012-05-10protocol: Back out accidentally committed wl_seat changesKristian Høgsberg1-62/+38
2012-05-10protocol: Add documentation for wl_outputKristian Høgsberg1-13/+31
2012-05-09TODO: More updatesKristian Høgsberg2-54/+66
2012-05-08Update TODOKristian Høgsberg1-8/+0
2012-05-08Input: Convert pointer co-ordinates to signed_24_8Daniel Stone4-28/+35
2012-05-08Add support for signed 24.8 decimal numbersDaniel Stone6-3/+81
2012-05-08event-loop: Delete fd from epoll when removing event sourceKristian Høgsberg1-2/+6
2012-05-08tests: prefix event loop tests with event_loop_Kristian Høgsberg1-2/+2
2012-05-08tests: assert that mask is zero is post_dispatch callbackKristian Høgsberg1-0/+1
2012-05-08tests: Add timerfd testKristian Høgsberg1-1/+31
2012-05-08tests: Add signal test caseKristian Høgsberg1-0/+28
2012-05-08event-loop: Consolidate code for setting up new sourcesKristian Høgsberg1-98/+44
2012-05-08event-loop: fix conditional checkingTiago Vignatti1-1/+1
2012-05-07TODO: drop scanner namespace itemKristian Høgsberg1-3/+0
2012-05-07scanner: Generalize desc_dump() to handle hanging indentsKristian Høgsberg1-34/+65
2012-05-07scanner: Fix desc_dump() to not extend beyond column 72Kristian Høgsberg1-17/+11
2012-05-07scanner: Use indent() function in desc_dump()Kristian Høgsberg1-25/+19
2012-05-07Use unsigned for key/button up/down state in grabsDaniel Stone3-5/+5
2012-05-03Use class_ instead of class in protocolKristian Høgsberg1-1/+1
2012-05-02tests: Fix out-of-tree buildsDaniel Stone1-1/+1
2012-05-02Add shell_surface set_title and set_class requestsKristian Høgsberg2-9/+16
2012-05-02server: Post new globals to current clientsNicolas Pouillon1-0/+8
2012-05-01protocol: Move ping event down to other eventsKristian Høgsberg1-8/+8
2012-04-27Add wl_proxy_get_id()Kristian Høgsberg2-0/+7
2012-04-27Add wl_client_get_object()Kristian Høgsberg2-0/+8
2012-04-27Drop stale prototypeKristian Høgsberg1-3/+0
2012-04-26tests: Just list tests under the TESTS variableKristian Høgsberg1-4/+2
2012-04-25Merge remote-tracking branch 'pq/for-krh'Kristian Høgsberg8-29/+444
2012-04-25Add COPYINGKristian Høgsberg1-0/+22
2012-04-25server: do not create wl_client if accept() failedPekka Paalanen1-2/+2
2012-04-25os: wrap accept4(SOCK_CLOEXEC)Pekka Paalanen5-8/+29
2012-04-25os: wrap epoll_createPekka Paalanen4-1/+74
2012-04-25os: wrap recvmsg(MSG_CMSG_CLOEXEC)Pekka Paalanen4-1/+229
2012-04-25tests: silence warnings from pipe()Pekka Paalanen1-3/+5
2012-04-25os: wrap F_DUPFD_CLOEXECPekka Paalanen4-4/+91
2012-04-25os: define SOCK_CLOEXEC on LinuxPekka Paalanen3-9/+14
2012-04-25os: remove unneeded errno assignmentPekka Paalanen1-1/+0
2012-04-22tests: Test invoking closures built with wl_closure_vmarshal()Kristian Høgsberg1-0/+38
2012-04-22connection: Make sure we can invoke closures built with wl_closure_vmarshal()Kristian Høgsberg1-0/+7
2012-04-22connection: Move closure object out of wl_connectionKristian Høgsberg6-94/+96
2012-04-21connection: Dont put fds in the connection until we send the closureKristian Høgsberg1-5/+30
2012-04-20Update TODOKristian Høgsberg1-6/+0
2012-04-20Add wl_surface.enter and wl_surface.leave eventsCasey Dahlin1-0/+18