aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ring.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-21updated copyright to 2024Robin Haberkorn1-1/+1
2023-04-05updated copyright to 2023Robin Haberkorn1-1/+1
2022-06-21updated copyright to 2022 and updated TODORobin Haberkorn1-1/+1
2021-05-30THE GREAT CEEIFICATION EVENTRobin Haberkorn1-196/+70
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-9/+3
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn1-1/+1
2016-01-28added :EX (colon-modified EX): exits SciTECO saving all modified buffersRobin Haberkorn1-0/+1
2016-01-28updated copyright to 2016Robin Haberkorn1-1/+1
2015-06-12support UNIX-shell-like tilde-expansions in file names and directoriesRobin Haberkorn1-2/+2
2015-03-02minor optimization: no need to check for NULL when using C++ delete operatorRobin Haberkorn1-2/+1
2015-02-23implemented to undo stack memory limitingRobin Haberkorn1-2/+9
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-11-24turn off Scintilla undo collection by default and fixed memleakRobin Haberkorn1-7/+15
2014-11-24factored out file loading and saving into the View specialisation IOViewRobin Haberkorn1-38/+16
2014-11-22allow setting the "*" register as an alternative to nEBRobin Haberkorn1-0/+5
2014-11-22added EJ command: return runtime propertiesRobin Haberkorn1-0/+2
2014-11-22added globbing command ENRobin Haberkorn1-6/+0
2014-11-20allow a current buffer if we're editing a Q-RegisterRobin Haberkorn1-1/+5
2014-11-17Make sure QRegister::view is properly initialized and cleaned upRobin Haberkorn1-0/+2
2014-11-16cleaned up Scintilla document "updating"Robin Haberkorn1-7/+6
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-10/+10
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-4/+8
2014-11-09current_doc_must_undo(): check for undo-necessity when operating on the curre...Robin Haberkorn1-0/+7
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15use GLib's GError information to yield errorsRobin Haberkorn1-1/+1
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-0/+1
2013-03-16common parent state for all file-name-expecting commands: fixes EM tab-comple...Robin Haberkorn1-2/+2
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-3/+3
2013-02-22clean up QRegister vs. Buffer redundancies using TECODocument classRobin Haberkorn1-25/+11
2013-02-08fixed ring.current/QRegisters::current corruptionRobin Haberkorn1-2/+2
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+246