summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-12wayland-util: wl_list_insert_list() should accept empty listsJonas Ådahl1-0/+3
2012-06-08wayland-cursor: add an option that changes the cursor theme directoryAnder Conselvan de Oliveira2-1/+10
2012-06-06server: require XDG_RUNTIME_DIRPekka Paalanen1-7/+10
2012-06-06client: require XDG_RUNTIME_DIRPekka Paalanen1-8/+11
2012-06-05Add a focus change signal for wl_pointer and wl_keyboardKristian Høgsberg2-0/+6
2012-06-03TODO: Drop clipboard manager itemKristian Høgsberg1-12/+0
2012-06-03data-device: Don't implement data source through data offer objectKristian Høgsberg2-22/+39
2012-06-01Add wl_keyboard::keymap eventDaniel Stone1-0/+18
2012-05-31data-device: Handle setting a NULL selection sourceKristian Høgsberg1-5/+9
2012-05-31data-device: Emit selection_signal also when we lose the selectionKristian Høgsberg1-0/+2
2012-05-31data-device: Only send out NULL selection if we have a resourceKristian Høgsberg1-1/+2
2012-05-31Convert wl_pointer::axis to fixedDaniel Stone1-1/+1
2012-05-31Add key_state and button_state enumsDaniel Stone3-6/+30
2012-05-31wl_keyboard: Add modifier eventDaniel Stone3-1/+34
2012-05-31Always reset keyboard and pointer focusDaniel Stone1-10/+8
2012-05-31cursor: Fix warning with objdir != srcdir buildDaniel Stone1-1/+1
2012-05-31Wayland: logging: replace printf by wl_logMartin Minarik1-10/+7
2012-05-31Wayland: loggingMartin Minarik7-0/+41
2012-05-29tests: update gitignorePekka Paalanen1-0/+2
2012-05-29build: add uninstalled pkg-config filesPekka Paalanen4-0/+27
2012-05-29cursor: Link libwayland-cursor to libwayland-clientRob Bradford1-1/+1
2012-05-29data-device: implement drags with no data source for self-dndAnder Conselvan de Oliveira4-34/+55
2012-05-25data-device: fix crash when a client dies during a drag with an iconAnder Conselvan de Oliveira1-1/+1
2012-05-25wayland-cursor: load all cursors from a theme on wl_cursor_theme_loadAnder Conselvan de Oliveira3-53/+145
2012-05-25wayland-cursor: remove enum wl_cursor_typeAnder Conselvan de Oliveira2-39/+3
2012-05-23shm: use mremap on pool resizeAnder Conselvan de Oliveira1-7/+5
2012-05-23Wayland: Add missing extern "C"Yan Wang1-0/+8
2012-05-23fix typoDiego Viola2-3/+3
2012-05-22cursor: Fix unsigned/signed comparisonsKristian Høgsberg1-3/+3
2012-05-22shm: Zero busy count for allocated buffersRob Bradford1-0/+1
2012-05-22server: Initialise serial number counter for wl_displayRob Bradford1-0/+1
2012-05-22Introduce libwayland-cursor, a cursor helper libraryAnder Conselvan de Oliveira8-1/+1375
2012-05-22shm: Add request for resizing poolsAnder Conselvan de Oliveira2-5/+40
2012-05-21protocol: use transient flags for activate or not surfacesTiago Vignatti1-0/+4
2012-05-16doc: Update docs to refer to wl_seat instead of wl_input_deviceKristian 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