aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-03-08yet another revision of memory limiting: the glibc mallinfo() approach has be...Robin Haberkorn4-75/+117
2017-03-08undo stack reorganized into a stack of undo token listsRobin Haberkorn2-38/+62
2017-03-08fixup to 89224899: fixed function key macros after $ and the rubout-command e...Robin Haberkorn2-2/+21
2017-03-07refactored commandline key processing: rewritten Cmdline::process_edit_cmd() ...Robin Haberkorn7-383/+524
2017-03-06roll back to the old mallinfo() implementation of memory limiting on Linux an...Robin Haberkorn3-64/+118
2017-03-05memory limiting: libc malloc() and realloc() can return NULLRobin Haberkorn1-2/+4
2017-03-05replaced Linux-specific mallinfo()-based memory limiting with a more portable...Robin Haberkorn1-17/+90
2017-03-03updated copyright to 2017Robin Haberkorn53-53/+53
2017-03-03build system portability fixesRobin Haberkorn1-6/+3
2016-11-30allow dollar sign as another variant of ^[ (discard all arguments or return)Robin Haberkorn2-23/+42
2016-11-27fixed rubout of the first command after command line termination ($$)Robin Haberkorn2-6/+6
2016-11-22Gtk interface: make sure that the default display is openedRobin Haberkorn1-2/+10
2016-11-22save some bytes per Q-Register creation on the undo stackRobin Haberkorn2-21/+47
2016-11-22avoid the non-standard \e escape sequenceRobin Haberkorn2-5/+8
2016-11-22fixed local Q-Register management on certain broken platformsRobin Haberkorn4-23/+42
2016-11-22optimized QRegisterTable cleanupRobin Haberkorn5-5/+10
2016-11-22partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...Robin Haberkorn2-14/+24
2016-11-21fixed compilation of the PDCurses frontendRobin Haberkorn1-1/+1
2016-11-20fixed glib warnings about using g_mem_set_vtable() and revised memory limitingRobin Haberkorn24-268/+352
2016-11-20fixup to 19675a1a4899: fixed crash after rubbing out creation of global registerRobin Haberkorn1-1/+1
2016-11-20optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...Robin Haberkorn7-26/+42
2016-11-20fixed interpretation of the Q-Register specification ".."Robin Haberkorn1-3/+6
2016-11-20auto-completion of Q-Register names, goto labels and help topicsRobin Haberkorn8-11/+194
2016-11-20optimized red-black trees and common base class for string-keyed RB treesRobin Haberkorn8-121/+167
2016-11-18the manual generator (generator-docs.tes) has been cleaned up and is now call...Robin Haberkorn9-69/+69
2016-11-18standard lib: added getopt.tes for parsing command line options in scriptsRobin Haberkorn2-17/+23
2016-11-18improved command line option handlingRobin Haberkorn8-40/+110
2016-11-18implemented self-documenting (online) help systemRobin Haberkorn4-4/+414
2016-11-16fixed segfault when munging empty scriptsRobin Haberkorn1-3/+10
2016-11-01globbing supports character classes now and ^EN string building construct to ...Robin Haberkorn5-30/+228
2016-08-19Integrated clipboard supportRobin Haberkorn17-433/+1396
2016-06-04added ^E@ string building characterRobin Haberkorn2-2/+23
2016-03-25fixed rubout and reinsertion of the loop end command (>)Robin Haberkorn1-2/+11
2016-02-24EG and EC use $SHELL and $COMSPEC as the default command interpreters nowRobin Haberkorn2-17/+34
2016-02-16fixed function key macros and command reinsertion after ^[Robin Haberkorn2-2/+13
2016-02-16implemented ^C commandRobin Haberkorn2-2/+36
2016-02-15revised looping implementation, aggregating loops, sane $$ semantics, some op...Robin Haberkorn8-150/+311
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn4-74/+155
2016-02-15fixed segfaults due to missing undo restoration QReg argument variablesRobin Haberkorn1-4/+4
2016-02-11minor Doxygen comment fixesRobin Haberkorn2-3/+3
2016-02-11optimized command execution in batch mode, during macro calls, loops etc.Robin Haberkorn2-33/+78
2016-02-10added String::toupper(): minor optimizationRobin Haberkorn4-15/+27
2016-02-10avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...Robin Haberkorn14-33/+77
2016-02-07Gtk UI: use GtkCanonicalizedLabels and many styling improvementsRobin Haberkorn4-34/+127
2016-02-07added GtkCanonicalizedLabel: a label for displaying SciTECO stringsRobin Haberkorn2-3/+233
2016-02-04Gtk UI: refactored fallback.css - use one section per UI componentRobin Haberkorn1-13/+12
2016-02-04Gtk UI: --no-csd in the main option group now, so it shows up in --helpRobin Haberkorn1-1/+2
2016-02-04Gtk UI: fixed segfaults because of unsynchronized ViewGtk destructionRobin Haberkorn2-12/+26
2016-02-03Gtk UI: automatically configure font of the command lineRobin Haberkorn2-15/+27
2016-02-03Gtk UI: popup will now overlay both the Scintilla view and message widgetsRobin Haberkorn2-8/+20