| Commit message (Expand) | Author | Age |
* | Use `uintptr_t` as the hashtable type in helpers.c | Thiago de Arruda | 2014-05-17 |
* | Replace if (ga->ga_len) with if (!GA_EMPTY(ga)) | Felipe Oliveira Carvalho | 2014-05-17 |
* | Replace ga->ga_len == 0 checks with GA_EMPTY(ga) | Felipe Oliveira Carvalho | 2014-05-17 |
* | Replace ga->ga_len > 0 checks with !GA_EMPTY(ga) | Felipe Oliveira Carvalho | 2014-05-17 |
* | s/GA_EMPTY/GA_EMPTY_INIT_VALUE/ | Felipe Oliveira Carvalho | 2014-05-17 |
* | Introduce nvim namespace: Fix define guards. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix localization. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix functional tests. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix unmasked strings.h issue. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix project-local includes. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix relative includes. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Fix build process. | Eliseo Martínez | 2014-05-15 |
* | Introduce nvim namespace: Move files. | Eliseo Martínez | 2014-05-15 |
* | Add ${API_SOURCES} to `nvim-test` cmake target. | Thiago de Arruda | 2014-05-14 |
* | Use platform check for correct selection of khash type in helpers.c | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_get_vvar | Thiago de Arruda | 2014-05-13 |
* | API: Refactor vim_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_get_window_count | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_is_valid | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_get_window | Thiago de Arruda | 2014-05-13 |
* | API: Implement tabpage_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_is_valid | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_get_position | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_option | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_{height,width} | Thiago de Arruda | 2014-05-13 |
* | API: Implement window_{get,set}_cursor | Thiago de Arruda | 2014-05-13 |
* | API: Implement `window_get_buffer` | Thiago de Arruda | 2014-05-13 |
* | Add new files to clint and fix reported errors | Thiago de Arruda | 2014-05-13 |
* | API: Implement `buffer_get_mark` | Thiago de Arruda | 2014-05-13 |
* | API: Implement `buffer_is_valid` | Thiago de Arruda | 2014-05-13 |
* | API: Implement `buffer_insert` | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_name | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_option | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Implement functions for deleting lines | Thiago de Arruda | 2014-05-13 |
* | API: Refactor buffer_{get,set}_line | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_slice | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_get_length | Thiago de Arruda | 2014-05-13 |
* | API: Implement window/tabpage switching functions | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer switching functions | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_get_buffer_count | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_{out,err}_write | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_{get,set}_option | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_{get,set}_var | Thiago de Arruda | 2014-05-13 |
* | API: Move vim_to_object to helpers.c | Thiago de Arruda | 2014-05-13 |
* | API: Implement vim_set_current_line | Thiago de Arruda | 2014-05-13 |
* | API: Extract error boilerplate into a macro | Thiago de Arruda | 2014-05-13 |
* | API: Implement buffer_{get,set}_line | Thiago de Arruda | 2014-05-13 |
* | API: Move helper functions to another module | Thiago de Arruda | 2014-05-13 |