Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename command sources | James Booth | 2016-05-22 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'Dav1d23/master' | James Booth | 2016-04-11 | 1 | -0/+6 |
|\ | | | | | | | | | | | Conflicts: Makefile.am install-all.sh | ||||
| * | Re-introduce gtk_use boolean | David | 2016-04-10 | 1 | -8/+0 |
| | | | | | | | | | | | | | | | | This param is still actual, in case the environemnt does not support gtk initialization. Fix a GTK assert on the way (GTKStatusIcon is not a Widget, but a plain GObject). | ||||
| * | libgtk is now optional | David | 2016-03-30 | 1 | -4/+12 |
| | | | | | | | | Having the lib is no more needed. | ||||
| * | fix no gtk init | David | 2016-03-13 | 1 | -3/+6 |
| | | |||||
| * | Merge branch 'tray_icon' into HEAD | David | 2016-03-12 | 1 | -0/+4 |
| |\ | | | | | | | | | | | | | | | | Let's thanks Aline <linuxine@gmail.com> for the icons. Enjoy! | ||||
| | * | Introduce Tray Icon for Profanity | David | 2016-03-06 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | Add tray icon for profanity based on Gtk StatusIcon. Different icon is displayed in case the user has unread messages. | ||||
* | | | Removed #AX_PREFIX_CONFIG_H | James Booth | 2016-03-31 | 1 | -15/+15 |
|/ / | |||||
* | | Added python support to -v | James Booth | 2016-02-24 | 1 | -0/+6 |
| | | |||||
* | | Removed non c plugin code | James Booth | 2016-02-14 | 1 | -0/+6 |
| | | |||||
* | | Merge branch 'master' into plugins-c | James Booth | 2016-02-14 | 1 | -2/+2 |
|\| | | | | | | | | | | | Conflicts: src/main.c src/ui/console.c | ||||
| * | Updated copyright | James Booth | 2016-02-14 | 1 | -2/+2 |
| | | |||||
* | | Added C plugin code from plugins branch | James Booth | 2016-02-14 | 1 | -13/+13 |
|/ | |||||
* | Added missing config.h includes | James Booth | 2015-10-31 | 1 | -1/+3 |
| | |||||
* | Merge remote-tracking branch 'jubalh/jub' | James Booth | 2015-10-24 | 1 | -12/+2 |
|\ | |||||
| * | Create is_notify_enabled function | Michael Vetter | 2015-10-12 | 1 | -12/+2 |
| | | | | | | | | | | The same code was used on two different occasions. I put it into a function. | ||||
* | | Removed --disable-tls command line option | James Booth | 2015-10-18 | 1 | -3/+1 |
|/ | |||||
* | Check for libmesode, fall back to libstrophe | James Booth | 2015-09-21 | 1 | -0/+7 |
| | |||||
* | Added pgp key list command | James Booth | 2015-03-22 | 1 | -0/+6 |
| | |||||
* | Updated copyright | James Booth | 2015-02-10 | 1 | -2/+2 |
| | |||||
* | Added code to generate HTML command reference for website | James Booth | 2015-02-08 | 1 | -7/+6 |
| | |||||
* | Removed function pointers | James Booth | 2014-12-22 | 1 | -25/+0 |
| | |||||
* | Added occupantswin.c | James Booth | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | Moved roster functions | James Booth | 2014-12-16 | 1 | -0/+1 |
| | |||||
* | Rewrite form parser | James Booth | 2014-09-06 | 1 | -0/+1 |
| | |||||
* | Added license exemption for OpenSSL to source headers | James Booth | 2014-08-24 | 1 | -0/+12 |
| | |||||
* | Fix notification support check for cygwin | James Booth | 2014-08-10 | 1 | -6/+13 |
| | |||||
* | Removed empty lines | James Booth | 2014-07-08 | 1 | -5/+0 |
| | |||||
* | Added OTR and notification info to --version | James Booth | 2014-07-08 | 1 | -0/+24 |
| | |||||
* | Free GError on command line option parse | James Booth | 2014-06-23 | 1 | -0/+1 |
| | |||||
* | Added -a (--account) option to man page | James Booth | 2014-04-23 | 1 | -1/+1 |
| | |||||
* | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 1 | -1/+0 |
| | |||||
* | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 1 | -1/+0 |
| | |||||
* | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 1 | -1/+0 |
| | |||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 1 | -0/+1 |
| | |||||
* | Updated copyright | James Booth | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | fixed build error when make run with -jN option | Dmitry Podgorny | 2014-03-06 | 1 | -1/+1 |
| | | | | | Race can occur when gitversion file isn't fully generated before it is used. | ||||
* | Mock otr module for cmd_otr tests | James Booth | 2014-02-16 | 1 | -0/+6 |
| | |||||
* | Added mock_accounts and fixed tests | James Booth | 2013-12-26 | 1 | -0/+2 |
| | |||||
* | Bind remaining ui functions in main.c | James Booth | 2013-12-23 | 1 | -0/+4 |
| | |||||
* | Bind console functions in main.c | James Booth | 2013-12-23 | 1 | -0/+1 |
| | |||||
* | Bind ui core functions in main.c | James Booth | 2013-12-22 | 1 | -0/+3 |
| | |||||
* | Bind roster functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Bind presence functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Bind message functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Bind iq functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Bind capabilities functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Bind bookmark functions in main.c | James Booth | 2013-12-22 | 1 | -0/+1 |
| | |||||
* | Bind jabber functions in main.c | James Booth | 2013-12-22 | 1 | -0/+9 |
| | |||||
* | Merge remote-tracking branch 'tsenart/connect-on-startup' | James Booth | 2013-11-07 | 1 | -1/+3 |
|\ |