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
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
2013-01-23
added --eval commandline option allowing code to be executed on the commandline
Robin Haberkorn
1
-1
/
+19
2013-01-23
implemented special save last commandline command ("*" at beginning of comman...
Robin Haberkorn
1
-0
/
+1
2013-01-19
updated copyright (2012-2013)
Robin Haberkorn
1
-1
/
+1
2013-01-19
allow <CTRL/C> to be typed; aborts last typed char
Robin Haberkorn
1
-0
/
+19
2012-12-05
windows compatibility changes
Robin Haberkorn
1
-21
/
+7
2012-12-04
added copyright notice to every source file
Robin Haberkorn
1
-0
/
+17
2012-12-04
first working version of autotools based build-system
Robin Haberkorn
1
-0
/
+4
2012-12-04
autoconf preparation: move everything into src/ subdir
Robin Haberkorn
1
-0
/
+208