Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mq_html_input_checkbox(): Enable "off" values | Patrick McDermott | 2017-10-04 | 1 | -1/+24 |
| | |||||
* | mq_html_input_radio(), mq_html_input_checkbox(): Fix input types | Patrick McDermott | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | about:(version): Use mq_gpl_3_0_html() instead of overlength string | Patrick McDermott | 2017-10-02 | 1 | -688/+2 |
| | |||||
* | src/gpl-3-0.[ch]: New files | Patrick McDermott | 2017-10-02 | 3 | -0/+774 |
| | | | | | | | | | | | | | | mq_gpl_3_0_html() builds a long string from an array of shorter strings. This works around possibly limited literal string lengths of compilers, as described by this warning from GCC: $ make [...] CC src/about/marquee-version.o src/about/version.c:726:2: warning: string length ‘36973’ is greater than the length ‘4095’ ISO C99 compilers are required to support [-Woverlength-strings] ; ^ [...] | ||||
* | about:preferences: Convert to a vertical notebook | Patrick McDermott | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | src/html.c: Add vertical notebook styles | Patrick McDermott | 2017-10-02 | 1 | -0/+47 |
| | |||||
* | src/html.c: Add C comments in CSS string | Patrick McDermott | 2017-10-01 | 1 | -0/+9 |
| | |||||
* | about:(version): Use mq_html_list_v() for authors list | Patrick McDermott | 2017-10-01 | 1 | -4/+6 |
| | |||||
* | mq_html_list_v(): New function | Patrick McDermott | 2017-10-01 | 2 | -0/+40 |
| | |||||
* | mq_html_*_free(): Remove and merge with non-*_free() variants | Patrick McDermott | 2017-10-01 | 3 | -50/+17 |
| | |||||
* | mq_html_h*_free(), mq_html_p_free(): Rename variable | Patrick McDermott | 2017-10-01 | 1 | -3/+3 |
| | |||||
* | about:(version): Use mq_html_*() for credits page | Patrick McDermott | 2017-10-01 | 1 | -3/+7 |
| | |||||
* | mq_html_list_free(): New function | Patrick McDermott | 2017-10-01 | 2 | -15/+45 |
| | |||||
* | mq_html_list(): New function | Patrick McDermott | 2017-10-01 | 2 | -0/+46 |
| | |||||
* | about:(version): Mark query parameter unused | Patrick McDermott | 2017-10-01 | 1 | -1/+2 |
| | |||||
* | mq_html_h*(): New functions | Patrick McDermott | 2017-10-01 | 2 | -22/+35 |
| | | | | Declare and define them all with macros. | ||||
* | about:(version): Drop query handling | Patrick McDermott | 2017-10-01 | 1 | -24/+19 |
| | |||||
* | MqTabChrome: Switch to about tab | Patrick McDermott | 2017-10-01 | 1 | -0/+2 |
| | |||||
* | MqTabChrome: Close menu on about button click | Patrick McDermott | 2017-10-01 | 2 | -4/+5 |
| | |||||
* | MqTabChrome: Make about button functional | Patrick McDermott | 2017-10-01 | 1 | -0/+7 |
| | |||||
* | mq_tab_chrome_new(): Accept and save MqTab argument | Patrick McDermott | 2017-10-01 | 3 | -3/+8 |
| | |||||
* | about:(version): New page | Patrick McDermott | 2017-10-01 | 5 | -3/+761 |
| | |||||
* | 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 |
| |