about summary refs log tree commit diff stats
path: root/src/window_list.c
Commit message (Expand)AuthorAgeFilesLines
* Moved window_list.cJames Booth2016-07-241-1029/+0
* Moved roster_list.cJames Booth2016-07-241-1/+1
* Update GPL link in headersJames Booth2016-07-241-1/+1
* Remove plugin window on /closeJames Booth2016-07-121-2/+3
* Check for plugin win before creatingJames Booth2016-07-121-18/+11
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-051-0/+23
* Add session.cJames Booth2016-05-051-2/+2
* Tidy xmpp headersJames Booth2016-05-041-0/+1
* Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-261-0/+11
* Plugins: Added on_room_win_focusJames Booth2016-04-071-0/+1
* Plugins: Added on_chat_win_focusJames Booth2016-04-071-0/+3
* Removed #AX_PREFIX_CONFIG_HJames Booth2016-03-311-1/+1
* Free GList in wins_get_pluginJames Booth2016-03-071-0/+1
* Add plugin wins to /win and /close autocompletionJames Booth2016-03-011-3/+17
* Merge branch 'master' into plugins-cJames Booth2016-02-141-1/+1
|\
| * Updated copyrightJames Booth2016-02-141-1/+1
* | Added C plugin code from plugins branchJames Booth2016-02-141-1/+33
|/
* Fix memory leaksJames Booth2016-02-141-0/+1
* Fix room notification remindersJames Booth2016-02-071-1/+1
* Added /roster show|hide unsubscribedJames Booth2016-02-071-0/+29
* Don't show notification reminders for messages the user does not want notific...James Booth2016-02-041-3/+0
* Removed unused arg: prefs_do_chat_notify()James Booth2016-02-041-1/+1
* Update autocompleters on roster nick change/clearJames Booth2016-02-031-0/+26
* Handle occupant nick change in private winsJames Booth2016-02-021-0/+24
* Added themes for roster room mention and triggersJames Booth2016-01-251-0/+2
* Added private chat roster groupJames Booth2016-01-241-1/+1
* Added private chat to roster roomsJames Booth2016-01-241-0/+25
* Added window title autocomplete to /close commandJames Booth2016-01-131-0/+28
* Added /win navigation by jid, win titleJames Booth2016-01-071-0/+124
* Added /wins unreadJames Booth2015-11-301-12/+18
* Tidy wins_create_summary()James Booth2015-11-291-92/+12
* Only show reminder notifications when notifications are enabledJames Booth2015-11-251-0/+20
* Renamed ui_switch_win -> ui_focus_winJames Booth2015-11-021-3/+3
* Removed ui_events moduleJames Booth2015-10-271-1/+0
* Removed ui_ev_focus_winJames Booth2015-10-271-3/+3
* Removed ui_chat_win_existsJames Booth2015-10-261-0/+7
* Applied coding style to src/James Booth2015-10-261-27/+27
* Added indent paddingJames Booth2015-07-291-1/+1
* Removed wins_get_current_* functionsJames Booth2015-06-171-68/+0
* Moved UI interfaces to ui.hJames Booth2015-06-151-1/+0
* Moved ui/windows -> window_listJames Booth2015-06-151-0/+810