about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.h
Commit message (Collapse)AuthorAgeFilesLines
...
| * Add command commandPaul Fariello2018-09-051-0/+1
| | | | | | | | Initial commit to test commands API
* | implemented plugin updatesPhilip Flohr2018-09-061-0/+1
| |
* | added the possibility to uninstall a pluginPhilip Flohr2018-09-061-0/+1
|/
* Remove empty tabsJames Booth2018-03-091-2/+0
|
* Update copyrightJames Booth2018-01-211-1/+1
|
* Add plugins sourcepath propertyJames Booth2017-02-051-0/+1
|
* Allow unloading all pluginsJames Booth2017-02-051-0/+7
|
* Update CopyrightJames Booth2017-01-281-1/+1
|
* Allow vertical positioning of all windowsJames Booth2016-09-231-0/+3
|
* Rename /titlebar -> /wintitleJames Booth2016-09-221-1/+1
|
* Add /inputwin top|bottom commandJames Booth2016-09-191-0/+1
| | | | closes #853
* Make header defines consistentJames Booth2016-07-241-2/+2
|
* Update GPL link in headersJames Booth2016-07-241-1/+1
|
* Free plugins commands on quitJames Booth2016-07-041-5/+5
|
* Revert "WIP - Unload plugin commands"James Booth2016-06-301-6/+5
| | | | This reverts commit a01eb5d08e1b39d60a6f8fc26e5a87ceb92ec18f.
* WIP - Unload plugin commandsJames Booth2016-06-291-5/+6
|
* Move /statuses options to /presence commandJames Booth2016-05-311-1/+0
|
* Remove unneeded functions from cmd headersJames Booth2016-05-231-1/+0
|
* Move functions from cmd_defs to cmd_funcsJames Booth2016-05-231-46/+45
|
* Fix command headersJames Booth2016-05-231-3/+3
|
* Rename command sourcesJames Booth2016-05-221-0/+206
='Blame the previous revision' href='/akkartik/mu/blame/078table.mu?h=main&id=9188a8d5c0c8efe78333274116b36a0486814a36'>^
7c3bbb77 ^
51b0936f ^
b17de7ba ^



760f683f ^
b17de7ba ^
4a48bedc ^
b17de7ba ^
7c3bbb77 ^
748b6865 ^
b17de7ba ^

8bd3f99f ^

760f683f ^
b17de7ba ^
4a48bedc ^
7a84094a ^
4f3d9065 ^
7a84094a ^
88b8d612 ^
9d9da2ad ^
7c3bbb77 ^
88b8d612 ^
51b0936f ^

b17de7ba ^
dd660682 ^
88b8d612 ^
b17de7ba ^

48835572 ^
b17de7ba ^
4a48bedc ^
7a84094a ^
4f3d9065 ^
7a84094a ^
88b8d612 ^
9d9da2ad ^
7c3bbb77 ^
88b8d612 ^
48835572 ^






aed29290 ^
b17de7ba ^
cdb9fbee ^


4a48bedc ^
cdb9fbee ^



1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109