summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-25packaging: remove unneeded spec filesubmit/tizen_ivi/20140625.121832accepted/tizen/ivi/20140625.122001tizen_iviMarkus Lehtonen1-64/+0
2014-05-16packaging: add the RDP backendsubmit/tizen/20140516.145519accepted/tizen/mobile/20140702.101819accepted/tizen/ivi/20140521.203220accepted/tizen/common/20140519.225143Manuel Bachmann1-0/+64
2014-03-07shell: position input panel layer above fullscreen layersubmit/tizen_ivi_release/20140315.035345submit/tizen_generic/20140410.064730submit/tizen/20140325.142705submit/tizen/20140307.222812accepted/tizen/mobile/20140310.030424accepted/tizen/ivi/release/20140315.035954accepted/tizen/ivi/panda/20140326.234436accepted/tizen/ivi/20140325.183517accepted/tizen/ivi/20140308.072200accepted/tizen/generic/20140410.065515accepted/tizen/generic/20140325.142838accepted/tizen/generic/20140310.074040tizen_ivi_releaseaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_genericManuel Bachmann3-9/+14
2014-03-06packaging: add weston-editor & weston-subsurfaces clients.submit/tizen/20140306.122916accepted/tizen/mobile/20140306.215156accepted/tizen/ivi/20140306.205021accepted/tizen/generic/20140306.123302Manuel Bachmann1-0/+5
2014-03-05toytoolkit: totally switch to xdg-shell protocolsubmit/tizen/20140305.185840accepted/tizen/mobile/20140306.023326accepted/tizen/ivi/20140305.204837accepted/tizen/generic/20140306.075555Manuel Bachmann7-127/+167
2014-02-26compositor: use Mod-Tab to show/raise minimized surfacesManuel Bachmann1-0/+25
2014-02-26compositor: implement xdg_surface_set_minimized()Manuel Bachmann2-1/+65
2014-02-23This vfunc lets us read out a rectangle of pixels from the currently attached...submit/tizen_ivi_release/20140312.071406submit/tizen/20140312.070934submit/tizen/20140224.200618accepted/tizen/mobile/20140227.071827accepted/tizen/ivi/release/20140312.115158accepted/tizen/ivi/panda/20140312.123341accepted/tizen/ivi/20140224.213536accepted/tizen/generic/20140312.114529accepted/tizen/generic/20140225.074530accepted/tizen/genericKristian Høgsberg2-0/+57
2014-02-12Update to 1.4.0submit/tizen/20140213.221237submit/tizen/20140212.223249accepted/tizen/ivi/20140214.223348accepted/tizen/generic/20140217.130354accepted/tizen/generic/20140212.231358accepted/tizen/ivi/stableOssama Othman5-0/+284
2014-01-23configure.ac: Bump version to 1.4.01.4.0sandbox/pcoval/upstreamKristian Høgsberg1-2/+2
2014-01-23compositor-drm: Set cursor surface to NULL when pageflip failsKristian Høgsberg1-0/+1
2014-01-22shell: Properly track the focus state surfaceKristian Høgsberg1-8/+19
2014-01-22evdev: Remove output destroy notifier on device destroyKristian Høgsberg1-0/+2
2014-01-22configure.ac: Check for libsystemd-login >= 198Kristian Høgsberg1-1/+1
2014-01-20shell: Don't move maximized windowRicardo Vieira1-1/+1
2014-01-20shell: Add mod+shift left-click as a resize bindingKristian Høgsberg1-0/+3
2014-01-19configure.ac: Bump version to 1.3.931.3.93Kristian Høgsberg1-1/+1
2014-01-19drm: prepend stamp space to output mode loggingU. Artie Eoff1-1/+1
2014-01-19Fix compilation with FreeRdp 1.1 and master v2Hardening2-0/+17
2014-01-19rpi: call eglTerminate if we're bailingU. Artie Eoff1-0/+1
2014-01-19rpi-backend: ensure pixels is destroyed in resource_updateU. Artie Eoff1-6/+8
2014-01-19animation: don't NULL deref if _run() returns NULLU. Artie Eoff1-0/+12
2014-01-19shared/frame: NULL check before attempting to derefU. Artie Eoff1-7/+6
2014-01-19rpi: free renderer if we bail early during createU. Artie Eoff1-0/+3
2014-01-19compositor: free memory from str config sections after done using itU. Artie Eoff1-17/+33
2014-01-19compositor-wayland: free 'theme' config option valueU. Artie Eoff1-0/+2
2014-01-19compositor-wayland: don't free unallocated memoryU. Artie Eoff1-1/+1
2014-01-19shared/frame: fix potential memory leak in frame_createU. Artie Eoff1-18/+25
2014-01-19shell: assert get_shell_surface() != NULL as appropriateU. Artie Eoff1-6/+19
2014-01-19shell: validate create_focus_surface resultsU. Artie Eoff1-2/+15
2014-01-19shell: validate get_animation_type parameterU. Artie Eoff1-0/+3
2014-01-19input-panel: validate return value of get_default_viewU. Artie Eoff1-2/+6
2014-01-19exposay: remove redundant NULL check in highlight_surfaceU. Artie Eoff1-6/+3
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-19screenshooter: check for NULL malloc and fix memleaksU. Artie Eoff1-1/+12
2014-01-19wcap-decode: remove dead codeU. Artie Eoff1-5/+1
2014-01-19log: print dummy timestamp if localtime call failsU. Artie Eoff1-0/+3
2014-01-19backlight: fix backlight_path memory leakU. Artie Eoff1-1/+3
2014-01-19shell: Don't start a fade animation if we don't have an outputKristian Høgsberg1-2/+11
2014-01-17Revert part of 17bccaed428ac1f6ec9f8e667175ad81e90508ffKristian Høgsberg1-1/+1
2014-01-17shell: Cancel popups when triggering screensaverKristian Høgsberg1-0/+5
2014-01-17resizor: Don't resize if maximizedKristian Høgsberg1-5/+8
2014-01-17shell: Stop moving surfae after touch point 0 goes upKristian Høgsberg1-1/+6
2014-01-17compositor-drm: Make composite bypass work on secondary outputsKristian Høgsberg1-3/+4
2014-01-17shell: Don't assign keyboard focus for seats without keyboardKristian Høgsberg1-0/+3
2014-01-17Fix XWayland crashes when opening popupsAxel Davy1-1/+1