Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] Replace UI #624

Merged
merged 144 commits into from
Jun 1, 2019
Merged

[RFC] Replace UI #624

merged 144 commits into from
Jun 1, 2019

Commits on May 12, 2019

  1. Add _main.py

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    0c91ad5 View commit details
    Browse the repository at this point in the history
  2. Improve child call

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    42b3826 View commit details
    Browse the repository at this point in the history
  3. Remove is_async() RPC

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    d703b20 View commit details
    Browse the repository at this point in the history
  4. WIP: add _main.py

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    05f68fb View commit details
    Browse the repository at this point in the history
  5. Fix for merge

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    490675c View commit details
    Browse the repository at this point in the history
  6. Fix lint

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    eaf2677 View commit details
    Browse the repository at this point in the history
  7. WIP: remove prompt

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    4e1accb View commit details
    Browse the repository at this point in the history
  8. Remove unused code

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    36c6038 View commit details
    Browse the repository at this point in the history
  9. Remove suspend

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    04b6f5b View commit details
    Browse the repository at this point in the history
  10. Change rpcrequest

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    0fe8f63 View commit details
    Browse the repository at this point in the history
  11. Add map

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    a5fb65e View commit details
    Browse the repository at this point in the history
  12. Improve mapping implementation

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    14cb960 View commit details
    Browse the repository at this point in the history
  13. Update the documentation

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    ef1faef View commit details
    Browse the repository at this point in the history
  14. Version up

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    e06ea3f View commit details
    Browse the repository at this point in the history
  15. Change statusline behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    1747b49 View commit details
    Browse the repository at this point in the history
  16. Improve do_action behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    cbe1a22 View commit details
    Browse the repository at this point in the history
  17. Remove cursor

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    8451117 View commit details
    Browse the repository at this point in the history
  18. Update examples

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    ea679bd View commit details
    Browse the repository at this point in the history
  19. Remove mode

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    651db9f View commit details
    Browse the repository at this point in the history
  20. Remove unused option

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    c8b804a View commit details
    Browse the repository at this point in the history
  21. Remove prompt.nvim

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    ca09c29 View commit details
    Browse the repository at this point in the history
  22. Fix map.py

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    62ef230 View commit details
    Browse the repository at this point in the history
  23. Remove prompt.py

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    d6b3b5f View commit details
    Browse the repository at this point in the history
  24. Fix problems

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    7e160ef View commit details
    Browse the repository at this point in the history
  25. Fix cursor problems

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    43fc9cf View commit details
    Browse the repository at this point in the history
  26. Add open_filter_buffer

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    d07ba80 View commit details
    Browse the repository at this point in the history
  27. Fix resume behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    22ff295 View commit details
    Browse the repository at this point in the history
  28. Add -start-filter option

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    478dd11 View commit details
    Browse the repository at this point in the history
  29. Remove cursor_shape

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    47fa1fb View commit details
    Browse the repository at this point in the history
  30. Improve timer

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    98e7930 View commit details
    Browse the repository at this point in the history
  31. Improve filter behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    8b134b3 View commit details
    Browse the repository at this point in the history
  32. Fix <Plug>(denite_filter_quit)

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    27502b2 View commit details
    Browse the repository at this point in the history
  33. stop timer

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    104c6eb View commit details
    Browse the repository at this point in the history
  34. Fix cursor_pos

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    f1661a8 View commit details
    Browse the repository at this point in the history
  35. Improve filter

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    b4e0fde View commit details
    Browse the repository at this point in the history
  36. Fix quick-move behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    610130d View commit details
    Browse the repository at this point in the history
  37. Asynchronous WIP

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    36adaa7 View commit details
    Browse the repository at this point in the history
  38. Improve filter behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    196fb51 View commit details
    Browse the repository at this point in the history
  39. Use timer to update

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    62f703d View commit details
    Browse the repository at this point in the history
  40. Fix quick_move

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    aa31820 View commit details
    Browse the repository at this point in the history
  41. Fix

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    af5284c View commit details
    Browse the repository at this point in the history
  42. Restore cursor position

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    279df88 View commit details
    Browse the repository at this point in the history
  43. WIP

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    bee6dea View commit details
    Browse the repository at this point in the history
  44. Add Vim8 support

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    9632455 View commit details
    Browse the repository at this point in the history
  45. Add deoplete source

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    a086ffe View commit details
    Browse the repository at this point in the history
  46. Fix async RPC error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    2f81b2c View commit details
    Browse the repository at this point in the history
  47. Add -bar in commands

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    00c18be View commit details
    Browse the repository at this point in the history
  48. Update the documentation

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    3986c1c View commit details
    Browse the repository at this point in the history
  49. Remove redrawstatus

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    d8ce7af View commit details
    Browse the repository at this point in the history
  50. Fix menu error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    c6d5ba3 View commit details
    Browse the repository at this point in the history
  51. Use chdir() if possible

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    6868323 View commit details
    Browse the repository at this point in the history
  52. Improve performance

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    4dab5b4 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    dd6b4e8 View commit details
    Browse the repository at this point in the history
  54. Improve filter behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    65dbbd1 View commit details
    Browse the repository at this point in the history
  55. Remove old Screenshots

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    b10bf10 View commit details
    Browse the repository at this point in the history
  56. Remove deprecated options

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    c55feda View commit details
    Browse the repository at this point in the history
  57. More centered floating window

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    266942a View commit details
    Browse the repository at this point in the history
  58. Fix update timer error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    ad3bc35 View commit details
    Browse the repository at this point in the history
  59. Add error check

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    8498307 View commit details
    Browse the repository at this point in the history
  60. Fix cleanup

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    b18a96a View commit details
    Browse the repository at this point in the history
  61. Fix immediately behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    ebe1658 View commit details
    Browse the repository at this point in the history
  62. Fix titlestring

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    3b85afc View commit details
    Browse the repository at this point in the history
  63. Remove deprecated sources

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    c00f8cf View commit details
    Browse the repository at this point in the history
  64. Fix -cursor-pos problems

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    7bfca97 View commit details
    Browse the repository at this point in the history
  65. Fix -cursor-pos

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    ec7a22b View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    b7b4923 View commit details
    Browse the repository at this point in the history
  67. Fix vint error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    fa6d529 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    4ee2834 View commit details
    Browse the repository at this point in the history
  69. Refactor implementation

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    69fc365 View commit details
    Browse the repository at this point in the history
  70. Fix do_map() error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    8b97f28 View commit details
    Browse the repository at this point in the history
  71. Fix auto_action behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    f19e5a0 View commit details
    Browse the repository at this point in the history
  72. Clear input when restart

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    14a9cfe View commit details
    Browse the repository at this point in the history
  73. Fix start sources bug

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    2d31d13 View commit details
    Browse the repository at this point in the history
  74. Fix flake8 error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    5ffae20 View commit details
    Browse the repository at this point in the history
  75. Fix test warning

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    c26ace8 View commit details
    Browse the repository at this point in the history
  76. Fix winwidth error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    538dc14 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    29c5e29 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    81b0d9c View commit details
    Browse the repository at this point in the history
  79. Improve filter buffer behavior

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    7bc8c41 View commit details
    Browse the repository at this point in the history
  80. Fix do_action() error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    150d9d7 View commit details
    Browse the repository at this point in the history
  81. Change filter window position

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    057fa21 View commit details
    Browse the repository at this point in the history
  82. Improve filter window

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    6d20232 View commit details
    Browse the repository at this point in the history
  83. Fix lint error

    Shougo committed May 12, 2019
    Configuration menu
    Copy the full SHA
    3f983b4 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. Fix filter autocmd

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    6faf903 View commit details
    Browse the repository at this point in the history
  2. Fix gap

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    bd3a024 View commit details
    Browse the repository at this point in the history
  3. max_source_name_len

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    46ba122 View commit details
    Browse the repository at this point in the history
  4. Set NormalFloat

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    5568bdf View commit details
    Browse the repository at this point in the history
  5. Filter API

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    4d4cc94 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2d59445 View commit details
    Browse the repository at this point in the history
  7. Remove gap in filter buffer

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    371b6a0 View commit details
    Browse the repository at this point in the history
  8. Fix lint error

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    6933664 View commit details
    Browse the repository at this point in the history
  9. Fix do_async_map() error

    Shougo committed May 13, 2019
    Configuration menu
    Copy the full SHA
    d2b0f63 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Remove WinLeave autocmd

    Shougo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    6fe71d9 View commit details
    Browse the repository at this point in the history
  2. Remove jump debug print

    Shougo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5e58d84 View commit details
    Browse the repository at this point in the history
  3. Use noautocmd for filtering

    Shougo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    e01d6dd View commit details
    Browse the repository at this point in the history
  4. Add the comment

    Shougo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    1cba1f6 View commit details
    Browse the repository at this point in the history
  5. Fix denite buffer check

    Shougo committed May 14, 2019
    Configuration menu
    Copy the full SHA
    5209fbc View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. Fix restore_sources

    Shougo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    cf5dcbf View commit details
    Browse the repository at this point in the history
  2. Fix concealcursor

    Shougo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ff50f8f View commit details
    Browse the repository at this point in the history
  3. Fix flake8 error

    Shougo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    01a038c View commit details
    Browse the repository at this point in the history
  4. Fix choose_action() behavior

    Shougo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    0d37b19 View commit details
    Browse the repository at this point in the history
  5. Update FAQ

    Shougo committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ece53f5 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2019

  1. Add is_async in filter update

    Shougo committed May 19, 2019
    Configuration menu
    Copy the full SHA
    32b4c16 View commit details
    Browse the repository at this point in the history
  2. Fix filter window quit problem

    Shougo committed May 19, 2019
    Configuration menu
    Copy the full SHA
    7707aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c7f0e1 View commit details
    Browse the repository at this point in the history
  4. Remove old options

    Shougo committed May 19, 2019
    Configuration menu
    Copy the full SHA
    616f80d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2019

  1. Configuration menu
    Copy the full SHA
    ec5baf7 View commit details
    Browse the repository at this point in the history
  2. Fix the documentation

    Shougo committed May 20, 2019
    Configuration menu
    Copy the full SHA
    84b00b6 View commit details
    Browse the repository at this point in the history
  3. Remove NormalFloat overwrites

    Shougo committed May 20, 2019
    Configuration menu
    Copy the full SHA
    36747d8 View commit details
    Browse the repository at this point in the history
  4. Add -prompt

    Shougo committed May 20, 2019
    Configuration menu
    Copy the full SHA
    70496e8 View commit details
    Browse the repository at this point in the history
  5. Improve prompt

    Shougo committed May 20, 2019
    Configuration menu
    Copy the full SHA
    0383c55 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1f3cc5b View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Improve statusline behavior

    Shougo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    b0edaa9 View commit details
    Browse the repository at this point in the history
  2. Fix filter map behavior

    Shougo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    339b5c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    95c6d65 View commit details
    Browse the repository at this point in the history
  4. Fix prompt

    Shougo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    ec9ecad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    30259a4 View commit details
    Browse the repository at this point in the history
  6. silent filter window

    Shougo committed May 21, 2019
    Configuration menu
    Copy the full SHA
    7e4e7f6 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Add filter-updatetime

    Shougo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    28a61e9 View commit details
    Browse the repository at this point in the history
  2. Fix post_action

    Shougo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    52fc1b0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b5f95c View commit details
    Browse the repository at this point in the history
  4. Fix helptags

    Shougo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    d593dff View commit details
    Browse the repository at this point in the history
  5. Fix choose_action

    Shougo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    bb4df16 View commit details
    Browse the repository at this point in the history
  6. Fix auto_action problem

    Shougo committed May 22, 2019
    Configuration menu
    Copy the full SHA
    b3127a6 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    3ad18c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e82216 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9ca7513 View commit details
    Browse the repository at this point in the history
  4. Add async_filter

    Shougo committed May 26, 2019
    Configuration menu
    Copy the full SHA
    c164b54 View commit details
    Browse the repository at this point in the history
  5. Add is_volatile

    Shougo committed May 26, 2019
    Configuration menu
    Copy the full SHA
    901bbe7 View commit details
    Browse the repository at this point in the history
  6. Add -cached-filter option

    Shougo committed May 26, 2019
    Configuration menu
    Copy the full SHA
    627fca3 View commit details
    Browse the repository at this point in the history
  7. Fix update_buffer

    Shougo committed May 26, 2019
    Configuration menu
    Copy the full SHA
    f182a54 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2019

  1. Remove candidates_len

    Shougo committed May 27, 2019
    Configuration menu
    Copy the full SHA
    dc81a2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1d9780 View commit details
    Browse the repository at this point in the history
  3. Update README

    Shougo committed May 27, 2019
    Configuration menu
    Copy the full SHA
    152537d View commit details
    Browse the repository at this point in the history
  4. Fix restore_sources

    Shougo committed May 27, 2019
    Configuration menu
    Copy the full SHA
    4833bf2 View commit details
    Browse the repository at this point in the history
  5. Fix update_candidates behavior

    Shougo committed May 27, 2019
    Configuration menu
    Copy the full SHA
    fb326a9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Remove -cached-filter

    Shougo committed May 28, 2019
    Configuration menu
    Copy the full SHA
    cbe15fc View commit details
    Browse the repository at this point in the history
  2. Fix filtering freeze

    Shougo committed May 28, 2019
    Configuration menu
    Copy the full SHA
    1c939a3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Change updatetime

    Shougo committed May 29, 2019
    Configuration menu
    Copy the full SHA
    91ee11c View commit details
    Browse the repository at this point in the history
  2. Silent buffer update

    Shougo committed May 29, 2019
    Configuration menu
    Copy the full SHA
    058827f View commit details
    Browse the repository at this point in the history

Commits on May 30, 2019

  1. Update for travis

    Shougo committed May 30, 2019
    Configuration menu
    Copy the full SHA
    5375cb6 View commit details
    Browse the repository at this point in the history
  2. Fix update_buffer() error

    Shougo committed May 30, 2019
    Configuration menu
    Copy the full SHA
    314f1d2 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Use sign APIs instead

    Shougo committed May 31, 2019
    Configuration menu
    Copy the full SHA
    4c869fc View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2019

  1. Add new UI screenshot

    Shougo committed Jun 1, 2019
    Configuration menu
    Copy the full SHA
    4573296 View commit details
    Browse the repository at this point in the history