about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* remove some dead javascript helpersMarco Peereboom2011-03-024-452/+7
| | | | from Todd Carson <toc@daybefore.net>
* help browser open a url in same tab that would have opened in a new tab.Marco Peereboom2011-03-011-3/+19
| | | | fixes news.google.com in whitelist mode
* add kiosk modeMarco Peereboom2011-02-282-15/+106
|
* fixup linux and freebsdMarco Peereboom2011-02-262-4/+4
|
* Low contrast web browsing (yay!)Marco Peereboom2011-02-266-7/+618
| | | | From: Todd Carson <toc@daybefore.net>
* just like epiphany, route all new window policy decisions through one functionTodd Fries2011-02-251-24/+1
| | | | | this fixes sonicwalls go for it marco@
* permit javascript to open windows if javascript is enabled.Todd Fries2011-02-251-0/+6
| | | | | this still obeys js_wl etc. get it in marco@
* KNFMarco Peereboom2011-02-251-2/+3
|
* o depend on xxxterm and xxxterm.cat1Todd Fries2011-02-252-2/+2
| | | | o release based on CVS/Root
* fix script for marcoTodd Fries2011-02-251-6/+5
|
* add a very ugly release mechanism, todd gets to make it omggoodMarco Peereboom2011-02-252-0/+17
|
* i have noticed that pages containing framesets have no title, no label andMarco Peereboom2011-02-251-35/+30
| | | | | | | | | | are not added to the history. example: http://www.htmlcodetutorial.com/frames/frameset.html framesets never have a WEBKIT_LOAD_FIRST_VISUALLY_NON_EMPTY_LAYOUT load-status, as only the frames themselfs (not the frameset) are visible. From: Raphael Graf <r@undefined.ch>
* KNF the toddMarco Peereboom2011-02-251-7/+4
|
* So it looks like a download we started earlier can complete later despiteMarco Peereboom2011-02-251-11/+63
| | | | | | | | being canceled. So we get a bogus struct tab * in the completion routine. To prevent this from happening send in the webview instead and look through all the tabs to find it. If it doesn't exist the tab doesn't exist and we return. This seems to fix the favicon crash that has been bothering me. A Lot.
* fix linux makefile from reashlin & patricius on the forumMarco Peereboom2011-02-231-2/+2
|
* move favicon set into right spot for about pages.Marco Peereboom2011-02-231-11/+10
| | | | only set take focus for webview once load is committed
* un-hardcode statusbar font sizeTodd Fries2011-02-221-5/+0
|
* allow popups in new tabs when scripts are enabled or when domain is inMarco Peereboom2011-02-221-4/+44
| | | | | | | | js whitelist. this fixes sites like hushmail that require one to open a temporary window for typing an email. todd figured out that we had to return a new webview from the create-web-view signal.
* use zoom-level to scale the whole page instead of just fontsTodd Fries2011-02-223-7/+35
| | | | get it in marco@
* simplify completion_matchMarco Peereboom2011-02-221-3/+1
| | | | from Raphael Graf <r@undefined.ch>
* Add URL autocompletionMarco Peereboom2011-02-211-0/+84
| | | | | | from Raphael Graf <r@undefined.ch> hoorah for Raphael!
* show xxxterm favicon in about pagesMarco Peereboom2011-02-191-1/+11
|
* remove some commentsMarco Peereboom2011-02-191-2/+2
|
* doco about: stuff in address barMarco Peereboom2011-02-191-0/+36
|
* kill _load_webkit_stringMarco Peereboom2011-02-181-21/+13
|
* add about: support in the address bar. Now one can type like about:setMarco Peereboom2011-02-181-21/+119
| | | | | | and see all settings. handy for making home about:favorites inpired by fs#56
* total rewrite of my clumsy attempt at doco. from jmc of course.Marco Peereboom2011-02-181-309/+87
|
* add one centimeter to print margins.Edd Barrett2011-02-181-5/+38
| | | | ok marco
* Small fix to my previous patch.Stevan Andjelkovic2011-02-181-6/+4
| | | | ok marco@
* FS #56Marco Peereboom2011-02-171-2/+5
|
* move keyboard mappings from C+q to C-q.Marco Peereboom2011-02-173-141/+148
| | | | | Fix a bug where the wrong value was being stored for the keybinding name. Work around a bug in gtk+ where 10 was considered a valid keystroke.
* make audio go to vlc because we need a gui to control itMarco Peereboom2011-02-171-1/+1
|
* clarifyMarco Peereboom2011-02-151-0/+3
|
* add work_dir and document keybindingMarco Peereboom2011-02-151-0/+320
|
* fix '{js,cookie} save' behavior to modify in-memory state as wellTodd Fries2011-02-151-36/+53
| | | | ok lets try it marco@
* add work_dirMarco Peereboom2011-02-131-23/+47
|
* * Added a wrapper around webkit_web_frame_get_uri(), and used it allStevan Andjelkovic2011-02-092-82/+75
| | | | | | | | | | | | | | | over the code. * Fixed FS#53, patch by Raphael Graf: http://opensource.conformal.com/flyspray/index.php?do=details&task_id=53&project=5 * Rewrote one instance of "while (!feof(f)) {" into "for (;;) { if ((line = fparseln(f, &linelen, NULL, NULL, 0)) == NULL)", there is one instance of "while(!feof(f))" left in the code... * Minor fix to keybindings stuff. * Some other minor fixes.
* activate progress and favicon in the statusbar only if (show_url == 0)Todd Fries2011-02-081-16/+72
| | | | ok marco@
* improve cookie jar appearance. One table per domain, put content in aEdd Barrett2011-02-081-22/+41
| | | | | | | | | | scrollable text area. Need to add a list of links to each table later - suggested by todd. OK todd: "I like your diff as it is enough to say it should go in. its a clear improvement!"
* print session cookies and js properlyMarco Peereboom2011-02-041-1/+1
|
* early url notifyTodd Fries2011-02-041-10/+21
| | | | "that's fine" marco@
* mechanical diff to use macros for callbacks to signals, similar to other codeTodd Fries2011-02-041-22/+22
| | | | ok x2 marco@
* fix silly crash, found by dhillMarco Peereboom2011-02-041-1/+3
|
* and print the shiny new keybindings in setMarco Peereboom2011-02-031-3/+47
|
* disable debug *sigh*Marco Peereboom2011-02-031-2/+0
|
* add keybindingsMarco Peereboom2011-02-032-6/+213
|
* Add name to keys so that we can index it from user input.Marco Peereboom2011-02-031-98/+129
| | | | | | | Move for to TAILQ when walking keys array. The array is now only used for startup defaults. This is the beginings for keybindings. jy-p wants this.
* fix unamerican keyboards from Raphael Graf <r@undefined.ch>Marco Peereboom2011-02-031-19/+32
| | | | tested by rgouveia@cosmico.net on .pt and .fr keyboards
* Trim leading spaces of load_uri input.Stevan Andjelkovic2011-02-021-0/+8
| | | | ok marco@
* monster diff to try to get rid of err and errx. people run into these andMarco Peereboom2011-02-021-98/+195
| | | | | | | think the app crashes. use of errx and err is from now on prohibited and must be run by me if one wants to add one.