| Commit message (Expand) | Author | Age | Files | Lines |
* | MqTabChrome: Remove back_forward_box struct member | Patrick McDermott | 2017-10-13 | 1 | -1/+0 |
|
|
* | MqFindToolbar: Get find controller on property setting | Patrick McDermott | 2017-10-13 | 1 | -19/+4 |
|
|
* | MqBackForwardButtonBox: Connect list change signal on property setting | Patrick McDermott | 2017-10-13 | 1 | -14/+6 |
|
|
* | mq_main_menu_new(): Change return type to (GtkToolItem *) | Patrick McDermott | 2017-10-12 | 2 | -2/+2 |
|
|
* | MqTabChrome: Add missing #include | Patrick McDermott | 2017-10-12 | 1 | -0/+1 |
|
|
* | MqTabChrome: Make menu_button variable function-local | Patrick McDermott | 2017-10-12 | 2 | -3/+3 |
|
|
* | MqTabChrome: Use MqMainMenu | Patrick McDermott | 2017-10-12 | 2 | -148/+2 |
|
|
* | MqMainMenu: New class | Patrick McDermott | 2017-10-12 | 3 | -0/+353 |
|
|
* | MqBackForwardButtonBox: Fix function names | Patrick McDermott | 2017-10-12 | 1 | -2/+2 |
|
|
* | MqTabChrome: Use MqBackForwardButtonBox | Patrick McDermott | 2017-10-12 | 2 | -302/+4 |
|
|
* | MqBackForwardButtonBox: New class | Patrick McDermott | 2017-10-12 | 3 | -0/+523 |
|
|
* | mq_web_view_zoom_*(): Constrain zoom level within [0, G_MAXDOUBLE] | Patrick McDermott | 2017-10-12 | 1 | -0/+6 |
|
|
* | MqTabChrome: Close menu first in button click callbacks | Patrick McDermott | 2017-10-12 | 1 | -6/+6 |
|
|
* | MqTabChrome: Call mq_web_view_zoom_*() in zoom button callbacks | Patrick McDermott | 2017-10-12 | 1 | -8/+3 |
|
|
* | mq_web_view_zoom_*(): Make more readable | Patrick McDermott | 2017-10-12 | 1 | -8/+14 |
|
|
* | mq_web_view_zoom_*(): New functions | Patrick McDermott | 2017-10-12 | 2 | -2/+33 |
|
|
* | MqWebView: Save MqConfig in object struct | Patrick McDermott | 2017-10-12 | 1 | -9/+10 |
|
|
* | MqTabChrome: Change callback arg type and drop conditional | Patrick McDermott | 2017-10-12 | 1 | -8/+2 |
|
|
* | mq_find_toolbar_new(): Drop GTK_WIDGET() | Patrick McDermott | 2017-10-12 | 1 | -2/+2 |
|
|
* | src/find-toolbar.h: Fix #include | Patrick McDermott | 2017-10-12 | 1 | -1/+1 |
|
|
* | mq_tab_chrome_new(): Get and save MqFindToolbar from caller | Patrick McDermott | 2017-10-12 | 3 | -9/+10 |
|
|
* | MqTab: Instantiate an MqFindToolbar | Patrick McDermott | 2017-10-12 | 1 | -1/+7 |
|
|
* | MqTabChrome: Get Web view in mq_tab_chrome_new() | Patrick McDermott | 2017-10-12 | 3 | -145/+131 |
|
|
* | MqTab: Move mq_tab_chrome_new() call | Patrick McDermott | 2017-10-12 | 1 | -1/+2 |
|
|
* | MqFindToolbar: Remove dispose method | Patrick McDermott | 2017-10-12 | 1 | -14/+0 |
|
|
* | mq_web_view_load_uri(): Check for NULL uri | Patrick McDermott | 2017-10-12 | 1 | -0/+5 |
|
|
* | MqFindToolbar: Move static method definitions | Patrick McDermott | 2017-10-12 | 1 | -38/+38 |
|
|
* | MqWebView: Move static method definitions | Patrick McDermott | 2017-10-12 | 1 | -58/+58 |
|
|
* | MqFindToolbar: Add dispose method | Patrick McDermott | 2017-10-12 | 1 | -0/+14 |
|
|
* | MqWebView: Free uri member on finalize | Patrick McDermott | 2017-10-12 | 1 | -0/+13 |
|
|
* | MqFindToolbar: Move WebKitFindController setup to constructed | Patrick McDermott | 2017-10-12 | 1 | -6/+21 |
|
|
* | MqTabChrome: Use MqFindToolbar | Patrick McDermott | 2017-10-12 | 2 | -229/+24 |
|
|
* | MqFindToolbar: Add WebKitFindController signal callbacks | Patrick McDermott | 2017-10-12 | 1 | -0/+28 |
|
|
* | mq_find_toolbar_reveal(): Define new function | Patrick McDermott | 2017-10-12 | 1 | -0/+7 |
|
|
* | MqFindToolbar: Add signal callbacks | Patrick McDermott | 2017-10-12 | 1 | -12/+112 |
|
|
* | MqFindToolbar: New class | Patrick McDermott | 2017-10-12 | 3 | -0/+250 |
|
|
* | MqTabChrome: Set up find toolbar when Web view is set | Patrick McDermott | 2017-10-12 | 1 | -4/+4 |
|
|
* | mq_tab_chrome_set_web_view(): Change argument 2 to (MqWebView *) | Patrick McDermott | 2017-10-12 | 3 | -5/+6 |
|
|
* | MqWebView: Don't directly access MqTab struct member | Patrick McDermott | 2017-10-12 | 1 | -4/+4 |
|
|
* | MqWebView: Drop a TODO comment | Patrick McDermott | 2017-10-12 | 1 | -1/+1 |
|
|
* | mq_web_view_load_uri(): Drop NULL check | Patrick McDermott | 2017-10-12 | 1 | -5/+0 |
|
|
* | mq_web_view_get_web_view(): Remove | Patrick McDermott | 2017-10-12 | 2 | -11/+0 |
|
|
* | MqTab: Drop mq_web_view_get_web_view() & a struct member | Patrick McDermott | 2017-10-12 | 2 | -4/+2 |
|
|
* | mq_web_view_get_container(): Remove | Patrick McDermott | 2017-10-12 | 2 | -8/+0 |
|
|
* | MqTab: Drop mq_web_view_get_container() call | Patrick McDermott | 2017-10-12 | 1 | -1/+1 |
|
|
* | src/web-view.h: Drop commented-out gtype.h backport stuff | Patrick McDermott | 2017-10-12 | 1 | -4/+0 |
|
|
* | src/tab-body.[ch]: Remove | Patrick McDermott | 2017-10-12 | 3 | -597/+0 |
|
|
* | 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: Improve property descriptions | Patrick McDermott | 2017-10-12 | 1 | -2/+7 |
|
|