index
:
svte.git
master
svte - VTE based terminal emulator, fully fledges, configurable, tabbed, all that jazz
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2010-07-03
Major whitespace changes and clean-up.
Vic Fryzel
2010-06-08
unlimite scrollback instead.
mutantturkey
2010-05-26
fixed the keyboard issue with the numlock thing, fixed it in sb, so i ↵
mutantturkey
thought i would add it here
2010-05-24
defining in preprocessor instead of being chars
mutantturkey
2010-05-24
bug fix, GDK_t and GDK_x to Uppercase
mutantturkey
2010-05-24
fullscreen ALT+F11 added
mutantturkey
2010-05-15
preliminary hacking of window title :)
mutantturkey
2010-05-06
fixed the GtkCritical error that happend after last tab is closed
mutantturkey
2010-05-04
PKGBUILD, added warning for terminus font
mutantturkey
2010-05-04
added GPLv3 license
mutantturkey
2010-05-03
code cleanups, comments and removed some old crap
mutantturkey
2010-05-03
commenting on geometry hints, added GDK_CROSSHAIR for web regex
mutantturkey
2010-05-03
goals/todo and about changed
mutantturkey
2010-05-01
automatically scrolls if to many tabs, hotkeys changed for < and > tabbing. ↵
mutantturkey
(ALT). also added website REGEX (barrowed from sakura)
2010-04-29
title setting now works perfectly
mutantturkey
2010-04-26
blank tab_title function. eventually will have the vte title as the notebook ↵
mutantturkey
title
2010-04-26
Thanks to Dannny for uploading a PKGBUILD for archlinux
mutantturkey
2010-04-26
removed stupid fputs() i was using for debugging a while ago
mutantturkey
2010-04-26
fixed Makefile, old makefile was for sb. this one is working
mutantturkey
2010-04-26
updated BUG lis
mutantturkey
2010-04-26
GdkGeometry Hints, barrowed from sakura, updated to remove deprecated functions
mutantturkey
2010-04-26
push often comment
mutantturkey
2010-04-26
added prev/next page keybindings. cleaned up key_press_cb
mutantturkey
2010-04-26
set tabs to reorderable
mutantturkey
2010-04-26
moved window initializations and callbacks to seperate function config(), to ↵
mutantturkey
keep things simpler
2010-04-26
goals and LICENSE changed
mutantturkey
2010-04-26
license for the Makefile and config.mk i barrowed from suckless projects
mutantturkey
2010-04-25
mt.notebook border hidden, autohide mouse, scrollback at 500 default
mutantturkey
2010-04-25
config.mk update, optimization at O3 and static linking
mutantturkey
2010-04-25
readme updated, new todo/about sections
mutantturkey
2010-04-25
improvements in tab_new and tab_close, font set and automatically hiding or ↵
mutantturkey
showing tabs
2010-04-23
basic keybinding callback added, function in place, just have to add more ↵
mutantturkey
bindings, may do an array, not sure
2010-04-23
fixed autofocus on current tab in tab_close
mutantturkey
2010-04-23
fixed close tab to work correctly. thanks Sakura :)
mutantturkey
2010-04-22
functions renamed, new_tab to tab_new, thta way it makes more sense ↵
mutantturkey
alphabetically. also fixed the focus issue.
2010-04-21
close_tab quit get_page_term set_page_term added - the work continues :)
mutantturkey
2010-04-21
initial stuff
mutantturkey