summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2014-02-19xdg-shell: Replace the set_* atrocity with a new approachJasper St. Pierre3-154/+58
2014-02-18xdg-shell: Rename focused_set / focused_unset to activated / deactivatedJasper St. Pierre3-12/+12
2014-02-18clients: Add delete handler for simple-shm / simple-eglJasper St. Pierre2-2/+16
2014-02-18clients: Add support for the minimize buttonJasper St. Pierre2-2/+16
2014-02-18Reorder the xdg_shell implementations to fit the spec'd orderJasper St. Pierre1-12/+12
2014-02-18window: Remove window_location enumJasper St. Pierre1-18/+2
2014-02-18toytoolkit: avoid unnecessary redraws when focus changesEmilio Pozuelo Monfort1-2/+0
2014-02-11client: Fix shell unstable version checkKristian Høgsberg3-3/+21
2014-02-11xdg-shell: Move "ping" and "pong" to xdg_shell, not xdg_surfaceKristian Høgsberg3-29/+33
2014-02-07clients: Port simple-shm and simple-egl to xdg-shellKristian Høgsberg2-53/+113
2014-02-07Update .gitignoreJasper St. Pierre1-33/+0
2014-02-06xdg-shell: Add set_margin requestJasper St. Pierre1-0/+22
2014-02-06xdg-shell: Add a "delete" eventJasper St. Pierre1-12/+20
2014-02-05xdg-shell: Drop edges arg from xdg_surface configure eventKristian Høgsberg1-3/+1
2014-02-05window: Delay scheduled redraws if we start maximize or fullscreen protocolKristian Høgsberg1-0/+37
2014-02-05terminal: Only reset title if we put the window size thereKristian Høgsberg1-1/+6
2014-02-05window: Ask xkbcommon whether or not to repeat a keyKristian Høgsberg1-1/+2
2014-02-01Makefile.am: Fix protocol source files usageQuentin Glidic1-18/+0
2014-02-01Revert "stacking: Remove transient window support"Jasper St. Pierre1-6/+18
2014-02-01window: Add wrappers for xdg_surface_set_transient_forJasper St. Pierre2-0/+39
2014-02-01westoy: Port the toy toolkit over to xdg-shellJasper St. Pierre2-163/+169
2014-02-01westoy: Remove MAXIMIZED and FULLSCREEN as separate window typesJasper St. Pierre1-56/+43
2014-02-01westoy: Remove fullscreen methodsJasper St. Pierre4-49/+5
2014-02-01westoy: Use subsurfaces for tooltips instead of transient windowsJasper St. Pierre2-50/+8
2014-02-01westoy: Schedule a full resize when we add a subsurfaceJasper St. Pierre1-0/+3
2014-02-01stacking: Remove transient window supportJasper St. Pierre1-23/+7
2014-02-01input: Empty the current input region when configuring pointer surfacesAnder Conselvan de Oliveira1-3/+3
2014-02-01build: Move clients/Makefile.am into toplevel Makefile.amKristian Høgsberg1-249/+0
2014-01-31clients: Drop pdf viewer sample clientKristian Høgsberg2-322/+0
2014-01-27simple-egl: Fix -Wsign-compare compiler warningJonas Ådahl1-1/+1
2014-01-19clients/window: fail if NULL returned from frame_createU. Artie Eoff1-0/+1
2014-01-19weston-info: free allocated memory and check OOM conditionsU. Artie Eoff1-14/+112
2014-01-19terminal: use xstrdup instead to handle OOMU. Artie Eoff1-1/+1
2014-01-19use xzalloc wrapper insteadU. Artie Eoff1-2/+2
2014-01-19clients/desktop-shell: check OOM conditionsU. Artie Eoff1-1/+9
2014-01-17resizor: Don't resize if maximizedKristian Høgsberg1-5/+8
2014-01-17terminal: Only set title if asprintf succeededBryce W. Harrington1-3/+4
2014-01-11shell: Move maximize and fullscreen bindings to mod + SHIFTKristian Høgsberg1-0/+1
2014-01-10window: Properly destroy tooltip windows when parent window is destroyedKristian Høgsberg1-4/+2
2014-01-09keyboard: Make debug output less verboseKristian Høgsberg1-4/+17
2014-01-09keyboard: Don't strcat() into a strdup()ed stringKristian Høgsberg3-4/+28
2014-01-09keyboard: Fix insert_text() string utilityKristian Høgsberg1-5/+6
2014-01-09westoy: Add an option to explicitly disable cairo on a widgetNeil Roberts3-1/+20
2014-01-08protocol: rename wl_surface_scaler to wl_viewportPekka Paalanen1-5/+5
2014-01-07keyboard: Handle touch up eventKristian Høgsberg3-9/+46
2014-01-07editor: Add missing touch-to-activate for the entriesKristian Høgsberg1-0/+41
2014-01-03clients: Fix libexec clients installArmin K1-1/+1
2014-01-01editor: Add keyboard_focus handler to schedule repaintKristian Høgsberg1-0/+12
2014-01-01desktop-shell: Remove debug code from previous commitKristian Høgsberg1-1/+1
2014-01-01shell: Only assign focus on click if there is a pointer focus surfaceKristian Høgsberg1-1/+1