summaryrefslogtreecommitdiff
path: root/clients
Commit message (Expand)AuthorAgeFilesLines
* editor: do not crash when text input manager is not availableOlivier Blin2014-09-171-0/+5
* keyboard: do not crash when input panel is not availableOlivier Blin2014-09-171-0/+5
* window: Don't needlessly sync parent and geometryOndřej Majerech2014-09-151-0/+12
* image: don't print redundant errorBill Spitzak2014-09-111-1/+0
* Partially revert "xdg-shell: Add show_window_menu request"Pekka Paalanen2014-09-111-7/+49
* input: Schedule pointer sprite repaint when cursor is setJonas Ådahl2014-09-101-1/+49
* clients: Maximize window when double click on title barXiong Zhang2014-09-041-1/+25
* desktop-shell: properly set background widget as opaqueArnaud Vrac2014-08-281-9/+1
* simple-egl: fix opaque and 16 bits mode optionsArnaud Vrac2014-08-281-0/+1
* multi-resource: remove an unnecessary call of wl_display_get_fd()Ryo Munakata2014-08-281-2/+0
* simple-shm: remove an unnecessary call of wl_display_get_fd()Ryo Munakata2014-08-281-2/+0
* window: unbind egl surface and context on surface releaseArnaud Vrac2014-08-271-2/+2
* xdg-shell: bump experimental protocol versionPekka Paalanen2014-08-214-4/+4
* cliptest: sync calculate_edges with master copyPekka Paalanen2014-08-201-45/+47
* Remove duplicated code from cliptest.cOndřej Majerech2014-08-201-290/+3
* Replace deprecated xkbcommon symbols with current namesRan Benita2014-08-202-23/+23
* cliptest: Avoid use of uninitialized memory when regions don't intersectDerek Foreman2014-08-191-5/+7
* weston-scaler --help works even if not run inside waylandBill Spitzak2014-08-191-6/+6
* weston-image --help works. Also help if no filename is givenBill Spitzak2014-08-191-0/+5
* weston-editor --help worksBill Spitzak2014-08-191-5/+10
* weston-dnd --help worksBill Spitzak2014-08-191-5/+10
* weston-cliptest --help works. You must use -b to run benchmarkBill Spitzak2014-08-191-2/+6
* weston-terminal --help and other command-line optionsBill Spitzak2014-08-191-0/+11
* Made weston-screensaver --help workBill Spitzak2014-08-191-2/+6
* Made weston-subsurfaces --help workBill Spitzak2014-08-191-2/+2
* Made weston-nested --help workBill Spitzak2014-08-191-2/+5
* weston-eventdemo --help worksBill Spitzak2014-08-191-9/+33
* gears: fix invalid calculation of the first FPSRyo Munakata2014-08-181-4/+7
* desktop-shell: add option to avoid creating the panelJonny Lamb2014-08-181-7/+31
* Implemented support for mouse scrolling in weston-terminalMagnus Hoff2014-08-151-0/+51
* simple-egl: Clean up unused frame_listenerBoyan Ding2014-08-151-6/+0
* clients: use repeat_info event detailsJonny Lamb2014-08-152-6/+132
* window: Don't use the frame's geometry when fullscreenJasper St. Pierre2014-08-051-2/+2
* shell: Replace set_margin with set_window_geometryJasper St. Pierre2014-07-171-13/+22
* Interpret the size in the configure event as window geometryJasper St. Pierre2014-07-171-1/+17
* Use pixman_region32_clear instead of our own empty_regionJason Ekstrand2014-07-051-8/+1
* Clients: Fix memleak issues in various clients of westonvivek2014-06-2411-4/+60
* Add a simple client for testing compositor damage handlingJason Ekstrand2014-06-181-0/+880
* xdg-shell: Add show_window_menu requestJasper St. Pierre2014-05-231-49/+7
* clients: Allow creating a "detached" menuJasper St. Pierre2014-05-232-14/+55
* clients: Remove the window / user parameters from the menu functionJasper St. Pierre2014-05-186-14/+12
* window: Send ack_configure immediately from configure handlerKristian Høgsberg2014-05-121-9/+1
* window: Move the resize after interpreting the statesJasper St. Pierre2014-05-121-8/+8
* window: Set frame flags immediately when we handle the new states in configureJasper St. Pierre2014-05-121-12/+14
* xdg-shell: Turn "activated" into a stateJasper St. Pierre2014-05-123-40/+4
* terminal: Only add the new size to the title when we're resizingJasper St. Pierre2014-05-123-14/+49
* xdg-shell: Turn the resizing heuristics into an explicit stateJasper St. Pierre2014-05-121-7/+4
* xdg-shell: Rework the state systemJasper St. Pierre2014-05-123-85/+86
* xdg-shell: Rename set_transient_for to set_parentJasper St. Pierre2014-05-133-17/+17
* fullscreen: Remove dirty sizing trickJasper St. Pierre2014-05-131-9/+0