Age | Commit message (Expand) | Author |
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-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 | 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 | code cleanups, simplifying stuff | mutantturkey |
2010-06-13 | fixed bug in last update, switched to dusing #defines instead of a pointless ... | 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-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 |
2010-05-31 | autoshortens tab title length & PoC code for .webkitrc | mutantturkey |
2010-05-29 | now checks for empty strings on history_command() | mutantturkey |
2010-05-29 | i fixed it lol, was a absolute path now it is relative | mutantturkey |
2010-05-29 | history mixup, ive fixed up some stuff and removed some crap | mutantturkey |
2010-05-29 | focus fixups, also added history viewing with CTRL+ O, which spawns dmenus wi... | mutantturkey |
2010-05-29 | lots of focus bug fixes, converted the key_press_cb for CTRL to use case, muc... | mutantturkey |
2010-05-28 | fixed the newtab bux | mutantturkey |
2010-05-26 | focus bar on new tab | mutantturkey |
2010-05-26 | search function added. CTRL+F to bring up. ALT + ENTER to reverse search. ESC... | mutantturkey |
2010-05-26 | fixed the keybindings so that numlock doesnt break it anymore. thanks for the... | mutantturkey |
2010-05-10 | now writes .history in home dir | mutantturkey |
2010-05-10 | saves history in .history of current folder | mutantturkey |
2010-05-09 | source view mode added CTRL+S | mutantturkey |
2010-05-09 | UI improvements, open in new tabs WORKS | mutantturkey |
2010-05-09 | yeah. no point with it, it is pretty but useless | mutantturkey |
2010-05-09 | started working on progress change cb | mutantturkey |
2010-05-09 | clean up tab_switch a bit. | mutantturkey |
2010-05-09 | that last commit was messed up, here is working copy | mutantturkey |
2010-05-09 | tab_switch with Page UP/DOWN works now, will go to first on last, last on fir... | mutantturkey |
2010-05-08 | statusbar is now mouseover url | mutantturkey |
2010-05-08 | added empty callback for link_hover, resize grip on statusbar is now default ... | mutantturkey |
2010-05-08 | CTRL+H hides all auxillary widgets | mutantturkey |
2010-05-08 | key_press_cb only evaluates gdk_keyval_to_lower ONCE instead of every if/then... | mutantturkey |
2010-05-08 | added a reload callback CTRL+R | mutantturkey |
2010-05-07 | basic downloading with external program | mutantturkey |