summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-07-16input: send wl_keyboard.repeat_info with rate and delay infoHEADrepeat-infoJonny Lamb6-9/+142
2014-07-07Create a weston_surface_state structure for storing pending surface state and...Jason Ekstrand2-204/+141
2014-07-07Move weston_frame_callback above weston_surface_createJason Ekstrand1-5/+5
2014-07-07Move weston_subsurface to after weston_surfaceJason Ekstrand1-51/+51
2014-07-05cairo-util: Set geometry_dirty in frame_set_titleBoyan Ding1-0/+1
2014-07-05cairo-util: Fix geometry for frames with buttons but without titleBoyan Ding1-2/+2
2014-07-05Use pixman_region32_clear instead of our own empty_regionJason Ekstrand4-33/+10
2014-06-25shell: fix segfault in fullscreen bindingBoyan Ding1-0/+1
2014-06-25screen-share: Allow fullscreen shell command to be configuredAndrew Wedgbury2-14/+33
2014-06-25data-device: Clean up the logic in start_dragJason Ekstrand1-14/+17
2014-06-25Better error message when exec'ing Xwayland failsArnout Engelen1-1/+5
2014-06-25Require libinput 0.4.0Peter Hutterer2-12/+22
2014-06-24Change the defacto output transform from flipped-270 to flipped-90Jason Ekstrand1-1/+1
2014-06-24Fix a commentJason Ekstrand1-1/+1
2014-06-24Clients: Fix memleak issues in various clients of westonvivek11-4/+60
2014-06-24xdg-shell: Fix a typo in descriptionBoyan Ding1-1/+1
2014-06-23desktop-shell: Don't assume there is a pointer when resizingEmilio Pozuelo Monfort1-1/+2
2014-06-21weston-build: Fix aclocal error during autogen.shSrivardhan Hebbar1-0/+5
2014-06-19compositor: update the surface size when there is a size change without a buf...George Kiagiadakis2-14/+48
2014-06-18weston: Fix memleak issue in compositor.cSrivardhan Hebbar1-6/+17
2014-06-18compositor-wayland: Fix compiler warningThierry Reding1-1/+1
2014-06-18build: Silence libtoolize warningsThierry Reding2-0/+3
2014-06-18desktop-shell: make background applications less darkJonny Lamb1-3/+3
2014-06-18animation: ensure repaints are always scheduled during animationsJonny Lamb2-0/+16
2014-06-18exposay: fix crash when navigating with the keyboardEmilio Pozuelo Monfort1-1/+3
2014-06-18animation: fix move scale animationJonny Lamb1-1/+3
2014-06-18compositor: unmap subsurface views before destroying the subsurfacesGeorge Kiagiadakis1-2/+6
2014-06-18Add a simple client for testing compositor damage handlingJason Ekstrand3-0/+893
2014-06-09libinput: Use floating point instead of fixed point numbersJonas Ådahl2-10/+19
2014-06-03compositor: raise errors when bad scale or transform values are usedJonny Lamb1-0/+18
2014-06-02Use FreeRDP buildin functions to get scancodesHardening1-18/+6
2014-06-02Add more keyboards for the RDP compositorHardening1-12/+120
2014-05-23Add releasing.txt to describe the release steps and other bits of processKristian Høgsberg1-0/+43
2014-05-23xdg-shell: Add show_window_menu requestJasper St. Pierre3-49/+39
2014-05-23clients: Allow creating a "detached" menuJasper St. Pierre2-14/+55
2014-05-23configure.ac: Bump master version to 1.5.90Kristian Høgsberg1-1/+1
2014-05-23comp-wayland: use safe foreach when destroying outputsU. Artie Eoff1-2/+2
2014-05-22configure.ac: Bump version to 1.5.0Kristian Høgsberg1-2/+2
2014-05-18clients: Remove the window / user parameters from the menu functionJasper St. Pierre6-14/+12
2014-05-12window: Send ack_configure immediately from configure handlerKristian Høgsberg1-9/+1
2014-05-12window: Move the resize after interpreting the statesJasper St. Pierre1-8/+8
2014-05-12window: Set frame flags immediately when we handle the new states in configureJasper St. Pierre1-12/+14
2014-05-12shell: Make margin double-buffered state that's applied on commitJasper St. Pierre1-5/+12
2014-05-12shell: Don't use the helper methods in xdg_shell implementationsJasper St. Pierre1-28/+17
2014-05-12shell: Centralize management of sending configure requestsJasper St. Pierre1-49/+63
2014-05-12xdg-shell: Turn "activated" into a stateJasper St. Pierre5-66/+15
2014-05-12terminal: Only add the new size to the title when we're resizingJasper St. Pierre3-14/+49
2014-05-12xdg-shell: Turn the resizing heuristics into an explicit stateJasper St. Pierre3-8/+30
2014-05-12xdg-shell: Rework the state systemJasper St. Pierre5-230/+205
2014-05-13xdg-shell: Rename set_transient_for to set_parentJasper St. Pierre5-25/+22