about summary refs log tree commit diff stats
path: root/src/ui/notifier.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved remimder notification code out of main loopJames Booth2015-01-151-31/+47
|
* Removed function pointersJames Booth2014-12-221-28/+15
|
* Tidied muc moduleJames Booth2014-09-281-1/+1
|
* Small spelling fixes in code and commentsDariusz Dwornikowski2014-08-271-1/+1
|
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+12
|
* Escape open bracket at start of OSX notification messagesJames Booth2014-08-041-1/+17
| | | | fixes #391
* Escape backtick in mac terminal notificationsJames Booth2014-08-041-3/+5
|
* Fixed tabsJames Booth2014-06-291-5/+5
|
* Reinitialise libnotify per notificationJames Booth2014-06-291-11/+13
| | | | | Fixes issue on Xfce4 where notification are not being sent after a period of time. Issue #370
* Escape strings passed to terminal-notifierJames Booth2014-05-241-3/+6
|
* Added settings to show message text in notificationsJames Booth2014-05-241-12/+17
|
* Removed strcpy callsJames Booth2014-04-021-3/+3
|
* Updated copyrightJames Booth2014-03-091-1/+1
|
* Added configure checks to enable desktop notifications on OSXJames Booth2014-03-041-0/+2
|
* Log message when cannot send desktop noficationJames Booth2014-03-041-1/+5
|
* Added OSX desktop notifications using terminal-notifierJames Booth2014-03-041-0/+20
| | | | | Requires Xcode WIP - No configure.ac changes
* Bind remaining ui functions in main.cJames Booth2013-12-231-10/+14
|
* Dynamically load UI functions, fixed testsJames Booth2013-12-221-16/+26
|
* fixed memory leaksDmitry Podgorny2013-08-031-3/+3
| | | | Also avoided several NULL pointer dereferences.
* Added room name, and window index to desktop message notificationsJames Booth2013-05-231-4/+17
| | | | closes #176
* Finished handle usageJames Booth2013-05-201-6/+6
|
* Include open subscription requests in desktop reminder notificationsJames Booth2013-04-271-1/+12
| | | | closes #167
* Added desktop notification option for subscription requestsJames Booth2013-04-271-0/+9
| | | | closes #166
* Support for XEP-0249 Direct MUC InvitationsJames Booth2013-04-241-5/+9
| | | | Commands /invite, /invites, /decline and /join
* Reminders for chat room invites - WIPJames Booth2013-04-231-4/+23
|
* Added desktop notifications for chat room invitesJames Booth2013-04-221-0/+13
| | | | Use "/notify invite on|off"
* Added windows include to notifierJames Booth2013-04-211-0/+3
|
* Added notifier moduleJames Booth2013-04-211-0/+136
/a> 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674