summaryrefslogtreecommitdiff
path: root/clients
AgeCommit message (Expand)AuthorFilesLines
2012-07-31simple-touch: use proper damage in touch_paint()Pekka Paalanen1-1/+1
2012-07-31simple-touch: fix off-by-one in position checksPekka Paalanen1-2/+2
2012-07-31simple-touch: more colors and thicker marksPekka Paalanen1-3/+15
2012-07-31simple-touch: respond to ping protocolPekka Paalanen1-1/+30
2012-07-31window: warn on cursor load failurePekka Paalanen1-1/+5
2012-07-31window.c: Set input region after (potentially) adjusting the surface sizeKristian Høgsberg1-7/+9
2012-07-30gears: Exit on ESCKristian Høgsberg1-2/+4
2012-07-27simple-egl: Add keyboard fullscreen toggleAnder Conselvan de Oliveira1-26/+124
2012-07-26gears: Keep gears inside screen in fullscreen modeKristian Høgsberg1-8/+13
2012-07-26gears: add a warning about refresh rate limitationOlivier Blin1-0/+1
2012-07-26gears: show FPS count (as in glxgears from mesa/demos)Olivier Blin1-0/+29
2012-07-25window: Handle Alt-F4 to close windowsKristian Høgsberg1-0/+8
2012-07-25window.c: Remove xkb leftoversAndre Heider1-13/+0
2012-07-25gears: add fullscreen supportOlivier Blin1-0/+11
2012-07-23desktop-shell: Break command lines into env vars, executable and argumentsKristian Høgsberg1-3/+54
2012-07-23image: Add fullscreen supportKristian Høgsberg1-0/+11
2012-07-23window.c: Add fullscreen handler to keep fullscreen state consistentKristian Høgsberg4-12/+40
2012-07-23dnd: Clip flowers to window content areaKristian Høgsberg1-0/+3
2012-07-23desktop-shell: Declare grab_cursor as enum cursor_type.Scott Moreau1-1/+1
2012-07-22Handle new transform argument in wl_output.geometry eventKristian Høgsberg2-2/+4
2012-07-22Extract the text_model_manager interface from input_methodPhilipp Brüschweiler1-4/+5
2012-07-22editor: deactivate old text model before activating the new onePhilipp Brüschweiler1-14/+22
2012-07-20clients: Implement minimum size for toy toolkit clientsKristian Høgsberg2-10/+9
2012-07-16desktop-shell: Don't get a shell surface for the grab surfaceAnder Conselvan de Oliveira1-1/+1
2012-07-16window: Workaround a stuck frame callback on the cursor surfaceAnder Conselvan de Oliveira1-2/+15
2012-07-12toytoolkit: Remove obsolete function window_set_custom().Scott Moreau4-16/+3
2012-07-12wscreensaver: Fix --demo mode.Scott Moreau1-2/+6
2012-07-11Remove dead codePhilipp Brüschweiler1-3/+0
2012-07-09window.c: Only set input region when we have a decorationKristian Høgsberg1-7/+7
2012-07-09toytoolkit: Remove redundant XKB freeDaniel Stone1-5/+0
2012-07-09clients: Free resources on exit in eventdemoMartin Olsson1-0/+15
2012-07-09clients: Silence 2x gcc 4.6.3 "warn_unused_result" compiler warningsMartin Olsson2-2/+4
2012-07-09clients: Don't leak "menu" on error path in clients/window.cMartin Olsson1-1/+3
2012-07-09clients: Add clients/weston-screensaver to clients/.gitignoreMartin Olsson1-0/+1
2012-07-01terminal: Extend selection to end of line when selecting past last charKristian Høgsberg1-2/+27
2012-07-01terminal: Insert newlines when copying multiple linesKristian Høgsberg1-1/+6
2012-06-29terminal: Handle selection for pointer positions outside widget correctlyKristian Høgsberg1-29/+41
2012-06-28window.c: Don't allocate proxy manuallyKristian Høgsberg1-7/+3
2012-06-28terminal: Add a terminal enter handler for setting I-beam cursorKristian Høgsberg1-0/+8
2012-06-28shell: Show approprite cursors during move and resize grabsAnder Conselvan de Oliveira1-15/+66
2012-06-27terminal: Scroll selection with terminal contentsKristian Høgsberg1-0/+3
2012-06-27terminal: Make font size configurableKristian Høgsberg1-1/+3
2012-06-27terminal: Implement word and line based selectionKristian Høgsberg1-49/+114
2012-06-27shell: Take a wl_surface as parent for transient and popup windowsKristian Høgsberg1-2/+2
2012-06-27shell: Make input_panel just a regular wl_surfaceKristian Høgsberg1-3/+2
2012-06-27shell: Make screensaver just a wl_surfaceKristian Høgsberg1-2/+2
2012-06-27shell: Make the lock surface just a plain wl_surface tooKristian Høgsberg1-3/+2
2012-06-27shell: Make panel just a wl_surface tooKristian Høgsberg1-5/+4
2012-06-26shell: Don't make desktop_shell background a wl_shell_surfaceKristian Høgsberg3-16/+32
2012-06-26terminal: Tab should not output spaces, just move cursorKristian Høgsberg1-9/+0