Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | src/html.c: Float submit and reset buttons to the right | Patrick McDermott | 2017-10-01 | 1 | -3/+11 |
| | |||||
* | src/html.c: Increase <body> margin | Patrick McDermott | 2017-10-01 | 1 | -0/+1 |
| | |||||
* | src/html.c: Eliminate <html> and <form> margins | Patrick McDermott | 2017-10-01 | 1 | -0/+6 |
| | |||||
* | src/html.c: Fix top margin of notebook tabs | Patrick McDermott | 2017-10-01 | 1 | -1/+1 |
| | |||||
* | src/html.c: Add notebook styles | Patrick McDermott | 2017-10-01 | 1 | -3/+78 |
| | |||||
* | mq_html_input_*(): Close <label>s | Patrick McDermott | 2017-10-01 | 1 | -3/+4 |
| | |||||
* | src/html.c: Add basic page and form styles | Patrick McDermott | 2017-10-01 | 1 | -2/+42 |
| | |||||
* | mq_html_p(), mq_html_p_free(): Just use g_strconcat() | Patrick McDermott | 2017-10-01 | 1 | -19/+3 |
| | |||||
* | mq_html_p(), mq_html_p_free(): New functions | Patrick McDermott | 2017-10-01 | 2 | -0/+40 |
| | |||||
* | about:preferences: Use mq_html_document() | Patrick McDermott | 2017-10-01 | 1 | -15/+17 |
| | |||||
* | mq_html_document(): New function | Patrick McDermott | 2017-10-01 | 2 | -0/+46 |
| | |||||
* | Revert "mq_html_document(): New (incomplete) function" | Patrick McDermott | 2017-10-01 | 1 | -29/+0 |
| | | | | This reverts commit 84283c5112e74b708fe984701427b72a25077ca0. | ||||
* | mq_html_document(): New (incomplete) function | Patrick McDermott | 2017-10-01 | 1 | -0/+29 |
| | |||||
* | about:preferences: New (stub) page | Patrick McDermott | 2017-09-30 | 4 | -0/+67 |
| | |||||
* | mq_html_notebook(): Accept and handle a current_page argument | Patrick McDermott | 2017-09-30 | 2 | -10/+16 |
| | |||||
* | mq_html_container(): New function | Patrick McDermott | 2017-09-30 | 2 | -0/+44 |
| | |||||
* | mq_html_notebook(): New function | Patrick McDermott | 2017-09-30 | 2 | -0/+92 |
| | |||||
* | mq_html_*(): New functions | Patrick McDermott | 2017-09-30 | 3 | -0/+130 |
| | |||||
* | mq_about_request(): Add "about:" branch | Patrick McDermott | 2017-09-30 | 1 | -1/+3 |
| | |||||
* | MqTabChrome: Set back/forward button sensitivity on list change | Patrick McDermott | 2017-09-30 | 1 | -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 change | Patrick McDermott | 2017-09-30 | 1 | -0/+5 |
| | |||||
* | mq_application_new(): Set WebKit process model | Patrick McDermott | 2017-09-30 | 1 | -0/+2 |
| | |||||
* | MqTabBody: Let WebKit handle middle clicks on editable elems | Patrick McDermott | 2017-09-29 | 1 | -0/+5 |
| | |||||
* | MqTab: Restore tab label text on scrolling end | Patrick McDermott | 2017-09-29 | 1 | -0/+2 |
| | |||||
* | about:marquee: Add CSS | Patrick McDermott | 2017-09-29 | 1 | -0/+13 |
| | |||||
* | about:marquee: Set HTML charset | Patrick McDermott | 2017-09-29 | 1 | -0/+1 |
| | |||||
* | about:marquee: Support RTL text in HTML | Patrick McDermott | 2017-09-29 | 1 | -2/+4 |
| | |||||
* | about:marquee: Redirect to "mq-about:marquee" on toggle | Patrick McDermott | 2017-09-29 | 1 | -3/+4 |
| | |||||
* | mq_about_redirect(): New function | Patrick McDermott | 2017-09-29 | 2 | -0/+13 |
| | |||||
* | about: Make path handlers send responses to WK | Patrick McDermott | 2017-09-29 | 4 | -16/+27 |
| | |||||
* | mq_about_request(): Move g_free() call | Patrick McDermott | 2017-09-29 | 1 | -1/+2 |
| | | | | The duplicated query string is used in the hash table. | ||||
* | mq_about_request(): Free duplicated query string | Patrick McDermott | 2017-09-29 | 1 | -0/+1 |
| | |||||
* | src/about.c: Use strtok_r() to parse query strings | Patrick McDermott | 2017-09-29 | 1 | -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 document | Patrick McDermott | 2017-09-29 | 1 | -2/+16 |
| | |||||
* | mq_about_request(): Finish request | Patrick McDermott | 2017-09-29 | 1 | -1/+10 |
| | |||||
* | mq_about_marquee_response(): New function | Patrick McDermott | 2017-09-29 | 5 | -2/+78 |
| | |||||
* | mq_about_request(): Parse query string into hash table | Patrick McDermott | 2017-09-29 | 1 | -0/+43 |
| | |||||
* | mq_about_request(): Activate marquee mode on "about:marquee" | Patrick McDermott | 2017-09-29 | 1 | -2/+2 |
| | |||||
* | mq_tab_body_new(): Rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+11 |
| | |||||
* | MqTabChrome: Rewrite "mq-about:" URIs in URI bar | Patrick McDermott | 2017-09-29 | 1 | -8/+36 |
| | |||||
* | MqTabBody: Revert bdbcce6 and 3bc58cb | Patrick McDermott | 2017-09-29 | 1 | -43/+0 |
| | |||||
* | MqTabChrome: Rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+12 |
| | |||||
* | MqTabBody: Try again to rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -2/+23 |
| | |||||
* | MqTabBody: Try to rewrite "about:" URIs | Patrick McDermott | 2017-09-29 | 1 | -0/+22 |
| | |||||
* | mq_application_new(): Register "mq-about" URI scheme | Patrick McDermott | 2017-09-29 | 1 | -3/+8 |
| | |||||
* | src/about.*: New files | Patrick McDermott | 2017-09-29 | 3 | -1/+74 |
| | |||||
* | UTF-8-AWARE MARQUEE MODE | Patrick McDermott | 2017-09-29 | 1 | -7/+14 |
| | |||||
* | MARQUEE MODE | Patrick McDermott | 2017-09-29 | 6 | -7/+186 |
| | | | | Only works on ASCII titles so far. Crashes on UTF-8 titles. | ||||
* | MqApplication: Save list of windows | Patrick McDermott | 2017-09-29 | 2 | -4/+5 |
| | |||||
* | Pass MqWindow up to mq_application_delete_window() | Patrick McDermott | 2017-09-29 | 3 | -4/+9 |
| |