Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Added ui_unknown_command | James Booth | 2014-04-09 | 3 | -1/+9 | |
| | | ||||||
* | | Refactored invalid command usage | James Booth | 2014-04-09 | 3 | -13/+22 | |
| | | ||||||
* | | Refactored cmd_execute | James Booth | 2014-04-09 | 1 | -12/+13 | |
| | | ||||||
* | | Command argument parsers set result argument | James Booth | 2014-04-09 | 5 | -176/+237 | |
| | | ||||||
* | | Fixed spelling in comment | James Booth | 2014-04-07 | 1 | -1/+1 | |
| | | ||||||
* | | Removed unused inputwin module init | James Booth | 2014-04-07 | 1 | -1/+0 | |
| | | ||||||
* | | Removed inputwin functions from ui.h | James Booth | 2014-04-07 | 10 | -64/+110 | |
| | | ||||||
* | | Tidied new headers, added defines | James Booth | 2014-04-07 | 2 | -13/+24 | |
| | | ||||||
* | | Removed statusbar functions from ui.h | James Booth | 2014-04-07 | 10 | -64/+88 | |
| | | ||||||
* | | Removed titlebar functions from ui.h | James Booth | 2014-04-07 | 8 | -100/+125 | |
| | | ||||||
* | | Removed create_title_bar from ui.h | James Booth | 2014-04-07 | 4 | -4/+27 | |
|/ | ||||||
* | Updated .gitignore | James Booth | 2014-04-06 | 1 | -0/+4 | |
| | ||||||
* | Tidied ui dependencies | James Booth | 2014-04-06 | 10 | -15/+15 | |
| | ||||||
* | Inlined wins_update_virtual_console and wins_update_virtual_current | James Booth | 2014-04-06 | 4 | -96/+191 | |
| | ||||||
* | Removed dirty flag from statusbar | James Booth | 2014-04-06 | 1 | -42/+53 | |
| | ||||||
* | Inlined status_bar_update_time | James Booth | 2014-04-06 | 1 | -21/+12 | |
| | ||||||
* | Renamed function to draw terminal title | James Booth | 2014-04-06 | 1 | -3/+3 | |
| | ||||||
* | Removed titlebar version property and allow disabling of titlebar display | James Booth | 2014-04-03 | 6 | -67/+28 | |
| | ||||||
* | Clear window title bar on exit | James Booth | 2014-04-03 | 3 | -0/+9 | |
| | ||||||
* | Added check on input length | James Booth | 2014-04-02 | 1 | -0/+4 | |
| | ||||||
* | Removed strcpy calls | James Booth | 2014-04-02 | 8 | -34/+31 | |
| | ||||||
* | Show recipient not found in console only when no window for recipient | James Booth | 2014-04-02 | 1 | -4/+0 | |
| | ||||||
* | Added missing files, refactored ui_switch_win to check win exists | James Booth | 2014-04-01 | 7 | -35/+56 | |
| | ||||||
* | Added test for valid window switch | James Booth | 2014-04-01 | 3 | -1/+16 | |
| | ||||||
* | Added cmd_win test | James Booth | 2014-04-01 | 4 | -0/+27 | |
| | ||||||
* | Renamed refresh functions to update_virtual | James Booth | 2014-04-01 | 17 | -136/+136 | |
| | ||||||
* | Do not scroll to end when chat room message whilst paging | James Booth | 2014-03-31 | 2 | -1/+6 | |
| | ||||||
* | Do not scroll to end in message window when paging | James Booth | 2014-03-31 | 3 | -4/+13 | |
| | ||||||
* | Moved ui_current_page_off to ui_incoming_msg | James Booth | 2014-03-31 | 2 | -3/+2 | |
| | ||||||
* | Hooks test commit | James Booth | 2014-03-30 | 1 | -1/+0 | |
| | ||||||
* | Switch back to storage for muc bookmarks | James Booth | 2014-03-29 | 1 | -3/+3 | |
| | ||||||
* | Revert "Commented bookmarks code for 0.4.0 release" | James Booth | 2014-03-29 | 2 | -14/+12 | |
| | | | | This reverts commit 8306d4c24421993fc04837499e7682dad4948878. | |||||
* | Set version to 0.5.0 development | James Booth | 2014-03-29 | 1 | -2/+2 | |
| | ||||||
* | Set status to release | James Booth | 2014-03-29 | 1 | -1/+1 | |
| | ||||||
* | Updated debian files | James Booth | 2014-03-28 | 2 | -3/+3 | |
| | ||||||
* | Updated profanity.spec | James Booth | 2014-03-28 | 1 | -1/+3 | |
| | ||||||
* | Added otr settings to themes | James Booth | 2014-03-28 | 6 | -0/+54 | |
| | ||||||
* | Change libotr 4.0.0 code to use only OTR spec v2 | James Booth | 2014-03-24 | 1 | -2/+2 | |
| | ||||||
* | Commented bookmarks code for 0.4.0 release | James Booth | 2014-03-16 | 2 | -12/+14 | |
| | ||||||
* | Change 'passwd' option to 'password' for /join command | James Booth | 2014-03-16 | 3 | -9/+9 | |
| | ||||||
* | Use expect_value == NULL for NULL parameters in tests | James Booth | 2014-03-16 | 2 | -4/+4 | |
| | ||||||
* | Updated /roster help | James Booth | 2014-03-16 | 1 | -8/+8 | |
| | ||||||
* | Added /roster clearnick command | James Booth | 2014-03-16 | 7 | -34/+234 | |
| | ||||||
* | Added /roster remove tests | James Booth | 2014-03-16 | 5 | -2/+59 | |
| | ||||||
* | Added /roster add test | James Booth | 2014-03-16 | 5 | -0/+60 | |
| | ||||||
* | Added cmd_roster test | James Booth | 2014-03-16 | 6 | -0/+104 | |
| | ||||||
* | Small changes to help | James Booth | 2014-03-16 | 1 | -2/+2 | |
| | ||||||
* | Command '/statuses muc' now allows 'all', 'online' and 'none' settings | James Booth | 2014-03-15 | 10 | -78/+92 | |
| | ||||||
* | Updated copyright | James Booth | 2014-03-09 | 79 | -142/+118 | |
| | ||||||
* | Updated man page | James Booth | 2014-03-09 | 1 | -18/+3 | |
| |