Age | Commit message (Expand) | Author |
2008-03-28 | Remove useless uses of replace_chars. | Emanuele Giaquinta |
2008-03-15 | Replace tab between else and opening brace with space. | Emanuele Giaquinta |
2008-03-15 | Remove silly macro. | Emanuele Giaquinta |
2008-03-15 | Remove trailing whitespace. | Emanuele Giaquinta |
2008-03-14 | Make /layout reset take effect immediately. | Emanuele Giaquinta |
2008-03-09 | Use g_ascii_str{,n}casecmp for case insensitive comparison with | Emanuele Giaquinta |
2008-03-09 | Fix indentation. | Emanuele Giaquinta |
2008-03-09 | Use GIOChannel API to read a file linewise. | Emanuele Giaquinta |
2008-03-04 | Replace g_strdup+g_str{up,down} with g_ascii_str{up,down}. | Emanuele Giaquinta |
2008-03-02 | Use g_strchomp to remove trailing whitespace. | Emanuele Giaquinta |
2008-02-16 | Move output recoding in irc_send_cmd_full. | Emanuele Giaquinta |
2008-02-15 | Fix argument name in declaration. | Emanuele Giaquinta |
2008-02-03 | Remove popt and use glib GOption commandline option parser | Emanuele Giaquinta |
2008-02-02 | Remove broken by design /set translation. | Emanuele Giaquinta |
2008-02-01 | Reset colors and attributes on newline. | Emanuele Giaquinta |
2008-01-21 | Remove .cvsignore files. | Emanuele Giaquinta |
2007-12-09 | Add 'active' tag for active logs in /log output. | Emanuele Giaquinta |
2007-11-19 | Fix last change. | Emanuele Giaquinta |
2007-11-18 | autolog: do not create *.log, send it to <your nick>.log instead | Jilles Tjoelker |
2007-11-17 | Saner fix for bug #35. | Emanuele Giaquinta |
2007-11-17 | Reload the layout after saving it, fix bug #35. | Emanuele Giaquinta |
2007-11-16 | Fix grammar errors, patch by Mikael Magnusson. | Emanuele Giaquinta |
2007-10-22 | Same for s/-fullword/-full/ | Wouter Coekaerts |
2007-10-18 | Make /hilight output -mask instead of -nickmask, consistent with the paramete... | Wouter Coekaerts |
2007-08-07 | Use autoconf PACKAGE_TARNAME/PACKAGE_VERSION macros rather than automake | Emanuele Giaquinta |
2007-08-04 | Fix /window goto to reach all the items with the same name when there | Emanuele Giaquinta |
2007-08-04 | Replace 0 with NULL. | Emanuele Giaquinta |
2007-07-26 | Sort the layout to save by refnum. | Emanuele Giaquinta |
2007-06-16 | Use again MSGLEVEL_NICKS for printing a nick change in queries, broken in | Emanuele Giaquinta |
2007-06-16 | Revert r4549. | Emanuele Giaquinta |
2007-06-16 | Fix comment. | Emanuele Giaquinta |
2007-06-10 | Make /window goto start searching at the window after the active one and stop | Emanuele Giaquinta |
2007-06-10 | Make -window option of /join and /query accept an optional numeric argument | Emanuele Giaquinta |
2007-06-06 | Enhance /set completer to complete option names also when a command option | Emanuele Giaquinta |
2007-06-06 | Add g_strdup forgotten in r4471. | Emanuele Giaquinta |
2007-06-05 | Cleanup cmd_set by moving the code to print the settings matching a | Emanuele Giaquinta |
2007-06-05 | Remove code duplication. | Emanuele Giaquinta |
2007-06-04 | Change active_window to select, when there is more than one window | Emanuele Giaquinta |
2007-05-31 | Assume width 1 for control characters in places where a non-negative width is | Emanuele Giaquinta |
2007-05-31 | Rename IS_PRINTABLE macro to unichar_isprint and move it to utf8.h. | Emanuele Giaquinta |
2007-05-31 | skip fe_common prefix when freeing prefix list | Jochen Eisinger |
2007-05-30 | Do not install utf8.h, it is a private header. | Emanuele Giaquinta |
2007-05-25 | Replace utf8_width with Markus Kuhn's wcwidth. | Emanuele Giaquinta |
2007-05-24 | Move 'version' option in main. | Emanuele Giaquinta |
2007-05-24 | Cleanup option handling. | Emanuele Giaquinta |
2007-05-20 | Farewell glib-1. | Emanuele Giaquinta |
2007-05-20 | add fe_common to the list of possible submodules | Jochen Eisinger |
2007-05-08 | Oops. Update address correctly now. | Wouter Coekaerts |
2007-05-08 | Update FSF address | Wouter Coekaerts |
2007-05-05 | Move input recoding in irc_server_event. | Emanuele Giaquinta |