summaryrefslogtreecommitdiff
path: root/src/ncurses_ui.cc
AgeCommit message (Expand)Author
2016-04-11Remove padding control options from ncurses uiMaxime Coste
2016-04-11Merge remote-tracking branch 'lenormf/buffer-padding'Maxime Coste
2016-03-24Remove forced redraw in ncurses uiMaxime Coste
2016-03-09Redisplay info when menu appears so that info adapts its positionMaxime Coste
2016-03-07Handle <c-l> redrawing on the server sideMaxime Coste
2016-02-27Slight refactor in ncurses_ui, group info and menu data in structsMaxime Coste
2016-02-17Cleanup/fix some codeFrank LENORMAND
2016-02-17Allow users to chose how the buffers are paddedFrank LENORMAND
2016-01-10Rename set_signal_wrapper to set_signal_handler and tweak SignalHandler defMaxime Coste
2015-12-23Add a signal function using sigactionDaniel Robertson
2015-12-05Improve info box placement behaviour in some corner casesMaxime Coste
2015-12-02Another try to fix csr problems (#469)Maxime Coste
2015-11-30Try to just reset the scroll region to workaround #469Maxime Coste
2015-11-27Consolidate writing to fdMaxime Coste
2015-11-19Fix some cases where menu items are truncated needlesslyMaxime Coste
2015-11-18Fix correctly ncurses menu size computations and avoid divide by 0Maxime Coste
2015-11-17NCurses: Fix max menu item width computationMaxime Coste
2015-11-05Change ncurses wheel down default button to 5Maxime Coste
2015-10-13Restore info box after a resize as wellMaxime Coste
2015-10-13Try to restore menu after a resizeMaxime Coste
2015-10-13Fix NCursesUI::m_items not being empty after a resizeMaxime Coste
2015-10-09NCursesUI: Remove color restoring supportMaxime Coste
2015-10-08Tweak handling of SIGINTMaxime Coste
2015-10-08Store color/color pairs mapping in the ncurses ui instanceMaxime Coste
2015-10-08Check for terminal resize on SIGCONTMaxime Coste
2015-10-06Fix warning in ncurses_ui.ccMaxime Coste
2015-10-05Use DisplayLine for menu choicesMaxime Coste
2015-10-02Add ncurses_enable_mouse ui optionMaxime Coste
2015-09-27Add support for italic text attributeMaxime Coste
2015-09-24Add Haiku support.Filip SzczepaƄski
2015-09-23Cleanup compute_needed_size implementationMaxime Coste
2015-09-23Cleanup ncurses string writing codeMaxime Coste
2015-09-21Fix some redrawing problems after resizeMaxime Coste
2015-09-19Tweak NCursesUI behaviour to reduce flickering on resizeMaxime Coste
2015-09-16Store key hash in IdMapMaxime Coste
2015-09-14Do not touch the first 16 colors in ncurses UIMaxime Coste
2015-09-14Restore redraw on <c-l> in ncurses uiMaxime Coste
2015-09-12Fix color restoringMaxime Coste
2015-09-12Fix ncurses info box avoiding dead menusMaxime Coste
2015-09-12Add some missing memory domainsMaxime Coste
2015-09-11Restore keypad support in ncurses uiMaxime Coste
2015-09-11Slight refactor of NCursesUI ui_options handlingMaxime Coste
2015-09-11Small code cleanup in ncurses_ui.ccMaxime Coste
2015-09-11Improve redraw behaviour on resizeMaxime Coste
2015-09-11Use wgetch rather than getch to avoid unwanted redrawsMaxime Coste
2015-09-10Refactor NCursesUI implementation, use pads instead of windowsMaxime Coste
2015-09-10Try to restore colors to hard coded xterm palette on ncurses quitMaxime Coste
2015-09-07Delete all existig window before resizingMaxime Coste
2015-09-07Avoid wrapping lines with negative max widthMaxime Coste
2015-09-07Small info box handling in cleanup in ncursesMaxime Coste