about summary refs log tree commit diff stats
path: root/src/ui
Commit message (Collapse)AuthorAgeFilesLines
* Add PGP decryption for incoming/outgoing carbonsJames Booth2016-03-222-3/+8
|
* Fixed PLATFORM_CYGWIN referencesJames Booth2016-03-101-2/+2
|
* Added WIN_PLUGIN case to win_free()James Booth2016-03-071-7/+22
|
* Add plugin wins to /win and /close autocompletionJames Booth2016-03-011-1/+1
|
* Fixed cygwin compileJames Booth2016-02-281-0/+2
|
* Added missing stdlib.h includeJames Booth2016-02-241-0/+1
|
* Added prof_cons_bad_cmd_usage plugin functionJames Booth2016-02-181-43/+0
|
* Integrated plugins with /help commandJames Booth2016-02-181-0/+1
|
* Tidied cons_show_helpJames Booth2016-02-182-45/+44
|
* Added new help format to c plugins WIPJames Booth2016-02-182-0/+44
|
* Merge branch 'master' into plugins-cJames Booth2016-02-1422-23/+23
|\ | | | | | | | | | | Conflicts: src/main.c src/ui/console.c
| * Updated copyrightJames Booth2016-02-1422-23/+23
| |
* | Added C plugin code from plugins branchJames Booth2016-02-1413-75/+135
|/
* Fixed memory deallocationsJames Booth2016-02-141-0/+1
|
* Highlight longer triggers firstJames Booth2016-02-131-1/+21
|
* Highlight room trigger termsJames Booth2016-02-133-5/+69
|
* Added roommention.term theme optionJames Booth2016-02-102-1/+33
|
* Added mention and trigger themes for consoleJames Booth2016-02-101-4/+6
|
* Fix room notification remindersJames Booth2016-02-072-11/+3
|
* Added /roster show|hide unsubscribedJames Booth2016-02-072-0/+130
|
* Don't show notification reminders for messages the user does not want ↵James Booth2016-02-044-19/+34
| | | | notifications for
* Tidy notify_room_message()James Booth2016-02-041-3/+8
|
* Tidy notify_message()James Booth2016-02-043-31/+12
|
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-043-3/+3
|
* Implemented /console private settingJames Booth2016-02-033-121/+134
|
* Implemented /console chat settingJames Booth2016-02-033-8/+20
|
* Handle self leaving room in private winsJames Booth2016-02-035-0/+152
|
* Handle occupant kicked/banned in private chat winsJames Booth2016-02-022-1/+49
|
* Show message in private windows when user offlineJames Booth2016-02-025-2/+38
|
* Allow splitting roster rooms by conference serverJames Booth2016-02-012-25/+109
|
* Colour private chats by presence in roster panelJames Booth2016-01-311-17/+29
|
* Roster panel colour fixesJames Booth2016-01-311-7/+13
|
* Fixed /pref ui formattingJames Booth2016-01-311-110/+110
|
* Added roster.rooms.private.char settingJames Booth2016-01-312-1/+7
|
* Show orphaned private chatsJames Booth2016-01-311-5/+31
|
* Only add private chats to Rooms unread count in roster when room activeJames Booth2016-01-311-12/+15
|
* Show offline contacts with unread messages in rosterJames Booth2016-01-311-36/+14
|
* Removed unused arg from roster_get_ functionsJames Booth2016-01-312-5/+5
|
* Added filter functions to rosterJames Booth2016-01-311-24/+129
|
* Added functions for rooms and private chat headersJames Booth2016-01-311-84/+111
|
* Added _rosterwin_contacts_header functionJames Booth2016-01-301-131/+58
|
* Reorganise rosterwin.cJames Booth2016-01-301-410/+429
|
* Added _rosterwin_contacts_all functionJames Booth2016-01-301-65/+71
|
* Removed _rosterwin_contacts_by_no_group functionJames Booth2016-01-301-70/+5
|
* Moved offline check logic in roster panelJames Booth2016-01-301-3/+5
|
* Show private chat unread message count in roster panelJames Booth2016-01-281-2/+36
|
* Updated themesJames Booth2016-01-281-9/+9
|
* Added unread counts to rosterJames Booth2016-01-281-10/+130
|
* Store /roster count settingJames Booth2016-01-271-5/+13
|
* Fix handling of unknown characters with word wrapJames Booth2016-01-261-1/+5
|