a178ee850fFixed up some bugs. Bugs still remain.
Adam Harrison
2021-12-01 21:54:59 -0500
f46b5b4b9cFixed visible line stuff.
Adam Harrison
2021-11-23 15:08:45 -0500
023aaa4793Needed to add offset.
Adam Harrison
2021-11-21 18:09:03 -0500
76397dbe67Fixed merging issue.
Adam Harrison
2021-11-21 17:01:14 -0500
26145ec48dAdded in the ability to indent things over, and fixed moving up and down a bit.
Adam Harrison
2021-11-16 17:28:36 -0500
e1830b3d28Added in word wrapping.,
Adam Harrison
2021-10-31 14:14:37 -0400
db34b39792Changed interface to accomodate new stuff.
Adam Harrison
2021-10-31 13:53:44 -0400
e65b327734Fixed up scrolling.
Adam Harrison
2021-10-26 23:23:33 -0400
8ed76b9a61Made it so that translations can be overidden, and fixed how columsn translate around, as well as quashed some other bugs.
Adam Harrison
2021-10-26 22:54:50 -0400
fa19a679fcOK. Ugly, but mostly working.
Adam Harrison
2021-10-26 21:46:24 -0400
4d6d7c8a74Made things much cleaner.
Adam Harrison
2021-10-26 18:48:01 -0400
84cff29001Soft line wrap.
Adam Harrison
2021-10-26 15:33:38 -0400
28f6bded03Added in keycodes, and scancodes, restoring older functionality. Added in config option to toggle between using scancodes or keycodes for key combinations.
Adam Harrison
2021-12-15 21:16:33 -0500
eb9918089aTakes kivutar's changes into account, cleaning things up slightly.
Adam Harrison
2021-12-15 20:31:24 -0500
b7631ba44aAdded in restart keymapping.
Adam Harrison
2021-12-15 16:50:38 -0500
Merge branch 'master' into plugin_api_h_fix
Adam
2021-12-05 22:11:47 -0500
aed509ebb9Forgot threads is now needed for dmon.
Adam Harrison
2021-12-05 18:44:44 -0500
d13315ecb9Added in new merge method, and run it on plugins. Also made it so plugin configs can be set anywhere, even if we don't know the plugin beforehand.
Adam Harrison
2021-12-05 18:32:20 -0500
094401add1Made error handling on make marginally more sense.
Adam Harrison
2021-12-05 18:15:27 -0500
6d8b1191ffAnd another.
Adam Harrison
2021-12-05 18:04:50 -0500
396ce1575fForgot version control marker.
Adam Harrison
2021-12-05 18:03:45 -0500
0e57d7b290Fixed reads on windows.
Adam Harrison
2021-12-05 18:00:49 -0500
8e5963f1c9Manual merge.
Adam Harrison
2021-12-05 17:58:01 -0500
Merge branch 'master' into scrollable_tabs
Aleksander Litynski
2021-12-03 19:12:19 -0500
3a02f091e7- don't send mouse_pressed event to child view if the press happened in the tab area - I don't see this making any difference, but it doesn't make things worse, and it at least _makes sense_ to not send the view a press if the press was in the tab area
Aleks Litynski
2021-12-03 19:05:53 -0500
6ec62bf557- when a tab becomes active, scroll it visible - removed redundant request_cursor("arrow") call (tab scroll buttons are part of the tab area)
Aleks Litynski
2021-12-03 00:18:40 -0500
6d39e83585- when tabs are closed, scroll to ensure max-tabs are always visible - count the right scroll button as gutter if tabs don't overflow to the right - get_scroll_button_index takes into account if the scroll button is visible or not
Aleks Litynski
2021-12-02 23:41:32 -0500
Add name to plain text fallback syntax
Guldoman
2021-12-02 22:34:49 +0100
f6b76de4f4- show the arrow cursor when any part of a tab bar is hovered - when a new tab is opened, scroll it into focus
Aleks Litynski
2021-12-02 02:03:03 -0500
0119321b6a- allow active tabs to scroll out of view by default - bind a command to scroll the active tab back into view - maintain scroll arrow behavior, but allow the mouse wheel to scroll tabs out of view - expose panning the tab bar as commands - emit tabwheelup/tabwheeldown key events when a wheel event occurs within the tab bar
Aleks Litynski
2021-12-02 00:48:18 -0500