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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-22
avoid the non-standard \e escape sequence
Robin Haberkorn
2
-5
/
+8
2016-11-22
fixed local Q-Register management on certain broken platforms
Robin Haberkorn
4
-23
/
+42
2016-11-22
optimized QRegisterTable cleanup
Robin Haberkorn
5
-5
/
+10
2016-11-22
partially reversed/fixed-up b7ff56db631: avoid g_slice allocators and perform...
Robin Haberkorn
2
-14
/
+24
2016-11-21
fixed compilation of the PDCurses frontend
Robin Haberkorn
1
-1
/
+1
2016-11-20
fixed glib warnings about using g_mem_set_vtable() and revised memory limiting
Robin Haberkorn
24
-268
/
+352
2016-11-20
fixup to 19675a1a4899: fixed crash after rubbing out creation of global register
Robin Haberkorn
1
-1
/
+1
2016-11-20
optimized RBTree: avoid unnecessary virtual RBTree and RBEntry implementation...
Robin Haberkorn
7
-26
/
+42
2016-11-20
fixed interpretation of the Q-Register specification ".."
Robin Haberkorn
1
-3
/
+6
2016-11-20
auto-completion of Q-Register names, goto labels and help topics
Robin Haberkorn
8
-11
/
+194
2016-11-20
optimized red-black trees and common base class for string-keyed RB trees
Robin Haberkorn
8
-121
/
+167
2016-11-18
the manual generator (generator-docs.tes) has been cleaned up and is now call...
Robin Haberkorn
9
-69
/
+69
2016-11-18
standard lib: added getopt.tes for parsing command line options in scripts
Robin Haberkorn
2
-17
/
+23
2016-11-18
improved command line option handling
Robin Haberkorn
8
-40
/
+110
2016-11-18
implemented self-documenting (online) help system
Robin Haberkorn
4
-4
/
+414
2016-11-16
fixed segfault when munging empty scripts
Robin Haberkorn
1
-3
/
+10
2016-11-01
globbing supports character classes now and ^EN string building construct to ...
Robin Haberkorn
5
-30
/
+228
2016-08-19
Integrated clipboard support
Robin Haberkorn
17
-433
/
+1396
2016-06-04
added ^E@ string building character
Robin Haberkorn
2
-2
/
+23
2016-03-25
fixed rubout and reinsertion of the loop end command (>)
Robin Haberkorn
1
-2
/
+11
2016-02-24
EG and EC use $SHELL and $COMSPEC as the default command interpreters now
Robin Haberkorn
2
-17
/
+34
2016-02-16
fixed function key macros and command reinsertion after ^[
Robin Haberkorn
2
-2
/
+13
2016-02-16
implemented ^C command
Robin Haberkorn
2
-2
/
+36
2016-02-15
revised looping implementation, aggregating loops, sane $$ semantics, some op...
Robin Haberkorn
8
-150
/
+311
2016-02-15
implemented <$$> command for returning from a macro
Robin Haberkorn
4
-74
/
+155
2016-02-15
fixed segfaults due to missing undo restoration QReg argument variables
Robin Haberkorn
1
-4
/
+4
2016-02-11
minor Doxygen comment fixes
Robin Haberkorn
2
-3
/
+3
2016-02-11
optimized command execution in batch mode, during macro calls, loops etc.
Robin Haberkorn
2
-33
/
+78
2016-02-10
added String::toupper(): minor optimization
Robin Haberkorn
4
-15
/
+27
2016-02-10
avoid unnecessary undo token allocations in batch mode: greatly speeds up bat...
Robin Haberkorn
14
-33
/
+77
2016-02-07
Gtk UI: use GtkCanonicalizedLabels and many styling improvements
Robin Haberkorn
4
-34
/
+127
2016-02-07
added GtkCanonicalizedLabel: a label for displaying SciTECO strings
Robin Haberkorn
2
-3
/
+233
2016-02-04
Gtk UI: refactored fallback.css - use one section per UI component
Robin Haberkorn
1
-13
/
+12
2016-02-04
Gtk UI: --no-csd in the main option group now, so it shows up in --help
Robin Haberkorn
1
-1
/
+2
2016-02-04
Gtk UI: fixed segfaults because of unsynchronized ViewGtk destruction
Robin Haberkorn
2
-12
/
+26
2016-02-03
Gtk UI: automatically configure font of the command line
Robin Haberkorn
2
-15
/
+27
2016-02-03
Gtk UI: popup will now overlay both the Scintilla view and message widgets
Robin Haberkorn
2
-8
/
+20
2016-02-02
Gtk UI: full color scheme support
Robin Haberkorn
5
-18
/
+173
2016-02-02
Gtk UI: added option --no-csd to disable client-side decorations
Robin Haberkorn
2
-11
/
+31
2016-02-02
Gtk UI: added a GtkHeaderBar and install it as the window's title bar
Robin Haberkorn
3
-27
/
+99
2016-02-02
added gtk_info_popup_get_position_in_overlay() and workaround size allocation...
Robin Haberkorn
2
-26
/
+42
2016-02-02
gtk-info-popup: automatically hide the scrollbar if it would be insensitive
Robin Haberkorn
1
-3
/
+22
2016-01-31
CursesInfoPopup: separated the Curses popup widget from the rest of the UI code
Robin Haberkorn
7
-356
/
+514
2016-01-31
added 16px, 32px and 256px versions of the SciTECO PNG icon
Robin Haberkorn
1
-5
/
+21
2016-01-31
added Copyright to gtk-info-popup.gob
Robin Haberkorn
1
-0
/
+17
2016-01-31
interfaces have their own automake subdirectories and convenience libraries now
Robin Haberkorn
11
-59
/
+70
2016-01-31
updated to Gtk+ 3 and revamped the Gtk interface's popup widget
Robin Haberkorn
4
-116
/
+251
2016-01-31
made the fallback GtkFlowBox a stand-alone widget that can be built outside o...
Robin Haberkorn
2
-69
/
+23
2016-01-31
added GtkFlowbox imported from Gtk+ v3.12.2
Robin Haberkorn
2
-0
/
+5021
2016-01-28
fixup: clarified :EX behaviour on modified unnamed files
Robin Haberkorn
2
-4
/
+8
[next]