aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-07fix tabs and spacesHEADv1.0masterCalvin Morrison
2013-11-04add tab numberingCalvin Morrison
2013-11-04use pkg-config for libsCalvin Morrison
2013-11-04Merge branch 'master' of https://code.google.com/p/svteCalvin Morrison
2013-11-04update example svtercCalvin Morrison
2013-11-03Merge branch 'master' of https://github.com/mutantturkey/svteCalvin Morrison
2013-11-03allow user to manually hide tabbar by default with show_tabbar optionCalvin Morrison
2013-09-11update makefile to remove mt references and bump versionCalvin Morrison
2013-09-11add font size increase and decrease, kind of crappy because we are just incre...Calvin Morrison
2013-09-02Fix error Only <glib.h> can be included directly.Wouter Van Rooy
2013-03-06Fixed warning for comparing int and pointer.Wouter Van Rooy
2013-03-05Added manpage to Makefilemutantturkey
2013-03-05Added a basic man file for svtemutantturkey
2013-03-05Add appropriate version optionmutantturkey
2013-03-05Automatically set a default window size if unsetmutantturkey
2012-10-10remove our hgignore filemutantturkey
2012-10-10add support for tab switching with the Forward and Backward keys (XF86Forward)mutantturkey
2012-10-09GPid was not stored anywhere.Wouter Van Rooy
2012-10-01Fix const assignment warning.Wouter Van Rooy
2012-09-26added execute command line argument, works like xtermmutantturkey
2012-09-19Fix pointer to integer different size cast warningWouter Van Rooy
2012-09-14Fix not ending program when windows were closed.Wouter Van Rooy
2012-09-05rewrite of the entire windowing design; Now svte can utilize multiple windows...mutantturkey
2012-08-29remove extra varaibles, don't pass the term object to our event callback - we...mutantturkey
2012-08-29fix a uninitialized variablemutantturkey
2012-08-29make this work without using the C99 standardmutantturkey
2012-08-29add a config setting for the default browser; update example svterc accordinglymutantturkey
2012-08-29fix handling to return true only if we get a match. thanks Wouter Van Rooymutantturkey
2012-08-29added a URL opener, by default using the xdg-open program. This is a setting ...mutantturkey
2012-08-24Remove the define to get the term struct of each place with a saner inline ma...mutantturkey
2012-06-17Fixed the empty tab labelsWouter Van Rooy
2012-06-17Some code cleanup and removal of superfluous codeWouter Van Rooy
2012-06-15Removed unused page_num variable in set_window_title functionWouter Van Rooy
2012-06-03Solve the undeclared readlink warning.Wouter Van Rooy
2012-06-03Implement regular copy-paste with ctrl-shift-c and ctrl-shift-vWouter Van Rooy
2012-05-31Added colours to the example-configWouter Van Rooy
2012-05-31Added configurable colours to terminalWouter Van Rooy
2012-05-30added a shortcut (CTRL+SHIFT+H) to toggle the tab barmutantturkey
2012-05-28uped version number and corrected commentmutantturkey
2012-05-28added our example svterc into the repositorymutantturkey
2012-05-28added a few more fixes - thanks Wouter Van Rooymutantturkey
2012-05-28added a fix for startup error - thanks Wouter Van Rooymutantturkey
2012-05-28added a fix for deprecated terminal fork command warningsmutantturkey
2010-09-10added callback for mouse event handling:)Calvin Morrison
2010-08-28g_build_path is supposed to end with a NULL element http://library.gnome.org/...Calvin Morrison
2010-06-24Added two options to the rc file, bg_image and bg_saturation, also changed tr...Calvin Morrison
2010-07-23Fixing white space, style violations.Vic Fryzel
2010-07-23Making window height and width configurable.Vic Fryzel
2010-07-23Adding support for audible_bell, autohide_mouse, scroll_on_keystroke, scroll_...Vic Fryzel
2010-06-23renamed key_press_callback to event_key for consistant naming, added event_bu...Calvin Morrison