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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-07-15
updated Scintilla/Scinterm submodules: scintilla_noutrefresh() support
Robin Haberkorn
1
-0
/
+0
2015-07-14
mention ED register in the manual's Q-REGISTERS section
Robin Haberkorn
1
-0
/
+7
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
added port of the Solarized color scheme
Robin Haberkorn
2
-1
/
+140
2015-07-14
programmable terminal color redefinition and theming SciTECO curses UI based ...
Robin Haberkorn
6
-106
/
+493
2015-07-14
fixed default colors in color.tes and style Q-Register view
Robin Haberkorn
3
-32
/
+68
2015-07-11
fixed Scintilla/Scinterm build process
Robin Haberkorn
1
-1
/
+1
2015-06-30
updated TODO
Robin Haberkorn
1
-25
/
+60
2015-06-30
updated Scintilla/Scinterm submodules
Robin Haberkorn
1
-0
/
+0
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
5
-32
/
+97
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-27
enable function key macros automatically when sourcing fnkeys.tes
Robin Haberkorn
2
-4
/
+5
2015-06-24
disable all Scintilla margins by default
Robin Haberkorn
2
-1
/
+6
2015-06-24
added "^FCLOSE" function key macro and defined SIGTERM behaviour
Robin Haberkorn
8
-34
/
+166
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
3
-6
/
+24
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
sample.teco_ini: avoid unnecessary ED-hook recursions
Robin Haberkorn
1
-0
/
+5
2015-06-22
disable PDCurses/win32a "function keys"
Robin Haberkorn
1
-1
/
+25
2015-06-22
improved ncurses/win32 support
Robin Haberkorn
2
-16
/
+12
2015-06-22
added XCurses support
Robin Haberkorn
4
-10
/
+77
2015-06-22
use WIN32_LEAN_AND_MEAN macro when including windows.h
Robin Haberkorn
2
-12
/
+2
2015-06-22
pass curses CFLAGS into Scinterm build system
Robin Haberkorn
2
-13
/
+35
2015-06-22
fixed flickering in InterfaceCurses::set_window_title()
Robin Haberkorn
1
-0
/
+15
2015-06-22
fixed CTRL+C handling on PDCurses/win32 port
Robin Haberkorn
1
-4
/
+67
2015-06-22
major Curses UI revision: initialize curses as late as possible
Robin Haberkorn
7
-237
/
+380
2015-06-17
improved build speed by refining the rules for building Scintilla
Robin Haberkorn
1
-7
/
+16
2015-06-14
handle environment variables more consistently
Robin Haberkorn
9
-48
/
+227
2015-06-13
updated INSTALL: document out-of-tree builds
Robin Haberkorn
1
-4
/
+51
2015-06-13
updated scintilla submodule
Robin Haberkorn
2
-2
/
+2
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
12
-75
/
+203
2015-06-11
fixed lexer configuration for the unnamed buffer
Robin Haberkorn
1
-0
/
+1
2015-06-03
avoid compiler warning for giving field precision (non-null terminated string...
Robin Haberkorn
1
-1
/
+1
2015-06-02
throw error when trying to set or append the string part of "*" and appending...
Robin Haberkorn
3
-3
/
+28
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
11
-30
/
+360
2015-05-29
Modified ^W in string (and file name) arguments: ensure that we always rub ou...
Robin Haberkorn
3
-7
/
+25
2015-05-29
support specialized ^W immediate editing command in file name arguments
Robin Haberkorn
2
-4
/
+43
[next]