aboutsummaryrefslogtreecommitdiff
path: root/vis.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-07vis: prefix enum VisMotion values with VIS_Marc André Tanner1-30/+30
2015-11-07vis: tweak enum VisTextObject namesMarc André Tanner1-26/+26
2015-11-07vis: prefix enum VisOperator values with VIS_Marc André Tanner1-19/+19
2015-11-07vis: API documentation and cleanupMarc André Tanner1-11/+8
2015-11-07vis: introduce vis_cancel APIMarc André Tanner1-4/+8
2015-11-07vis: move modes into separate fileMarc André Tanner1-282/+1
2015-11-07vis: move operators to separate fileMarc André Tanner1-238/+13
2015-11-07vis: move motions to separate fileMarc André Tanner1-262/+0
2015-11-07vis: move :-commands into their own fileMarc André Tanner1-1206/+4
2015-11-06vis: fix cursor position after charwise pasteMarc André Tanner1-0/+7
2015-11-06vis: do something reasonable upon visual repeatMarc André Tanner1-0/+4
2015-11-06vis: fix operators to correctly handle multiple selectionsMarc André Tanner1-4/+8
2015-11-03vis: add vis_keys_inject to place keys into the input queueMarc André Tanner1-6/+24
2015-11-02vis: free input_queue at exitVirgile Andreani1-0/+1
2015-11-02vis: let keys entered via API affect macro recordingMarc André Tanner1-4/+5
2015-11-02vis: make append (a and A) commands repeatableMarc André Tanner1-2/+10
2015-11-02vis: improve count handling for dot commandMarc André Tanner1-2/+12
2015-11-02vis: improve dot commandMarc André Tanner1-53/+88
2015-10-27vis: make Vis an opaque type, hide implementaton detailsMarc André Tanner1-11/+108
2015-10-27vis: introduce vis_macro_recording APIMarc André Tanner1-0/+4
2015-10-27vis: introduce vis_prompt_enter APIMarc André Tanner1-4/+19
2015-10-27vis: clean up tab/newline insertion codeMarc André Tanner1-2/+42
2015-10-27vis: introduce pseudo operators for putMarc André Tanner1-9/+21
2015-10-26vis: introduce explicit operators for cursor creationMarc André Tanner1-2/+7
2015-10-26vis: introduce explicit operators for case changesMarc André Tanner1-6/+19
2015-10-26vis: move key handling functions to main.cMarc André Tanner1-747/+348
2015-10-26vis: merge editor.c into vis.cMarc André Tanner1-101/+589
2015-10-25vis: introduce vis_key_next APIMarc André Tanner1-5/+4
2015-10-25vis: introduce vis_register_{get,set} APIMarc André Tanner1-6/+21
2015-10-25vis: introduce vis_count_{get,set} APIMarc André Tanner1-9/+19
2015-10-25vis: introduce vis_motion_type APIMarc André Tanner1-1/+5
2015-10-25vis: clean up mark handlingMarc André Tanner1-19/+13
2015-10-25vis: convert jumplist navigation to proper motionsMarc André Tanner1-15/+41
2015-10-25vis: convert changelist navigation to proper motionsMarc André Tanner1-16/+45
2015-10-25vis: introduce vis_repeat APIMarc André Tanner1-5/+9
2015-10-25vis: introduce macro APIMarc André Tanner1-37/+73
2015-10-25vis: introduce vis_keys APIMarc André Tanner1-4/+3
2015-10-25vis: introduce vis_cmd APIMarc André Tanner1-4/+4
2015-10-25vis: introduce vis_textobject APIMarc André Tanner1-32/+8
2015-10-25vis: introduce vis_motion APIMarc André Tanner1-124/+89
2015-10-23vis: introduce vis_mode_switch APIMarc André Tanner1-14/+19
2015-10-23vis: introduce vis_operator APIMarc André Tanner1-23/+27
2015-10-23vis: begin librarization of core vis primitivesMarc André Tanner1-101/+61
2015-10-22vis: refactor startup codeMarc André Tanner1-27/+35
2015-10-22ui: introduce and use ui specific die(...) functionMarc André Tanner1-20/+18
2015-10-22vis: overhaul signal handlingMarc André Tanner1-25/+26
2015-10-22vis: remove config selection based on argv[0]Marc André Tanner1-12/+1
2015-10-22vis: remove global state from key input handlingMarc André Tanner1-4/+7
2015-10-22vis: remove yet more global stateMarc André Tanner1-53/+55
2015-10-22vis: remove yet more global state from motion functionsMarc André Tanner1-13/+13