summaryrefslogtreecommitdiff
path: root/src/gui/curses/CMakeLists.txt
AgeCommit message (Collapse)Author
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
Today only root bars are partially working (refresh is not always performed), and bars are not saved in configuration file. To be continued...
2008-01-02Update of year in some copyrightsSebastien Helleu
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-06-11Link weechat-curses against libutf8 on OpenBSD plateformJulien Louis
2007-05-21Only check ncurses.h if ncursesw/ncurses.h is not foundJulien Louis
Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21Fix ncurses detection.Julien Louis
We now provide a FindNcurses.cmake to find the library used and we define the right cpp variable when we compile the curses gui. Signed-off-by: Julien Louis <ptitlouis@sysif.net>
2007-05-21Added cmake for weechat compileSebastien Helleu