Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | src/*.h: Standardize, reorder, and fix #include directives | Patrick McDermott | 2017-10-13 | 11 | -6/+15 |
| | |||||
* | src/*.c: Reorganize #include directives | Patrick McDermott | 2017-10-13 | 16 | -30/+43 |
| | |||||
* | Standardize spelling of GParamSpec parameter names | Patrick McDermott | 2017-10-13 | 10 | -39/+39 |
| | |||||
* | MqStopReloadButton: Unreference icons on destruction | Patrick McDermott | 2017-10-13 | 1 | -0/+14 |
| | |||||
* | Revert "MqStopReloadButton: Make icons static" | Patrick McDermott | 2017-10-13 | 1 | -14/+15 |
| | | | | This reverts commit ea01dcb136267b99ec6fcd280d0c5d8efdeb8181. | ||||
* | MqStopReloadButton: Make icons static | Patrick McDermott | 2017-10-13 | 1 | -15/+14 |
| | |||||
* | MqTab: Really drop MqTabChrome | Patrick McDermott | 2017-10-13 | 2 | -5/+0 |
| | |||||
* | MqTabChrome: Remove class | Patrick McDermott | 2017-10-13 | 3 | -150/+0 |
| | | | | Replaced by MqNavigationToolbar. | ||||
* | MqTab: Use MqNavigationToolbar instead of MqTabChrome | Patrick McDermott | 2017-10-13 | 1 | -2/+7 |
| | |||||
* | MqNavigationToolbar: New class | Patrick McDermott | 2017-10-13 | 3 | -0/+315 |
| | | | | Replaces MqTabChrome. | ||||
* | MqTabChrome: Reorganize navigation toolbar population code | Patrick McDermott | 2017-10-13 | 1 | -12/+13 |
| | |||||
* | MqBackForwardButtonBox: Drop MqTab property | Patrick McDermott | 2017-10-13 | 3 | -21/+4 |
| | |||||
* | src/home-button.h: Fix include guard | Patrick McDermott | 2017-10-13 | 1 | -3/+3 |
| | |||||
* | MqTabChrome: Use MqHomeButton | Patrick McDermott | 2017-10-13 | 1 | -17/+2 |
| | |||||
* | MqHomeButton: New class | Patrick McDermott | 2017-10-13 | 3 | -0/+214 |
| | |||||
* | MqStopReloadButton: Add a few comments and line breaks | Patrick McDermott | 2017-10-13 | 1 | -0/+5 |
| | |||||
* | MqTabChrome: Use MqStopReloadButton | Patrick McDermott | 2017-10-13 | 2 | -56/+4 |
| | |||||
* | MqStopReloadButton: New class | Patrick McDermott | 2017-10-13 | 3 | -0/+237 |
| | |||||
* | MqBackForwardButtonBox: Derive from GtkToolItem | Patrick McDermott | 2017-10-13 | 3 | -12/+12 |
| | | | | And update MqTabChrome. | ||||
* | MqTabChrome: Use MqUriEntry | Patrick McDermott | 2017-10-13 | 2 | -168/+2 |
| | |||||
* | MqUriEntry: New class | Patrick McDermott | 2017-10-13 | 3 | -0/+360 |
| | |||||
* | 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 |
| | | | | We don't need a constructed method for this. | ||||
* | MqBackForwardButtonBox: Connect list change signal on property setting | Patrick McDermott | 2017-10-13 | 1 | -14/+6 |
| | | | | We don't need a constructed method for this. | ||||
* | 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 |
| | | | | Although this doesn't really have any effect. | ||||
* | 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_find_toolbar_new() was originally going to take a MqTab argument and get the MqWebView from that (in case MqFindToolbar ever requires MqConfig in the future), but it's better to make injected dependencies as specific as possible. | ||||
* | mq_tab_chrome_new(): Get and save MqFindToolbar from caller | Patrick McDermott | 2017-10-12 | 3 | -9/+10 |
| | | | | | | Also change member type in struct. And update call in MqTab. | ||||
* | 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 |
| | | | | | | | Also remove mq_tab_chrome_set_web_view() and reorganize static functions. And update calls in MqTab. | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Destroying child widgets is already handled by the parent class. Fixes: (marquee:xxxxx): Gtk-CRITICAL **: gtk_widget_get_realized: assertion 'GTK_IS_WIDGET (widget)' failed (marquee:xxxxx): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (marquee:xxxxx): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (marquee:xxxxx): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (marquee:xxxxx): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (marquee:xxxxx): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (marquee:xxxxx): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (marquee:xxxxx): Gtk-CRITICAL **: gtk_widget_get_realized: assertion 'GTK_IS_WIDGET (widget)' failed (marquee:xxxxx): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (marquee:xxxxx): GLib-GObject-CRITICAL **: g_signal_emit_valist: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (marquee:xxxxx): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (marquee:xxxxx): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed (marquee:xxxxx): GLib-GObject-WARNING **: instance with invalid (NULL) class pointer (marquee:xxxxx): GLib-GObject-CRITICAL **: g_signal_handlers_destroy: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed | ||||
* | mq_web_view_load_uri(): Check for NULL uri | Patrick McDermott | 2017-10-12 | 1 | -0/+5 |
| | | | | | | | | Fixes: (marquee:xxxxx): GLib-CRITICAL **: g_str_has_prefix: assertion 'str != NULL' failed ** (marquee:xxxxx): CRITICAL **: void webkit_web_view_load_uri(WebKitWebView*, const gchar*): assertion 'uri' failed | ||||
* | 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 |
| |