about summary refs log tree commit diff stats
path: root/src/tools
Commit message (Collapse)AuthorAgeFilesLines
* Dont use clipboard_init yetMichael Vetter2019-10-292-1/+4
| | | | | | For now we initialize gtk in tray_init(). Should maybe use a general function and check in tray_init and clipboard_init whether gtk was already initialized.
* Add clipboard featureMichael Vetter2019-10-292-0/+108
| | | | | Use GTK to take the text from the clipboard. Add `/paste` command which pastes this text now to console window.
* Free strings in autocomplete_param_no_with_funcMichael Vetter2019-10-061-0/+7
| | | | Regards https://github.com/profanity-im/profanity/issues/1019
* Free list in error case in parse_optionsMichael Vetter2019-10-061-0/+3
| | | | | | Fix memleaks. Regards https://github.com/profanity-im/profanity/issues/1019
* Fix memleak in get_start()Michael Vetter2019-10-061-0/+1
| | | | Regards https://github.com/profanity-im/profanity/issues/1019
* Always check for directory changes with sendfile auto completionWilliam Wennerström2019-07-202-2/+34
| | | | | | | | | | Instead of only checking for files when 'last_directory' has changed, do it every time. Add autocomplete_update function that updates the items while retaining last_found and search_str. Fixes #1099
* Update copyright to include 2019Michael Vetter2019-01-228-8/+8
|
* Remove p_sha1 source filesMichael Vetter2018-09-052-434/+0
| | | | And delete from Makefile.am
* Update copyrightJames Booth2018-01-218-8/+8
|
* Allow previous autocompletion with shift tabJames Booth2017-04-012-40/+105
|
* Add missing headerJames Booth2017-03-251-0/+1
|
* Autocomplete accent and case insensitiveJames Booth2017-03-251-1/+14
|
* Allow installing plugins from directoryJames Booth2017-02-052-8/+1
|
* Update CopyrightJames Booth2017-01-288-8/+8
|
* Remove unused functionJames Booth2016-11-241-1/+0
|
* Add win_print_http_uploadJames Booth2016-10-111-1/+1
|
* Add config.h to http_upload.cJames Booth2016-10-021-0/+2
|
* Fix indentation in http_upload.cDominik Heidler2016-07-251-1/+1
|
* Tidy headersJames Booth2016-07-242-3/+4
|
* Make header defines consistentJames Booth2016-07-243-6/+6
|
* Update GPL link in headersJames Booth2016-07-248-8/+8
|
* Store plugin completers by plugin nameJames Booth2016-07-052-0/+20
|
* Allow autocomplete for basic compelters when no inputJames Booth2016-05-241-3/+3
|
* Merge remote-tracking branch 'asdil12/xep_0363_http_file_upload'James Booth2016-04-262-0/+404
|\
| * Fix OSX compileJames Booth2016-04-261-3/+1
| |
| * Fixed cygwin compile (again)James Booth2016-04-261-1/+1
| |
| * Fixed cygwin compileJames Booth2016-04-261-0/+5
| |
| * Implement XEP-0363: HTTP File UploadDominik Heidler2016-04-262-0/+400
|/
* Updated copyrightJames Booth2016-02-146-6/+6
|
* Added sys/select.h header includesJames Booth2016-01-191-0/+1
|
* Applied coding style to src/tools/James Booth2015-10-256-33/+33
|
* Use null check convention in tinyurl.cJames Booth2015-05-041-1/+1
|
* Use null check convention in parser.cJames Booth2015-05-041-4/+4
|
* Merge branch 'master' into readlineJames Booth2015-02-231-5/+5
|\
| * Fixed spelling.Christian Storm2015-02-171-5/+5
| |
* | Merge branch 'master' into readlineJames Booth2015-02-116-6/+6
|\| | | | | | | | | | | Conflicts: src/tools/history.c src/tools/history.h
| * Updated copyrightJames Booth2015-02-108-8/+8
| |
* | Removed history and various key handlersJames Booth2015-01-302-328/+0
|/
* Simplified autocompleters and command historyJames Booth2015-01-164-41/+31
|
* Added compile time checks for big endian from @pasisJames Booth2014-10-261-2/+14
|
* Added patch from @pasis for big endian architecturesJames Booth2014-10-211-7/+11
|
* Check for NULL inside autocomplete_freeJames Booth2014-09-261-2/+4
|
* Renamed autocomplete function to get listJames Booth2014-09-262-18/+26
|
* Added autocompletion for jid-multi form fieldsJames Booth2014-09-171-8/+10
|
* Added autocompletion for form text-multi valuesJames Booth2014-09-171-10/+12
|
* Added form testsJames Booth2014-09-141-4/+6
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-248-0/+96
|
* Finished chat room nick autocompleteJames Booth2014-07-151-1/+1
|
* Added quote param to autocomplete_param_with_acJames Booth2014-07-092-3/+3
|
* Added quote param to autocomplete_completeJames Booth2014-07-092-6/+6
|