source: @ b15f9e9

Name Size Rev Age Author Last Change
compat 4dde585   13 years andersk compat/compat.h: Add #include guards Signed-off-by: Anders Kaseorg ...
doc d40ad8b   14 years davidben Punt OWL_WEBBROWSER_* and userclue That code hasn't been used for ...
examples d7cc50b   15 years andersk Death to more RCS keywords. Signed-off-by: Anders Kaseorg ...
libfaim 63de71c   14 years nelhage aim.h: Do the same stdbool.h dance This generates warnings (about ...
m4 4e118a0   13 years andersk Don’t use AX_CFLAGS_STRICT_PROTOTYPES gcc errors on the obsolete ...
perl f21bc36   13 years davidben Reimplement BarnOwl::add_io_dispatch with AnyEvent We can emulate the ...
scripts 74312ad   13 years davidben Update do-release's output to match the wiki The actual wording we ...
t 95414bf   14 years nelhage tester: Require --builtin to run builtin tests
.gitignore 351 bytes f93cc34   14 years davidben Add tester.bin to .gitignore, remove perl_tester tester.bin was added ...
aim.c 62.9 KB 6dc3757   13 years davidben Convert AIM timers to glib timers We do lose the timer tracking ...
AUTHORS 1.0 KB 1d2c4c3   16 years nelhage Rename doc/contributors to the more canonical AUTHORS
autogen.sh 27 bytes 37f27bc   15 years nelhage Switch the build system to using automake. Use automake for the build ...
barnowl 371 bytes de18326   14 years nelhage Use the wrapper script to run the tester.
buddy.c 1.2 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
buddylist.c 3.5 KB 96828e4   13 years andersk Replace owl_malloc with g_new and g_new0. Signed-off-by: Anders ...
ChangeLog 82.2 KB 2ff0693   13 years davidben BarnOwl 1.7rc1
cmd.c 8.2 KB 4c7c21f   13 years davidben owl_dict_create also never fails And like everywhere else, we weren't ...
codelist.pl 726 bytes 06adc25   14 years davidben Sanitize our include guards somewhat Avoid double underscores to ...
commands.c 84.0 KB b9d22f7   13 years davidben Drop show timers feature It was useful to access programmatically and ...
configure.ac 5.7 KB db4f7c3   13 years davidben Bump required glib version to 2.16 Debian Lenny's version is 2.16.6-3 ...
context.c 1.8 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
COPYING 27.6 KB b03c714   13 years davidben Update copyright notices for 2011
dict.c 3.3 KB 4c7c21f   13 years davidben owl_dict_create also never fails And like everywhere else, we weren't ...
editcontext.c 880 bytes 4a41f16   14 years davidben Pass deactivate_cb as argument to owl_editcontext_new
editwin.c 32.7 KB 3b8a563   13 years davidben Remove NULL checks before calling g_free g_free handles the NULL ...
errqueue.c 536 bytes d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
filter.c 5.8 KB e56303f   13 years davidben Replace owl_parse_delete with g_strfreev Also cut the pointless ...
filterelement.c 9.2 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
filterproc.c 2.1 KB e2cc848   13 years davidben Just ignore SIGPIPE altogether There's not much point in switching ...
filterproc.h 258 bytes 06adc25   14 years davidben Sanitize our include guards somewhat Avoid double underscores to ...
fmtext.c 25.8 KB 7b4f3be   13 years davidben Punt owl_global_hascolors There's not much point as we're hardly ...
functions.c 94.8 KB b9d22f7   13 years davidben Drop show timers feature It was useful to access programmatically and ...
global.c 21.3 KB 7df7be2   13 years davidben Replace BarnOwl::Timer with a perl wrapper over AnyEvent This also ...
help.c 6.0 KB f25df21   13 years davidben Don't call owl_list_create in owl_dict_get_keys Until we get rid of ...
history.c 2.0 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
keybinding.c 3.5 KB 3b8a563   13 years davidben Remove NULL checks before calling g_free g_free handles the NULL ...
keymap.c 9.1 KB 4c7c21f   13 years davidben owl_dict_create also never fails And like everywhere else, we weren't ...
keypress.c 5.1 KB d07af84   13 years davidben Clean up owl_keypress_tostring to return a newly-allocated string I ...
keys.c 15.4 KB dcd48ad   14 years davidben Disable, for now, the bindings for popless:start-command They're not ...
list.c 1.5 KB fda61d3   13 years davidben g_strdup and g_new0 never fail Remove pointless failure checks ...
logging.c 13.2 KB cc305b5   13 years glasgall Move log-writing onto a background thread. Currently, Barnowl writes ...
mainpanel.c 1.8 KB 4eee948   14 years davidben Eugh. Create the sepwin before the recwin The sepwin depends on a ...
mainwin.c 5.2 KB 099597c   13 years davidben Don't reset colorpairs in the middle of drawing Resetting colorpairs ...
Makefile.am 2.6 KB db4f7c3   13 years davidben Bump required glib version to 2.16 Debian Lenny's version is 2.16.6-3 ...
message.c 24.7 KB 259e60a8   13 years andersk Remove the length limit on field values in :info
messagelist.c 2.3 KB 66a8cd6   14 years andersk Copy structs without memcpy. Signed-off-by: Anders Kaseorg ...
msgwin.c 1.1 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
owl.c 18.9 KB bdc53e0   13 years davidben Use g_io_add_watch in the stderr redirect We may actually be able to ...
owl.h 17.7 KB b37accd   13 years davidben Replace popexec's io_dispatch with a glib io watch Again, this code ...
owl_perl.h 1.4 KB 06adc25   14 years davidben Sanitize our include guards somewhat Avoid double underscores to ...
pair.c 402 bytes 25fb825   15 years andersk Add const qualifiers for owl_pair *. Signed-off-by: Anders Kaseorg ...
perlconfig.c 13.5 KB f21bc36   13 years davidben Reimplement BarnOwl::add_io_dispatch with AnyEvent We can emulate the ...
perlglue.xs 10.7 KB f21bc36   13 years davidben Reimplement BarnOwl::add_io_dispatch with AnyEvent We can emulate the ...
popexec.c 4.8 KB b37accd   13 years davidben Replace popexec's io_dispatch with a glib io watch Again, this code ...
popwin.c 2.7 KB ddbbcffa   13 years andersk Replace owl_free with g_free. Signed-off-by: Anders Kaseorg ...
README 756 bytes 431fcd8   13 years davidben Use AnyEvent's Glib backend
regex.c 1.7 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
runtests.sh 146 bytes 5aa33fd   14 years nelhage Merge perl_tester and tester.
select.c 5.7 KB f21bc36   13 years davidben Reimplement BarnOwl::add_io_dispatch with AnyEvent We can emulate the ...
sepbar.c 3.3 KB 6eb3ed9   13 years andersk Show how far you are in a long message Addresses most of ticket #119 ...
signal.c 1.6 KB 1d21d9f   13 years davidben Use sigwaitinfo instead of sigwait Eh, may as well give the signal ...
stubgen.pl 1.6 KB fd03b12   14 years davidben Properly revert globalnotifier changes to stubgen.pl Apparently I ...
style.c 2.5 KB d4927a7   13 years andersk Replace owl_strdup with g_strdup. Signed-off-by: Anders Kaseorg ...
tester 7 bytes de18326   14 years nelhage Use the wrapper script to run the tester.
tester.c 26.9 KB 4c7c21f   13 years davidben owl_dict_create also never fails And like everywhere else, we weren't ...
text.c 6.6 KB 7865479   13 years andersk Replace owl_text_tr with g_strdelimit Signed-off-by: Anders Kaseorg ...
typemap 141 bytes 39e81f7   15 years nelhage Return unicode strings to perl. Define a new typedef, 'utf8', in ...
util.c 20.1 KB 83a4af3   13 years jgross Replace free() with g_free() I can't believe I missed this when I ...
variable.c 41.8 KB 89fe67e   13 years davidben Convert pseudologins timer to glib timers
view.c 3.8 KB 3b8a563   13 years davidben Remove NULL checks before calling g_free g_free handles the NULL ...
viewwin.c 12.3 KB 4fd211f   13 years davidben Use owl_function_makemsg to report no search matches It's not really ...
wcwidth.c 13.6 KB 49a8434   15 years nelhage Fix three small warnings.
window.c 14.0 KB 4cc49bc   13 years davidben Make the owl_window redraw hook a GSource (Should this be a ...
window.h 2.7 KB 4cc49bc   13 years davidben Make the owl_window redraw hook a GSource (Should this be a ...
windowcb.c 418 bytes 853f397   14 years davidben Make mainpanel's fill_parent_cb also generic
zbuddylist.c 1.2 KB ddbbcffa   13 years andersk Replace owl_free with g_free. Signed-off-by: Anders Kaseorg ...
zcrypt.c 20.6 KB 3b8a563   13 years davidben Remove NULL checks before calling g_free g_free handles the NULL ...
zephyr.c 39.2 KB b15f9e9   13 years davidben Use g_io_add_watch in zephyr initialization Which removes the final ...
zwrite.c 9.2 KB 3b8a563   13 years davidben Remove NULL checks before calling g_free g_free handles the NULL ...
Note: See TracBrowser for help on using the repository browser.