Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_application_new(): Set WebKit process model | Patrick McDermott | 2017-09-30 | 1 | -0/+2 |
| | |||||
* | mq_application_new(): Register "mq-about" URI scheme | Patrick McDermott | 2017-09-29 | 1 | -3/+8 |
| | |||||
* | MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -0/+46 |
| | | | | Only works on ASCII titles so far. Crashes on UTF-8 titles. | ||||
* | MqApplication: Save list of windows | Patrick McDermott | 2017-09-29 | 1 | -3/+4 |
| | |||||
* | Pass MqWindow up to mq_application_delete_window() | Patrick McDermott | 2017-09-29 | 1 | -2/+1 |
| | |||||
* | mq_application_add_window(), mq_window_new(): Make uris const | Patrick McDermott | 2017-09-27 | 1 | -1/+1 |
| | |||||
* | mq_window_new(): Accept MqApplication argument | Patrick McDermott | 2017-09-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Breaks build due to types not being defined soon enough in circularly dependent headers: CC src/marquee-main.o In file included from src/application.h:27:0, from src/main.c:30: src/window.h:35:15: error: unknown type name ‘MqApplication’ mq_window_new(MqApplication *application, gchar **uris); ^ | ||||
* | mq_application_delete_window(): New function | Patrick McDermott | 2017-09-22 | 1 | -0/+9 |
| | |||||
* | Enable WK favicon DB in MqApplication, not main() | Patrick McDermott | 2017-09-22 | 1 | -0/+4 |
| | |||||
* | src/application.[ch]: New files | Patrick McDermott | 2017-09-22 | 1 | -0/+59 |