1. 17 Apr, 2015 1 commit
    • Dmitry Medvinsky's avatar
      Fix auto-selection of URL field with X11 selection · 92544df8
      Dmitry Medvinsky authored
      We use `focusin` event instead of `click` because when using the latter,
      when the selection is created it isn't put into X11 PRIMARY selection.
      And as a Linux user I'm very used to such behaviour that when something
      gets selected, it's ready for pasting, which is the primary purpose of
      the clone URL field.
      
      When `focusin` is used, the selection is copied to X11 buffer
      automatically, so it works as expected (tested in Firefox and Chrome).
      92544df8
  2. 16 Apr, 2015 7 commits
  3. 15 Apr, 2015 29 commits
  4. 14 Apr, 2015 3 commits