Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-07 | fix tabs and spacesHEADv1.0master | Calvin Morrison | |
2013-11-04 | add tab numbering | Calvin Morrison | |
2013-11-04 | use pkg-config for libs | Calvin Morrison | |
2013-11-04 | Merge branch 'master' of https://code.google.com/p/svte | Calvin Morrison | |
2013-11-04 | update example svterc | Calvin Morrison | |
2013-11-03 | Merge branch 'master' of https://github.com/mutantturkey/svte | Calvin Morrison | |
2013-11-03 | allow user to manually hide tabbar by default with show_tabbar option | Calvin Morrison | |
2013-09-11 | update makefile to remove mt references and bump version | Calvin Morrison | |
2013-09-11 | add font size increase and decrease, kind of crappy because we are just ↵ | Calvin Morrison | |
increasing the size by the '2000' metric since PangoFontDescription isn't a set size, but is dynamic based on dpi and other crap | |||
2013-09-02 | Fix error Only <glib.h> can be included directly. | Wouter Van Rooy | |
New version of Glib no longer allows to include headers from its subdirectories. | |||
2013-03-06 | Fixed warning for comparing int and pointer. | Wouter Van Rooy | |
Window_width and _height are int. So should be compared to 0 instead of NULL | |||
2013-03-05 | Added manpage to Makefile | mutantturkey | |
2013-03-05 | Added a basic man file for svte | mutantturkey | |
I have created a basic man file for svte, it is very basic but gives all the basic information needed. Has shortcuts, command line args, and important files. More might be needed later. Still need to modify the Makefile. | |||
2013-03-05 | Add appropriate version option | mutantturkey | |
svte now should follow unix conventions a bit more appropriately. It will now take --version or -v and prints a \n after printing the version number. | |||
2013-03-05 | Automatically set a default window size if unset | mutantturkey | |
This resolves problems when the window manager does not set a default size. I noticed this while using KDE3's KWin. Previously it went unfixed because my main window manger always assigns a size. This should resolve the problem. * Added DEFAULT_WINDOW_WIDTH and DEFAULT_WINDOW_HEIGHT * DEFAULT_WINDOW_WIDTH = 600 * DEFAULT_WINDOW_HEIGHT = 800 * If either height or width is missing from the svte configuration in the users directory, use the defaults. | |||
2012-10-10 | remove our hgignore file | mutantturkey | |
2012-10-10 | add support for tab switching with the Forward and Backward keys (XF86Forward) | mutantturkey | |
2012-10-09 | GPid was not stored anywhere. | Wouter Van Rooy | |
GPid was a pointer but had no place to put the variable. Just declare the variable in the struct and pass the pointer to the function. | |||
2012-10-01 | Fix const assignment warning. | Wouter Van Rooy | |
warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default] This warning is fixed. This is actually only allowed for legacy reasons and should not be ignored. | |||
2012-09-26 | added execute command line argument, works like xterm | mutantturkey | |
2012-09-19 | Fix pointer to integer different size cast warning | Wouter Van Rooy | |
2012-09-14 | Fix not ending program when windows were closed. | Wouter Van Rooy | |
destroying the window when calling tab_close now calls an event which calls window_destroy. Which ends the program when all windows are closed. | |||
2012-09-05 | rewrite of the entire windowing design; Now svte can utilize multiple ↵ | mutantturkey | |
windows; created window closing and spawning functions. The shortcut to spawn a new window is CTRL+SHIFT+n; | |||
2012-08-29 | remove extra varaibles, don't pass the term object to our event callback - ↵ | mutantturkey | |
we don't need it. | |||
2012-08-29 | fix a uninitialized variable | mutantturkey | |
2012-08-29 | make this work without using the C99 standard | mutantturkey | |
2012-08-29 | add a config setting for the default browser; update example svterc accordingly | mutantturkey | |
2012-08-29 | fix handling to return true only if we get a match. thanks Wouter Van Rooy | mutantturkey | |
2012-08-29 | added a URL opener, by default using the xdg-open program. This is a setting ↵ | mutantturkey | |
in defaults.h | |||
2012-08-24 | Remove the define to get the term struct of each place with a saner inline ↵ | mutantturkey | |
matching the get_current_term; cleaned up the source code with more sane vim indentations; fixed the bug where a background tab would update it's title and also update the window title" | |||
2012-06-17 | Fixed the empty tab labels | Wouter Van Rooy | |
2012-06-17 | Some code cleanup and removal of superfluous code | Wouter Van Rooy | |
2012-06-15 | Removed unused page_num variable in set_window_title function | Wouter Van Rooy | |
Fix the setting of the window title on window-title-changed signal | |||
2012-06-03 | Solve the undeclared readlink warning. | Wouter Van Rooy | |
readlink is not provided in c99 unistd.h but it is in gnu99. | |||
2012-06-03 | Implement regular copy-paste with ctrl-shift-c and ctrl-shift-v | Wouter Van Rooy | |
2012-05-31 | Added colours to the example-config | Wouter Van Rooy | |
2012-05-31 | Added configurable colours to terminal | Wouter Van Rooy | |
2012-05-30 | added a shortcut (CTRL+SHIFT+H) to toggle the tab bar | mutantturkey | |
2012-05-28 | uped version number and corrected comment | mutantturkey | |
2012-05-28 | added our example svterc into the repository | mutantturkey | |
2012-05-28 | added a few more fixes - thanks Wouter Van Rooy | mutantturkey | |
2012-05-28 | added a fix for startup error - thanks Wouter Van Rooy | mutantturkey | |
2012-05-28 | added a fix for deprecated terminal fork command warnings | mutantturkey | |
2010-09-10 | added callback for mouse event handling:) | Calvin Morrison | |
2010-08-28 | g_build_path is supposed to end with a NULL element ↵ | Calvin Morrison | |
http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Utility-Functions.html | |||
2010-06-24 | Added two options to the rc file, bg_image and bg_saturation, also changed ↵ | Calvin Morrison | |
transparent_bg to bg_transparent for consistant naming. | |||
2010-07-23 | Fixing white space, style violations. | Vic Fryzel | |
2010-07-23 | Making window height and width configurable. | Vic Fryzel | |
2010-07-23 | Adding support for audible_bell, autohide_mouse, scroll_on_keystroke, ↵ | Vic Fryzel | |
scroll_on_output, visible_bell, word_chars. Fixing num_scrollback_lines and a few other minor bugs. | |||
2010-06-23 | renamed key_press_callback to event_key for consistant naming, added ↵ | Calvin Morrison | |
event_button for future button callbacks |