aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-03-18remove all unused-attributes for parametersRobin Haberkorn1-2/+2
2013-03-18declare all global inter-dependant objects in main.cpp and get rid of init_pr...Robin Haberkorn1-0/+20
2013-03-18make sure a (void*)0 is used as sentinelsRobin Haberkorn1-2/+2
2013-03-18prefer $HOME over passdb when looking for .teco_iniRobin Haberkorn1-1/+1
2013-02-22use typedef for SciTECO integers and make it configurable at configure timeRobin Haberkorn1-1/+1
2013-02-22fixed global object initialization order issueRobin Haberkorn1-3/+3
2013-02-22fixed margin configuration with GTK+ interfaceRobin Haberkorn1-1/+3
2013-02-22Windows (MinGW) compatibility fixes: suspending impossible and environment in...Robin Haberkorn1-8/+7
2013-02-22clean up QRegisterTable::insert|initialize usageRobin Haberkorn1-5/+4
2013-02-15install standard macros into special standard library path (pkgdatadir/lib)Robin Haberkorn1-1/+5
2013-02-14initialize global Q-Registers (beginning with $) with environment variablesRobin Haberkorn1-0/+23
2013-02-08use special Q-Register $ (<ESC>) to hold the replacement commandlineRobin Haberkorn1-0/+3
2013-02-01fixed buffer Ring initializationRobin Haberkorn1-2/+0
2013-01-23added --eval commandline option allowing code to be executed on the commandlineRobin Haberkorn1-1/+19
2013-01-23implemented special save last commandline command ("*" at beginning of comman...Robin Haberkorn1-0/+1
2013-01-19updated copyright (2012-2013)Robin Haberkorn1-1/+1
2013-01-19allow <CTRL/C> to be typed; aborts last typed charRobin Haberkorn1-0/+19
2012-12-05windows compatibility changesRobin Haberkorn1-21/+7
2012-12-04added copyright notice to every source fileRobin Haberkorn1-0/+17
2012-12-04first working version of autotools based build-systemRobin Haberkorn1-0/+4
2012-12-04autoconf preparation: move everything into src/ subdirRobin Haberkorn1-0/+208