summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* MqTabChrome: Don't change URI bar text if focusedPatrick McDermott2017-09-281-2/+6
|
* MqTab: Split event type and button conditionsPatrick McDermott2017-09-271-3/+6
|
* MqTab: Refactor popover creation into more functionsPatrick McDermott2017-09-271-8/+20
|
* MqTab: Fall back to stock icon on favicon errorPatrick McDermott2017-09-271-4/+9
|
* MqTab: Scale favicon in tab labelPatrick McDermott2017-09-271-6/+20
|
* MqTab: Don't save favicon surfacePatrick McDermott2017-09-272-5/+6
|
* main(): Use PACKAGE_VERSION_GIT from temporary version.cPatrick McDermott2017-09-271-1/+3
|
* MqTabBody: Mark unused function parametersPatrick McDermott2017-09-271-5/+6
|
* MqTabBody: Fix mq_application_add_window() argumentsPatrick McDermott2017-09-271-4/+4
|
* mq_application_add_window(), mq_window_new(): Make uris constPatrick McDermott2017-09-276-9/+9
|