summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* MqTabChrome: Reorganize navigation toolbar population codePatrick McDermott2017-10-131-12/+13
|
* MqBackForwardButtonBox: Drop MqTab propertyPatrick McDermott2017-10-133-21/+4
|
* src/home-button.h: Fix include guardPatrick McDermott2017-10-131-3/+3
|
* MqTabChrome: Use MqHomeButtonPatrick McDermott2017-10-131-17/+2
|
* MqHomeButton: New classPatrick McDermott2017-10-133-0/+214
|
* MqStopReloadButton: Add a few comments and line breaksPatrick McDermott2017-10-131-0/+5
|
* MqTabChrome: Use MqStopReloadButtonPatrick McDermott2017-10-132-56/+4
|
* MqStopReloadButton: New classPatrick McDermott2017-10-133-0/+237
|
* MqBackForwardButtonBox: Derive from GtkToolItemPatrick McDermott2017-10-133-12/+12
| | | | And update MqTabChrome.
* MqTabChrome: Use MqUriEntryPatrick McDermott2017-10-132-168/+2
|
* MqUriEntry: New classPatrick McDermott2017-10-133-0/+360
|
* MqTabChrome: Remove back_forward_box struct memberPatrick McDermott2017-10-131-1/+0
|
* MqFindToolbar: Get find controller on property settingPatrick McDermott2017-10-131-19/+4
| | | | We don't need a constructed method for this.
* MqBackForwardButtonBox: Connect list change signal on property settingPatrick McDermott2017-10-131-14/+6
| | | | We don't need a constructed method for this.
* mq_main_menu_new(): Change return type to (GtkToolItem *)Patrick McDermott2017-10-122-2/+2
|
* MqTabChrome: Add missing #includePatrick McDermott2017-10-121-0/+1
|
* MqTabChrome: Make menu_button variable function-localPatrick McDermott2017-10-122-3/+3
|
* MqTabChrome: Use MqMainMenuPatrick McDermott2017-10-122-148/+2
|
* MqMainMenu: New classPatrick McDermott2017-10-123-0/+353
|
* MqBackForwardButtonBox: Fix function namesPatrick McDermott2017-10-121-2/+2
|
* MqTabChrome: Use MqBackForwardButtonBoxPatrick McDermott2017-10-122-302/+4
|
* MqBackForwardButtonBox: New classPatrick McDermott2017-10-123-0/+523
|
* mq_web_view_zoom_*(): Constrain zoom level within [0, G_MAXDOUBLE]Patrick McDermott2017-10-121-0/+6
|
* MqTabChrome: Close menu first in button click callbacksPatrick McDermott2017-10-121-6/+6
| | | | Although this doesn't really have any effect.
* MqTabChrome: Call mq_web_view_zoom_*() in zoom button callbacksPatrick McDermott2017-10-121-8/+3
|
* mq_web_view_zoom_*(): Make more readablePatrick McDermott2017-10-121-8/+14
|
* mq_web_view_zoom_*(): New functionsPatrick McDermott2017-10-122-2/+33
|
* MqWebView: Save MqConfig in object structPatrick McDermott2017-10-121-9/+10
|
* MqTabChrome: Change callback arg type and drop conditionalPatrick McDermott2017-10-121-8/+2
|
* mq_find_toolbar_new(): Drop GTK_WIDGET()Patrick McDermott2017-10-121-2/+2
|
* src/find-toolbar.h: Fix #includePatrick McDermott2017-10-121-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 callerPatrick McDermott2017-10-123-9/+10
| | | | | | Also change member type in struct. And update call in MqTab.
* MqTab: Instantiate an MqFindToolbarPatrick McDermott2017-10-121-1/+7
|
* MqTabChrome: Get Web view in mq_tab_chrome_new()Patrick McDermott2017-10-123-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() callPatrick McDermott2017-10-121-1/+2
|
* MqFindToolbar: Remove dispose methodPatrick McDermott2017-10-121-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 uriPatrick McDermott2017-10-121-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 definitionsPatrick McDermott2017-10-121-38/+38
|
* MqWebView: Move static method definitionsPatrick McDermott2017-10-121-58/+58
|
* MqFindToolbar: Add dispose methodPatrick McDermott2017-10-121-0/+14
|
* MqWebView: Free uri member on finalizePatrick McDermott2017-10-121-0/+13
|
* MqFindToolbar: Move WebKitFindController setup to constructedPatrick McDermott2017-10-121-6/+21
|
* MqTabChrome: Use MqFindToolbarPatrick McDermott2017-10-122-229/+24
|
* MqFindToolbar: Add WebKitFindController signal callbacksPatrick McDermott2017-10-121-0/+28
|
* mq_find_toolbar_reveal(): Define new functionPatrick McDermott2017-10-121-0/+7
| | | | Already declared in src/find-toolbar.h.
* MqFindToolbar: Add signal callbacksPatrick McDermott2017-10-121-12/+112
|
* MqFindToolbar: New classPatrick McDermott2017-10-123-0/+250
|
* MqTabChrome: Set up find toolbar when Web view is setPatrick McDermott2017-10-121-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 McDermott2017-10-123-5/+6
|
* MqWebView: Don't directly access MqTab struct memberPatrick McDermott2017-10-121-4/+4
|