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
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
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
4
-201
/
+275
2015-06-14
handle environment variables more consistently
Robin Haberkorn
7
-32
/
+168
2015-06-12
support UNIX-shell-like tilde-expansions in file names and directories
Robin Haberkorn
11
-66
/
+130
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
2
-3
/
+26
2015-06-02
added <FG> command and special Q-Register "$" to set and get the current work...
Robin Haberkorn
9
-22
/
+316
2015-05-29
Modified ^W in string (and file name) arguments: ensure that we always rub ou...
Robin Haberkorn
2
-5
/
+23
2015-05-29
support specialized ^W immediate editing command in file name arguments
Robin Haberkorn
1
-4
/
+26
2015-05-25
restrict globbing in the EB command to regular files.
Robin Haberkorn
1
-2
/
+2
2015-05-25
extended <EN> command and used it to optimize "lexer.test..." macros
Robin Haberkorn
3
-41
/
+246
2015-03-18
fixed compiling on G++ v4.4: It needs a more verbose syntax when calling temp...
Robin Haberkorn
1
-2
/
+1
2015-03-18
ncurses: fixed batch mode initialization for unset or broken $TERM
Robin Haberkorn
1
-10
/
+56
2015-03-17
fixed invalid memory accesses in the expression stack and reworked expression...
Robin Haberkorn
5
-83
/
+98
2015-03-17
support for ncurses/win32
Robin Haberkorn
1
-3
/
+15
2015-03-17
always enable ^G modifier after tab completion in ^G mode.
Robin Haberkorn
1
-0
/
+3
2015-03-16
implemented function key masking (context-sensitive function key macros)
Robin Haberkorn
1
-4
/
+26
2015-03-16
clarify comment of why newterm() cannot be used on PDCurses
Robin Haberkorn
1
-4
/
+6
2015-03-16
fixed curses prog-mode reinitialization
Robin Haberkorn
1
-4
/
+11
2015-03-16
documented the automatic EOL translation feature
Robin Haberkorn
2
-3
/
+20
2015-03-16
implemented automatic EOL translation support
Robin Haberkorn
12
-127
/
+584
2015-03-16
added EL command for setting/getting the EOL mode
Robin Haberkorn
2
-0
/
+101
2015-03-16
when initializing ncurses, make sure that the output stream is fully buffered
Robin Haberkorn
1
-0
/
+1
2015-03-16
also set window title on ncurses, by querying terminfo capabilities
Robin Haberkorn
2
-3
/
+64
2015-03-14
use g_strerror() instead of strerror() in interface-curses.cpp
Robin Haberkorn
1
-1
/
+1
2015-03-12
improved ncurses batch mode initialization
Robin Haberkorn
2
-22
/
+65
2015-03-11
Curses UI: beep() on error
Robin Haberkorn
1
-0
/
+3
2015-03-11
fixed weird colors in rubbed-out command line on PDCurses/win32
Robin Haberkorn
1
-13
/
+35
2015-03-10
added SciTECO icon and compile it into Windows binaries
Robin Haberkorn
2
-0
/
+12
2015-03-10
added --no-profile command line option
Robin Haberkorn
1
-2
/
+9
2015-03-10
added the <"I> conditional for checking a directory separator
Robin Haberkorn
1
-0
/
+4
2015-03-10
always normalize directory separators to "/" in the "*" Q-Register
Robin Haberkorn
1
-4
/
+23
2015-03-10
added ./configure --enable-static-executables option
Robin Haberkorn
1
-0
/
+5
2015-03-10
avoid frequent info line redraws in Curses and GTK+ UIs
Robin Haberkorn
3
-20
/
+38
2015-03-10
simplified and optimized filename_complete()
Robin Haberkorn
1
-54
/
+31
2015-03-10
dirname length calculation moved from glob.cpp to file_get_dirname_len() in i...
Robin Haberkorn
2
-5
/
+27
2015-03-10
optimized Interface::info_update() implementations
Robin Haberkorn
2
-15
/
+17
2015-03-10
fixed globbing (EN command) for pattern without directory and on Windows
Robin Haberkorn
1
-9
/
+28
2015-03-09
fixed displaying of control characters in the "info" line (and window title)
Robin Haberkorn
4
-4
/
+60
2015-03-07
fixed crashes on PDCurses/win32 when SciTECO terminates before Interface::mai...
Robin Haberkorn
1
-1
/
+2
2015-03-07
added hack for Windows to pause at the beginning of main() if DEBUG_PAUSE is ...
Robin Haberkorn
1
-0
/
+14
[next]