index
:
sciteco
hsrex
libxcurses
master
session-extensions
Scintilla-based Text Editor and COrrector
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
ring.h
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-19
support :EF for saving a file before closing it
Robin Haberkorn
1
-0
/
+2
2025-01-13
updated copyright to 2025
Robin Haberkorn
1
-1
/
+1
2024-01-21
updated copyright to 2024
Robin Haberkorn
1
-1
/
+1
2023-04-05
updated copyright to 2023
Robin Haberkorn
1
-1
/
+1
2022-06-21
updated copyright to 2022 and updated TODO
Robin Haberkorn
1
-1
/
+1
2021-05-30
THE GREAT CEEIFICATION EVENT
Robin Haberkorn
1
-196
/
+70
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-9
/
+3
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
1
-1
/
+1
2016-01-28
added :EX (colon-modified EX): exits SciTECO saving all modified buffers
Robin Haberkorn
1
-0
/
+1
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
1
-2
/
+2
2015-03-02
minor optimization: no need to check for NULL when using C++ delete operator
Robin Haberkorn
1
-2
/
+1
2015-02-23
implemented to undo stack memory limiting
Robin Haberkorn
1
-2
/
+9
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-11-24
turn off Scintilla undo collection by default and fixed memleak
Robin Haberkorn
1
-7
/
+15
2014-11-24
factored out file loading and saving into the View specialisation IOView
Robin Haberkorn
1
-38
/
+16
2014-11-22
allow setting the "*" register as an alternative to nEB
Robin Haberkorn
1
-0
/
+5
2014-11-22
added EJ command: return runtime properties
Robin Haberkorn
1
-0
/
+2
2014-11-22
added globbing command EN
Robin Haberkorn
1
-6
/
+0
2014-11-20
allow a current buffer if we're editing a Q-Register
Robin Haberkorn
1
-1
/
+5
2014-11-17
Make sure QRegister::view is properly initialized and cleaned up
Robin Haberkorn
1
-0
/
+2
2014-11-16
cleaned up Scintilla document "updating"
Robin Haberkorn
1
-7
/
+6
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-10
/
+10
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-4
/
+8
2014-11-09
current_doc_must_undo(): check for undo-necessity when operating on the curre...
Robin Haberkorn
1
-0
/
+7
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-1
/
+1
2014-02-15
removed most exception specifications: allow bad_allocs to propagate
Robin Haberkorn
1
-5
/
+5
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-0
/
+1
2013-03-16
common parent state for all file-name-expecting commands: fixes EM tab-comple...
Robin Haberkorn
1
-2
/
+2
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-3
/
+3
2013-02-22
clean up QRegister vs. Buffer redundancies using TECODocument class
Robin Haberkorn
1
-25
/
+11
2013-02-08
fixed ring.current/QRegisters::current corruption
Robin Haberkorn
1
-2
/
+2
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+246