Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-15 | Revert "Catch button-release-events, feels more natural" | Peter Hofmann | |
This reverts commit 26713eb349b4c8b7d2fb22a5973e898ea43e1b7f. It's a break between lariza and tabbed -- the latter responds to button-press-events. | |||
2014-06-15 | Don't fiddle with __NAME__ at runtime | Peter Hofmann | |
2014-06-15 | README tweaks | Peter Hofmann | |
2014-06-15 | User configuration using environment variables | Peter Hofmann | |
I think of these options (language, download dir, zoom) as user settings. The user does not change them all the time. He sets them once and for all in his shell rc. "-e" and friends, however, are considered runtime settings. "THIS TIME, I want my browser to debug all requests!" | |||
2014-06-15 | Launch new tabbed windows relative to the current position | Peter Hofmann | |
2014-06-15 | Catch button-release-events, feels more natural | Peter Hofmann | |
2014-06-15 | Better ensure_http_prefix() -> ensure_url_scheme() | Peter Hofmann | |
2014-06-15 | ensure_http_prefix knows about file:// | Peter Hofmann | |
2014-06-15 | Use ensure_http_prefix() in client_new() | Peter Hofmann | |
2014-06-15 | Auto-add "http://" when typed in location bar | Peter Hofmann | |
2014-06-15 | Re-show URI in location bar on Escape | Peter Hofmann | |
2014-06-15 | Open new windows on middle click | Peter Hofmann | |
2014-06-15 | Simplify key_web_view() | Peter Hofmann | |
2014-06-15 | Support back/forward keys on mice | Peter Hofmann | |
2014-06-15 | Refactor: Declare variables at the beginning of functions | Peter Hofmann | |
2014-06-15 | Set WM_CLASS | Peter Hofmann | |
2014-06-15 | s/zea/lariza -- this is final | Peter Hofmann | |
2014-06-15 | Refactoring: Group and unify identifiers | Peter Hofmann | |
2014-06-15 | Refactoring: Make the application name a simple parameter in Makefile | Peter Hofmann | |
2014-06-15 | Refactoring: Remove "zea" from function names | Peter Hofmann | |
2014-06-15 | Try to explain the builtin tabbed launcher | Peter Hofmann | |
2014-06-15 | Fix minor memleak | Peter Hofmann | |
2014-06-15 | Do not hardcode the path to the FIFO | Peter Hofmann | |
2014-06-15 | Set Accept-Language header | Peter Hofmann | |
Deep down inside... Had to look into dwb's code to find out how to do this. Kudos, dear portix! | |||
2014-06-15 | Usage: There can be multiple options and multiple URIs | Peter Hofmann | |
2014-06-15 | Disable tabbed on "-e" | Peter Hofmann | |
2014-06-15 | Deal with embedding failures | Peter Hofmann | |
Now, that's a real issue. :-) | |||
2014-06-15 | Revert "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-14 | Deal with race conditions while embedding | Peter Hofmann | |
I have not encountered any race conditions. In theory, they could happen, though. | |||
2014-06-14 | Abort on invalid arguments | Peter Hofmann | |
2014-06-14 | Negating options are upper case | Peter Hofmann | |
2014-06-14 | Launch tabbed automatically | Peter Hofmann | |
2014-06-14 | Simplify zea_load_adblock() | Peter Hofmann | |
2014-06-14 | Cooperative instances | Peter Hofmann | |
2014-06-14 | Use g_build_filename() | Peter Hofmann | |
2014-06-14 | UI tweaks | Peter Hofmann | |
2014-06-14 | Fix lulz | Peter Hofmann | |
2014-06-14 | Complete adblock | Peter Hofmann | |
2014-06-14 | Prepare adblock | Peter Hofmann | |
2014-06-14 | Launch all URIs specified on the command line | Peter Hofmann | |
2014-06-14 | ^G jumps to page specified in command line | Peter Hofmann | |
2014-06-14 | Let's be more consistent, shall we... | Peter Hofmann | |
2014-06-14 | Implement searching the current page | Peter Hofmann | |
2014-06-14 | README: Update TODOs | Peter Hofmann | |
2014-06-14 | Escape cancels loading | Peter Hofmann | |
2014-06-14 | Monitor load-status | Peter Hofmann | |
2014-06-14 | Sort functions | Peter Hofmann | |
2014-06-14 | Add missing calls to gtk_widget_destroy() | Peter Hofmann | |
2014-06-14 | Show link in a status bar | Peter Hofmann | |
2014-06-14 | g-data types | Peter Hofmann | |