Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqTabChrome: Get Web view in mq_tab_chrome_new() | Patrick McDermott | 2017-10-12 | 1 | -137/+127 |
| | | | | | | | Also remove mq_tab_chrome_set_web_view() and reorganize static functions. And update calls in MqTab. | ||||
* | MqTabChrome: Use MqFindToolbar | Patrick McDermott | 2017-10-12 | 1 | -205/+5 |
| | |||||
* | MqTabChrome: Set up find toolbar when Web view is set | Patrick McDermott | 2017-10-12 | 1 | -4/+4 |
| | | | | This makes the find toolbar code a little more self-contained. | ||||
* | mq_tab_chrome_set_web_view(): Change argument 2 to (MqWebView *) | Patrick McDermott | 2017-10-12 | 1 | -3/+4 |
| | |||||
* | MqWebView: Drop newly thin URI-getting wrapper function | Patrick McDermott | 2017-10-12 | 1 | -9/+3 |
| | |||||
* | MqWebView: Drop last URI rewriting code | Patrick McDermott | 2017-10-12 | 1 | -20/+5 |
| | |||||
* | MqWebView: Rename "uri" property to "rewritten-uri" | Patrick McDermott | 2017-10-12 | 1 | -1/+1 |
| | | | | This fixes the infinite loop introduced in commit a88de09. | ||||
* | MqTabChrome: Save and use Web view as MqWebView | Patrick McDermott | 2017-10-12 | 1 | -28/+34 |
| | |||||
* | MqTabChrome: Use mq_web_view_load_uri() | Patrick McDermott | 2017-10-12 | 1 | -16/+2 |
| | | | | | This is instead of calling webkit_web_view_load_uri() with a possibly "about:"-rewritten URI. | ||||
* | MqTabChrome: Add a home button to the navigation bar | Patrick McDermott | 2017-10-08 | 1 | -0/+28 |
| | |||||
* | MqTabChrome: Add match count label to find bar | Patrick McDermott | 2017-10-08 | 1 | -0/+34 |
| | |||||
* | MqTabChrome: Unify find bar closing code | Patrick McDermott | 2017-10-08 | 1 | -6/+10 |
| | |||||
* | MqTabChrome: Handle Shift+Enter and Esc in find bar | Patrick McDermott | 2017-10-08 | 1 | -11/+28 |
| | |||||
* | MqTabChrome: Make find bar functional | Patrick McDermott | 2017-10-08 | 1 | -4/+59 |
| | |||||
* | mq_tab_chrome_set_web_view(): Get WebKitFindController and save in MqTabChrome | Patrick McDermott | 2017-10-08 | 1 | -0/+1 |
| | |||||
* | MqTabChrome: Add find bar and make find button functional | Patrick McDermott | 2017-10-08 | 1 | -1/+100 |
| | |||||
* | MqTabChrome: Make fullscreen button functional | Patrick McDermott | 2017-10-07 | 1 | -1/+8 |
| | |||||
* | MqTabChrome: Add TODO comments for menu button click callbacks | Patrick McDermott | 2017-10-07 | 1 | -0/+10 |
| | |||||
* | MqTabChrome: Call mq_tab_quit() on quit button click | Patrick McDermott | 2017-10-07 | 1 | -5/+5 |
| | |||||
* | s/__attribute__((unused))/G_GNUC_UNUSED/ | Patrick McDermott | 2017-10-07 | 1 | -35/+27 |
| | | | | | | And rewrap lines. G_GNUC_UNUSED expands to nothing on compilers other than GCC 2.4+. | ||||
* | MqTabChrome: Obey zoom.default on zoom reset | Patrick McDermott | 2017-10-07 | 1 | -1/+3 |
| | |||||
* | MqTabChrome: Make developer tools button functional | Patrick McDermott | 2017-10-06 | 1 | -0/+10 |
| | |||||
* | MqTabChrome: Make preferences button functional | Patrick McDermott | 2017-10-06 | 1 | -0/+11 |
| | |||||
* | MqTabChrome: Switch to about tab | Patrick McDermott | 2017-10-01 | 1 | -0/+2 |
| | |||||
* | MqTabChrome: Close menu on about button click | Patrick McDermott | 2017-10-01 | 1 | -4/+4 |
| | |||||
* | MqTabChrome: Make about button functional | Patrick McDermott | 2017-10-01 | 1 | -0/+7 |
| | |||||
* | mq_tab_chrome_new(): Accept and save MqTab argument | Patrick McDermott | 2017-10-01 | 1 | -1/+3 |
| | |||||
* | MqTabChrome: Set back/forward button sensitivity on list change | Patrick McDermott | 2017-09-30 | 1 | -10/+15 |
| | | | | | The back/forward list apparently often changes after the URI changes, e.g. when navigating between page fragments. | ||||
* | MqTabChrome: Set back/forward button sensitivity on URI change | Patrick McDermott | 2017-09-30 | 1 | -0/+5 |
| | |||||
* | MqTabChrome: Rewrite "mq-about:" URIs in URI bar | Patrick McDermott | 2017-09-29 | 1 | -8/+36 |
| | |||||
* | MqTabChrome: Rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+12 |
| | |||||
* | MqTabChrome: Make zoom buttons functional | Patrick McDermott | 2017-09-28 | 1 | -0/+26 |
| | |||||
* | MqTabChrome: Make quit button functional | Patrick McDermott | 2017-09-28 | 1 | -0/+14 |
| | |||||
* | MqTabChrome: Add zoom buttons | Patrick McDermott | 2017-09-28 | 1 | -15/+18 |
| | |||||
* | MqTabChrome: Don't change URI bar text if focused | Patrick McDermott | 2017-09-28 | 1 | -2/+6 |
| | |||||
* | mq_tab_new*(): Make uri parameter const | Patrick McDermott | 2017-09-27 | 1 | -2/+2 |
| | | | | | And propagate const correctness on uri throughout MqTab, MqTabChrome, and MqTabBody. | ||||
* | MqTabChrome: Save user edits to hovered link URI | Patrick McDermott | 2017-09-26 | 1 | -5/+26 |
| | | | | Don't overwrite such edited URI bar text on mouse target change. | ||||
* | MqTabChrome: Don't set NULL URI in URI entry | Patrick McDermott | 2017-09-22 | 1 | -1/+3 |
| | | | | | | Fixes: (marquee:xxxxx): Gtk-CRITICAL **: gtk_entry_set_text: assertion 'text != NULL' failed | ||||
* | MqTabChrome: Convert container from grid to box | Patrick McDermott | 2017-09-22 | 1 | -3/+3 |
| | |||||
* | MqTabChrome: Drop saving of tab image and label | Patrick McDermott | 2017-09-21 | 1 | -4/+1 |
| | |||||
* | Move tab image callback from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 1 | -17/+0 |
| | |||||
* | Move tab label callbacks from MqTabChrome to MqTab | Patrick McDermott | 2017-09-21 | 1 | -24/+0 |
| | |||||
* | MqTabChrome: Move a function definition | Patrick McDermott | 2017-09-21 | 1 | -15/+15 |
| | |||||
* | MqTabChrome: Delete commented-out function calls | Patrick McDermott | 2017-09-21 | 1 | -4/+0 |
| | |||||
* | MqTabChrome: Explain hardcoded GtkScrolledWindow sizes | Patrick McDermott | 2017-09-21 | 1 | -0/+35 |
| | |||||
* | MqTabChrome: Set minimum sizes of tab history scrolled windows | Patrick McDermott | 2017-09-21 | 1 | -0/+8 |
| | |||||
* | MqTabChrome: Drop gtk_scrolled_window_set_policy() calls | Patrick McDermott | 2017-09-21 | 1 | -6/+0 |
| | | | | The values set are the defaults, so these calls have no effect. | ||||
* | Revert "src/tab-chrome.c: Hack tab history scrollbar policies" | Patrick McDermott | 2017-09-21 | 1 | -18/+2 |
| | | | | This reverts commit c534c7e1bedb56b0f2e44b45a9d1ac5fcb9cef68. | ||||
* | Revert "src/tab-chrome.c: Try to update scrollbar policies on toggle" | Patrick McDermott | 2017-09-21 | 1 | -14/+6 |
| | | | | This reverts commit 42ca78390d46acf1a997634a6d1c59b8afc466fb. | ||||
* | Drop MqScrolledWindow and stop use in MqTabChrome | Patrick McDermott | 2017-09-21 | 1 | -3/+2 |
| |