Commit Graph

  • 5b13b8a12c backend/drm: consider continue not using resources emersion 2018-09-04 22:57:09 +0200
  • fb94f03b43 backend/drm: prevent use of uninitialized data emersion 2018-09-04 22:50:59 +0200
  • d605b2ea07 backend/drm: remove unused if emersion 2018-09-04 22:49:54 +0200
  • 017cfb0b86 backend/drm: log when de-allocating CRTC emersion 2018-09-04 19:44:44 +0200
  • b877daded1 backend/drm: better hotplug handling emersion 2018-09-04 15:09:07 +0200
  • 73423c988c
    Merge pull request #1213 from arandomhuman/wlr_log_get_verbosity Drew DeVault 2018-09-03 11:15:12 -0400
  • 6daa69fbf5
    Update wlr_log_init docs random human 2018-09-03 16:21:49 +0530
  • cdf41fa627
    Add support for setting log verbosity in rootston random human 2018-09-01 17:06:47 +0530
  • 93382dc445
    Close stdout/stderr for Xwayland random human 2018-09-01 16:15:18 +0530
  • d31a267f36
    Merge pull request #1226 from RyanDwyer/xwayland-set-role emersion 2018-09-03 09:23:47 +0200
  • b8cc4a4152 xwayland: Introduce set_role event Ryan Dwyer 2018-09-03 17:07:07 +1000
  • d22431d969
    Merge pull request #1228 from arandomhuman/misc-mem emersion 2018-09-03 08:26:59 +0200
  • 9f511ae942
    Remove listener link after tablet_manager destroy random human 2018-09-03 05:05:18 +0530
  • 6af77e3d9e
    Release pointers in examples/multi-pointer random human 2018-09-03 04:00:53 +0530
  • de16defb21
    Release registry pointer in examples/idle random human 2018-09-03 03:27:56 +0530
  • ef5df78a27
    Destroy layout after display in examples/output-layout random human 2018-09-03 03:27:28 +0530
  • 568b0ffe2c
    Call wl_global_create first in case of failure random human 2018-09-02 22:23:02 +0530
  • 7105864e13
    Handle setting keymap in examples more securely random human 2018-09-02 21:16:24 +0530
  • 62af1c630a rootston: fix segfault on tablet pad destroy emersion 2018-09-02 21:40:03 +0200
  • 6946134883 fix incorrect NULL check cnt0 2018-09-02 12:56:34 +0500
  • d948bffd3e Activate last active VT after compositor exit sghctoma 2018-09-02 20:01:13 +0200
  • 3b2b8c1844 Merge remote-tracking branch 'upstream/master' into fix-freebsd-direct-session sghctoma 2018-09-02 18:32:31 +0200
  • 7bc2657984
    Free unused pointer in x11/backend.c random human 2018-09-02 20:52:09 +0530
  • 95d05acda5 backend/drm: fix invalid VLA size in scan_drm_connectors emersion 2018-09-02 09:00:21 +0200
  • 2f0815838d Init dmabuf global in renderer emersion 2018-09-01 19:27:18 +0200
  • 60a174eb11 xwayland: Introduce request_activate event Ryan Dwyer 2018-09-02 14:59:09 +1000
  • 69a5279f79 xwayland: Add WM_STATE modal property Ryan Dwyer 2018-09-02 14:23:22 +1000
  • a0bf3f150e
    Merge pull request #1220 from emersion/grouped-new-output Drew DeVault 2018-09-01 20:19:36 -0400
  • ef88df2142 backend/drm: emit new_output after scanning connectors emersion 2018-09-02 01:03:20 +0200
  • c3752aa307
    Merge pull request #1219 from emersion/disable-when-needs-modeset Drew DeVault 2018-09-01 18:01:59 -0400
  • e84f01168d backend/drm: allow disabling outputs in NEEDS_MODESET state emersion 2018-09-01 23:43:16 +0200
  • cc3c5ebb67
    Merge pull request #1215 from emersion/disabled-no-modeset Drew DeVault 2018-09-01 13:01:06 -0400
  • 472476ebcf Do not modeset disabled outputs emersion 2018-09-01 18:30:41 +0200
  • e44ab5d584
    Add function wlr_log_get_verbosity() random human 2018-09-01 15:12:53 +0530
  • bf670b84c4
    Merge pull request #1211 from aereaux/aereaux-patch-1 Ryan Dwyer 2018-09-01 09:53:29 +1000
  • e334b46b39
    Fix uninitialized value in wlr_cursor. Aidan Epstein 2018-08-31 23:36:38 +0000
  • 2ddabacacf
    Merge pull request #1210 from ammen99/fix-include Drew DeVault 2018-08-31 14:00:35 -0400
  • 62539e265e add missing wlr_box.h include in wlr_screencopy_v1.h Ilia Bozhinov 2018-08-31 20:48:38 +0300
  • 6014ee50b3 Add clang's static analyzer to build.yml random human 2018-08-31 20:58:45 +0530
  • 8589ae19de Fix bugs listed by clang's static analyzer random human 2018-08-31 16:11:46 +0530
  • 2f48453718
    Merge pull request #1208 from arandomhuman/master Drew DeVault 2018-08-30 14:29:13 -0400
  • 660a022909
    Fixes examples/dmabuf-capture being built with unmet dependencies random human 2018-08-30 22:23:28 +0530
  • 2bd6fbf20e Fix that major(st_rdev) have no meaning on FreeBSD sghctoma 2018-08-30 11:15:39 +0200
  • 633663cdde Use legacy modesetting for gamma control Drew DeVault 2018-08-29 16:33:44 -0400
  • 939a4ea60f
    Merge pull request #1196 from dcz-purism/surface_move Brian Ashworth 2018-08-28 22:15:50 -0400
  • d11dac6a64
    Merge pull request #1202 from alexbakker/destroy-signal-fix Drew DeVault 2018-08-27 12:41:10 -0400
  • 221d412824 Init the new destroy signals added by #1200 Alexander Bakker 2018-08-27 18:21:36 +0200
  • 792f98c2f0
    Merge pull request #1200 from alexbakker/destroy-signal Drew DeVault 2018-08-27 08:16:49 -0400
  • 20db29779e Add destroy signals to types that are destroyed by wl_display_destroy Alexander Bakker 2018-08-26 23:23:12 +0200
  • c6955fa89c
    Merge pull request #1199 from apreiml/farthest_output Brian Ashworth 2018-08-25 11:00:25 -0400
  • 5617d2bd60 introduce wlr_output_layout_farthest_output Armin Preiml 2018-08-25 09:14:55 +0200
  • 6025fcaa09 Update required meson version to 0.47.1 Drew DeVault 2018-08-24 09:20:25 -0400
  • 8ecf9224f5
    Merge pull request #1198 from ascent12/meson_feature Drew DeVault 2018-08-24 08:19:10 -0400
  • dc37194291 Change how glgen.sh outputs files Scott Anderson 2018-08-24 19:33:35 +1200
  • fd3fa760d3 Revert "Revert "Merge pull request #1194 from ascent12/meson_feature"" Scott Anderson 2018-08-24 19:35:02 +1200
  • 9c886f20b9 Revert "Merge pull request #1194 from ascent12/meson_feature" Drew DeVault 2018-08-23 21:00:58 -0400
  • dea311992e
    Merge pull request #1194 from ascent12/meson_feature Drew DeVault 2018-08-23 20:41:07 -0400
  • f4ae9824f7 rootston/layer_shell: fix clicking after surface moved/resized Dorota Czaplejewicz 2018-08-22 16:36:51 +0200
  • 39ac21401f Replace generator with custom_target Scott Anderson 2018-08-23 14:13:00 +1200
  • f41c411980 Use input file for configure_file Scott Anderson 2018-08-22 21:32:24 +1200
  • 653ea512c2 Use current_source_dir instead of source_root Scott Anderson 2018-08-22 21:20:26 +1200
  • b1ed61b649 Use pkg-config to find wayland-scanner Scott Anderson 2018-08-22 17:29:43 +1200
  • 6db9c4b746 wlr_virtual_keyboard: use wlr_input_device_destroy Dorota Czaplejewicz 2018-08-22 14:11:35 +0200
  • 2929f0f8dd wlr_input_device: fix keyboard destruction Dorota Czaplejewicz 2018-08-22 12:46:25 +0200
  • 51892e0d74 Install headers explicitly Scott Anderson 2018-08-22 21:14:07 +1200
  • a2bbf2c1f7 Make style more consistent Scott Anderson 2018-08-22 21:03:38 +1200
  • 869dca1bce Remove unnecessary project arguments Scott Anderson 2018-08-22 20:59:02 +1200
  • 1358d80ab9 Add link dependency on symbols file Scott Anderson 2018-08-22 20:56:12 +1200
  • 584a3f8b6e Update examples to use new option Scott Anderson 2018-08-22 20:49:23 +1200
  • 560e96aa57 Update rootston to use new option Scott Anderson 2018-08-22 20:41:25 +1200
  • 784c20c82f Use new options for X11 backend and Xwayland Scott Anderson 2018-08-22 20:27:37 +1200
  • 94ed2fc7bb Use feature options for libcap/logind Scott Anderson 2018-08-22 19:53:00 +1200
  • 3fa3dca6d5 Add new feature options Scott Anderson 2018-08-22 19:41:53 +1200
  • 66064a07a6 Remove unneeded mesa-specific header Scott Anderson 2018-08-22 19:39:15 +1200
  • d7c027d3e3
    Merge pull request #1191 from emersion/drm-conn-dpi Drew DeVault 2018-08-21 08:16:02 -0400
  • 7a3f7b3c8a backend/drm: add support for DRM_MODE_CONNECTOR_DPI emersion 2018-08-21 13:05:38 +0100
  • 24212df830 rootston: fix again FreeBSD build emersion 2018-08-16 11:22:42 +0100
  • 56600804ff
    Merge pull request #1189 from agx/ctags-f emersion 2018-08-16 11:11:08 +0100
  • d66d33f5a2
    Merge pull request #1188 from emersion/freebsd-fixes emersion 2018-08-16 11:02:21 +0100
  • 570970db64 ctags: use -f instead of -o Guido Günther 2018-08-16 12:01:06 +0200
  • f86f1daf9a Fix build on FreeBSD emersion 2018-08-16 10:54:45 +0100
  • ec20afd6d8 Add README Drew DeVault 2018-08-15 19:19:41 -0400
  • b2c9675140 CC0 Drew DeVault 2018-08-15 19:17:20 -0400
  • 20e55f9458 Implement Alt+F1 (next window) and Alt+Esc (exit) Drew DeVault 2018-08-15 19:12:27 -0400
  • 9e6ef44deb Fix uninitialized variable Drew DeVault 2018-08-15 18:54:34 -0400
  • 09c8a048da Fix various bugs Drew DeVault 2018-08-15 18:48:31 -0400
  • 5f4c64fbeb Tiny Wayland compositor Drew DeVault 2018-08-15 10:56:55 -0400
  • 1a73baac94
    Merge pull request #1187 from ammen99/master emersion 2018-08-13 14:43:57 +0100
  • 4486b52aa8 move wlr_drm_connector_add_mode to wlr/backend/drm.h Ilia Bozhinov 2018-08-13 09:37:44 +0300
  • 4ed6ee0a4d
    Merge pull request #1184 from sdilts/add-default-output-size emersion 2018-08-11 08:41:29 +0100
  • 8e7df5eb88 Fix xcb_create_window parameters sdilts 2018-08-10 18:05:34 -0600
  • 11d440972d rootston: Double fork for keyboard bindings Genki Sky 2018-08-10 10:27:16 -0400
  • da79fef5f7 Add guard for changing the size of X11 backend windows sdilts 2018-08-09 22:09:48 -0600
  • 55cca6deaa Set default output size for X11 backend sdilts 2018-08-09 22:05:18 -0600
  • d2814c1795
    Merge pull request #1183 from ammen99/master emersion 2018-08-09 12:56:49 +0100
  • 88e9dbe32e remove dangling declaration of wlr_xdg_surface_popup_get_position() Ilia Bozhinov 2018-08-09 07:55:20 +0300
  • ce0ab4d4b5
    Merge pull request #1182 from ammen99/master Scott Anderson 2018-08-09 08:37:05 +1200
  • cb42e16f64 session: load GPU devices even if they have zero crtcs/connectors/encoders Ilia Bozhinov 2018-08-07 19:18:18 +0300
  • 28b0a4065b
    Merge pull request #1179 from emersion/rootston-toggle-decoration-mode Drew DeVault 2018-08-06 08:11:06 -0400
  • 9d0e37f768 rootston: add keybinding to toggle decoration mode emersion 2018-08-06 08:30:03 +0100