Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | MqApplication: Internationalize | Patrick McDermott | 2017-11-20 | 1 | -20/+21 |
| | |||||
* | mq_application_new(): Add a couple blank lines | Patrick McDermott | 2017-11-12 | 1 | -0/+2 |
| | |||||
* | mq_application_new(): Use g_new0() instead of malloc() | Patrick McDermott | 2017-11-12 | 1 | -1/+1 |
| | |||||
* | mq_application_new(): Get MqConfig from MqProfile | Patrick McDermott | 2017-11-12 | 1 | -6/+2 |
| | |||||
* | mq_application_new(): Get current profile ID from MqProfiles | Patrick McDermott | 2017-11-06 | 1 | -2/+6 |
| | |||||
* | mq_config_new(): Add a profile type argument | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | mq_application_new(): Set current profile | Patrick McDermott | 2017-11-05 | 1 | -0/+1 |
| | |||||
* | 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/+6 |
| | |||||
* | MqApplication: Load profiles | Patrick McDermott | 2017-11-04 | 1 | -0/+3 |
| | |||||
* | src/config.[ch], src/settings.[ch]: Move under src/config/ | Patrick McDermott | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | src/about*, src/view-source.*: Move under src/schemes/ | Patrick McDermott | 2017-11-01 | 1 | -2/+2 |
| | |||||
* | MqApplication: Rename a static function | Patrick McDermott | 2017-11-01 | 1 | -2/+2 |
| | | | | Its purpose changed in commit 75a2885. | ||||
* | mq_application_get_webkit_settings(): Delete function | Patrick McDermott | 2017-11-01 | 1 | -19/+6 |
| | | | | And drop WebKitSettings setup in MqApplication. | ||||
* | MqApplication: Register "view-source" URI scheme | Patrick McDermott | 2017-10-31 | 1 | -0/+9 |
| | |||||
* | mq_application_register_tab(): Copy tab ID into hash table | Patrick McDermott | 2017-10-30 | 1 | -4/+7 |
| | | | | | | | Otherwise, every key in the hash table is incremented to the same invalid value on each mq_application_register_tab() call. Also set key destruction function in mq_application_new(). | ||||
* | mq_application_*_tab(): New tab registration functions | Patrick McDermott | 2017-10-29 | 1 | -0/+25 |
| | |||||
* | mq_application_new(): Make profile parameter const | Patrick McDermott | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | mq_application_new(): Pass profile argument to mq_config_new() | Patrick McDermott | 2017-10-29 | 1 | -2/+2 |
| | |||||
* | MqApplication: Handle started downloads | Patrick McDermott | 2017-10-29 | 1 | -0/+11 |
| | |||||
* | mq_application_get_resources_dir(): New function | Patrick McDermott | 2017-10-27 | 1 | -0/+6 |
| | |||||
* | mq_application_new(): Set resources directory | Patrick McDermott | 2017-10-27 | 1 | -0/+13 |
| | |||||
* | MqApplication: Register "mq-about" as a local scheme | Patrick McDermott | 2017-10-25 | 1 | -0/+3 |
| | |||||
* | MqApplication: Make struct definition private | Patrick McDermott | 2017-10-22 | 1 | -0/+7 |
| | |||||
* | mq_application_quit(): Improve "1 windows" message | Patrick McDermott | 2017-10-18 | 1 | -3/+9 |
| | |||||
* | MqApplication, MqWindow: Focus on OK button of quit/close warning dialogs | Patrick McDermott | 2017-10-18 | 1 | -0/+2 |
| | |||||
* | src/*.c: Reorganize #include directives | Patrick McDermott | 2017-10-13 | 1 | -2/+3 |
| | |||||
* | mq_application_quit(): New function | Patrick McDermott | 2017-10-07 | 1 | -0/+95 |
| | |||||
* | s/__attribute__((unused))/G_GNUC_UNUSED/ | Patrick McDermott | 2017-10-07 | 1 | -3/+2 |
| | | | | | | And rewrap lines. G_GNUC_UNUSED expands to nothing on compilers other than GCC 2.4+. | ||||
* | mq_application_new(): Initialize marquee mode in off state | Patrick McDermott | 2017-10-06 | 1 | -0/+1 |
| | |||||
* | mq_application_get_webkit_settings(): New function | Patrick McDermott | 2017-10-06 | 1 | -3/+9 |
| | |||||
* | MqApplication: Use mq_web_settings_connect() | Patrick McDermott | 2017-10-06 | 1 | -12/+4 |
| | |||||
* | MqApplication: Instantiate a WebKitSettings object with a setting | Patrick McDermott | 2017-10-06 | 1 | -8/+29 |
| | | | | WIP. | ||||
* | MqApplication: Use MqConfig | Patrick McDermott | 2017-10-04 | 1 | -0/+9 |
| | |||||
* | 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 |