summaryrefslogtreecommitdiff
path: root/src/gui/curses/CMakeLists.txt
AgeCommit message (Expand)Author
2014-01-01core: update copyright datesSebastien Helleu
2013-11-02core: use ncurses include path when compiling with cmakeSebastien Helleu
2013-09-23core: fix extension (.exe) of symbolic link "weechat-curses" under CygwinSebastien Helleu
2013-08-07core: remove symbolic link "weechat-curses" on make uninstall (cmake and auto...Sebastien Helleu
2013-08-07core: fix typo in comment for creation of symbolic link "weechat-curses"Sebastien Helleu
2013-08-06core: use $DESTDIR when creating symbolic link "weechat-curses" with cmakeSebastien Helleu
2013-08-02core: add platform-dependent extension on "weechat-curses" link (so that link...Sebastien Helleu
2013-08-02core: rename binary and man page from "weechat-curses" to "weechat" (task #11...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-09-17core: move the set of cmake policy CMP0003 in directory src (so it applies to...Sebastien Helleu
2012-01-16core: add URL transfer (using libcurl), add function hook_process_hashtable i...Sebastien Helleu
2012-01-16core: add library "pthread" in cmake file for link on OpenBSDSebastien Helleu
2012-01-08core: update copyright datesSebastien Helleu
2011-11-12core: fix compilation under OpenBSD 5.0 (lib utf8 not needed any more) (bug #...Simon Kuhnle
2011-10-26core: remove unneeded whitespaceSebastien Helleu
2011-07-26core: add mouse support (task #5435), free cursor movement, hook_focus, fix b...Sebastien Helleu
2011-07-05core: add context "search" for keys (to define keys used during search in buf...Sebastien Helleu
2011-06-01core: fix bug with new line inserted at end of each line displayed (set eat_n...Sebastien Helleu
2011-01-01Update copyright datesSebastien Helleu
2010-06-22Update licenses and copyrights, add missing author names in sourcesSebastien Helleu
2010-03-19Reformat multi-line commentsSebastien Helleu
2010-01-03Update copyright datesSebastien Helleu
2009-10-04Fix compilation under Cygwin (patch #6916)Sebastien Helleu
2009-10-03Replace MATCHES by STREQUAL in cmake: fix a fail to build on kFreeBSDEmmanuel Bouthenot
2009-01-03Update copyright datesSebastien Helleu
2008-12-11Source code reorganization for bars and bar windowsSebastien Helleu
2008-11-01Backtrace feature is shipped by an external library on FreeBSD (and maybe oth...Julien Louis
2008-10-12Remove old title/nicklist/status/input, use of new barsSebastien Helleu
2008-10-02Add new /layout command and save_layout_on_exit config option, to save/restor...Sebastien Helleu
2008-07-04 Fix some warnings with cmake 2.6Julien Louis
2008-06-21Remove infobarSebastien Helleu
2008-03-07Cleanup of Curses and Gtk makefilesSebastien Helleu
2008-03-07Fix of link with cmake for Curses and Gtk executablesSebastien Helleu
2008-03-05Fix of cmake build processSebastien Helleu
2008-03-05Partial support of bars, with custom items.Sebastien Helleu
2008-01-02Update of year in some copyrightsSebastien Helleu
2007-10-31Renamed many sources and functions in src/gui, improved display of messages i...Sebastien Helleu
2007-09-21Added build of protocols lib, IRC protocol is now optional for buildSebastien Helleu
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-06-11Link weechat-curses against libutf8 on OpenBSD plateformJulien Louis
2007-05-21Only check ncurses.h if ncursesw/ncurses.h is not foundJulien Louis
2007-05-21Fix ncurses detection.Julien Louis
2007-05-21Added cmake for weechat compileSebastien Helleu