aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-03-03updated copyright to 2017Robin Haberkorn1-1/+1
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn1-2/+2
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn1-2/+5
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn1-2/+2
2016-01-28fixup: clarified :EX behaviour on modified unnamed filesRobin Haberkorn1-2/+4
2016-01-28added :EX (colon-modified EX): exits SciTECO saving all modified buffersRobin Haberkorn1-0/+10
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn1-11/+11
2015-05-25restrict globbing in the EB command to regular files.Robin Haberkorn1-2/+2
2015-03-17fixed invalid memory accesses in the expression stack and reworked expression...Robin Haberkorn1-1/+1
2015-03-07changed save point file format to .teco-<n>-<filename>~Robin Haberkorn1-2/+2
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-24turn off Scintilla undo collection by default and fixed memleakRobin Haberkorn1-0/+9
2014-11-24Q-Register loading and saving using the IOView classRobin Haberkorn1-3/+9
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn1-342/+25
2014-11-22added EJ command: return runtime propertiesRobin Haberkorn1-0/+15
2014-11-22added globbing command ENRobin Haberkorn1-32/+9
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn1-0/+1
2014-11-20allow a current buffer if we're editing a Q-RegisterRobin Haberkorn1-3/+3
2014-11-16cleaned up Scintilla document "updating"Robin Haberkorn1-12/+12
2014-11-16rewritten View and Interface base classes using the Curiously Recurring Templ...Robin Haberkorn1-8/+8
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-7/+5
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-1/+2
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-2/+4
2014-11-01fixed reversing EW (save as)Robin Haberkorn1-23/+22
2014-02-18comment on unused-result warning of fchown()Robin Haberkorn1-1/+5
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15use GLib's GError information to yield errorsRobin Haberkorn1-5/+5
2014-02-15removed most exception specifications: allow bad_allocs to propagateRobin Haberkorn1-5/+5
2013-03-18declare all global inter-dependant objects in main.cpp and get rid of init_pr...Robin Haberkorn1-3/+0
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn1-3/+3
2013-03-16documented remaining commandsRobin Haberkorn1-0/+79
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-5/+5
2013-02-22clean up QRegister vs. Buffer redundancies using TECODocument classRobin Haberkorn1-3/+3
2013-02-01fixed buffer Ring initializationRobin Haberkorn1-1/+2
2013-01-22This reverts commit 821c61e9967e62fd81038e4b879c5452bffe2dfb.Robin Haberkorn1-9/+30
2013-01-21improved reading files by using memory-mappingRobin Haberkorn1-6/+9
2013-01-21fixed: preserve access mode and ownership (if possible) of file when savingRobin Haberkorn1-19/+109
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04additional minor changes: distribution building now possibleRobin Haberkorn1-1/+1
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+539