summaryrefslogtreecommitdiffstats
path: root/src/application.h
Commit message (Collapse)AuthorAgeFilesLines
* mq_application_new(): Drop private parameterPatrick McDermott2017-11-041-1/+1
| | | | Private browsing will be configured with a profile.
* mq_application_get_profiles(): New functionPatrick McDermott2017-11-041-0/+4
|
* Add missing #endif comments to headersPatrick McDermott2017-11-031-1/+1
|
* Add missing G_BEGIN_DECLS/G_END_DECLS to headersPatrick McDermott2017-11-031-0/+4
|
* MqApplication: Mark some functions as purePatrick McDermott2017-11-011-3/+3
|
* src/config.[ch], src/settings.[ch]: Move under src/config/Patrick McDermott2017-11-011-1/+1
|
* mq_application_get_webkit_settings(): Delete functionPatrick McDermott2017-11-011-3/+0
| | | | And drop WebKitSettings setup in MqApplication.
* src/application.h: #include "tab-page.h"Patrick McDermott2017-10-291-0/+1
|
* mq_application_*_tab(): New tab registration functionsPatrick McDermott2017-10-291-0/+9
|
* mq_application_new(): Make profile parameter constPatrick McDermott2017-10-291-1/+1
|
* mq_application_get_resources_dir(): New functionPatrick McDermott2017-10-271-0/+3
|
* src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guardsPatrick McDermott2017-10-221-2/+2
|
* MqApplication: Make struct definition privatePatrick McDermott2017-10-221-7/+0
|
* mq_application_quit(): New functionPatrick McDermott2017-10-071-0/+3
|
* mq_application_get_webkit_settings(): New functionPatrick McDermott2017-10-061-3/+8
|
* MqApplication: Use MqConfigPatrick McDermott2017-10-041-0/+5
|
* MARQUEE MODEPatrick McDermott2017-09-291-1/+11
| | | | Only works on ASCII titles so far. Crashes on UTF-8 titles.
* MqApplication: Save list of windowsPatrick McDermott2017-09-291-1/+1
|
* Pass MqWindow up to mq_application_delete_window()Patrick McDermott2017-09-291-1/+1
|
* mq_application_add_window(), mq_window_new(): Make uris constPatrick McDermott2017-09-271-1/+1
|
* src/application.h, src/window.h: Forward declare typesPatrick McDermott2017-09-221-2/+4
| | | | | This is not legal in C99, but configure.ac will be changed to set the standard to C11.
* mq_application_delete_window(): New functionPatrick McDermott2017-09-221-0/+3
|
* src/application.[ch]: New filesPatrick McDermott2017-09-221-0/+42