summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
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 Stone1-1/+1
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone1-2/+4
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone1-11/+20
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 Moreau1-0/+26
2012-05-29dnd: implement option for not offering data to other clientsAnder Conselvan de Oliveira1-9/+24
2012-05-29Weston: Free allocated cursors array when destroyingYan Wang1-0/+1
2012-05-25dnd: work around cairo-gl brokennessAnder Conselvan de Oliveira1-1/+1
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira1-18/+18
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira1-23/+60
2012-05-25window: add simple text tooltip handlersTiago Vignatti1-0/+188
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 Oliveira1-198/+34
2012-05-21window: send transient flags over the wireTiago Vignatti1-2/+2
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone1-93/+77
2012-05-15Move cairo-util to shared/Kristian Høgsberg1-1/+1
2012-05-15window: Move frame rendering to cairo-utilKristian Høgsberg1-56/+10
2012-05-15window: Move theme rendering code to cairo-utilKristian Høgsberg1-62/+0
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-11clients: Remove superfluous #includesKristian Høgsberg1-1/+0
2012-05-11Update to new libxkbcommon APIKristian Høgsberg1-7/+4
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øgsberg1-14/+14
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
2012-05-08Port Wayland clients to new xkbcommon APIKristian Høgsberg1-30/+67
2012-05-08Convert wire input co-ordinates to fixed-pointDaniel Stone1-6/+16
2012-05-08Convert internal input co-ordinates to GLfloatDaniel Stone1-6/+6
2012-05-07window: use only one shm pool for all the cursor imagesAnder Conselvan de Oliveira1-35/+164
2012-05-07Change button from int to uint32_tDaniel Stone1-2/+2
2012-05-07Change key/button grab bindings to take unsigned stateDaniel Stone1-2/+2
2012-05-03window: use libXcursor for loading pointer imagesAnder Conselvan de Oliveira1-95/+119
2012-05-02window: Set window title and classKristian Høgsberg1-0/+5
2012-04-27window: Only set toplevel window type if nothing else is setKristian Høgsberg1-5/+8
2012-04-20Send surface enter/leave eventsCasey Dahlin1-0/+18
2012-04-19Install structuring for ping-pong protocolScott Moreau1-0/+8
2012-04-13window.c: Drop the toolkit grab when we start a compositor grabKristian Høgsberg1-0/+1
2012-04-13window: Send serial number in set_popup requestKristian Høgsberg1-2/+2
2012-04-13window: Initialize redraw_task.link so we can always remove itKristian Høgsberg1-0/+2
2012-04-11Follow wayland change to serial numbersKristian Høgsberg1-41/+55
2012-04-10window: Fix remaining references to the egl image surface typeKristian Høgsberg1-18/+6
2012-04-10window: Drop EGLImage surface typeKristian Høgsberg1-133/+0
2012-04-10window: Only unmap shm surface backing memory if it belongs to surfaceKristian Høgsberg1-4/+6