Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-31 | Fix broken CTRL+arrow key shortcuts under some terms | CĂ©lestin Matte | |
2014-12-17 | Fix scrolling inside the input when the text is small enough to fit | mathieui | |
(e.g. during a completion, the input might scroll due to the length of the completed item, and not go back to its original state without this change) | |||
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui | |
Conflicts: src/bookmark.py src/config.py src/connection.py src/core/commands.py src/core/core.py src/core/handlers.py src/windows/info_bar.py src/windows/muc.py src/windows/roster_win.py src/windows/text_win.py src/xhtml.py | |||
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui | |
2014-08-07 | Continuation keys (like after M-j or Ctrl-c) are handled without blocking | Florent Le Coz | |
2014-08-01 | Entirely remove the g_lock (used to avoid a few race conditions with ncures) | Florent Le Coz | |
2014-07-19 | Scroll the input after erasing the last visible char | mathieui | |
2014-07-19 | Fix #2563 (fix the asserts in adjust_view_pos) | mathieui | |
Thanks djanos | |||
2014-05-05 | Split the windows.py module into a subdirectory | mathieui | |