summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* about:(version): Use mq_html_*() for credits pagePatrick McDermott2017-10-011-3/+7
|
* mq_html_list_free(): New functionPatrick McDermott2017-10-012-15/+45
|
* mq_html_list(): New functionPatrick McDermott2017-10-012-0/+46
|
* about:(version): Mark query parameter unusedPatrick McDermott2017-10-011-1/+2
|
* mq_html_h*(): New functionsPatrick McDermott2017-10-012-22/+35
| | | | Declare and define them all with macros.
* about:(version): Drop query handlingPatrick McDermott2017-10-011-24/+19
|
* MqTabChrome: Switch to about tabPatrick McDermott2017-10-011-0/+2
|
* MqTabChrome: Close menu on about button clickPatrick McDermott2017-10-012-4/+5
|
* MqTabChrome: Make about button functionalPatrick McDermott2017-10-011-0/+7
|
* mq_tab_chrome_new(): Accept and save MqTab argumentPatrick McDermott2017-10-013-3/+8
|
* about:(version): New pagePatrick McDermott2017-10-015-3/+761
|
* src/html.c: Float submit and reset buttons to the rightPatrick McDermott2017-10-011-3/+11
|
* src/html.c: Increase <body> marginPatrick McDermott2017-10-011-0/+1
|
* src/html.c: Eliminate <html> and <form> marginsPatrick McDermott2017-10-011-0/+6
|
* src/html.c: Fix top margin of notebook tabsPatrick McDermott2017-10-011-1/+1
|
* src/html.c: Add notebook stylesPatrick McDermott2017-10-011-3/+78
|
* mq_html_input_*(): Close <label>sPatrick McDermott2017-10-011-3/+4
|
* src/html.c: Add basic page and form stylesPatrick McDermott2017-10-011-2/+42
|
* mq_html_p(), mq_html_p_free(): Just use g_strconcat()Patrick McDermott2017-10-011-19/+3
|
* mq_html_p(), mq_html_p_free(): New functionsPatrick McDermott2017-10-012-0/+40
|
* about:preferences: Use mq_html_document()Patrick McDermott2017-10-011-15/+17
|
* mq_html_document(): New functionPatrick McDermott2017-10-012-0/+46
|
* Revert "mq_html_document(): New (incomplete) function"Patrick McDermott2017-10-011-29/+0
| | | | This reverts commit 84283c5112e74b708fe984701427b72a25077ca0.
* mq_html_document(): New (incomplete) functionPatrick McDermott2017-10-011-0/+29
|
* about:preferences: New (stub) pagePatrick McDermott2017-09-304-0/+67
|
* mq_html_notebook(): Accept and handle a current_page argumentPatrick McDermott2017-09-302-10/+16
|
* mq_html_container(): New functionPatrick McDermott2017-09-302-0/+44
|
* mq_html_notebook(): New functionPatrick McDermott2017-09-302-0/+92
|
* mq_html_*(): New functionsPatrick McDermott2017-09-303-0/+130
|
* mq_about_request(): Add "about:" branchPatrick McDermott2017-09-301-1/+3
|
* MqTabChrome: Set back/forward button sensitivity on list changePatrick McDermott2017-09-301-10/+15
| | | | | The back/forward list apparently often changes after the URI changes, e.g. when navigating between page fragments.
* MqTabChrome: Set back/forward button sensitivity on URI changePatrick McDermott2017-09-301-0/+5
|
* 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
|