aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/spawn.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-16documented the automatic EOL translation featureRobin Haberkorn1-0/+12
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-37/+69
2015-03-02fixed minor typos in <EC> documentationRobin Haberkorn1-2/+2
2015-02-14updated Scintilla submodule: fixed tab stop calculation on CursesRobin Haberkorn1-1/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-12-15fixup: the spawn context's GError must not be memory-managed by the state objectRobin Haberkorn1-4/+0
2014-12-15always free glib's GError structuresRobin Haberkorn1-0/+6
2014-12-15add workaround for missing g_spawn_check_exit_status() in libglib v2.33 and e...Robin Haberkorn1-0/+41
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-2/+2
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-2/+3
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-0/+4
2014-11-10fixed EG command: make sure to reset the register argument on termination,Robin Haberkorn1-0/+2
2014-11-09fixed EC command for negative line rangesRobin Haberkorn1-0/+6
2014-11-09allow "-EC" command even though we do not generally imply the sign prefixRobin Haberkorn1-3/+13
2014-11-09documented EC and EG commandsRobin Haberkorn1-0/+105
2014-11-09added EG command: pipe from buffer into Q-RegisterRobin Haberkorn1-7/+34
2014-11-09implemented EC command (execute operating system command) in spawn.cppRobin Haberkorn1-0/+366