summaryrefslogtreecommitdiff
path: root/src/gui/curses/Makefile.am
AgeCommit message (Collapse)Author
2017-01-15core: fix compilation on FreeBSD with autotools (issue #276)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-12-17core: fix compilation on Mac OS X (closes #276)Sébastien Helleu
The resolver functions like res_init() require link with resolv.
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-08-31core: change comment about linker and circular references problems with ↵Sébastien Helleu
static libs
2014-07-20core: fix build with autotools (add main.c)Sébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-08-07core: remove symbolic link "weechat-curses" on make uninstall (cmake and ↵Sebastien Helleu
autotools)
2013-08-07core: fix typo in comment for creation of symbolic link "weechat-curses"Sebastien Helleu
2013-08-02core: add platform-dependent extension on "weechat-curses" link (so that ↵Sebastien Helleu
link is "weechat-curses.exe" on cygwin)
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task ↵Sebastien Helleu
#11027) A symbolic link weechat-curses -> weechat is now created (by both cmake and configure), so that the /upgrade will work from an old version. However, if you upgrade from an old version, it is recommended to force the use of the new binary name with the command: `/upgrade /path/to/weechat` (replace the path accordingly).
2013-07-20core: replace obsolete INCLUDES by AM_CPPFLAGS in files Makefile.amSebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable ↵Sebastien Helleu
in plugin API, add support of URL in hook_process/hook_process_hashtable (task #10247)
2012-01-08core: update copyright datesSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix ↵Sebastien Helleu
bugs with key "^" (bug #32072, bug #21381), fix bugs with bar windows, completion and /buffer New features and bugs fixed: - mouse support: new command /mouse, new option weechat.look.mouse, new key context "mouse" - free movement of cursor: new command /cursor, new key context "cursor" - new hook_focus (used by cursor and mouse) - info "cursor_mode" - bugs fixed with key "^" - allow plugin name in /buffer name - fix bugs with bar windows: do not create bar windows for hidden bars - fix completion bug when two words for completion are equal but with different case - automatic scroll direction in /bar scroll (x/y is now optional)
2011-07-05core: add context "search" for keys (to define keys used during search in ↵Sebastien Helleu
buffer with ctrl+"r")
2011-06-01core: fix bug with new line inserted at end of each line displayed (set ↵Sebastien Helleu
eat_newline_glitch to 0 if available)
2011-01-01Update copyright datesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-02-18Add mechanism DH-BLOWFISH for SASL authentication with IRC serverSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-03Fix typo: keeped -> keptSebastien Helleu
2009-03-28Add cmake files in package built by autotoolsSebastien Helleu
2009-01-15Add Jabber plugin (alpha version, many Jabber features are missing)Sebastien Helleu
This commit introduces Jabber/XMPP protocol for WeeChat. It uses iksemel lib. Please note many major Jabber features are missing: - roster management (add/remove/.. buddies), - MUC, - transports. It is possible to define servers (with /jabber), connect to them (with /jconnect), disconnect (/jdisconnect) and chat with buddies (with /jchat).
2009-01-03Update copyright datesSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-06-21Remove infobarSebastien Helleu
2008-05-20Add hook_connect (background connection to peer)Sebastien Helleu
2008-03-07Cleanup of Curses and Gtk makefilesSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued...
2008-02-21Added new plugin "debug"Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-12-04Removed WeeChat "command" structure, now all internal commands are hooked ↵Sebastien Helleu
when WeeChat starts
2007-10-31Renamed many sources and functions in src/gui, improved display of messages ↵Sebastien Helleu
in buffer (faster and using less memory)
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
Build of src/protocols/lib_weechat_protocols.a was added. IRC protocol is now optional in configure and cmake builds.
2007-09-20Moved IRC sources from src/irc/ to src/protocols/irc/Sebastien Helleu
2007-07-02Replaced GPL 2 license by GPL 3Sebastien Helleu
2007-01-05Changed copyright date (2006 -> 2007)Sebastien Helleu
2006-05-20Moved content of src/common/log.c to src/gui/gui-log.c, log.c is now used ↵Sebastien Helleu
for WeeChat log file
2006-05-07Added some panel structures and functionsSebastien Helleu
2006-04-22Splited GUI sourcesSebastien Helleu
2006-01-04New year in copyright, FSF address changedSebastien Helleu
2005-10-30Fixed minor compilation problem (dependency with plugins lib)Sebastien Helleu
2005-10-30- added new setting (look_one_server_buffer): use same buffer for all serversSebastien Helleu
- fixed DCC bug when looking for ports in range
2005-10-29fix detection of libgnutlsEmmanuel Bouthenot
2005-10-15New plugin interface (loads dynamic C libraries)Sebastien Helleu
2005-07-09- new keyboard management: keys are setup in config file, new command /key ↵Sebastien Helleu
was added and some new default keys were added - added seconds in infobar time (optional with new config flag) - fixed some curses refreshs