about summary refs log tree commit diff stats
path: root/externaleditor.c
Commit message (Expand)AuthorAgeFilesLines
* Many errors fixed, found by clang static analyzer.Josh Rickmar2013-06-201-1/+0
* Make editsrc on about:blank not bomb the browserJosh Rickmar2012-08-231-2/+3
* Give each tab its own session key for xtp links.Josh Rickmar2012-08-161-1/+1
* Replace all signaling code and a mkstemps call with glib functions.Josh Rickmar2012-07-171-66/+90
* Use glib's g_spawn_async() function instead of OS-specific fork/execJosh Rickmar2012-06-281-35/+25
* remove noop assignment, found by clang analyzeMichal Mazurek2012-06-131-1/+0
* This fixes a bunch of things that probably should have gone in my lastJosh Rickmar2012-06-061-30/+19
* rename xxxterm to xomreroMarco Peereboom2012-05-171-3/+3
* also fixup PS over hereMarco Peereboom2012-01-241-2/+2
* include using <> instead of ; this will have falloutMarco Peereboom2012-01-231-1/+1
* replace enable external editor with enable signalsMarco Peereboom2012-01-231-1/+2
* make external editor a compile time decissionMarco Peereboom2012-01-231-1/+1
* style stuffMarco Peereboom2012-01-041-6/+11
* use a #define for buffer sizeMarco Peereboom2012-01-041-7/+7
* fix a fd leak and shorten code someMarco Peereboom2012-01-041-21/+16
* warn when webkit version is too old for external editorMarco Peereboom2012-01-041-0/+2
* comment out WIFEXITED(status) to make it clear this is not usefulTodd T. Fries2012-01-041-1/+1
* Missing spacesStevan Andjelkovic2012-01-031-2/+2
* Merge external editor stuff.Stevan Andjelkovic2012-01-031-0/+372