summaryrefslogtreecommitdiff
path: root/src/gui/curses/gui-curses-main.c
AgeCommit message (Expand)Author
2021-03-16core: add options to customize commands on system signals, quit by default on...Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-04-21core: translate log message when the signal SIGHUP is receivedSébastien Helleu
2020-04-21core: restore signal "signal_sighup", and if eaten do not reload configurationSébastien Helleu
2020-04-22core: reload config on SIGHUPTom Fitzhenry
2020-01-04core: update copyright datesSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-07-13core: fix compiler warnings on calls to snprintfSébastien Helleu
2018-03-16core: quit WeeChat on ctrl-C (signal SIGINT) in headless modeSébastien Helleu
2018-03-11core: add binary weechat-headless to run WeeChat without interface (closes #1...Sébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-06-03core: fix infinite loop when the terminal is closed on the secure password pr...Sébastien Helleu
2017-03-12core: fix typo: refreshs -> refreshesSébastien Helleu
2017-02-22core: send signal "signal_sigwinch" after refreshs (issue #902)Sébastien Helleu
2017-02-04core: fix delayed refresh when the signal SIGWINCH is received (terminal resi...Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-11-13core: fix deadlock when quitting after a signal is received (closes #32)Sébastien Helleu
2016-04-23api: add support of functions in hook_processSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-07-18core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 on...Sébastien Helleu
2015-06-28core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup (c...Sébastien Helleu
2015-05-01core: fix compilation on CygwinSébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-04-25core: display the welcome message immediately after the startup message, move...Sébastien Helleu
2015-04-17core: add a welcome message on first WeeChat run (closes #318)Sébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-07-14core: move main() function into Curses GUISébastien Helleu
2014-03-29core: quit WeeChat on signal SIGHUP, remove signal "signal_sighup"Sebastien Helleu
2014-03-06core: add option weechat.look.hotlist_add_conditions, remove option weechat.l...Sebastien Helleu
2014-02-16core: add bare display mode (for easy text selection and click on URLs)Sebastien Helleu
2014-02-10api: add integer return code for functions hook_{signal|hsignal}_sendSebastien Helleu
2014-01-21core: delay the signal "signal_sigwinch" after WeeChat screen refreshSebastien Helleu
2014-01-21core: add signals "signal_sighup" and "signal_sigwinch" (terminal resized)Sebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-11-23core: free nicklist data (for hsignal) on exitSebastien Helleu
2013-11-18core: use #ifdef to check if versions are defined in signal "debug_libs"Sebastien Helleu
2013-11-18core: remove "v" before versions displayed by /debug libsSebastien Helleu
2013-11-17core: add option "libs" for command /debug, add signal "debug_libs"Sebastien Helleu
2013-11-09core: rename option weechat.look.set_title to weechat.look.window_title (eval...Sebastien Helleu
2013-09-23core: replace some calls to ncurses *printw functions by *addstrSebastien Helleu
2013-08-10core: optimize the removal of lines in buffers (a lot faster to clear/close b...Sebastien Helleu
2013-07-27core: add secured data with optional encryption in file sec.confSebastien Helleu
2013-04-12core: do not force weechat_quit to 0 in main loop, so that a /quit issued bef...Sebastien Helleu
2013-03-17core: fix typos in many comments and some stringsSebastien Helleu
2013-03-17core: add support of multiple layouts (task #11274)Sebastien Helleu
2013-01-05core: fix refresh of bars when applying layout (bug #37944, bug #37952)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu