aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-08now that dmenu-vertical is upstream, use their argumentsHEADmasterCalvin Morrison
2012-08-24typographical errormutantturkey
2012-08-24use DEFAULT_HISTORY_FILE define and properly indent main()mutantturkey
2012-02-21whoops a struct declaration was removed, this fixes itCalvin Morrison
2012-02-21cleaned the crap out of the formatting, added some basic code rulesCalvin Morrison
2012-02-14huhCalvin Morrison
2011-07-16switched to using sprintf for download formatting, way cleanermutantturkey
2011-05-25added reload (bypass cache). CTRL+Emutantturkey
2011-05-19hmmm messed around with gtk3, it sucks LOL. back to gtk2, shouldnt be be any ↵mutantturkey
real changes here.
2011-05-19now passes along the URL provided as the first argumentmutantturkey
2011-05-19cleaning stuff up, added DEFAULT_STYLE_SHEET, removed useless linesmutantturkey
2011-05-18switched to single g_object_set to clean up a bitmutantturkey
2011-05-18switched to g_object_connect from g_signal_connect to clean up callbacksmutantturkey
2011-05-18fixed the switch statement whoops :)mutantturkey
2011-05-18reworked load_status into cb_load status. now uses the WebKitLoadStatus ↵mutantturkey
enumerator instead of the deprecated way, allows for handling of other options also
2011-05-17move cb_keypress to callbacks.c, fixed a few warnings, added functions to sb.hmutantturkey
2011-05-17switched to multiple files, whew thats a reliefmutantturkey
2011-05-09updated TODOmutantturkey
2011-05-09accidentally was removing defaults.h on make cleanmutantturkey
2011-05-08added defaults.h to Makefilemutantturkey
2011-05-08added DEFAULT_ZOOM_SIZEmutantturkey
2011-05-08added DEFAULT_ZOOM_SIZEmutantturkey
2011-05-07changed callback function to new naming scheme, fixed the dumb segfault ↵mutantturkey
(still gotta work that out), and cast w.notebook as GtkNotebook, so we don't have to recast it everytime because it was a GtkWidget before
2011-05-07using defaults.h to control default settings for nowmutantturkey
2011-05-04fixed compiler warning by adding NULL and actually fixed history problemmutantturkey
2011-05-04fixed the history loading issue, all clean :)mutantturkey
2011-05-01switched forward/back to CTRL+comma and CTRL+ period, updated READMEmutantturkey
2011-05-01removed a useless putsmutantturkey
2011-05-01added DEFAULT_COOKIE_FILE for cookie location, and changed from gstrdup to ↵mutantturkey
g_build_filename for DEFAULT_HISTORY_FILE
2011-05-01added DEFAULT_HEIGHT and DEFAULT_WIDTH for window sizemutantturkey
2011-05-01added DEFAULT_ZOOM_SIZE for the zoom sizemutantturkey
2011-05-01basic BASIC cookie support. ~/.sb_cookies.mutantturkey
2011-05-01updated readme, added refactoring to goals on TODO, and modified some more ↵mutantturkey
functions to folllow new scheme
2011-05-01renaming functions to make it more sane, i feel like i also fixed ↵mutantturkey
something... hmmm i forget
2011-04-30todo updatedmutantturkey
2011-04-30added a todo filemutantturkey
2011-04-30fixed new tabbing issue, uh some weird stuff going on with the scroll window ↵mutantturkey
policy...
2011-04-30started commenting alittle bit, just functions and suchmutantturkey
2011-04-30if hidden w.bar will bring up bar upon CTRL+L then disappear after RETURNmutantturkey
2010-06-13sb-script updated so that it uses the new default history file. ~/.sb_historymutantturkey
2010-06-13code cleanups, simplifying stuffmutantturkey
2010-06-13fixed bug in last update, switched to dusing #defines instead of a pointless ↵mutantturkey
settings structure
2010-06-13changed from O3 to O2 and added -march=native for GCCs flagsmutantturkey
2010-06-12now the title is only updated if the its on the right tabmutantturkey
2010-06-12commented out unfinshed webkitrc section, caused segfault since no error ↵mutantturkey
handling
2010-06-12added sponge as a dependmutantturkey
2010-06-12updated goals, added depends list at bottommutantturkey
2010-06-12added a script to automagically sort/remove duplicates, i had it for a ↵mutantturkey
while, now its for everyone. updated makefile to install the binary as sb-binary, and the script as sb
2010-06-10readme keybinding update, added anothe fix for the statusbarmutantturkey
2010-06-10fixed a bug, the statusbar string is emptied on new tabmutantturkey