summaryrefslogtreecommitdiff
path: root/src/client.cc
AgeCommit message (Expand)Author
2015-06-22Refactor slightly window redrawingMaxime Coste
2015-06-21Rework window redraw handling, should redraw window less oftenMaxime Coste
2015-06-17Move status/mode line drawing as a separate ui methodMaxime Coste
2015-06-05Merge branch 'mode-stack'Maxime Coste
2015-06-05Gracefully handle reloading a file that was deletedMaxime Coste
2015-06-03Get rid of the mode trash, delete mode directly when leaving on_keyMaxime Coste
2015-06-01Port even more code to use format functionMaxime Coste
2015-05-16Preserve selections across reloadsMaxime Coste
2015-04-19Avoid unneeded update of selections when we are going to overwrite themMaxime Coste
2015-03-30More useage of the format functionMaxime Coste
2015-03-13exception::what returns a StringView rather than a const char*Maxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-04Reactivate direct file change check on entering normal modeMaxime Coste
2015-02-12Cleanup and refactor externally modified buffer reloadingMaxime Coste
2015-02-11Allow <ret> and <esc> to reload/keep an externally modified fileMaxime Coste
2014-12-29Small formatting fixesMaxime Coste
2014-12-20Small code tweakMaxime Coste
2014-12-18Do not register timers for transient input handlersMaxime Coste
2014-12-08More string cleanupsMaxime Coste
2014-12-05Consolidate constext disablable feature in a 'Disableable' helperMaxime Coste
2014-11-29Rework client pending key handling, fix insert/normal timersMaxime Coste
2014-11-28Fix compilationMaxime Coste
2014-11-28Process ctrl-c when not in urgent event mode as wellMaxime Coste
2014-11-25Separate events between normal and urgent onesMaxime Coste
2014-11-17Remove unneeded string copiesMaxime Coste
2014-11-10Add ui_options option for UserInterface configurationMaxime Coste
2014-11-08For {Menu,Info}Style::Prompt, choose the anchor directly in ncurses codeMaxime Coste
2014-11-08Add a MenuDoc style for info box, that will place it next to the menuMaxime Coste
2014-10-22Reread file timestamp at the moment the user choose to keepMaxime Coste
2014-09-23Add support for mapping keys in goto/view commandsMaxime Coste
2014-09-10Add some color to mode specific mode line infoMaxime Coste
2014-08-12Tweak client redraw logic, avoid highlight if only status line changedMaxime Coste
2014-07-25Display a [no-hooks] tag in the mode line when hooks are disabledMaxime Coste
2014-07-11Rename ColorPair to Face and ColorRegistry to FaceRegistryMaxime Coste
2014-07-07Fix redrawing of windows when only the status line changesMaxime Coste
2014-07-07Use colors in status bar for certain flagsMaxime Coste
2014-06-22Do not try to reload buffer if the buffer was deletedMaxime Coste
2014-05-13SelectionList know its buffer and timestampMaxime Coste
2014-05-07Refactor LineAndColumn coordinatesMaxime Coste
2014-04-15Add an explicit refresh method to user interfaceMaxime Coste
2014-04-07Add support for querying client environement variablesMaxime Coste
2014-04-02Fix clang compilationMaxime Coste
2014-04-01Minor formatting changesMaxime Coste
2014-03-26fix file reload prompt displaying invalid messageMaxime Coste
2014-03-24Use an info box to prompt for reloading of modified filesMaxime Coste
2014-03-07Clamp cursor position on buffer reloadingMaxime Coste
2014-01-28Rename selections first,last to more explicit anchor,cursorMaxime Coste
2014-01-27Fix compilation with clang 3.4Maxime Coste
2013-12-20Get rid of Editor for goodMaxime Coste
2013-12-16Pass a Context rather than a Window to highlightersMaxime Coste