Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-11 | update makefile to remove mt references and bump version | Calvin Morrison | |
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-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-06-17 | Some code cleanup and removal of superfluous code | Wouter Van Rooy | |
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-05-28 | uped version number and corrected comment | mutantturkey | |
2010-07-18 | After initial import from github, switching name to svte. Revamping README ↵ | Vic Fryzel | |
with new project information. | |||
2010-06-17 | Merge remote branch 'vicfryzel/master' | mutantturkey | |
Conflicts: mt.c | |||
2010-06-19 | config.mk change | mutantturkey | |
2010-04-25 | config.mk update, optimization at O3 and static linking | mutantturkey | |
2010-04-21 | initial stuff | mutantturkey | |