Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to Vladimir Lomov.
|
|
|
|
|
|
|
|
|
|
Added gui.set_theme() and gui.select_theme() theming utilities.
All new light and dark themes. Moved old classic themes to the wiki.
|
|
|
|
Thanks to Travis Herrick.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'_BUFFERS' and '_VIEWS' now also have buffer and view keys with index values;
'buffer.doc_pointer', 'view.doc_pointer', and 'gui.focused_doc_pointer' are no
longer used; 'buffer:check_global()' replaces 'gui.check_focused_buffer()';
Added 'view.buffer' field; 'view:goto_buffer()' and 'gui.goto_view()' arguments
changed to make more sense.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'c' is now Control and 'm' is Command.
|
|
|
|
Thanks to Robert Gieseke for the idea and prototype code.
|
|
|
|
On Linux, AltGr is sometimes registered as GDK_MOD5_MASK which Mac OSX
identifies as meta.
|
|
|
|
|
|
|