summaryrefslogtreecommitdiff
path: root/clients/window.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-10window: Simplify the shm surface managementKristian Høgsberg1-36/+7
2012-04-03window: Check load_image result for NULLKristian Høgsberg1-0/+4
2012-04-03Fix `unused-result' warnings.Jonas Ådahl1-1/+3
2012-04-03window: Use a persistent, big shm pool during resizeKristian Høgsberg1-8/+44
2012-04-03window: Only initialize egl if we have cairo eglKristian Høgsberg1-0/+6
2012-04-03clients: Use new shm interfaceKristian Høgsberg1-24/+38
2012-03-30Add signedness warning flag and fix falloutKristian Høgsberg1-1/+1
2012-03-26Simplify shm buffer handlingKristian Høgsberg1-25/+1
2012-03-26window.c: Do resize work from the repaint idle callbackKristian Høgsberg1-15/+9
2012-03-24window.c; Only redraw once per frameKristian Høgsberg1-1/+22
2012-03-22Hook up axis events.Scott Moreau1-0/+8
2012-03-21window.c: Increase drop shadow fluffinessKristian Høgsberg1-13/+13
2012-03-20window.c: Tweak window decoration appearanceKristian Høgsberg1-15/+39
2012-03-12Consolidate image loading code and move to shared/Kristian Høgsberg1-80/+17
2012-03-12Add an option parserKristian Høgsberg1-29/+7
2012-03-12clients/window: fix build issues w/ glesRob Clark1-1/+12
2012-03-05window: Compute frame boundary for all windows except fullscreenKristian Høgsberg1-1/+1
2012-03-05window: Only set opaque and input regions if they changeKristian Høgsberg1-2/+13
2012-02-29window.c: Drop support for rgb contextsKristian Høgsberg1-57/+7
2012-02-29window: Set opaque region after child widget adjusts sizeKristian Høgsberg1-9/+9
2012-02-28clients: Use wl_display_disconnect()Kristian Høgsberg1-1/+1
2012-02-23window: Track and report input and opaque regionsKristian Høgsberg1-10/+56
2012-02-23Update to enter/leave events for pointer and keyboardKristian Høgsberg1-25/+37
2012-02-16window: Don't draw decorations in fullscreen modeKristian Høgsberg1-6/+19
2012-02-16window: Set window type as it changes, not on every attachKristian Høgsberg1-41/+18
2012-02-16window: Use constant keycode offset of 8Daniel Stone1-1/+1
2012-02-16window: Use new xkbcommon include pathDaniel Stone1-1/+1
2012-02-16protocol: remove absolute coordinates from pointerPekka Paalanen1-3/+2