Commit graph

  • 39d5e78d37 Fix typo in xcursor.h Drew DeVault 2018-02-02 08:48:01 -0500
  • 8cf622f074 Improve xcursor docs Drew DeVault 2018-02-01 20:30:18 -0500
  • a43555d7f5
    Merge pull request #598 from Ongy/screenshot_transform emersion 2018-02-01 21:41:15 +0100
  • cd925f496c fixes the off by one errors in examples/screenshot Markus Ongyerth 2018-02-01 21:36:14 +0100
  • 42ec696b82
    Merge pull request #599 from emersion/output-cursor-destroy-signal emersion 2018-02-01 15:04:54 +0100
  • 8eed857292
    output: add destroy signal for wlr_output_cursor emersion 2018-02-01 12:08:35 +0100
  • 3a404e4f8d handle the other transformations for screenshots Markus Ongyerth 2018-01-31 16:05:33 +0100
  • 4afc933ea4 fixes 90 degree rotation screenshots Markus Ongyerth 2018-01-31 12:54:57 +0100
  • edb4c8d858
    output: damage whole output when fullscreen surface size changes emersion 2018-01-30 22:06:10 +0100
  • a295c805c4
    output: fix output_damage_whole for scaled outputs emersion 2018-01-30 21:42:12 +0100
  • babdd6ccf7
    backend: fix use-after-free when destroying backends emersion 2018-01-30 19:45:57 +0100
  • 429f06d3f1
    Merge pull request #597 from agx/typos emersion 2018-01-30 18:14:46 +0100
  • c5aac77692 Fix some typos Guido Günther 2018-01-30 16:06:45 +0100
  • 704130cc11
    output: fix performance issues with wlr_output_schedule_frame emersion 2018-01-30 14:45:02 +0100
  • a7cba7d83f
    rootston: damage whole output when entering/leaving fullscreen emersion 2018-01-30 14:40:22 +0100
  • 2a855e6282
    rootston: fix urxvt damage on HiDPI outputs emersion 2018-01-30 12:01:10 +0100
  • f152fdb4c5
    Merge pull request #594 from Ongy/drm-surface-buffers emersion 2018-01-30 11:04:01 +0100
  • d498855b9d
    backend/drm: fix hw cursor position on rotated and scaled outputs emersion 2018-01-30 10:23:35 +0100
  • d0961a02af
    render: add wlr_renderer_scissor docs emersion 2018-01-30 10:00:58 +0100
  • 51c22d39a4
    Merge remote-tracking branch 'upstream/master' into output-damage emersion 2018-01-29 23:24:09 +0100
  • 2cc989e097
    output: restrict provided damage to output bounds emersion 2018-01-29 23:21:30 +0100
  • ed5b1fdedd
    Merge pull request #580 from emersion/screenshooter-renderer-backport Tony Crisci 2018-01-29 17:13:23 -0500
  • cde0f454b3 Clean up the gbm/egl as well Markus Ongyerth 2018-01-29 11:49:31 +0100
  • 2cdb646531 relases gbm buffers on init Markus Ongyerth 2018-01-29 11:29:54 +0100
  • 4cc58288cb
    rootston: fix damage when changing views z-index emersion 2018-01-29 09:07:29 +0100
  • b47e8c4a1d
    backend/drm: do not retry pageflip when swapping buffers emersion 2018-01-28 23:33:38 +0100
  • 20e6861021
    Do not flush damage if swapping buffers failed emersion 2018-01-28 22:39:24 +0100
  • 7881d039b6
    rootston: fix output_damage_whole emersion 2018-01-28 21:56:21 +0100
  • 60b2d969e0
    Merge pull request #591 from emersion/fix-data-source-notify-finish Drew DeVault 2018-01-28 15:54:21 -0500
  • 5bbff20b8d
    Fix assertion failed in data_source_notify_finish emersion 2018-01-28 21:17:44 +0100
  • be888df4c3
    rootston: fix build without xwayland emersion 2018-01-28 21:38:29 +0100
  • e049610b47
    surface: copy buffer damage to surface damage emersion 2018-01-28 21:29:51 +0100
  • 1ee61dbd0f
    Merge remote-tracking branch 'upstream/master' into output-damage emersion 2018-01-28 21:22:50 +0100
  • f0b3a71fbc
    Merge pull request #590 from pks-t/pks/rootston-wo-xwayland Drew DeVault 2018-01-28 15:05:31 -0500
  • 41ec686693 meson: add systemd/elogind backends only if enabled Patrick Steinhardt 2018-01-28 16:10:53 +0000
  • 91c034d164 travis: add job building wlroots without various options Patrick Steinhardt 2018-01-28 12:15:59 +0000
  • d05143950b rootston: move together XWayland setup code Patrick Steinhardt 2018-01-28 12:11:05 +0000
  • 52cb19d99d rootston: fix compilation without XWayland support Patrick Steinhardt 2018-01-28 12:04:46 +0000
  • 692d33bf8b
    rootston: fix clipped SSD for rotated views emersion 2018-01-28 12:14:23 +0100
  • 485aa87468
    output: fix fullscreen on transformed outputs emersion 2018-01-28 10:40:38 +0100
  • 63736be214
    rootston: fix damage tracking for SSD emersion 2018-01-28 10:11:31 +0100
  • 861d5bdff2
    surface: fix damage when resizing a surface in QT apps emersion 2018-01-27 21:49:40 +0100
  • facc5ef93a
    Merge pull request #588 from agx/arm Drew DeVault 2018-01-27 14:14:12 -0500
  • d7dfbd23fa drm: Use ptrdiff_t instead of intmax_t in format string Guido Günther 2018-01-26 20:59:47 +0100
  • 1633b8d793 wlr_keyboard: use correct printf format string for keymap_size Guido Günther 2018-01-26 20:59:47 +0100
  • 7adf13e284
    Fix flickering when switching VT emersion 2018-01-27 11:16:42 +0100
  • 7111dd79ef
    rootston: damage tracking for rotated views emersion 2018-01-27 10:43:17 +0100
  • f34a1b75eb
    render/gles2: use format bpp when reading pixels emersion 2018-01-26 23:13:41 +0100
  • a011a1cb07
    screenshooter: request a buffer swap emersion 2018-01-26 22:41:19 +0100
  • 8d58ed502b
    output: add wlr_output_schedule_frame emersion 2018-01-26 22:39:23 +0100
  • ece2c1e4e2
    Damage tracking for transformed outputs emersion 2018-01-26 22:11:09 +0100
  • 174d1aa81b
    Merge pull request #585 from agx/meson emersion 2018-01-26 17:04:30 +0100
  • e5dacbae5d meson: add ctags and etags targets Guido Günther 2018-01-26 15:46:29 +0100
  • ab738256ac Remove vim stuff from .gitignore Drew DeVault 2018-01-26 10:05:27 -0500
  • a98ece68d3
    util: add docs for wlr_region_scale emersion 2018-01-25 21:54:51 +0100
  • 4223fbc763
    rootston: damage tracking scale support emersion 2018-01-25 19:15:20 +0100
  • a0351fb5d7
    Merge pull request #584 from VincentVanlaer/drm-segfault Drew DeVault 2018-01-24 15:39:47 -0500
  • 3f96427d08
    Merge branch 'output-damage' of github.com:emersion/wlroots into output-damage emersion 2018-01-24 18:49:47 +0100
  • 4dd214c0d3
    Merge pull request #583 from agx/meson emersion 2018-01-24 18:40:05 +0100
  • 72507f9820 Clean up session signal handler on drm init fail Vincent Vanlaer 2018-01-24 18:14:51 +0100
  • 66ab1a98a0 meson: print enabled options Guido Günther 2018-01-24 16:56:08 +0000
  • 6281deb90f
    Merge remote-tracking branch 'upstream/master' into output-damage emersion 2018-01-24 14:48:01 +0100
  • 7a2e9a17ba
    Merge pull request #579 from Ongy/dpms_decouple emersion 2018-01-24 10:57:35 +0100
  • f946c10cb1 re-adds wlr_output_update_enabled Markus Ongyerth 2018-01-24 10:23:48 +0100
  • c09c2dfbc4
    Merge pull request #570 from acrisci/decorations Tony Crisci 2018-01-23 18:05:41 -0500
  • 4fa90b0511
    Backport screenshooter fixes from the renderer redesign v1 emersion 2018-01-23 22:06:54 +0100
  • 2ad7df8680
    rootston: damage tracking for drag icons emersion 2018-01-23 13:37:58 +0100
  • 3cf7225cec decouples outputenable state and wl_output global Markus Ongyerth 2018-01-23 17:40:12 +0100
  • a4d601e3d6 decorations: respect motif hints Tony Crisci 2018-01-23 08:16:43 -0500
  • fc627afd18 fix decorations on wayland backend Tony Crisci 2018-01-23 07:11:54 -0500
  • 4d282c8590
    rootston: damage tracking for drag icons emersion 2018-01-23 13:37:58 +0100
  • 415a2b7c56
    render: add wlr_renderer_clear and wlr_renderer_scissor emersion 2018-01-22 16:42:22 +0100
  • 3f1c4f5be7
    rootston: damage tracking for wl_shell emersion 2018-01-22 16:01:32 +0100
  • 03440bbd83
    Merge pull request #578 from emersion/fix-cursor-output-layout-destroy Drew DeVault 2018-01-22 08:56:47 -0500
  • a8cb02f585
    surface: add damage when subsurface moves emersion 2018-01-22 10:34:23 +0100
  • f5507ec677
    cursor: fix segfault when destroying a wlr_output_layout with a wlr_cursor attached emersion 2018-01-22 09:29:52 +0100
  • 9d87d4e336 take roots_view out of input.h Tony Crisci 2018-01-21 19:09:35 -0500
  • 9076ecd91f take seat.h out of view.h Tony Crisci 2018-01-21 19:08:40 -0500
  • 85a6939cf2 rename matrix model box to project box Tony Crisci 2018-01-21 19:03:10 -0500
  • e8c407d00e rename wlr_deco_part to roots_deco_part Tony Crisci 2018-01-21 18:46:19 -0500
  • 54776dd19c fix cursor issue Tony Crisci 2018-01-21 18:32:06 -0500
  • 4183271475 make it work with rotation Tony Crisci 2018-01-21 18:24:53 -0500
  • 59c53e8333
    Merge remote-tracking branch 'upstream/master' into output-damage emersion 2018-01-21 22:16:55 +0100
  • f704c3d42b
    rootston: fix damage tracking for fullscreen xwayland views emersion 2018-01-21 22:08:38 +0100
  • e5fa4d8e8e
    Merge pull request #576 from Timidger/bugfix/crtc-null-check-in-set-cursor emersion 2018-01-21 22:00:48 +0100
  • d13114520a move matrix model code to matrix.h Tony Crisci 2018-01-21 15:53:29 -0500
  • f8b9f44ff5
    Add con/crtc null check to move_cursor in drm Timidger 2018-01-21 15:47:02 -0500
  • 9d4ea146b6
    Added crtc null check for other drm funcs Timidger 2018-01-21 15:37:23 -0500
  • 7474f00591 Merge branch 'master' into decorations Tony Crisci 2018-01-21 15:09:33 -0500
  • 66ae4071a7
    rootston: damage tracking for xdg popups emersion 2018-01-21 21:06:37 +0100
  • 4478cf1ddc
    Fixes #575 Timidger 2018-01-21 14:57:24 -0500
  • 79f2c87193
    Merge pull request #574 from jsshandle/master emersion 2018-01-21 17:07:25 +0100
  • 47eb478c35 style: add else keywords in xwm.c Johannes Schramm 2018-01-21 17:04:23 +0100
  • e37ebf6869 style: add comment to empty while loop in logind.c Johannes Schramm 2018-01-21 17:00:15 +0100
  • dcc743047b style: include brackets for if/while/for, even if it's a single statement Johannes Schramm 2018-01-21 16:28:21 +0100
  • d8b36357e4
    rootston: add roots_view_child::destroy emersion 2018-01-21 15:13:10 +0100
  • a636d72fc7
    rootston: track subsurface damage emersion 2018-01-21 14:50:37 +0100
  • eeffe11337
    surface: add wlr_surface new_subsurface and wlr_subsurface destroy events emersion 2018-01-21 14:22:33 +0100
  • c6aab6f56c
    Add docs and comments emersion 2018-01-21 11:11:25 +0100
  • 0365b587f0
    output: add damage tracking via buffer age emersion 2018-01-21 00:06:35 +0100