Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | 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 |
| | |||||
* | MqBookmarksButtonBox: New class | Patrick McDermott | 2017-11-02 | 3 | -0/+164 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | 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) { ^ | ||||
* | MqWebView: Add default case to "load-changed" callback | Patrick McDermott | 2017-11-01 | 1 | -0/+3 |
| | | | | | | | | | | Fixes: CC src/toolbars/navigation/marquee-uri-entry.o src/toolbars/navigation/uri-entry.c: In function ‘load_changed_cb’: src/toolbars/navigation/uri-entry.c:59:2: warning: switch missing default case [-Wswitch-default] switch (load_event) { ^ | ||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 2 | -2/+2 |
| | |||||
* | MqMainMenu: Call mq_web_view_open() and mq_web_view_save() | Patrick McDermott | 2017-10-28 | 1 | -2/+2 |
| | | | | Instead of mq_tab_page_open() and mq_tab_page_save(). | ||||
* | MqMainMenu: Make "Save page" button effective | Patrick McDermott | 2017-10-28 | 1 | -1/+8 |
| | |||||
* | MqMainMenu: Make "Open file" button effective | Patrick McDermott | 2017-10-28 | 1 | -1/+8 |
| | |||||
* | MqTabLabel, MqUriEntry: Use a better generic Web page icon | Patrick McDermott | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | MqMainMenu: Use a better Preferences button icon | Patrick McDermott | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | MqTabLabel, MqMainMenu, MqWebView: Use G_STMT_START/G_STMT_END in macros | Patrick McDermott | 2017-10-25 | 1 | -2/+2 |
| | |||||
* | MqNotebook, MqTabLabel, MqMainMenu: Open new tabs as siblings, not children | Patrick McDermott | 2017-10-24 | 1 | -2/+2 |
| | | | | This reverts commit c8eb35b and makes further changes. | ||||
* | mq_notebook_insert_*(): Optionally switch to new tab | Patrick McDermott | 2017-10-24 | 1 | -8/+4 |
| | | | | And update calls. | ||||
* | MqMainMenu: Use mq_notebook_insert_child() | Patrick McDermott | 2017-10-23 | 1 | -2/+11 |
| | |||||
* | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 5 | -15/+15 |
| | |||||
* | MqMainMenu: Make tab switching a little less hackish | Patrick McDermott | 2017-10-22 | 1 | -4/+4 |
| | |||||
* | src/toolbars/navigation/main-menu.[ch]: Include ../../tab-page.h | Patrick McDermott | 2017-10-18 | 2 | -2/+2 |
| | |||||
* | MqMainMenu: Use mq_tab_page_get_window() | Patrick McDermott | 2017-10-18 | 1 | -2/+4 |
| | |||||
* | MqMainMenu: Use MqTabPage | Patrick McDermott | 2017-10-18 | 2 | -20/+23 |
| | |||||
* | Sort file names in local.mk files | Patrick McDermott | 2017-10-13 | 1 | -3/+3 |
| | |||||
* | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 11 | -0/+1693 |
And move navigation toolbar item widget source files to src/toolbars/navigation/. |