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-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
2016-01-28
added :EX (colon-modified EX): exits SciTECO saving all modified buffers
Robin Haberkorn
3
-15
/
+41
2016-01-28
use String::append() instead of g_strconcat()
Robin Haberkorn
2
-11
/
+14
2016-01-28
fixed memory leaks in case of exceptions in StateExpectString
Robin Haberkorn
1
-3
/
+14
2016-01-28
refactored pattern matching processing: fixes segfaults and memleaks
Robin Haberkorn
1
-24
/
+141
2016-01-28
updated copyright to 2016
Robin Haberkorn
41
-41
/
+41
2015-12-30
ncurses: use a default escape delay of 25ms
Robin Haberkorn
1
-0
/
+20
2015-10-14
minor Clang and OS X compilation fixes
Robin Haberkorn
2
-5
/
+5
2015-09-25
avoid compiler warning in interface-curses.cpp
Robin Haberkorn
1
-0
/
+3
2015-09-25
curses UI: fixed truncation of non-filename popup entries
Robin Haberkorn
2
-5
/
+24
2015-09-25
curses UI: properly truncate q-register and file names
Robin Haberkorn
2
-80
/
+163
2015-09-24
cleaned up operator precedence code
Robin Haberkorn
2
-14
/
+19
2015-09-23
different operators can have the same precedence now
Robin Haberkorn
2
-11
/
+26
2015-07-28
added full Haiku OS support (non x86_gcc2)
Robin Haberkorn
4
-12
/
+21
2015-07-27
fixed fallback implementation of get_absolute_path() on misc platforms
Robin Haberkorn
2
-13
/
+33
2015-07-27
work around segfaults on Haiku
Robin Haberkorn
1
-0
/
+9
2015-07-22
fixed operator precedence list
Robin Haberkorn
1
-3
/
+3
2015-07-15
changed default popup background color and color schemes
Robin Haberkorn
1
-2
/
+2
2015-07-15
Curses UI: revised popup area, with borders and a scroll bar; reduce flickering
Robin Haberkorn
2
-130
/
+258
2015-07-14
fixed <nA> for n pointing to the buffer end
Robin Haberkorn
1
-1
/
+5
2015-07-14
fixed error message for Qq if <q> does not exist
Robin Haberkorn
2
-8
/
+33
2015-07-14
curses UI: support terminal palette restoration on PDCurses/win32 and xterm
Robin Haberkorn
3
-61
/
+141
2015-07-14
support the CLOSE function key in PDCurses/win32a
Robin Haberkorn
1
-1
/
+15
2015-07-14
curses: fixed arithmetic error when window is smaller than 2 columns
Robin Haberkorn
1
-1
/
+2
2015-07-14
programmable terminal color redefinition and theming SciTECO curses UI based ...
Robin Haberkorn
5
-106
/
+408
2015-06-29
make sure that we do not loose information when handling tecoBools by implici...
Robin Haberkorn
1
-2
/
+2
2015-06-29
<:Q> returns -1 for non-existent registers now
Robin Haberkorn
4
-30
/
+95
2015-06-29
MicroStateMachine::input() returns whether a result was set now
Robin Haberkorn
9
-114
/
+113
2015-06-27
do not imply values for the "=" command but fail instead if argument is missing
Robin Haberkorn
1
-1
/
+4
2015-06-24
disable all Scintilla margins by default
Robin Haberkorn
1
-0
/
+6
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
5
-32
/
+135
2015-06-24
fixed SEGFAULTs in InterfaceCurses::vmsg()
Robin Haberkorn
2
-8
/
+17
2015-06-23
fixed stdio message printing for strings longer than 255 characters
Robin Haberkorn
1
-7
/
+9
2015-06-23
the Scintilla caret should be non-blinking by default
Robin Haberkorn
1
-0
/
+1
2015-06-23
fixed comment in interface-gtk.cpp
Robin Haberkorn
1
-4
/
+3
2015-06-23
install PNG icon and use it to set GTK's window icon
Robin Haberkorn
2
-1
/
+19
2015-06-23
GTK UI: beep on error
Robin Haberkorn
1
-0
/
+3
2015-06-23
never show the horizontal scrollbar by default
Robin Haberkorn
1
-0
/
+7
2015-06-23
GTK UI: disable keyboard and mouse interaction with Scintilla views
Robin Haberkorn
1
-0
/
+16
2015-06-22
major GTK UI rewrite: use a separate execution thread
Robin Haberkorn
2
-45
/
+284
2015-06-22
fixed compilation of GTK+ UI
Robin Haberkorn
2
-32
/
+34
2015-06-22
disable PDCurses/win32a "function keys"
Robin Haberkorn
1
-1
/
+25
2015-06-22
improved ncurses/win32 support
Robin Haberkorn
1
-16
/
+10
2015-06-22
added XCurses support
Robin Haberkorn
1
-3
/
+36
2015-06-22
use WIN32_LEAN_AND_MEAN macro when including windows.h
Robin Haberkorn
2
-12
/
+2
2015-06-22
fixed flickering in InterfaceCurses::set_window_title()
Robin Haberkorn
1
-0
/
+15
[next]