summaryrefslogtreecommitdiffstats
path: root/src/local.mk
Commit message (Collapse)AuthorAgeFilesLines
* MqAccelGroup: New classP. J. McDermott2018-10-051-0/+2
|
* src/i18n.h: New headerPatrick McDermott2017-11-201-0/+1
|
* src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headersPatrick McDermott2017-11-131-1/+9
|
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-011-2/+1
|
* src/about*, src/view-source.*: Move under src/schemes/Patrick McDermott2017-11-011-3/+1
|
* src/utils/local.mk: New filePatrick McDermott2017-11-011-3/+1
| | | | And update src/local.mk.
* src/web-settings.[ch]: Remove filesPatrick McDermott2017-11-011-1/+0
|
* MqSettings: New classPatrick McDermott2017-11-011-0/+1
| | | | Based on code from src/web-settings.[ch].
* src/view-source.[ch]: New filesPatrick McDermott2017-10-311-0/+1
|
* mq_web_view_normal_scheme_methods: ImplementPatrick McDermott2017-10-301-0/+1
|
* atoi64(): New functionPatrick McDermott2017-10-301-0/+1
|
* MqDownload: New typePatrick McDermott2017-10-291-0/+1
|
* src/gpl-3-0.[ch]: RemovePatrick McDermott2017-10-271-1/+0
|
* mq_resource_response(): New functionPatrick McDermott2017-10-271-0/+1
|
* MqTree: New typePatrick McDermott2017-10-231-0/+1
|
* MqNotebook: New classPatrick McDermott2017-10-221-0/+1
|
* MqTab: RemovePatrick McDermott2017-10-181-1/+0
|
* [WIP] MqTabPage: New classPatrick McDermott2017-10-171-0/+1
|
* MqTabLabel: New classPatrick McDermott2017-10-171-0/+1
| | | | Missing popover menu.
* Sort file names in local.mk filesPatrick McDermott2017-10-131-6/+6
|
* Move toolbar widget source files to src/toolbars/Patrick McDermott2017-10-131-7/+1
| | | | | And move navigation toolbar item widget source files to src/toolbars/navigation/.
* MqTabChrome: Remove classPatrick McDermott2017-10-131-1/+0
| | | | Replaced by MqNavigationToolbar.
* MqNavigationToolbar: New classPatrick McDermott2017-10-131-0/+1
| | | | Replaces MqTabChrome.
* MqHomeButton: New classPatrick McDermott2017-10-131-0/+1
|
* MqStopReloadButton: New classPatrick McDermott2017-10-131-0/+1
|
* MqUriEntry: New classPatrick McDermott2017-10-131-0/+1
|
* MqMainMenu: New classPatrick McDermott2017-10-121-0/+1
|
* MqBackForwardButtonBox: New classPatrick McDermott2017-10-121-0/+1
|
* MqFindToolbar: New classPatrick McDermott2017-10-121-0/+1
|
* src/tab-body.[ch]: RemovePatrick McDermott2017-10-121-1/+0
| | | | These files have been replaced by src/web-view.[ch].
* MqWebView: New classPatrick McDermott2017-10-111-0/+1
|
* src/web-settings.[ch]: New filesPatrick McDermott2017-10-061-0/+1
|
* src/config.[ch]: New filesPatrick McDermott2017-10-041-0/+1
|
* src/gpl-3-0.[ch]: New filesPatrick McDermott2017-10-021-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 functionsPatrick McDermott2017-09-301-0/+1
|
* mq_about_marquee_response(): New functionPatrick McDermott2017-09-291-0/+2
|
* src/about.*: New filesPatrick McDermott2017-09-291-1/+2
|
* src/application.[ch]: New filesPatrick McDermott2017-09-221-0/+1
|
* Drop MqScrolledWindow and stop use in MqTabChromePatrick McDermott2017-09-211-2/+1
|
* src/scrolled-window.[ch]: New filesPatrick McDermott2017-09-201-1/+2
|
* src/tab-body.[ch]: New filesPatrick McDermott2017-09-161-1/+2
| | | | And use in src/tab.[ch].
* src/tab-chrome.[ch]: New filesPatrick McDermott2017-09-161-1/+2
| | | | And use in src/tab.[ch].
* src/tab.[ch]: New filesPatrick McDermott2017-09-161-1/+2
| | | | And use in src/window.c.
* src/main-window.[ch]: Rename to src/window.[ch]Patrick McDermott2017-09-151-1/+1
|
* src/main-window.[ch]: New stub filesPatrick McDermott2017-09-151-1/+2
|
* src/main.c: New filePatrick McDermott2017-09-151-1/+2
|
* Add build system and related filesPatrick McDermott2017-09-151-0/+1