about summary refs log tree commit diff stats
path: root/src/plugins
Commit message (Expand)AuthorAgeFilesLines
* Move all filepath handling to files.cJames Booth2016-07-245-50/+29
* Move xgd functionsJames Booth2016-07-243-4/+4
* Add config/files.cJames Booth2016-07-243-0/+3
* Tidy headersJames Booth2016-07-248-15/+12
* Moved window_list.cJames Booth2016-07-242-2/+2
* Make header defines consistentJames Booth2016-07-2412-22/+27
* Reorder headersJames Booth2016-07-241-2/+2
* Add /plugins python_version commandJames Booth2016-07-242-3/+8
* Python plugins: Free string valuesJames Booth2016-07-241-2/+57
* Merge branch 'master' into python3James Booth2016-07-2424-24/+25
|\
| * Add missing includeJames Booth2016-07-241-0/+1
| * Update GPL link in headersJames Booth2016-07-2424-24/+24
* | Allow str and unicode in python apiJames Booth2016-07-243-155/+222
* | Check for win callback hash before removingJames Booth2016-07-211-6/+8
* | Tidy python3 conditional codeJames Booth2016-07-193-272/+76
* | Add python_init_prof()James Booth2016-07-183-13/+16
* | Fix prof module init for python3James Booth2016-07-183-28/+51
* | Added PYTHON3 defineJames Booth2016-07-142-2/+166
|/
* Remove redundant plugin dir functionJames Booth2016-07-131-16/+4
* Free memory when plugin windows closedJames Booth2016-07-131-0/+3
* Add /plugins install commandJames Booth2016-07-122-0/+27
* Remove plugin window on /closeJames Booth2016-07-125-1/+19
* Check for plugin win before creatingJames Booth2016-07-123-0/+19
* Allow reloading all plugins with /plugin reloadJames Booth2016-07-102-0/+22
* Add /plugin reload commandJames Booth2016-07-102-0/+12
* Store python modules on loadJames Booth2016-07-091-9/+13
* Reaload python module if previous loaded on /plugin loadJames Booth2016-07-091-2/+14
* Plugin unload remove cmd_acs and close windowJames Booth2016-07-052-5/+39
* Revert "Move adding plugins commands to autocompleters"James Booth2016-07-052-4/+3
* Move adding plugins commands to autocompletersJames Booth2016-07-052-3/+4
* Add plugins on_unload hookJames Booth2016-07-056-0/+43
* Store plugin completers by plugin nameJames Booth2016-07-053-45/+76
* Pass plugin name to all autocompleter functionsJames Booth2016-07-047-16/+39
* Move prefs_remove_plugin to plugins_unloadJames Booth2016-07-041-1/+3
* Remove plugin callbacks in plugin_destroy functionsJames Booth2016-07-044-1/+12
* Store plugin window callbacks by plugin nameJames Booth2016-07-043-6/+35
* Use hash table for plugin timed functionsJames Booth2016-07-043-24/+52
* Free plugins commands on quitJames Booth2016-07-046-41/+152
* Rename callback execte and destroy functionsJames Booth2016-07-034-17/+17
* Add plugin name to win_create api callJames Booth2016-07-036-6/+15
* Move plugin theme and settings initJames Booth2016-07-012-4/+2
* Use hash table to store pluginsJames Booth2016-06-302-94/+128
* Fix plugin load prefsJames Booth2016-06-301-1/+1
* Move plugin config add on loadJames Booth2016-06-301-0/+1
* /plugins unload command and completerJames Booth2016-06-302-0/+22
* Pass plugin name to api layerJames Booth2016-06-304-14/+14
* Revert "WIP - Unload plugin commands"James Booth2016-06-3011-75/+9
* WIP - Unload plugin commandsJames Booth2016-06-2911-9/+75
* Add macro for plugins completer addJames Booth2016-06-234-4/+11
* Add macro for C plugins register_timedJames Booth2016-06-234-8/+15
href='#n556'>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 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770