summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* mq_application_new(): Set WebKit process modelPatrick McDermott2017-09-301-0/+2
|
* MqTabBody: Let WebKit handle middle clicks on editable elemsPatrick McDermott2017-09-291-0/+5
|
* MqTab: Restore tab label text on scrolling endPatrick McDermott2017-09-291-0/+2
|
* about:marquee: Add CSSPatrick McDermott2017-09-291-0/+13
|
* about:marquee: Set HTML charsetPatrick McDermott2017-09-291-0/+1
|
* about:marquee: Support RTL text in HTMLPatrick McDermott2017-09-291-2/+4
|
* about:marquee: Redirect to "mq-about:marquee" on togglePatrick McDermott2017-09-291-3/+4
|
* mq_about_redirect(): New functionPatrick McDermott2017-09-292-0/+13
|
* about: Make path handlers send responses to WKPatrick McDermott2017-09-294-16/+27
|
* mq_about_request(): Move g_free() callPatrick McDermott2017-09-291-1/+2
| | | | The duplicated query string is used in the hash table.
* mq_about_request(): Free duplicated query stringPatrick McDermott2017-09-291-0/+1
|
* src/about.c: Use strtok_r() to parse query stringsPatrick McDermott2017-09-291-16/+8
| | | | | This may be a bit slower with function overhead etc., but it's much less code and much more readable.
* mq_about_marquee_response(): Return an HTML documentPatrick McDermott2017-09-291-2/+16
|
* mq_about_request(): Finish requestPatrick McDermott2017-09-291-1/+10
|
* mq_about_marquee_response(): New functionPatrick McDermott2017-09-295-2/+78
|
* mq_about_request(): Parse query string into hash tablePatrick McDermott2017-09-291-0/+43
|
* mq_about_request(): Activate marquee mode on "about:marquee"Patrick McDermott2017-09-291-2/+2
|
* mq_tab_body_new(): Rewrite "about:" URIsPatrick McDermott2017-09-291-2/+11
|
* MqTabChrome: Rewrite "mq-about:" URIs in URI barPatrick McDermott2017-09-291-8/+36
|
* MqTabBody: Revert bdbcce6 and 3bc58cbPatrick McDermott2017-09-291-43/+0
|
* MqTabChrome: Rewrite "about:" URIsPatrick McDermott2017-09-291-2/+12
|
* MqTabBody: Try again to rewrite "about:" URIsPatrick McDermott2017-09-291-2/+23
|
* MqTabBody: Try to rewrite "about:" URIsPatrick McDermott2017-09-291-0/+22
|
* mq_application_new(): Register "mq-about" URI schemePatrick McDermott2017-09-291-3/+8
|
* src/about.*: New filesPatrick McDermott2017-09-293-1/+74
|
* UTF-8-AWARE MARQUEE MODEPatrick McDermott2017-09-291-7/+14
|
* MARQUEE MODEPatrick McDermott2017-09-296-7/+186
| | | | Only works on ASCII titles so far. Crashes on UTF-8 titles.
* MqApplication: Save list of windowsPatrick McDermott2017-09-292-4/+5
|
* Pass MqWindow up to mq_application_delete_window()Patrick McDermott2017-09-293-4/+9
|
* MqTabChrome: Make zoom buttons functionalPatrick McDermott2017-09-281-0/+26
|
* MqTabChrome: Make quit button functionalPatrick McDermott2017-09-281-0/+14
|
* MqTabChrome: Add zoom buttonsPatrick McDermott2017-09-281-15/+18
|
* MqTab: Close tab menu on tree row activationPatrick McDermott2017-09-281-0/+1
|
* MqTab: Set current tab on tree row activationPatrick McDermott2017-09-281-0/+16
|
* mq_window_set_current_tab(): New functionPatrick McDermott2017-09-282-0/+10
|
* MqTab: Create model before treePatrick McDermott2017-09-281-3/+1
|
* MqTab: Select current tab in listPatrick McDermott2017-09-281-0/+3
|
* Revert "MqTab: Attempt to select rows"Patrick McDermott2017-09-281-7/+5
| | | | This reverts commit 9f369078c00653b68af2635e1ba53fc323036767.
* MqTab: Attempt to select rowsPatrick McDermott2017-09-281-5/+7
| | | | Incomplete and non-functional.
* MqTab: Create model after tree and save tree selectionPatrick McDermott2017-09-281-7/+10
|
* MqTab: Call mq_window_update_tab_title() on title changePatrick McDermott2017-09-281-0/+1
|
* mq_window_update_tab_title(): New functionPatrick McDermott2017-09-282-0/+12
|
* MqWindow: Count tabs from 1Patrick McDermott2017-09-281-2/+2
| | | | The root tab is 0. MqTab counts non-root tabs from 1.
* MqWindow: Update title on tab switchPatrick McDermott2017-09-281-0/+13
|
* mq_tab_get_position(): New functionPatrick McDermott2017-09-282-0/+9
|
* mq_tab_get_title(): New functionPatrick McDermott2017-09-282-0/+9
|
* mq_window_get_current_tab(): New functionPatrick McDermott2017-09-282-0/+20
|
* MqTab: Move macro (un)definitionsPatrick McDermott2017-09-281-33/+33
|
* MqTab: Implement tab listPatrick McDermott2017-09-281-3/+54
|
* MqTab: Propagate root pointer through treePatrick McDermott2017-09-282-0/+4
|