Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_application_new(): Drop private parameter | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
| | | | | Private browsing will be configured with a profile. | ||||
* | mq_application_get_profiles(): New function | Patrick McDermott | 2017-11-04 | 1 | -0/+4 |
| | |||||
* | Add missing #endif comments to headers | Patrick McDermott | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | Add missing G_BEGIN_DECLS/G_END_DECLS to headers | Patrick McDermott | 2017-11-03 | 1 | -0/+4 |
| | |||||
* | MqApplication: Mark some functions as pure | Patrick McDermott | 2017-11-01 | 1 | -3/+3 |
| | |||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | mq_application_get_webkit_settings(): Delete function | Patrick McDermott | 2017-11-01 | 1 | -3/+0 |
| | | | | And drop WebKitSettings setup in MqApplication. | ||||
* | src/application.h: #include "tab-page.h" | Patrick McDermott | 2017-10-29 | 1 | -0/+1 |
| | |||||
* | mq_application_*_tab(): New tab registration functions | Patrick McDermott | 2017-10-29 | 1 | -0/+9 |
| | |||||
* | mq_application_new(): Make profile parameter const | Patrick McDermott | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | mq_application_get_resources_dir(): New function | Patrick McDermott | 2017-10-27 | 1 | -0/+3 |
| | |||||
* | src/*.h, src/*/*.h, src/*/*/*.h: Move typedefs within include guards | Patrick McDermott | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | MqApplication: Make struct definition private | Patrick McDermott | 2017-10-22 | 1 | -7/+0 |
| | |||||
* | mq_application_quit(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+3 |
| | |||||
* | mq_application_get_webkit_settings(): New function | Patrick McDermott | 2017-10-06 | 1 | -3/+8 |
| | |||||
* | MqApplication: Use MqConfig | Patrick McDermott | 2017-10-04 | 1 | -0/+5 |
| | |||||
* | MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -1/+11 |
| | | | | Only works on ASCII titles so far. Crashes on UTF-8 titles. | ||||
* | MqApplication: Save list of windows | Patrick McDermott | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | Pass MqWindow up to mq_application_delete_window() | Patrick McDermott | 2017-09-29 | 1 | -1/+1 |
| | |||||
* | mq_application_add_window(), mq_window_new(): Make uris const | Patrick McDermott | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | src/application.h, src/window.h: Forward declare types | Patrick McDermott | 2017-09-22 | 1 | -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 function | Patrick McDermott | 2017-09-22 | 1 | -0/+3 |
| | |||||
* | src/application.[ch]: New files | Patrick McDermott | 2017-09-22 | 1 | -0/+42 |