summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * mq_tab_foreach(): New functionPatrick McDermott2017-10-172-9/+32
| * MqTab: Cast MqTabLabel for mq_tab_label_set_position()Patrick McDermott2017-10-171-2/+3
| * MqTabLabel: Add popover menuPatrick McDermott2017-10-171-1/+216
| * MqTab: Use MqTabLabelPatrick McDermott2017-10-172-384/+34
| * MqTabLabel: Fix class structPatrick McDermott2017-10-171-1/+1
| * mq_tab_label_new(): Change return type to GtkWidgetPatrick McDermott2017-10-172-2/+2
| * MqTabLabel: New classPatrick McDermott2017-10-173-0/+391
| * MqNavigationToolbar: Fix missing break in get_property() methodPatrick McDermott2017-10-161-0/+1
| * MqTab: Change callback arg type and drop conditionalPatrick McDermott2017-10-131-7/+2
| * src/tab.h: Adjust horizontal alignment of struct membersPatrick McDermott2017-10-131-19/+19
| * Sort file names in local.mk filesPatrick McDermott2017-10-133-11/+11
| * Move toolbar widget source files to src/toolbars/Patrick McDermott2017-10-1318-58/+63
| * src/*.h: s/ (klass)/(klass)/Patrick McDermott2017-10-136-6/+6
| * src/*.h: Standardize, reorder, and fix #include directivesPatrick McDermott2017-10-1311-6/+15
| * src/*.c: Reorganize #include directivesPatrick McDermott2017-10-1316-30/+43
| * Standardize spelling of GParamSpec parameter namesPatrick McDermott2017-10-1310-39/+39
| * MqStopReloadButton: Unreference icons on destructionPatrick McDermott2017-10-131-0/+14
| * Revert "MqStopReloadButton: Make icons static"Patrick McDermott2017-10-131-14/+15
| * MqStopReloadButton: Make icons staticPatrick McDermott2017-10-131-15/+14
| * MqTab: Really drop MqTabChromePatrick McDermott2017-10-132-5/+0
| * MqTabChrome: Remove classPatrick McDermott2017-10-133-150/+0
| * MqTab: Use MqNavigationToolbar instead of MqTabChromePatrick McDermott2017-10-131-2/+7
| * MqNavigationToolbar: New classPatrick McDermott2017-10-133-0/+315
| * 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
| * 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
| * MqBackForwardButtonBox: Connect list change signal on property settingPatrick McDermott2017-10-131-14/+6
| * 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
| * 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