| Commit message (Expand) | Author | Age | Files | Lines |
* | mq_web_view_*_scheme_methods: Make const | Patrick McDermott | 2017-10-30 | 4 | -14/+14 |
|
|
* | mq_web_view_view_source_scheme_methods.rewrite_uri(): Fix mq_tab_page_get_id(... | Patrick McDermott | 2017-10-30 | 1 | -1/+1 |
|
|
* | MqWebViewSchemeMethods: Add (MqWebView *) param to *_uri() methods | Patrick McDermott | 2017-10-30 | 4 | -10/+13 |
|
|
* | mq_web_view_view_source_scheme_methods.rewrite_uri(): Drop G_GNUC_UNUSED | Patrick McDermott | 2017-10-30 | 1 | -1/+1 |
|
|
* | mq_web_view_view_source_scheme_methods.display_uri(): Implement | Patrick McDermott | 2017-10-30 | 1 | -2/+2 |
|
|
* | mq_web_view_view_source_scheme_methods.rewrite_uri(): Implement | Patrick McDermott | 2017-10-30 | 1 | -2/+25 |
|
|
* | MqWebViewViewSourceScheme: Make uri member const | Patrick McDermott | 2017-10-30 | 1 | -3/+3 |
|
|
* | MqWebViewScheme: Add MqWebViewViewSourceScheme member | Patrick McDermott | 2017-10-30 | 1 | -1/+2 |
|
|
* | mq_tab_page_get_web_view(): New function | Patrick McDermott | 2017-10-30 | 2 | -0/+10 |
|
|
* | MqWebView: Use scheme display_uri() method | Patrick McDermott | 2017-10-30 | 1 | -6/+2 |
|
|
* | MqWebViewViewSourceScheme, mq_web_view_view_source_scheme_methods: Define | Patrick McDermott | 2017-10-30 | 3 | -1/+206 |
|
|
* | MqWebViewNormalScheme: Add hit_test_result member | Patrick McDermott | 2017-10-30 | 1 | -2/+3 |
|
|
* | src/web-view-schemes/normal.c: Add "TODO: " to comment | Patrick McDermott | 2017-10-30 | 1 | -1/+1 |
|
|
* | src/web-view-schemes/normal.c: Add missing blank line between functions | Patrick McDermott | 2017-10-30 | 1 | -0/+1 |
|
|
* | MqWebView: Use scheme methods instead of own static functions | Patrick McDermott | 2017-10-30 | 1 | -657/+8 |
|
|
* | MqWebView: Set scheme methods | Patrick McDermott | 2017-10-30 | 1 | -9/+12 |
|
|
* | mq_web_view_normal_scheme_methods: Implement | Patrick McDermott | 2017-10-30 | 3 | -0/+771 |
|
|
* | mq_web_view_get_scheme(): New function | Patrick McDermott | 2017-10-30 | 2 | -0/+11 |
|
|
* | src/web-view-schemes/schemes.h: Forward declare MqWebViewScheme | Patrick McDermott | 2017-10-30 | 1 | -2/+4 |
|
|
* | Revert "Revert "configure.ac: Set C standard to C11"" | Patrick McDermott | 2017-10-30 | 1 | -1/+3 |
|
|
* | mq_web_view_get_tab_page(): New function | Patrick McDermott | 2017-10-30 | 2 | -0/+9 |
|
|
* | mq_web_view_get_config(): New function | Patrick McDermott | 2017-10-30 | 2 | -0/+9 |
|
|
* | src/web-view-schemes/schemes.h: Add MqWebViewScheme union | Patrick McDermott | 2017-10-30 | 1 | -5/+10 |
|
|
* | MqWebView: Change type of Web view parameter in URI callback | Patrick McDermott | 2017-10-30 | 1 | -5/+2 |
|
|
* | src/web-view-schemes/schemes.h: New file | Patrick McDermott | 2017-10-30 | 2 | -0/+56 |
|
|
* | MqWebView: Change type of Web view parameter in callback | Patrick McDermott | 2017-10-30 | 1 | -4/+1 |
|
|
* | MqWebView: Make file chooser filters function non-static | Patrick McDermott | 2017-10-30 | 2 | -4/+7 |
|
|
* | MqWebView: Remove extra space in variable declaration | Patrick McDermott | 2017-10-30 | 1 | -1/+1 |
|
|
* | MqWebView: Call mq_web_view_load_uri() in context menu cbs | Patrick McDermott | 2017-10-30 | 1 | -8/+4 |
|
|
* | MqWebView: Factor out URI rewriting into new static function | Patrick McDermott | 2017-10-30 | 1 | -11/+14 |
|
|
* | MqWebView: Fix horizontal alignment of variable declarations | Patrick McDermott | 2017-10-30 | 1 | -2/+2 |
|
|
* | MqWebView: Rewrite URI from primary clipboard | Patrick McDermott | 2017-10-30 | 1 | -1/+1 |
|
|
* | atoi64(): New function | Patrick McDermott | 2017-10-30 | 3 | -0/+72 |
|
|
* | MqWebView: Free saved HTML document | Patrick McDermott | 2017-10-30 | 1 | -2/+3 |
|
|
* | MqWebView: Rename "rewritten-uri" property to "display-uri" | Patrick McDermott | 2017-10-29 | 1 | -8/+8 |
|
|
* | MqTabPage: Remove old unused struct member | Patrick McDermott | 2017-10-29 | 1 | -1/+0 |
|
|
* | mq_tab_page_get_id(): New function | Patrick McDermott | 2017-10-29 | 2 | -0/+9 |
|
|
* | MqTabPage: Register and unregister with MqApplication | Patrick McDermott | 2017-10-29 | 1 | -0/+6 |
|
|
* | src/application.h: #include "tab-page.h" | Patrick McDermott | 2017-10-29 | 1 | -0/+1 |
|
|
* | mq_application_*_tab(): New tab registration functions | Patrick McDermott | 2017-10-29 | 2 | -0/+34 |
|
|
* | mq_application_new(): Make profile parameter const | Patrick McDermott | 2017-10-29 | 2 | -2/+2 |
|
|
* | src/main.c: Set default profile option argument | Patrick McDermott | 2017-10-29 | 1 | -1/+1 |
|
|
* | mq_application_new(): Pass profile argument to mq_config_new() | Patrick McDermott | 2017-10-29 | 1 | -2/+2 |
|
|
* | about(:version): Show both PACKAGE_VERSION and PACKAGE_VERSION_GIT | Patrick McDermott | 2017-10-29 | 1 | -1/+2 |
|
|
* | main(): Print both PACKAGE_VERSION and PACKAGE_VERSION_GIT | Patrick McDermott | 2017-10-29 | 1 | -1/+2 |
|
|
* | Makefile.am: Add " (" and ")" to PACKAGE_VERSION_GIT | Patrick McDermott | 2017-10-29 | 1 | -4/+6 |
|
|
* | Makefile.am: Leave PACKAGE_VERSION_GIT empty in not IN_GIT | Patrick McDermott | 2017-10-29 | 1 | -1/+1 |
|
|
* | Makefile.am: Always show commit count and ID in Git ver string | Patrick McDermott | 2017-10-29 | 1 | -1/+3 |
|
|
* | MqApplication: Handle started downloads | Patrick McDermott | 2017-10-29 | 1 | -0/+11 |
|
|
* | MqDownload: New type | Patrick McDermott | 2017-10-29 | 3 | -0/+162 |
|
|