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
/
main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-03
updated copyright to 2017
Robin Haberkorn
1
-1
/
+1
2016-11-22
fixed local Q-Register management on certain broken platforms
Robin Haberkorn
1
-0
/
+4
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
1
-55
/
+2
2016-11-18
improved command line option handling
Robin Haberkorn
1
-22
/
+70
2016-02-24
EG and EC use $SHELL and $COMSPEC as the default command interpreters now
Robin Haberkorn
1
-0
/
+6
2016-02-16
implemented ^C command
Robin Haberkorn
1
-2
/
+13
2016-01-28
updated copyright to 2016
Robin Haberkorn
1
-1
/
+1
2015-07-28
added full Haiku OS support (non x86_gcc2)
Robin Haberkorn
1
-2
/
+8
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
1
-0
/
+26
2015-06-14
handle environment variables more consistently
Robin Haberkorn
1
-15
/
+21
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
1
-1
/
+15
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
1
-1
/
+15
2015-03-10
added --no-profile command line option
Robin Haberkorn
1
-2
/
+9
2015-03-07
added hack for Windows to pause at the beginning of main() if DEBUG_PAUSE is ...
Robin Haberkorn
1
-0
/
+14
2015-03-07
canonicalize $SCITECOCONFIG and $SCITECOPATH variables
Robin Haberkorn
1
-1
/
+16
2015-03-07
improved --help output and introduced PACKAGE_URL_DEV (for development home)
Robin Haberkorn
1
-2
/
+13
2015-03-07
cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...
Robin Haberkorn
1
-1
/
+1
2015-03-02
removed last remaining "throw" specifications
Robin Haberkorn
1
-9
/
+6
2015-03-01
moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...
Robin Haberkorn
1
-23
/
+0
2015-02-14
updated Scintilla submodule: fixed tab stop calculation on Curses
Robin Haberkorn
1
-1
/
+1
2015-02-11
updated copyright to 2015
Robin Haberkorn
1
-1
/
+1
2014-12-15
always free glib's GError structures
Robin Haberkorn
1
-0
/
+1
2014-11-24
introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...
Robin Haberkorn
1
-27
/
+36
2014-11-24
turn off Scintilla undo collection by default and fixed memleak
Robin Haberkorn
1
-2
/
+5
2014-11-24
Q-Register loading and saving using the IOView class
Robin Haberkorn
1
-1
/
+2
2014-11-21
finally implemented the CLOSE and QUIT hooks
Robin Haberkorn
1
-1
/
+23
2014-11-17
Make sure QRegister::view is properly initialized and cleaned up
Robin Haberkorn
1
-3
/
+3
2014-11-16
first working version of the one-view-per-buffer design
Robin Haberkorn
1
-46
/
+4
2014-11-11
refactored SciTECO runtime errors: moved from parser.cpp to error.cpp
Robin Haberkorn
1
-3
/
+4
2014-11-11
added all of SciTECO's declarations to the "SciTECO" namespace
Robin Haberkorn
1
-49
/
+61
2014-02-15
updated Copyright to year 2014
Robin Haberkorn
1
-1
/
+1
2014-02-15
all interface classes define the same type InterfaceCurrent, simplifying the ...
Robin Haberkorn
1
-5
/
+1
2014-02-15
added State::StdError class for constructing errors from std::exception objects
Robin Haberkorn
1
-1
/
+1
2014-02-15
use GLib's GError information to yield errors
Robin Haberkorn
1
-2
/
+5
2014-02-15
glib allocation functions throw std::bad_alloc exceptions now; catch all bad_...
Robin Haberkorn
1
-0
/
+58
2014-02-15
String::get_coord() calculates line and column of a string position
Robin Haberkorn
1
-0
/
+23
2014-02-15
added support for TECO stack tracing
Robin Haberkorn
1
-15
/
+22
2013-03-18
remove all unused-attributes for parameters
Robin Haberkorn
1
-2
/
+2
2013-03-18
declare all global inter-dependant objects in main.cpp and get rid of init_pr...
Robin Haberkorn
1
-0
/
+20
2013-03-18
make sure a (void*)0 is used as sentinels
Robin Haberkorn
1
-2
/
+2
2013-03-18
prefer $HOME over passdb when looking for .teco_ini
Robin Haberkorn
1
-1
/
+1
2013-02-22
use typedef for SciTECO integers and make it configurable at configure time
Robin Haberkorn
1
-1
/
+1
2013-02-22
fixed global object initialization order issue
Robin Haberkorn
1
-3
/
+3
2013-02-22
fixed margin configuration with GTK+ interface
Robin Haberkorn
1
-1
/
+3
2013-02-22
Windows (MinGW) compatibility fixes: suspending impossible and environment in...
Robin Haberkorn
1
-8
/
+7
2013-02-22
clean up QRegisterTable::insert|initialize usage
Robin Haberkorn
1
-5
/
+4
2013-02-15
install standard macros into special standard library path (pkgdatadir/lib)
Robin Haberkorn
1
-1
/
+5
2013-02-14
initialize global Q-Registers (beginning with $) with environment variables
Robin Haberkorn
1
-0
/
+23
2013-02-08
use special Q-Register $ (<ESC>) to hold the replacement commandline
Robin Haberkorn
1
-0
/
+3
2013-02-01
fixed buffer Ring initialization
Robin Haberkorn
1
-2
/
+0
[next]