summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-04-06wayland-util.h: Include stddef.h for size_tsize_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
2012-03-24connection-test: Add test case to stress connection buffersKristian Høgsberg1-0/+22
2012-03-24connection-test: Test fd transportKristian Høgsberg1-0/+24
2012-03-23connection-test: Add more test casesKristian Høgsberg1-0/+8
2012-03-23connection-test: Store expected result in struct marshal_dataKristian Høgsberg1-23/+25
2012-03-23tests: Add marshal+demarshal connection testKristian Høgsberg1-0/+51
2012-03-23tests: Use different connections for read and write testsKristian Høgsberg1-16/+42
2012-03-23connection: Just look at buffer size and remove redundant n_fds_outKristian Høgsberg1-5/+7
2012-03-23connection: Set n_fds_out to 0 when we send out the fdsKristian Høgsberg1-1/+1
2012-03-22Add protocol for axis eventsScott Moreau1-0/+16
2012-03-21tests: Remove debug printfKristian Høgsberg1-1/+0
2012-03-21event-loop: Use two-step destruction of event loop sources.Jonas Ådahl1-50/+49
2012-03-21tests: Add test case for freeing source with pending dataKristian Høgsberg1-0/+70
2012-03-20Check arguments to wl_resource_post_error in gccBill Spitzak1-1/+2
2012-03-20configure: Add option to disable building documentation.Üstün Ergenoğlu1-1/+9
2012-03-20test: add a unit test for the event loop post dispatch checkAnder Conselvan de Oliveira2-2/+58
2012-03-20event-loop: always do the post-dispatch checkAnder Conselvan de Oliveira1-1/+2
2012-03-20TODO: Pull in updated TODO list from 1.0 roadmap emailKristian Høgsberg1-38/+166
2012-03-16doc: Don't list directories in list of files to installKristian Høgsberg1-1/+1
2012-03-10Flush the connection if we have to many marshaled fdsAnder Conselvan de Oliveira1-4/+26
2012-03-05test-runner.c: Consolidate test running codeKristian Høgsberg1-16/+23
2012-03-05tests: Add demarshal testsKristian Høgsberg1-0/+77
2012-03-05tests: Add more marshal testsKristian Høgsberg1-0/+22
2012-03-05tests: Simplify connection tests a bitKristian Høgsberg1-9/+6
2012-03-05tests: Add wl_list testsKristian Høgsberg2-1/+165
2012-03-05tests: More wl_map testsKristian Høgsberg1-0/+46
2012-03-05TOOD: Frame based input doneKristian Høgsberg1-2/+0