Age | Commit message (Expand) | Author |
2012-08-24 | typographical error | mutantturkey |
2012-08-24 | use DEFAULT_HISTORY_FILE define and properly indent main() | mutantturkey |
2012-02-21 | whoops a struct declaration was removed, this fixes it | Calvin Morrison |
2012-02-21 | cleaned the crap out of the formatting, added some basic code rules | Calvin Morrison |
2012-02-14 | huh | Calvin Morrison |
2011-07-16 | switched to using sprintf for download formatting, way cleaner | mutantturkey |
2011-05-25 | added reload (bypass cache). CTRL+E | mutantturkey |
2011-05-19 | hmmm messed around with gtk3, it sucks LOL. back to gtk2, shouldnt be be any ... | mutantturkey |
2011-05-19 | now passes along the URL provided as the first argument | mutantturkey |
2011-05-19 | cleaning stuff up, added DEFAULT_STYLE_SHEET, removed useless lines | mutantturkey |
2011-05-18 | switched to single g_object_set to clean up a bit | mutantturkey |
2011-05-18 | switched to g_object_connect from g_signal_connect to clean up callbacks | mutantturkey |
2011-05-18 | fixed the switch statement whoops :) | mutantturkey |
2011-05-18 | reworked load_status into cb_load status. now uses the WebKitLoadStatus enume... | mutantturkey |
2011-05-17 | move cb_keypress to callbacks.c, fixed a few warnings, added functions to sb.h | mutantturkey |
2011-05-17 | switched to multiple files, whew thats a relief | mutantturkey |
2011-05-09 | updated TODO | mutantturkey |
2011-05-09 | accidentally was removing defaults.h on make clean | mutantturkey |
2011-05-08 | added defaults.h to Makefile | mutantturkey |
2011-05-08 | added DEFAULT_ZOOM_SIZE | mutantturkey |
2011-05-08 | added DEFAULT_ZOOM_SIZE | mutantturkey |
2011-05-07 | changed callback function to new naming scheme, fixed the dumb segfault (stil... | mutantturkey |
2011-05-07 | using defaults.h to control default settings for now | mutantturkey |
2011-05-04 | fixed compiler warning by adding NULL and actually fixed history problem | mutantturkey |
2011-05-04 | fixed the history loading issue, all clean :) | mutantturkey |
2011-05-01 | switched forward/back to CTRL+comma and CTRL+ period, updated README | mutantturkey |
2011-05-01 | removed a useless puts | mutantturkey |
2011-05-01 | added DEFAULT_COOKIE_FILE for cookie location, and changed from gstrdup to g_... | mutantturkey |
2011-05-01 | added DEFAULT_HEIGHT and DEFAULT_WIDTH for window size | mutantturkey |
2011-05-01 | added DEFAULT_ZOOM_SIZE for the zoom size | mutantturkey |
2011-05-01 | basic BASIC cookie support. ~/.sb_cookies. | mutantturkey |
2011-05-01 | updated readme, added refactoring to goals on TODO, and modified some more fu... | mutantturkey |
2011-05-01 | renaming functions to make it more sane, i feel like i also fixed something..... | mutantturkey |
2011-04-30 | todo updated | mutantturkey |
2011-04-30 | added a todo file | mutantturkey |
2011-04-30 | fixed new tabbing issue, uh some weird stuff going on with the scroll window ... | mutantturkey |
2011-04-30 | started commenting alittle bit, just functions and such | mutantturkey |
2011-04-30 | if hidden w.bar will bring up bar upon CTRL+L then disappear after RETURN | mutantturkey |
2010-06-13 | sb-script updated so that it uses the new default history file. ~/.sb_history | mutantturkey |
2010-06-13 | code cleanups, simplifying stuff | mutantturkey |
2010-06-13 | fixed bug in last update, switched to dusing #defines instead of a pointless ... | mutantturkey |
2010-06-13 | changed from O3 to O2 and added -march=native for GCCs flags | mutantturkey |
2010-06-12 | now the title is only updated if the its on the right tab | mutantturkey |
2010-06-12 | commented out unfinshed webkitrc section, caused segfault since no error hand... | mutantturkey |
2010-06-12 | added sponge as a depend | mutantturkey |
2010-06-12 | updated goals, added depends list at bottom | mutantturkey |
2010-06-12 | added a script to automagically sort/remove duplicates, i had it for a while,... | mutantturkey |
2010-06-10 | readme keybinding update, added anothe fix for the statusbar | mutantturkey |
2010-06-10 | fixed a bug, the statusbar string is emptied on new tab | mutantturkey |
2010-06-09 | I added CTRL+G to "tab & go" it spawns the history command and opens the retu... | mutantturkey |