aboutsummaryrefslogtreecommitdiff
path: root/rootston
AgeCommit message (Expand)Author
2018-12-15Factor out binding command execution to separate fileRyan Walklin
2018-12-15[WIP][DONTMERGE]Add support for libinput_switch input devicesRyan Walklin
2018-12-08rootston: add support for wlr_foreign_toplevel_management_v1Ilia Bozhinov
2018-12-08rootston: add title/app_id/class listenersIlia Bozhinov
2018-12-05rootston: use box for views positionLouis Taylor
2018-12-05rootston: use int for width, heightLouis Taylor
2018-12-02Merge pull request #1403 from emersion/swap-buffers-damage-coordsDrew DeVault
2018-12-01output: switch swap_buffers damage to output-buffer-local coordsemersion
2018-11-29primary-selection: introduce wlr_primary_selection_sourceemersion
2018-11-27gtk-primary-selection: refactor everything, untie from seatemersion
2018-11-23Rename wlr_primary_selection to wlr_gtk_primary_selectionemersion
2018-11-13output: add wlr_output_render_software_cursorsemersion
2018-11-13output: remove wlr_output_set_fullscreen_surfaceemersion
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
2018-11-04Merge pull request #1261 from arandomhuman/damage-controlDrew DeVault
2018-11-04surface: fix wlr_surface_get_effective_damage to give surface coordsemersion
2018-10-28rootston: fix segfault when destroying unmapped fullscreen viewsemersion
2018-10-28rootston: fix segfault in view_atemersion
2018-10-28Fix "variable ‘cursor_default’ set but not used"Sorcus
2018-10-17rootston: Don't let the wlr_output handle the fullscreen view in case of laye...Guido Günther
2018-10-13text-input: Accept disable requestsDorota Czaplejewicz
2018-10-12text-input: fix releasing destroy handlersDorota Czaplejewicz
2018-10-12Merge pull request #1203 from dcz-purism/inputDrew DeVault
2018-10-09rootston: add support for text input and the basic of input methodDorota Czaplejewicz
2018-10-08rootston: export XCURSOR_SIZE and XCURSOR_THEMEemersion
2018-10-04output: add presentation refresh predictionemersion
2018-10-04rootston: send presentation eventsemersion
2018-10-04rootston: add output_for_each_surfaceemersion
2018-10-04rootston: add layer_for_each_surfaceemersion
2018-10-04Merge pull request #1281 from aereaux/edid-sizesemersion
2018-10-04Merge pull request #1262 from nyorain/session_fixDrew DeVault
2018-10-04Update sizes for new EDID database.Aidan Epstein
2018-10-04wlr_surface: add wlr_surface_get_effective_damagerandom human
2018-09-27Merge pull request #1266 from Ongy/xdc_tablet_fixDrew DeVault
2018-09-27Fix tablet_tool tilt and send proximity_outMarkus Ongyerth
2018-09-27rootston: remove broken rotated pointer constraint handlingemersion
2018-09-27pointer-constraints: refactoringemersion
2018-09-26pointer-constraints: make region not a pointer, add committed bitfieldemersion
2018-09-24Rework session handlingnyorain
2018-09-24wlr_surface: fix surface damage transformationrandom human
2018-09-18Fix implicit conversion of floats to ints in calls to pixman_region32_contain...Las
2018-09-18Implement pointer-constraints protocol in wlroots and rootstonLas
2018-09-18Make wlr_seat->data in rootston point to the wrapping roots_seatLas
2018-09-18Remove extraneous indentation and conform to coding styleLas
2018-09-18Update pointer focus when cycling focusLas
2018-09-18Make roots_cursor::pointer_view available even if there is a surfaceLas
2018-09-14Merge pull request #1243 from emersion/layer-shell-suffixDrew DeVault
2018-09-14layer-shell: add _v1 suffixemersion
2018-09-14xdg-output: add _v1 suffixemersion
2018-09-12Merge pull request #1160 from Ongy/tablet-grabsemersion