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
2016-02-11
updated Doxyfile.in: doxygen -u Doxyfile.in
Robin Haberkorn
1
-913
/
+1424
2016-02-11
pass user/maintainer provided CXXFLAGS to the Scintilla build process
Robin Haberkorn
5
-7
/
+22
2016-02-11
optimized command execution in batch mode, during macro calls, loops etc.
Robin Haberkorn
3
-39
/
+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
15
-40
/
+80
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-06
updated TODO
Robin Haberkorn
1
-2
/
+15
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-04
updated Scintilla submodule: fixed threading/deadlocks in Gdk earlier than 3.6
Robin Haberkorn
1
-0
/
+0
2016-02-03
Gtk UI: automatically configure font of the command line
Robin Haberkorn
4
-15
/
+35
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
7
-18
/
+234
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-02-01
updated Scintilla: fixed crashes due to concurrent Scintilla usage
Robin Haberkorn
1
-0
/
+0
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
5
-8
/
+25
2016-01-31
prevent the SciTECO-based substitutor from generting config.h
Robin Haberkorn
1
-0
/
+3
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
12
-63
/
+86
2016-01-31
updated debian/copyright
Robin Haberkorn
1
-5
/
+12
2016-01-31
updated to Gtk+ 3 and revamped the Gtk interface's popup widget
Robin Haberkorn
9
-125
/
+269
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
updated TODO on possible optimizations
Robin Haberkorn
1
-0
/
+9
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
42
-42
/
+42
2015-12-30
ncurses: use a default escape delay of 25ms
Robin Haberkorn
3
-2
/
+24
2015-10-18
updated README: there's a Yocto layer now providing SciTECO
Robin Haberkorn
1
-0
/
+2
2015-10-14
minor Clang and OS X compilation fixes
Robin Haberkorn
3
-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
mention nanonote-ports OpenWrt feed in README
Robin Haberkorn
1
-0
/
+2
2015-09-24
cleaned up operator precedence code
Robin Haberkorn
2
-14
/
+19
2015-09-23
updated TODO
Robin Haberkorn
1
-6
/
+66
2015-09-23
different operators can have the same precedence now
Robin Haberkorn
3
-39
/
+60
2015-07-28
added full Haiku OS support (non x86_gcc2)
Robin Haberkorn
7
-15
/
+27
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
2
-13
/
+27
[next]