Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |