Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | src/utils/profile-icon.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -0/+72 |
| | |||||
* | src/utils/svg.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -1/+95 |
| | |||||
* | MqBookmarksButtonBox: Use "non-starred" icon for add/edit button | Patrick McDermott | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Move Cut, Copy, and Paste buttons | Patrick McDermott | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | MqMainMenu: Move a callback | Patrick McDermott | 2017-11-02 | 1 | -6/+6 |
| | | | | | open_clicked_cb() and save_clicked_cb() got stuck between zoom_out_clicked_cb() and zoom_reset_clicked_cb() by mistake. | ||||
* | MqMainMenu: Add Cut, Copy, and Paste buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+71 |
| | |||||
* | MqMainMenu: Disable relief on grid buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Set grid buttons' labels and image positions | Patrick McDermott | 2017-11-02 | 1 | -0/+6 |
| | |||||
* | MqMainMenu: Expand and fill button boxes and grid | Patrick McDermott | 2017-11-02 | 1 | -3/+3 |
| | |||||
* | MqMainMenu: Make button box cells homogeneous | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Make main grid cells homogeneous | Patrick McDermott | 2017-11-02 | 1 | -0/+2 |
| | |||||
* | MqMainMenu: Expand and fill button box children | Patrick McDermott | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Extract prefs/about/quit buttons into linked box | Patrick McDermott | 2017-11-02 | 1 | -9/+22 |
| | |||||
* | MqMainMenu: Extract zoom buttons into own linked box | Patrick McDermott | 2017-11-02 | 1 | -36/+62 |
| | |||||
* | MqMainMenu: Pack button grid into a box | Patrick McDermott | 2017-11-02 | 1 | -8/+21 |
| | |||||
* | MqMainMenu: Undefine CLICKED_CB() macro after use | Patrick McDermott | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | MqNavigationToolbar: Add MqBookmarksButtonBox | Patrick McDermott | 2017-11-02 | 1 | -0/+7 |
| | |||||
* | MqBookmarksButtonBox: New class | Patrick McDermott | 2017-11-02 | 3 | -0/+164 |
| | |||||
* | MqTabLabel: Improve signal connection macro | Patrick McDermott | 2017-11-02 | 1 | -5/+6 |
| | |||||
* | MqMainMenu: Add "New window" button | Patrick McDermott | 2017-11-02 | 1 | -0/+10 |
| | |||||
* | MqMainMenu: Rearrange buttons | Patrick McDermott | 2017-11-02 | 1 | -18/+18 |
| | |||||
* | MqMainMenu: Move Preferences button to bottom row (for now) | Patrick McDermott | 2017-11-02 | 1 | -4/+4 |
| | |||||
* | MqMainMenu: Add blank lines between button row code blocks | Patrick McDermott | 2017-11-02 | 1 | -0/+8 |
| | |||||
* | MqMainMenu: Make unimplemented buttons insensitive | Patrick McDermott | 2017-11-02 | 1 | -0/+3 |
| | |||||
* | MqHistoryButton, MqDownloadsButton: Make insensitive | Patrick McDermott | 2017-11-02 | 2 | -0/+2 |
| | |||||
* | MqNavigationToolbar: Add history and downloads buttons | Patrick McDermott | 2017-11-02 | 1 | -0/+13 |
| | |||||
* | MqDownloadsButton: New class | Patrick McDermott | 2017-11-02 | 3 | -0/+123 |
| | |||||
* | MqHistoryButton: New class | Patrick McDermott | 2017-11-02 | 3 | -0/+122 |
| | |||||
* | MqMainMenu: Remove Bookmarks/History/Downloads row | Patrick McDermott | 2017-11-02 | 1 | -17/+11 |
| | | | | These buttons will go in the navigation toolbar. | ||||
* | MqMainMenu: Rename "Developer tools" button to "Inspector" | Patrick McDermott | 2017-11-02 | 1 | -4/+3 |
| | |||||
* | MqMainMenu: Change "Developer tools" and "Preferences" icons | Patrick McDermott | 2017-11-02 | 1 | -2/+2 |
| | |||||
* | mq_window_get_application(): Mark as pure | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | MqWebView: Mark some functions as pure | Patrick McDermott | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | mq_tree_seek(): Mark as pure | Patrick McDermott | 2017-11-01 | 2 | -2/+2 |
| | | | | And mark the static recursive function it calls as pure. | ||||
* | MqTabPage: Mark some functions as pure | Patrick McDermott | 2017-11-01 | 1 | -5/+5 |
| | |||||
* | mq_notebook_get_n_pages(): Mark as pure | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | MqApplication: Mark some functions as pure | Patrick McDermott | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | mq_web_view_view_source_scheme_methods.save_file(): Appease GCC | Patrick McDermott | 2017-11-01 | 1 | -3/+2 |
| | | | | | | | | | | | | It's a stub, GCC. Fixes: CC src/web-view-schemes/marquee-view-source.o src/web-view-schemes/view-source.c: In function ‘save_file’: src/web-view-schemes/view-source.c:229:2: warning: statement with no effect [-Wunused-value] mq_web_view_get_scheme(web_view); ^ | ||||
* | mq_web_view_get_scheme(): Declare with "const" attribute | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | Fixes: CC src/marquee-web-view.o src/web-view.c: In function ‘mq_web_view_get_scheme’: src/web-view.c:355:1: warning: function might be candidate for attribute ‘const’ [-Wsuggest-attribute=const] mq_web_view_get_scheme(MqWebView *web_view) ^ | ||||
* | MqConfig: Add default cases to switches | Patrick McDermott | 2017-11-01 | 1 | -0/+6 |
| | | | | | | | | | | | | | | Fixes: CC src/config/marquee-config.o src/config/config.c: In function ‘set_type_or_run_callbacks’: src/config/config.c:332:4: warning: switch missing default case [-Wswitch-default] switch (item->type) { ^ src/config/config.c: In function ‘mq_config_set’: src/config/config.c:429:2: warning: switch missing default case [-Wswitch-default] switch (item->type) { ^ | ||||
* | mq_settings_connect_config(): Add default case to switch | Patrick McDermott | 2017-11-01 | 1 | -0/+3 |
| | | | | | | | | | | Fixes: CC src/config/marquee-settings.o src/config/settings.c: In function ‘mq_settings_connect_config’: src/config/settings.c:365:3: warning: switch missing default case [-Wswitch-default] switch (mappings[i].type) { ^ | ||||
* | MqBackForwardButtonBox: Add default case in static function | Patrick McDermott | 2017-11-01 | 1 | -0/+3 |
| | | | | | | | | | | Fixes: CC src/toolbars/navigation/marquee-back-forward-button-box.o src/toolbars/navigation/back-forward-button-box.c: In function ‘list_item_new’: src/toolbars/navigation/back-forward-button-box.c:97:2: warning: switch missing default case [-Wswitch-default] switch (type) { ^ | ||||
* | src/tab-label.c: Delete old unused macro | Patrick McDermott | 2017-11-01 | 1 | -13/+0 |
| | | | | | | | | | | | This was used when the tab tree was in the label popover. Fixes: CC src/marquee-tab-label.o src/tab-label.c:103:0: warning: macro "NEW_TOGGLE" is not used [-Wunused-macros] #define NEW_TOGGLE(Y, X, ICON, TOOLTIP) \ ^ | ||||
* | src/main.c: Fix missing "const" specifier | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | Fixes: CC src/marquee-main.o src/main.c:34:29: warning: initialization discards ‘const’ qualifier from pointer target type static gchar *opt_profile = "default"; ^ | ||||
* | src/tree.c: Fix missing "static" qualifier | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | Fixes: CC src/marquee-tree.o src/tree.c:251:1: warning: no previous prototype for ‘seek’ [-Wmissing-prototypes] seek(MqTree *node, gint offset) ^ | ||||
* | view-source: Fix unescaped "%" in format string | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | Fixes: CC src/schemes/marquee-view-source.o src/schemes/view-source.c: In function ‘respond’: src/schemes/view-source.c:75:4: warning: unknown conversion type character ‘;’ in format [-Wformat=] uri, escaped_data), -1, g_free); ^ | ||||
* | view-source: Convert static const document var to macro | Patrick McDermott | 2017-11-01 | 1 | -23/+23 |
| | | | | | | | | | | Fixes: CC src/schemes/marquee-view-source.o src/schemes/view-source.c: In function ‘respond’: src/schemes/view-source.c:75:4: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] uri, escaped_data), -1, g_free); ^ | ||||
* | about:marquee: Convert static const document var to macro | Patrick McDermott | 2017-11-01 | 1 | -28/+28 |
| | | | | | | | | | | Fixes: CC src/schemes/about/marquee-marquee.o src/schemes/about/marquee.c: In function ‘mq_about_marquee_response’: src/schemes/about/marquee.c:72:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] "DANGER", "DO NOT PRESS")); ^ | ||||
* | about:marquee: Fix #include | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | | | | | | | | | | Surprisingly, this was the error, instead of a fatal error about not finding "../paths.h": CC src/schemes/about/marquee-marquee.o src/schemes/about/marquee.c:58:1: warning: no previous prototype for ‘mq_about_marquee_response’ [-Wmissing-prototypes] mq_about_marquee_response(MqApplication *application, GHashTable *query, ^ | ||||
* | mq_web_view_*_scheme_methods.context_menu(): Add (empty) default cases | Patrick McDermott | 2017-11-01 | 2 | -0/+4 |
| | | | | | | | | | | | | | | | Fixes: CC src/web-view-schemes/marquee-normal.o src/web-view-schemes/normal.c: In function ‘context_menu’: src/web-view-schemes/normal.c:455:3: warning: switch missing default case [-Wswitch-default] switch (stock_action) { ^ CC src/web-view-schemes/marquee-view-source.o src/web-view-schemes/view-source.c: In function ‘context_menu’: src/web-view-schemes/view-source.c:173:3: warning: switch missing default case [-Wswitch-default] switch (stock_action) { ^ |