Skip to content
Snippets Groups Projects
  1. Mar 11, 2019
    • Gustavo Noronha's avatar
      Remove obsolete test cases · 74eedc6a
      Gustavo Noronha authored and Gustavo Noronha's avatar Gustavo Noronha committed
      With the move away from a patched WebKit2GTK+ to an upstream version,
      some features have been lost and there is no need (or way) to test them
      anymore.
      
      actor-tiles: no longer uses Clutter, the backing store does not use
      Clutter actors anymore, that was a custom change
      
      aligned-scroll: heuristic alignment lock of panning was a custom feature
      which is not present upstream; upstream only supports setting the
      direction lock before the pan starts
      
      contextual-zoom: contextual zoom was a custom feature not available
      upstream; it is not as important currently, though, since most pages are
      now designed to be touchscreen friendly
      
      lazy-click: also known as touch adjustment, it was also a custom feature
      not available upstream; like contextual-zoom, it is not as relevant
      nowadays, as sites are designed to be touch-friendly
      74eedc6a
  2. Mar 05, 2019
  3. Feb 27, 2019
  4. Jan 29, 2019
  5. Jan 25, 2019
  6. Jan 23, 2019
  7. Jan 22, 2019
  8. Jan 16, 2019
  9. Jan 11, 2019
  10. Jan 07, 2019
  11. Dec 21, 2018
  12. Dec 20, 2018
  13. Dec 19, 2018
  14. Dec 18, 2018
  15. Dec 17, 2018
  16. Dec 14, 2018
  17. Dec 13, 2018
  18. Dec 11, 2018
  19. Dec 10, 2018
  20. Dec 07, 2018
    • Luis Araujo's avatar
      Make the code a proper module and command · bb5bc5fa
      Luis Araujo authored
      
      This commit applies several changes in order to turn the
      renderer code into a proper python module and command that
      can be easily installed using the setuptools module.
      
      Main changes:
      - Main executable is named atc
      - Use setuptools to install renderer executable
      - Improve tests so they can be easily executed by packages
      - Update README instructions
      
      Signed-off-by: default avatarLuis Araujo <luis.araujo@collabora.co.uk>
      bb5bc5fa
Loading