summaryrefslogtreecommitdiff
path: root/zea.c
AgeCommit message (Collapse)Author
2014-06-15Refactoring: Make the application name a simple parameter in MakefilePeter Hofmann
2014-06-15Refactoring: Remove "zea" from function namesPeter Hofmann
2014-06-15Fix minor memleakPeter Hofmann
2014-06-15Do not hardcode the path to the FIFOPeter Hofmann
2014-06-15Set Accept-Language headerPeter Hofmann
Deep down inside... Had to look into dwb's code to find out how to do this. Kudos, dear portix!
2014-06-15Usage: There can be multiple options and multiple URIsPeter Hofmann
2014-06-15Disable tabbed on "-e"Peter Hofmann
2014-06-15Deal with embedding failuresPeter Hofmann
Now, that's a real issue. :-)
2014-06-15Revert "Deal with race conditions while embedding"Peter Hofmann
This reverts commit c32e64b89186c09c5d2c9f82a18e0a541dd414b4. Nonsense. We read the XID from tabbed, which means tabbed must know its XID, which means there must be a window to plug-in to.
2014-06-14Deal with race conditions while embeddingPeter Hofmann
I have not encountered any race conditions. In theory, they could happen, though.
2014-06-14Abort on invalid argumentsPeter Hofmann
2014-06-14Negating options are upper casePeter Hofmann
2014-06-14Launch tabbed automaticallyPeter Hofmann
2014-06-14Simplify zea_load_adblock()Peter Hofmann
2014-06-14Cooperative instancesPeter Hofmann
2014-06-14Use g_build_filename()Peter Hofmann
2014-06-14UI tweaksPeter Hofmann
2014-06-14Complete adblockPeter Hofmann
2014-06-14Prepare adblockPeter Hofmann
2014-06-14Launch all URIs specified on the command linePeter Hofmann
2014-06-14^G jumps to page specified in command linePeter Hofmann
2014-06-14Let's be more consistent, shall we...Peter Hofmann
2014-06-14Implement searching the current pagePeter Hofmann
2014-06-14Escape cancels loadingPeter Hofmann
2014-06-14Monitor load-statusPeter Hofmann
2014-06-14Sort functionsPeter Hofmann
2014-06-14Add missing calls to gtk_widget_destroy()Peter Hofmann
2014-06-14Show link in a status barPeter Hofmann
2014-06-14g-data typesPeter Hofmann
2014-06-14Hotkey-scrollingPeter Hofmann
2014-06-14Have the location bar follow the current URIPeter Hofmann
2014-06-14Refactor: Never pass single widgets as data in CBsPeter Hofmann
2014-06-14Add an input box to change the URLPeter Hofmann
2014-06-14Rename sn to zeaPeter Hofmann
Meh, I discoverend another, totally unrelated project called "sn".