aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2016-02-16minor ./distribute fixRobin Haberkorn1-2/+2
2016-02-16fixed function key macros and command reinsertion after ^[Robin Haberkorn2-2/+13
2016-02-16finally added Autotest suiteRobin Haberkorn7-9/+71
2016-02-16commented on why $SCITECO_BOOTSTRAP is used in doc/Makefile.amRobin Haberkorn1-0/+6
2016-02-16implemented ^C commandRobin Haberkorn5-14/+49
2016-02-15updated sciteco(7): command line termination, aggregating loops etc.Robin Haberkorn1-18/+69
2016-02-15updated TODORobin Haberkorn1-13/+16
2016-02-15revised looping implementation, aggregating loops, sane $$ semantics, some op...Robin Haberkorn8-150/+311
2016-02-15implemented <$$> command for returning from a macroRobin Haberkorn7-83/+163
2016-02-15lexer library: avoid unnecessary argument discards after SETLEXERLANGUAGERobin Haberkorn69-69/+69
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-11updated Doxyfile: added new source directories; exclude gtkflowbox.c and use ...Robin Haberkorn1-6/+6
2016-02-11updated Doxyfile.in: doxygen -u Doxyfile.inRobin Haberkorn1-913/+1424
2016-02-11pass user/maintainer provided CXXFLAGS to the Scintilla build processRobin Haberkorn5-7/+22
2016-02-11optimized command execution in batch mode, during macro calls, loops etc.Robin Haberkorn3-39/+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 Haberkorn15-40/+80
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-06updated TODORobin Haberkorn1-2/+15
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-04updated Scintilla submodule: fixed threading/deadlocks in Gdk earlier than 3.6Robin Haberkorn1-0/+0
2016-02-03Gtk UI: automatically configure font of the command lineRobin Haberkorn4-15/+35
2016-02-03Gtk UI: popup will now overlay both the Scintilla view and message widgetsRobin Haberkorn2-8/+20
2016-02-02Gtk UI: full color scheme supportRobin Haberkorn7-18/+234
2016-02-02Gtk UI: added option --no-csd to disable client-side decorationsRobin Haberkorn2-11/+31
2016-02-02Gtk UI: added a GtkHeaderBar and install it as the window's title barRobin Haberkorn3-27/+99
2016-02-02added gtk_info_popup_get_position_in_overlay() and workaround size allocation...Robin Haberkorn2-26/+42
2016-02-02gtk-info-popup: automatically hide the scrollbar if it would be insensitiveRobin Haberkorn1-3/+22
2016-02-01updated Scintilla: fixed crashes due to concurrent Scintilla usageRobin Haberkorn1-0/+0
2016-01-31CursesInfoPopup: separated the Curses popup widget from the rest of the UI codeRobin Haberkorn7-356/+514
2016-01-31added 16px, 32px and 256px versions of the SciTECO PNG iconRobin Haberkorn5-8/+25
2016-01-31prevent the SciTECO-based substitutor from generting config.hRobin Haberkorn1-0/+3
2016-01-31added Copyright to gtk-info-popup.gobRobin Haberkorn1-0/+17
2016-01-31interfaces have their own automake subdirectories and convenience libraries nowRobin Haberkorn12-63/+86
2016-01-31updated debian/copyrightRobin Haberkorn1-5/+12
2016-01-31updated to Gtk+ 3 and revamped the Gtk interface's popup widgetRobin Haberkorn9-125/+269
2016-01-31made the fallback GtkFlowBox a stand-alone widget that can be built outside o...Robin Haberkorn2-69/+23
2016-01-31added GtkFlowbox imported from Gtk+ v3.12.2Robin Haberkorn2-0/+5021
2016-01-28fixup: clarified :EX behaviour on modified unnamed filesRobin Haberkorn2-4/+8
2016-01-28added :EX (colon-modified EX): exits SciTECO saving all modified buffersRobin Haberkorn3-15/+41
2016-01-28updated TODO on possible optimizationsRobin Haberkorn1-0/+9
2016-01-28use String::append() instead of g_strconcat()Robin Haberkorn2-11/+14
2016-01-28fixed memory leaks in case of exceptions in StateExpectStringRobin Haberkorn1-3/+14
2016-01-28refactored pattern matching processing: fixes segfaults and memleaksRobin Haberkorn1-24/+141
2016-01-28updated copyright to 2016Robin Haberkorn42-42/+42
2015-12-30ncurses: use a default escape delay of 25msRobin Haberkorn3-2/+24