aboutsummaryrefslogtreecommitdiff
path: root/sb.c
AgeCommit message (Expand)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-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
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-18reworked load_status into cb_load status. now uses the WebKitLoadStatus enume...mutantturkey
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-08added DEFAULT_ZOOM_SIZEmutantturkey
2011-05-07changed callback function to new naming scheme, fixed the dumb segfault (stil...mutantturkey
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 g_...mutantturkey
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 fu...mutantturkey
2011-05-01renaming functions to make it more sane, i feel like i also fixed something.....mutantturkey
2011-04-30fixed new tabbing issue, uh some weird stuff going on with the scroll window ...mutantturkey
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-13code cleanups, simplifying stuffmutantturkey
2010-06-13fixed bug in last update, switched to dusing #defines instead of a pointless ...mutantturkey
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 hand...mutantturkey
2010-06-10readme keybinding update, added anothe fix for the statusbarmutantturkey
2010-06-10fixed a bug, the statusbar string is emptied on new tabmutantturkey
2010-06-09I added CTRL+G to "tab & go" it spawns the history command and opens the retu...mutantturkey
2010-05-31autoshortens tab title length & PoC code for .webkitrcmutantturkey
2010-05-29now checks for empty strings on history_command()mutantturkey
2010-05-29i fixed it lol, was a absolute path now it is relativemutantturkey
2010-05-29history mixup, ive fixed up some stuff and removed some crapmutantturkey
2010-05-29focus fixups, also added history viewing with CTRL+ O, which spawns dmenus wi...mutantturkey
2010-05-29lots of focus bug fixes, converted the key_press_cb for CTRL to use case, muc...mutantturkey
2010-05-28fixed the newtab buxmutantturkey
2010-05-26focus bar on new tabmutantturkey
2010-05-26search function added. CTRL+F to bring up. ALT + ENTER to reverse search. ESC...mutantturkey
2010-05-26fixed the keybindings so that numlock doesnt break it anymore. thanks for the...mutantturkey
2010-05-10now writes .history in home dirmutantturkey
2010-05-10saves history in .history of current foldermutantturkey
2010-05-09source view mode added CTRL+Smutantturkey