Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/i18n.h: New header | Patrick McDermott | 2017-11-20 | 1 | -0/+1 |
| | |||||
* | src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headers | Patrick McDermott | 2017-11-13 | 1 | -1/+9 |
| | |||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 1 | -2/+1 |
| | |||||
* | src/about*, src/view-source.*: Move under src/schemes/ | Patrick McDermott | 2017-11-01 | 1 | -3/+1 |
| | |||||
* | src/utils/local.mk: New file | Patrick McDermott | 2017-11-01 | 1 | -3/+1 |
| | | | | And update src/local.mk. | ||||
* | src/web-settings.[ch]: Remove files | Patrick McDermott | 2017-11-01 | 1 | -1/+0 |
| | |||||
* | MqSettings: New class | Patrick McDermott | 2017-11-01 | 1 | -0/+1 |
| | | | | Based on code from src/web-settings.[ch]. | ||||
* | src/view-source.[ch]: New files | Patrick McDermott | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | mq_web_view_normal_scheme_methods: Implement | Patrick McDermott | 2017-10-30 | 1 | -0/+1 |
| | |||||
* | atoi64(): New function | Patrick McDermott | 2017-10-30 | 1 | -0/+1 |
| | |||||
* | MqDownload: New type | Patrick McDermott | 2017-10-29 | 1 | -0/+1 |
| | |||||
* | src/gpl-3-0.[ch]: Remove | Patrick McDermott | 2017-10-27 | 1 | -1/+0 |
| | |||||
* | mq_resource_response(): New function | Patrick McDermott | 2017-10-27 | 1 | -0/+1 |
| | |||||
* | MqTree: New type | Patrick McDermott | 2017-10-23 | 1 | -0/+1 |
| | |||||
* | MqNotebook: New class | Patrick McDermott | 2017-10-22 | 1 | -0/+1 |
| | |||||
* | MqTab: Remove | Patrick McDermott | 2017-10-18 | 1 | -1/+0 |
| | |||||
* | [WIP] MqTabPage: New class | Patrick McDermott | 2017-10-17 | 1 | -0/+1 |
| | |||||
* | MqTabLabel: New class | Patrick McDermott | 2017-10-17 | 1 | -0/+1 |
| | | | | Missing popover menu. | ||||
* | Sort file names in local.mk files | Patrick McDermott | 2017-10-13 | 1 | -6/+6 |
| | |||||
* | Move toolbar widget source files to src/toolbars/ | Patrick McDermott | 2017-10-13 | 1 | -7/+1 |
| | | | | | And move navigation toolbar item widget source files to src/toolbars/navigation/. | ||||
* | MqTabChrome: Remove class | Patrick McDermott | 2017-10-13 | 1 | -1/+0 |
| | | | | Replaced by MqNavigationToolbar. | ||||
* | MqNavigationToolbar: New class | Patrick McDermott | 2017-10-13 | 1 | -0/+1 |
| | | | | Replaces MqTabChrome. | ||||
* | MqHomeButton: New class | Patrick McDermott | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | MqStopReloadButton: New class | Patrick McDermott | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | MqUriEntry: New class | Patrick McDermott | 2017-10-13 | 1 | -0/+1 |
| | |||||
* | MqMainMenu: New class | Patrick McDermott | 2017-10-12 | 1 | -0/+1 |
| | |||||
* | MqBackForwardButtonBox: New class | Patrick McDermott | 2017-10-12 | 1 | -0/+1 |
| | |||||
* | MqFindToolbar: New class | Patrick McDermott | 2017-10-12 | 1 | -0/+1 |
| | |||||
* | src/tab-body.[ch]: Remove | Patrick McDermott | 2017-10-12 | 1 | -1/+0 |
| | | | | These files have been replaced by src/web-view.[ch]. | ||||
* | MqWebView: New class | Patrick McDermott | 2017-10-11 | 1 | -0/+1 |
| | |||||
* | src/web-settings.[ch]: New files | Patrick McDermott | 2017-10-06 | 1 | -0/+1 |
| | |||||
* | src/config.[ch]: New files | Patrick McDermott | 2017-10-04 | 1 | -0/+1 |
| | |||||
* | src/gpl-3-0.[ch]: New files | Patrick McDermott | 2017-10-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | mq_gpl_3_0_html() builds a long string from an array of shorter strings. This works around possibly limited literal string lengths of compilers, as described by this warning from GCC: $ make [...] CC src/about/marquee-version.o src/about/version.c:726:2: warning: string length ‘36973’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] ; ^ [...] | ||||
* | mq_html_*(): New functions | Patrick McDermott | 2017-09-30 | 1 | -0/+1 |
| | |||||
* | mq_about_marquee_response(): New function | Patrick McDermott | 2017-09-29 | 1 | -0/+2 |
| | |||||
* | src/about.*: New files | Patrick McDermott | 2017-09-29 | 1 | -1/+2 |
| | |||||
* | src/application.[ch]: New files | Patrick McDermott | 2017-09-22 | 1 | -0/+1 |
| | |||||
* | Drop MqScrolledWindow and stop use in MqTabChrome | Patrick McDermott | 2017-09-21 | 1 | -2/+1 |
| | |||||
* | src/scrolled-window.[ch]: New files | Patrick McDermott | 2017-09-20 | 1 | -1/+2 |
| | |||||
* | src/tab-body.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -1/+2 |
| | | | | And use in src/tab.[ch]. | ||||
* | src/tab-chrome.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -1/+2 |
| | | | | And use in src/tab.[ch]. | ||||
* | src/tab.[ch]: New files | Patrick McDermott | 2017-09-16 | 1 | -1/+2 |
| | | | | And use in src/window.c. | ||||
* | src/main-window.[ch]: Rename to src/window.[ch] | Patrick McDermott | 2017-09-15 | 1 | -1/+1 |
| | |||||
* | src/main-window.[ch]: New stub files | Patrick McDermott | 2017-09-15 | 1 | -1/+2 |
| | |||||
* | src/main.c: New file | Patrick McDermott | 2017-09-15 | 1 | -1/+2 |
| | |||||
* | Add build system and related files | Patrick McDermott | 2017-09-15 | 1 | -0/+1 |