summaryrefslogtreecommitdiff
path: root/src/ncurses_ui.cc
AgeCommit message (Expand)Author
2015-09-03Change ncurses title logic, use hard coded \033]2;<title>\007 sequenceMaxime Coste
2015-08-23Rework resize handlingMaxime Coste
2015-08-16Cleanup mouse handling a littleMaxime Coste
2015-07-15Add support for FocusIn/FocusOut events from UIMaxime Coste
2015-07-03Fix mouse coordinates in ncurses ui with status on topMaxime Coste
2015-06-30Use tparm instead of tiparmMaxime Coste
2015-06-30Force setting of terminal hardware scroll region on resizeMaxime Coste
2015-06-30Refactor resize handling in NCursesUIMaxime Coste
2015-06-29Use StatusLine face as default for the status lineMaxime Coste
2015-06-21Improve ncurses redraw behaviourMaxime Coste
2015-06-17Move status/mode line drawing as a separate ui methodMaxime Coste
2015-06-04Add support for Default faceMaxime Coste
2015-05-11Fix bug in ncurses mouse handlingMaxime Coste
2015-05-07Fix dangling info window pointer in ncurses uiMaxime Coste
2015-05-01Add str_to_int_ifp that returns an Optional<int> instead of throwingMaxime Coste
2015-04-30Do not display info box when there is not enough room on screen for itMaxime Coste
2015-04-28Use unicode elipsis to mark trimmed mode lineMaxime Coste
2015-04-25Move Colors enum class as NamedColor enum inside Color structMaxime Coste
2015-04-23NCurses: When mode line is too long, trim it rather hiding itMaxime Coste
2015-04-22Use puts instead of printf in ncurses_uiMaxime Coste
2015-04-06Use default values for ncurses options when not specifiedMaxime Coste
2015-04-06Make ncurses wheel scroll button configurableMaxime Coste
2015-04-03Avoid zstr call in ncurses addutf8strMaxime Coste
2015-03-25Flip the cat assistantMaxime Coste
2015-03-22Add support for mouse wheelMaxime Coste
2015-03-22Experimental support for mouseMaxime Coste
2015-03-10Refactor String, use a common StringOps interface, hide std::stringMaxime Coste
2015-03-09ArrayView content is not const anymoreMaxime Coste
2015-02-10Replace some <cstring> function usage with c++ algorithmsMaxime Coste
2015-02-09Refactor ncurses assistant option handlingMaxime Coste
2015-02-08add `assistant=cat|trombon' optionrobin moussu
2015-02-08Add a cat assistant!robin moussu
2015-01-12replace all std::vector with VectorMaxime Coste
2015-01-09Track String memory allocationsMaxime Coste
2015-01-06Rename memoryview to ArrayViewMaxime Coste
2014-12-23Unify completion from container content logicMaxime Coste
2014-12-23Move containers utils to containers.hh and add filtered/transformed utilsMaxime Coste
2014-12-16Rework hashing, use a more extensible framework similar to n3876 proposalMaxime Coste
2014-12-14Always use plain ncurses.hMaxime Coste
2014-12-09Rename ncurses.{cc,hh} to ncurses_ui.{cc,hh}Maxime Coste