|
|
@f25df21
|
14 years |
davidben |
Don't call owl_list_create in owl_dict_get_keys
Until we get rid of ...
release-1.10release-1.8release-1.9
|
|
|
@e56303f
|
14 years |
davidben |
Replace owl_parse_delete with g_strfreev
Also cut the pointless ...
release-1.10release-1.8release-1.9
|
|
|
@3472845
|
14 years |
andersk |
Replace owl_sprintf with g_strdup_printf.
Signed-off-by: Anders ...
release-1.10release-1.8release-1.9
|
|
|
@d4927a7
|
14 years |
andersk |
Replace owl_strdup with g_strdup.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.8release-1.9
|
|
|
@ddbbcffa
|
14 years |
andersk |
Replace owl_free with g_free.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.8release-1.9
|
|
|
@96828e4
|
14 years |
andersk |
Replace owl_malloc with g_new and g_new0.
Signed-off-by: Anders ...
release-1.10release-1.8release-1.9
|
|
|
@4d24650
|
14 years |
davidben |
Make owl_text_indent return a new string
You can't really use it ...
release-1.10release-1.8release-1.9
|
|
|
@e3c8332
|
14 years |
davidben |
Use GString in owl_cmddict_execute_argv
While we're at it, provide a ...
release-1.10release-1.8release-1.9
|
|
|
@d296c9a
|
14 years |
davidben |
Merge branch 'owl_window'
Conflicts:
global.c
release-1.10release-1.7release-1.8release-1.9
|
|
|
@1cc9b615
|
14 years |
nelhage |
Tell perl about aliases as well as commands.
This fixes ...
release-1.10release-1.7release-1.8release-1.9
|
|
|
@ea7daa8
|
14 years |
davidben |
Remove the global notifier
release-1.10release-1.7release-1.8release-1.9
|
|
|
@044f19f
|
14 years |
davidben |
Don't use signals for dirtying the sepbar
I'm less convinced the ...
release-1.10release-1.7release-1.8release-1.9
|
|
|
@94be4a8
|
14 years |
davidben |
Add a command-executed signal for the sepbar
Now we can remove ...
release-1.10release-1.7release-1.8release-1.9
|
|
|
@0e98d87
|
14 years |
davidben |
Remove a pointless instance of sepbar_dirty
release-1.10release-1.7release-1.8release-1.9
|
|
|
@385fda9
|
14 years |
davidben |
A fairly hacky job of porting sepbar to owl_window
We now use the new ...
release-1.10release-1.7release-1.8release-1.9
|
|
|
@8d4b521
|
15 years |
andersk |
Rename owl_cmddict_namelist_free to owl_cmddict_namelist_cleanup.
...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@685e96f
|
15 years |
andersk |
Rename owl_cmd_free to owl_cmd_cleanup.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@8f2d9bf
|
15 years |
andersk |
Rename owl_perlconfig_cmd_free to owl_perlconfig_cmd_cleanup.
...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@8c59178
|
15 years |
andersk |
Rename owl_list_free_all to owl_list_cleanup.
Signed-off-by: Anders ...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@40d22cf
|
15 years |
andersk |
Rename owl_parsefree to owl_parse_delete.
Signed-off-by: Anders ...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@b0da027
|
15 years |
andersk |
Add owl_cmd_delete to fix leaks.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@62a000b
|
15 years |
andersk |
owl_cmddict_execute: Don’t leak buffers when given no arguments.
...
release-1.10release-1.6release-1.7release-1.8release-1.9
|
|
|
@99525be
|
15 years |
andersk |
Use strtol without casting, to shut up gcc -Wcast-qual.
strtol should ...
release-1.10release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@36486be
|
15 years |
andersk |
Replace several owl_malloc, sprintf sequences with owl_strdup or ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@0a0fb74
|
15 years |
andersk |
Add const qualifiers for owl_cmd *.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@3f8514b
|
15 years |
andersk |
Add const qualifiers for owl_context *.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@ff7e289
|
15 years |
andersk |
Add const qualifiers for owl_cmddict *.
Signed-off-by: Anders Kaseorg ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@e19eb97
|
15 years |
andersk |
Add const qualifiers for char * and void *.
Signed-off-by: Anders ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@fa4562c
|
15 years |
andersk |
Prepare code for adding const qualifiers for char * and void *.
...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@65b2173
|
15 years |
andersk |
Split up declarations for adding const qualifiers for char * and void ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@c529ac8
|
15 years |
andersk |
Add new function strs, to (later) cast char *const * to const char ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@4d86e06
|
15 years |
andersk |
Get rid of a whole bunch of useless casts.
Signed-off-by: Anders ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@d43edd2
|
15 years |
andersk |
Death to RCS keywords.
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@b39a9cd
|
15 years |
andersk |
owl_cmddict_add_from_list: Remove unused variable.
Signed-off-by: ...
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@eb6cedc
|
15 years |
nelhage |
Push commands into BarnOwl:: instead of AUTOLOAD'ing them
release-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@c4ba74d
|
16 years |
nelhage |
Make BarnOwl::command() accept a pre-tokenized command.
If given more ...
debianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@34509d5
|
17 years |
asedeno |
GLib/Unicode branch - adding glib dependency.
Linking BarnOwl to ...
barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@6922edd
|
18 years |
nelhage |
Adding the ability to install real commands from perl.
barnowl_perlaimdebianrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@f1e629d
|
21 years |
nygren |
New API for perl message formatting functions.
Legacy ...
barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@1c7a4e0
|
22 years |
nygren |
Fixed a bug in the summary field for user-created aliases.
barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@1aee7d9
|
22 years |
nygren |
* Added RCS Id strings to all files.
* 'show keymaps' shows details of ...
barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|
|
|
@7d4fbcd
|
22 years |
kretch |
Initial check in
barnowl_perlaimdebianowlrelease-1.10release-1.4release-1.5release-1.6release-1.7release-1.8release-1.9
|