summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-20tests: add .gitignorePekka Paalanen1-0/+10
2012-04-20os: wrap socket(SOCK_CLOEXEC) callsPekka Paalanen7-3/+211
2012-04-20tests: support testing fd inheritance over execPekka Paalanen5-4/+124
2012-04-20tests: plug fd leaks in free_source_with_dataPekka Paalanen1-0/+5
2012-04-20tests: detect fd leaksPekka Paalanen5-1/+68
2012-04-19protocol: Add ping event and corresponding pong requestScott Moreau2-4/+16
2012-04-19tests: Add more sanity test to make sure we catch different failure modesKristian Høgsberg1-0/+33
2012-04-19tests: Make sure unused malloc() doesn't get optimized awayKristian Høgsberg1-0/+2
2012-04-19tests: add sanity-testPekka Paalanen2-0/+54
2012-04-19tests: add support for tests expected to failPekka Paalanen2-3/+17
2012-04-19tests: stylish test-runner.cPekka Paalanen1-6/+16
2012-04-19tests: fail build if NDEBUG is definedPekka Paalanen1-0/+4
2012-04-19tests: put common test source files in a variablePekka Paalanen1-6/+8
2012-04-17Fix printf format warningsPekka Paalanen1-2/+2
2012-04-13data-device: Take away pointer focus when we start a dnd dragKristian Høgsberg1-0/+2
2012-04-13data-device: Record the serial number for the current selectionKristian Høgsberg2-3/+10
2012-04-13data-device: Clear drag focus when we end the drag-and-dropKristian Høgsberg1-0/+2
2012-04-13tests: Make leak check work again by setting default visibility for malloc/freeKristian Høgsberg1-2/+4
2012-04-13tests: Fix warning in memory leak assertKristian Høgsberg1-1/+1
2012-04-13tests: Fix signedness warningsKristian Høgsberg3-8/+8
2012-04-13server: Add client destroy signalKristian Høgsberg4-2/+121
2012-04-12Add a public header for the version numberNeil Roberts8-4/+54
2012-04-12Update TODOKristian Høgsberg1-21/+0
2012-04-12Introduce wl_signalKristian Høgsberg3-69/+82
2012-04-11Switch protocol to using serial numbers for ordering events and requestsKristian Høgsberg6-93/+130
2012-04-11remove superfluous functionsJørgen Lind1-7/+0
2012-04-06wayland-util.h: Include stddef.h for size_tBenjamin Franzke1-0/+1
2012-04-03shm: Allocate shm buffers through new wl_shm_pool interfaceKristian Høgsberg2-54/+147
2012-04-02wayland-utils: add wl_list_for_each_reverse_safe macro.Alex Wu1-0/+8
2012-03-30Fix remaining signedness errorsKristian Høgsberg2-4/+4
2012-03-30wayland-util: Fix wl_array signedness warningsKristian Høgsberg2-5/+5
2012-03-30connection.c: Fix signedness warningsKristian Høgsberg1-3/+3
2012-03-30Move DIV_ROUNDUP out of public header, remove unused ALIGNKristian Høgsberg2-2/+2
2012-03-30shm: Fix stride signedness in protocolKristian Høgsberg2-2/+2
2012-03-30server: fix button signedness in wl_grab_interfacePekka Paalanen3-3/+3
2012-03-30scanner: fix a signedness warningPekka Paalanen1-1/+1
2012-03-30shm: fix cosmetic gcc warningsPekka Paalanen1-2/+2
2012-03-30server: fix signedness in wl_client_connection_dataPekka Paalanen1-1/+2
2012-03-30configure: add -Wextra -Wno-unused-parameterPekka Paalanen1-1/+1
2012-03-29docs: Touch ouput dir Wayland to update timestampKristian Høgsberg1-0/+1
2012-03-29Remove unused bits from wayland-server.hKristian Høgsberg1-17/+0
2012-03-28Update TODOKristian Høgsberg1-2/+0
2012-03-28doc: consistently indent the xml files by 2 spacesPeter Hutterer5-383/+383
2012-03-28doc: rename Procotol to ProtocolSpec and WaylandProtocol to ProtocolPeter Hutterer4-30/+30
2012-03-28doc: remove unused example filesPeter Hutterer5-80/+0
2012-03-28doc: move documentation from the tex file to docbookPeter Hutterer6-661/+947
2012-03-27Fix formatting warningKristian Høgsberg1-1/+2
2012-03-27data-device: notify the compositor about new drag iconsAnder Conselvan de Oliveira3-0/+8
2012-03-26Remove wl_buffer.damage and simplify shm implementationKristian Høgsberg4-73/+10
2012-03-24Add simple memory leak check to all tests.U. Artie Eoff5-1/+37