summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* src/main.c: Set default profile option argumentPatrick McDermott2017-10-291-1/+1
|
* main(): Print both PACKAGE_VERSION and PACKAGE_VERSION_GITPatrick McDermott2017-10-291-1/+2
|
* main(): Call g_set_application_name() with PACKAGE_NAMEPatrick McDermott2017-10-071-1/+1
| | | | Not a hardcoded string literal.
* main(): Use PACKAGE_VERSION_GIT from temporary version.cPatrick McDermott2017-09-271-1/+3
|
* mq_application_add_window(), mq_window_new(): Make uris constPatrick McDermott2017-09-271-1/+1
|
* Enable WK favicon DB in MqApplication, not main()Patrick McDermott2017-09-221-4/+0
|
* main(): Use MqApplicationPatrick McDermott2017-09-221-6/+6
|
* main(): Enable favicons databasePatrick McDermott2017-09-221-0/+4
| | | | That was easy to fix.
* main(): Set application namePatrick McDermott2017-09-161-0/+2
|
* mq_window_new(): Accept NULL-terminated uris arrayPatrick McDermott2017-09-161-1/+7
|
* src/main-window.[ch]: Rename to src/window.[ch]Patrick McDermott2017-09-151-1/+1
|
* mq_main_window_new(): Rename to mq_window_new()Patrick McDermott2017-09-151-1/+1
|
* mq_main_window_new(): Take args and return struct pointerPatrick McDermott2017-09-151-1/+1
|
* main(): Call mq_main_window_new() and gtk_main()Patrick McDermott2017-09-151-0/+6
|
* main(): Return on GTK+ init error and --versionPatrick McDermott2017-09-151-0/+2
|
* src/main.c: New filePatrick McDermott2017-09-151-0/+73