summaryrefslogtreecommitdiff
path: root/src/shell.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-28shell: Make sure we have seat->pointer and seat->touch before dereferencingKristian Høgsberg1-3/+5
2013-08-20Add touch support for wl_shell_surface_moveRusty Lynch1-7/+121
2013-07-25shell: Remove redundant weston_pointer field from shell_grabKristian Høgsberg1-4/+1
2013-07-12shell: Respect output transformation for input panel surfaceRob Bradford1-5/+2
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-9/+9
2013-07-04shell: Always go through end_busy_cursor when ending the busy cursor grabKristian Høgsberg1-4/+5
2013-07-03shell: Dont set grab cursor if desktop-shell client diedKristian Høgsberg1-3/+7
2013-07-03shell: Allow ending of popup grabs from within the starting of the grabRob Bradford1-1/+3
2013-07-03shell: Fix calculation of center point in surface rotationLouis-Francis Ratté-Boulianne1-2/+2
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-31/+37
2013-06-25compositor: Fix remaining double free()sKristian Høgsberg1-4/+0
2013-06-20shell: Free temporary stringsQuentin Glidic1-0/+2
2013-06-17shell: Tweak spring animation for zoom animation typeKristian Høgsberg1-1/+1
2013-06-17shell: Fix warning and indentation in shell_surface_configure()Kristian Høgsberg1-2/+2
2013-06-17spring: Tweak the window fade-in spring to not overshootKristian Høgsberg1-4/+3
2013-06-14output: Use wl_resource_get accessors for weston_output resourcesJason Ekstrand1-6/+6
2013-06-14input: Use wl_resource_get accessor functions for resourcesJason Ekstrand1-3/+3
2013-06-14input_panel_surface: Change resource to a wl_resource pointerJason Ekstrand1-17/+21
2013-06-14shell: Convert resources to pointersJason Ekstrand1-63/+63
2013-06-14Use wl_resource_get_user_data for weston_surface resourcesJason Ekstrand1-9/+16
2013-06-14xwayland: Forward global position to XTiago Vignatti1-1/+23
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-7/+6
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone1-0/+2
2013-05-29shell: Position DRIVER fullscreen surfaces at originAlexander Larsson1-0/+3
2013-05-28shell: Center window in fullscreen if neededAlexander Larsson1-1/+4
2013-05-28shell: Always go to original mode when focused window not fullscreenAlexander Larsson1-9/+29
2013-05-28shell: Use buffer_scale as output scale on fullscreen DRIVERAlexander Larsson1-5/+7
2013-05-26compositor: Parse config file in main(), only keep weston config objectKristian Høgsberg1-2/+2
2013-05-23shell: Remove input panel debug fprintfKristian Høgsberg1-4/+0
2013-05-23shell: Use new config parserKristian Høgsberg1-29/+20
2013-05-22shell: wait for desktop-shell init before fade inPekka Paalanen1-14/+105
2013-05-22compositor: add capability flag for arbitrary surface rotationPekka Paalanen1-2/+5
2013-05-20shell: End grab if the grabbed shell surface has been destroyedRob Bradford1-1/+1
2013-05-17Fix surface_pong when a seat doesn't have a pointerHardening1-2/+4
2013-05-14lock-surface: Set geometry width and height before centeringKristian Høgsberg1-0/+2
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-4/+4
2013-05-10shell: account for the subsurfaces when going fullscreen or maximizingGiulio Camuffo1-21/+68
2013-05-10shell: enable moving and resizing of a surface when clicking on a subsurfaceGiulio Camuffo1-2/+6
2013-05-10shell: keyboard focus and restacking fixes for sub-surfacesPekka Paalanen1-18/+48
2013-05-08input: Move surface picking into the pointer grab focus callbackKristian Høgsberg1-9/+17
2013-05-08input: Get rid of grab focus conceptKristian Høgsberg1-19/+14
2013-05-08input: Remove 'current' and related fields from weston_pointerKristian Høgsberg1-18/+5
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-25/+20
2013-05-07input: Eliminate weston_seat::has_pointer/keyboard/touchKristian Høgsberg1-2/+2
2013-05-07compositor: Move fan_debug to gl-rendererKristian Høgsberg1-12/+0
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg1-58/+56
2013-05-06input: Remove wl_seat destroy signalKristian Høgsberg1-1/+1
2013-05-06input: Rename wl_pointer to weston_pointerKristian Høgsberg1-51/+51
2013-05-06fold wl_keyboard into weston_keyboardKristian Høgsberg1-23/+21
2013-05-02text: Rename input_method to wl_input_methodJan Arne Petersen1-6/+6