aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-03-16implemented automatic EOL translation supportRobin Haberkorn1-1/+15
2015-03-10added --no-profile command line optionRobin Haberkorn1-2/+9
2015-03-07added hack for Windows to pause at the beginning of main() if DEBUG_PAUSE is ...Robin Haberkorn1-0/+14
2015-03-07canonicalize $SCITECOCONFIG and $SCITECOPATH variablesRobin Haberkorn1-1/+16
2015-03-07improved --help output and introduced PACKAGE_URL_DEV (for development home)Robin Haberkorn1-2/+13
2015-03-07cleaned up usage of the escape control character: introduced CTL_KEY_ESC and ...Robin Haberkorn1-1/+1
2015-03-02removed last remaining "throw" specificationsRobin Haberkorn1-9/+6
2015-03-01moved String helper functions from sciteco.h and main.cpp to string-utils.cpp...Robin Haberkorn1-23/+0
2015-02-14updated Scintilla submodule: fixed tab stop calculation on CursesRobin Haberkorn1-1/+1
2015-02-11updated copyright to 2015Robin Haberkorn1-1/+1
2014-12-15always free glib's GError structuresRobin Haberkorn1-0/+1
2014-11-24introduced $SCITECOCONFIG env variable, and set different default for $SCITEC...Robin Haberkorn1-27/+36
2014-11-24turn off Scintilla undo collection by default and fixed memleakRobin Haberkorn1-2/+5
2014-11-24Q-Register loading and saving using the IOView classRobin Haberkorn1-1/+2
2014-11-21finally implemented the CLOSE and QUIT hooksRobin Haberkorn1-1/+23
2014-11-17Make sure QRegister::view is properly initialized and cleaned upRobin Haberkorn1-3/+3
2014-11-16first working version of the one-view-per-buffer designRobin Haberkorn1-46/+4
2014-11-11refactored SciTECO runtime errors: moved from parser.cpp to error.cppRobin Haberkorn1-3/+4
2014-11-11added all of SciTECO's declarations to the "SciTECO" namespaceRobin Haberkorn1-49/+61
2014-02-15updated Copyright to year 2014Robin Haberkorn1-1/+1
2014-02-15all interface classes define the same type InterfaceCurrent, simplifying the ...Robin Haberkorn1-5/+1
2014-02-15added State::StdError class for constructing errors from std::exception objectsRobin Haberkorn1-1/+1
2014-02-15use GLib's GError information to yield errorsRobin Haberkorn1-2/+5
2014-02-15glib allocation functions throw std::bad_alloc exceptions now; catch all bad_...Robin Haberkorn1-0/+58
2014-02-15String::get_coord() calculates line and column of a string positionRobin Haberkorn1-0/+23
2014-02-15added support for TECO stack tracingRobin Haberkorn1-15/+22
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