summaryrefslogtreecommitdiff
path: root/src/gui
AgeCommit message (Expand)Author
2017-08-25doc: add non-breaking spaces in French messagesSébastien Helleu
2017-08-21core: add flag "input_get_empty" in bufferSébastien Helleu
2017-08-12core: fix cast of time_t (to "long long" instead of "long") (closes #1051)Sébastien Helleu
2017-08-10core: remove value for first #define in headers, add "PLUGIN" in plugin headersSébastien Helleu
2017-07-08core: call the config hook when options are removedSébastien Helleu
2017-06-10core: improve speed of nicklist bar item callbackSébastien Helleu
2017-06-10core, plugins: fix conditions to insert elements in linked listsSébastien Helleu
2017-06-10core: remove unused function gui_window_clear_weechat (issue #1012)Sébastien Helleu
2017-06-10core: fix bind of keys with space key, like alt+space (bug #32133)Sébastien Helleu
2017-06-08api: allow update of variables "scroll_x" and "scroll_y" in bar_window with f...Sébastien Helleu
2017-06-06core: remove unused functions gui_bar_get_min_width and gui_bar_get_min_heigh...Sébastien Helleu
2017-06-03gui: remove callback unused after 0b2be21f1f42c2a1b0c200b339d7d2e59595da4cSimmo Saan
2017-06-03gui: remove completion hdata made unusable by arraylist usageSimmo Saan
2017-06-03gui, buflist: remove declared but undefined functionsSimmo Saan
2017-06-03core, gui: remove declared but unused global variablesSimmo Saan
2017-06-03gui: fix gui-focus.h header guardSimmo Saan
2017-06-03gui: remove non-standard enum forward declarationSimmo Saan
2017-06-03gui: fix gui_key_default_bindings declared without argumentsSimmo Saan
2017-06-03core: fix infinite loop when the terminal is closed on the secure password pr...Sébastien Helleu
2017-05-21core: remove useless conditionSébastien Helleu
2017-05-10core: remove dead assignment in function gui_input_history_nextSébastien Helleu
2017-05-06core: add option weechat.completion.nick_case_sensitive (closes #981)Sébastien Helleu
2017-05-04core: fix memory leak in display of mouse event debug infoSébastien Helleu
2017-04-25core: fix command /cursor stop (do not toggle cursor mode) (closes #964)Sébastien Helleu
2017-03-31script: move default mouse keys for script plugin from core to script-mouse.cSébastien Helleu
2017-03-31api: add special key "__quiet" in function key_bindSébastien Helleu
2017-03-28core: fix cut of chars in "cutscr" of evaluated stringsSébastien Helleu
2017-03-25core: fix type of values for hashtables extra_vars and options in gui_bar_che...Sébastien Helleu
2017-03-25core: add hotlist pointer in buffer structureSébastien Helleu
2017-03-25core: check that pointers received in arguments are not NULL in "free" functionsSé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-22core: add resize of window parents (closes #893)raspbeguy
2017-01-15core: fix compilation on FreeBSD with autotools (issue #276)Sébastien Helleu
2017-01-13tests: fix compilation of tests on FreeBSD 11Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-17core: link with resolv library only on Mac OS XSébastien Helleu
2016-12-17core: fix compilation on Mac OS X (closes #276)Sébastien Helleu
2016-12-17Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu
2016-11-13core: fix deadlock when quitting after a signal is received (closes #32)Sébastien Helleu
2016-10-29core: fix display of empty lines in search mode (closes #829)Sébastien Helleu
2016-10-08core: fix integer overflow in calls to realloc (issue #809)Sébastien Helleu
2016-10-08core: fix realloc in function gui_input_optimize_size (issue #809)Sébastien Helleu
2016-09-20core: add option weechat.look.align_multiline_wordsarza
2016-09-08core: replace "clipboard" by "internal clipboard" in /help input and user's g...Sébastien Helleu
2016-09-03core: evaluate content of option "weechat.look.item_time_format" (issue #791)Sébastien Helleu
2016-08-16core: add optional argument "lowest", "highest" or level mask in command /inp...Sébastien Helleu
2016-08-13core: fix NULL pointer derefence in case of memory error in gui_buffer_input_...Sébastien Helleu
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu