summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api
AgeCommit message (Expand)AuthorFiles
2014-05-26API: Refactor: Duplicate/free string arguments coming from msgpackThiago de Arruda3
2014-05-26coverity: fix BUFFER_SIZE_WARNING with str{n,l}cpyNicolas Hillegeer2
2014-05-23API: Refactor: Fix buffer_get_markThiago de Arruda1
2014-05-23API: Refactor: Use macro for initializing all arraysThiago de Arruda4
2014-05-23API: Refactor: Implement buffer_get_numberThiago de Arruda2
2014-05-23API: Refactor: Return handles instead of indexesThiago de Arruda7
2014-05-23API: Refactor: Change the integer type of remote objects to uint64_tThiago de Arruda4
2014-05-23API: Refactor: Add macro infrastructure for typed arraysThiago de Arruda1
2014-05-23API: Refactor: Generalize buffer, window and tabpage types/functionsThiago de Arruda1
2014-05-23API: Refactor: Register/unregister created/destroyed tabpagesThiago de Arruda2
2014-05-23API: Refactor: Register/unregister created/destroyed windowsThiago de Arruda2
2014-05-23API: Refactor: Register/unregister created/destroyed buffersThiago de Arruda2
2014-05-23API: Refactor: Implement api/handle moduleThiago de Arruda2
2014-05-23API: Refactor: Move non-public files to private subdirectoryThiago de Arruda11
2014-05-23API: Bugfix: Terminate directory string in vim_change_directoryThiago de Arruda1
2014-05-23API: Bugfix: Use 0-terminated string in vim_strwidthThiago de Arruda1
2014-05-23API: Bugfix: Fix loop condition in vim_list_runtime_pathsThiago de Arruda1
2014-05-23API: Bugfix: Remove wrong increment statement from buffer_set_sliceThiago de Arruda1
2014-05-23API: Bugfix: Check that error isn't set in buffer_get_lineThiago de Arruda1
2014-05-23API: Cleanup: Remove unnecessary NULL checksThiago de Arruda1
2014-05-19Improve map module: Refactor vim_to_object_recThiago de Arruda1
2014-05-18api/helpers: implement C string to String helperNicolas Hillegeer3
2014-05-17Replace unnecessary `xcalloc` call by `xmalloc`Thiago de Arruda1
2014-05-17Enable -Wconversion for API files and fix errorsThiago de Arruda5
2014-05-17Use more descriptive names for API primitive typesThiago de Arruda10
2014-05-17Refactor API to use one integer type: int64_tThiago de Arruda1
2014-05-17Use `uintptr_t` as the hashtable type in helpers.cThiago de Arruda1
2014-05-15Introduce nvim namespace: Fix define guards.Eliseo Martínez6
2014-05-15Introduce nvim namespace: Fix project-local includes.Eliseo Martínez10
2014-05-15Introduce nvim namespace: Fix relative includes.Eliseo Martínez5
2014-05-15Introduce nvim namespace: Move files.Eliseo Martínez11