aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ioview.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn1-11/+0
2016-08-19Integrated clipboard supportRobin Haberkorn1-314/+39
2016-02-11minor Doxygen comment fixesRobin Haberkorn1-2/+2
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn1-3/+5
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-07-28added full Haiku OS support (non x86_gcc2)Robin Haberkorn1-7/+7
2015-07-27fixed fallback implementation of get_absolute_path() on misc platformsRobin Haberkorn1-12/+27
2015-06-22use WIN32_LEAN_AND_MEAN macro when including windows.hRobin Haberkorn1-6/+1
2015-06-14handle environment variables more consistentlyRobin Haberkorn1-2/+9
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn1-0/+27
2015-06-02added <FG> command and special Q-Register "$" to set and get the current work...Robin Haberkorn1-1/+1
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-71/+427
2015-03-07changed save point file format to .teco-<n>-<filename>~Robin Haberkorn1-1/+1
2015-02-23implemented to undo stack memory limitingRobin Haberkorn1-0/+11
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-12-08do not show possible completions for hidden files and directoriesRobin Haberkorn1-0/+27
2014-11-24Q-Register loading and saving using the IOView classRobin Haberkorn1-1/+1
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn1-0/+358