summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2012-06-05shell: Use a busy cursor animation for unresponsive surfacesKristian Høgsberg3-0/+73
2012-06-04window.c: Add primitive support for animated cursorsKristian Høgsberg2-5/+19
2012-06-04window.c: Set focus widget before calling enter handlerKristian Høgsberg1-1/+1
2012-06-04window.c: Add watch cursorKristian Høgsberg2-0/+2
2012-06-04window.c: Drop timestamp argument to input_set_pointer_image()Kristian Høgsberg3-9/+8
2012-06-04Drop user input detection from text cursor position implementation.Scott Moreau1-8/+1
2012-06-04Convert text cursor position protocol to use fixed types.Scott Moreau1-1/+3
2012-06-02terminal: Use serial, not timestamp for setting the selectionKristian Høgsberg1-1/+2
2012-06-01Add support for wl_keyboard::keymap eventsDaniel Stone1-44/+62
2012-05-31window.c: Handle losing selection data sourceKristian Høgsberg1-1/+5
2012-05-31clients: Move XKB info from display to input structDaniel Stone1-64/+66
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone2-2/+2
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone7-16/+27
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone12-39/+62
2012-05-31Support wl_keyboard::modifiers eventDaniel Stone1-4/+20
2012-05-31window: add wrapper for EPOLL_CLOEXECPekka Paalanen1-1/+2
2012-05-31Implement text cursor position protocol.Scott Moreau5-2/+49
2012-05-29dnd: implement option for not offering data to other clientsAnder Conselvan de Oliveira2-27/+82
2012-05-29terminal: add glyphs to character listDavid Herrmann1-32/+32
2012-05-29terminal: fix up horizontal scan-line charactersDavid Herrmann1-5/+5
2012-05-29Weston: Free allocated cursors array when destroyingYan Wang1-0/+1
2012-05-25dnd: work around cairo-gl brokennessAnder Conselvan de Oliveira3-3/+6
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira10-45/+45
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira9-43/+73
2012-05-25clients: desktop-shell: show tooltip for panel itemsTiago Vignatti1-0/+15
2012-05-25window: add simple text tooltip handlersTiago Vignatti2-0/+195
2012-05-22Share code to to classify pointer location in frameKristian Høgsberg1-62/+27
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira10-232/+64
2012-05-21window: send transient flags over the wireTiago Vignatti2-3/+3
2012-05-16simple-egl: Fix crash and simplifyKristian Høgsberg1-30/+12
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone4-281/+175
2012-05-15Rename libconfig-parser to libsharedKristian Høgsberg1-5/+3
2012-05-15Move cairo-util to shared/Kristian Høgsberg8-505/+6
2012-05-15window: Move frame rendering to cairo-utilKristian Høgsberg3-61/+83
2012-05-15window: Move theme rendering code to cairo-utilKristian Høgsberg3-62/+67
2012-05-15window: Move all frame theme related state into new struct themeKristian Høgsberg1-54/+69
2012-05-15window: Compute title vertical position based on font extentsKristian Høgsberg1-1/+7
2012-05-15window: Store the outputs that the window is onRob Bradford1-2/+51
2012-05-14toytoolkit: Recalculate input region if client has modified it's size.Scott Moreau1-10/+11
2012-05-14window: fix missed xkb API adaptationPekka Paalanen1-1/+1
2012-05-14simple-shm: Handle ping event.Scott Moreau1-0/+28
2012-05-11clients: Remove superfluous #includesKristian Høgsberg6-12/+0
2012-05-11Update to new libxkbcommon APIKristian Høgsberg4-73/+64
2012-05-10resizor: More resizingKristian Høgsberg1-47/+87
2012-05-10simple-egl: Add option -o to make surface opaqueKristian Høgsberg1-3/+12
2012-05-10clients: Add motion event trails to clickdotJonas Ådahl1-5/+138
2012-05-10window.c: frame_button: Maximize, minimize, close, icon buttons in window frameMartin Minarik1-3/+253
2012-05-10window.c: Just use float instead of GLfloat, remove GLES2.h includeKristian Høgsberg10-32/+31
2012-05-09window: Don't crash if a cursor image failed to load.Dima Ryazanov1-2/+9
2012-05-08window: fix check of cursor image load resultRafal Mielniczuk1-2/+2