1. 11 8月, 2020 5 次提交
  2. 10 8月, 2020 1 次提交
  3. 09 8月, 2020 2 次提交
  4. 08 8月, 2020 1 次提交
  5. 07 8月, 2020 8 次提交
  6. 04 8月, 2020 2 次提交
  7. 03 8月, 2020 2 次提交
  8. 01 8月, 2020 17 次提交
  9. 17 7月, 2020 2 次提交
    • R
      Make expression order consistent · 9d9dd1f1
      Romain Vimont 提交于
      The condition "cmd" was always before "shift" in all expressions except
      4.
      9d9dd1f1
    • R
      Simplify PASTE option for "set clipboard" · eabaf6f7
      Romain Vimont 提交于
      When the client requests to set the clipboard, it may request to press
      the PASTE key in addition. To be a bit generic, it was stored as a flag
      in ControlMessage.java.
      
      But flags suggest that it represents a bitwise union. Use a simple
      boolean instead.
      eabaf6f7