Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/local.mk, src/*/local.mk, src/*/*/local.mk: Distribute headers | Patrick McDermott | 2017-11-13 | 1 | -1/+6 |
| | |||||
* | mq_svg_is_color_valid(): Avoid NULL pointer dereference | Patrick McDermott | 2017-11-08 | 1 | -1/+1 |
| | | | | | | This shouldn't happen once the no-default case is handled and profiles that are in use but removed are re-inserted, but it's good to avoid a potential creash anyway. | ||||
* | mq_html_input_text(): Add autofocus parameter | Patrick McDermott | 2017-11-08 | 2 | -6/+10 |
| | |||||
* | mq_html_input_hidden(): Fix | Patrick McDermott | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | mq_html_buttonbox(): New function | Patrick McDermott | 2017-11-06 | 2 | -0/+69 |
| | |||||
* | mq_html_input_hidden(): Move declaration and definition | Patrick McDermott | 2017-11-06 | 2 | -11/+11 |
| | |||||
* | mq_html_input_hidden(): New function | Patrick McDermott | 2017-11-06 | 2 | -0/+12 |
| | |||||
* | mq_html_document*(): Don't dereference styles pointer if NULL | Patrick McDermott | 2017-11-05 | 1 | -4/+12 |
| | |||||
* | mq_html_document(): Add head_tags parameter | Patrick McDermott | 2017-11-05 | 2 | -11/+30 |
| | |||||
* | mq_html_document_v(): Add global styles to document | Patrick McDermott | 2017-11-05 | 1 | -0/+2 |
| | | | | This should have been in commit c7bf27f. | ||||
* | src/utils/html.c: Remove profiles styles | Patrick McDermott | 2017-11-05 | 1 | -80/+0 |
| | |||||
* | mq_html_document*(): Add styles parameter | Patrick McDermott | 2017-11-05 | 2 | -7/+10 |
| | |||||
* | src/utils/html.c: Set font-weight of div.profile > span.current | Patrick McDermott | 2017-11-05 | 1 | -0/+3 |
| | |||||
* | src/utils/html.c: Add border and background to <svg> when editing | Patrick McDermott | 2017-11-05 | 1 | -0/+15 |
| | |||||
* | mq_parse_query_string(): Replace "+" in query values with " " | Patrick McDermott | 2017-11-04 | 1 | -0/+2 |
| | |||||
* | mq_html_form*(): Add optional button names | Patrick McDermott | 2017-11-04 | 2 | -14/+64 |
| | |||||
* | mq_html_input_radio(): Add value parameter | Patrick McDermott | 2017-11-04 | 2 | -8/+9 |
| | |||||
* | src/utils/html.c: Select profile save button by psuedo-class | Patrick McDermott | 2017-11-04 | 1 | -2/+3 |
| | |||||
* | mq_html_form_v(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+56 |
| | |||||
* | mq_html_document_v(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+43 |
| | |||||
* | src/utils/html.c: Style profile <div>s and children | Patrick McDermott | 2017-11-04 | 1 | -0/+61 |
| | |||||
* | mq_html_submit(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+11 |
| | |||||
* | src/utils/html.c: Style disabled buttons | Patrick McDermott | 2017-11-04 | 1 | -0/+5 |
| | |||||
* | src/utils/html.c: Set font size of buttons | Patrick McDermott | 2017-11-04 | 1 | -0/+1 |
| | |||||
* | mq_html_input_radio(): Fix <label>'s for attribute | Patrick McDermott | 2017-11-04 | 1 | -1/+1 |
| | |||||
* | mq_html_label(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+11 |
| | |||||
* | mq_html_input_select(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -13/+26 |
| | |||||
* | mq_html_input_number_d(): Fix indentation | Patrick McDermott | 2017-11-04 | 1 | -3/+3 |
| | |||||
* | mq_html_input_checkbox(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -5/+19 |
| | |||||
* | mq_html_input_radio(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -3/+14 |
| | |||||
* | mq_html_input_radio(): Add id parameter | Patrick McDermott | 2017-11-04 | 2 | -3/+5 |
| | |||||
* | mq_html_input_number_d(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -5/+15 |
| | |||||
* | mq_html_input_number_i(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -5/+15 |
| | |||||
* | mq_html_input_text(): Allow label to be disabled | Patrick McDermott | 2017-11-04 | 1 | -4/+13 |
| | |||||
* | mq_html_form(): Allow buttons to be individually disabled | Patrick McDermott | 2017-11-04 | 1 | -12/+20 |
| | |||||
* | mq_html_form(): Split button box code and strings | Patrick McDermott | 2017-11-04 | 1 | -7/+13 |
| | |||||
* | mq_html_container_v(): New function | Patrick McDermott | 2017-11-04 | 2 | -0/+50 |
| | |||||
* | mq_html_container(): Add classes parameter | Patrick McDermott | 2017-11-04 | 2 | -4/+15 |
| | | | | And update calls in <about:(version)> and <about:preferences>. | ||||
* | src/utils/profile-icon.c: Fix GDK include | Patrick McDermott | 2017-11-03 | 1 | -1/+1 |
| | |||||
* | src/utils/profile-icon.c: #include <string.h> | Patrick McDermott | 2017-11-03 | 1 | -0/+2 |
| | |||||
* | src/utils/profile-icon.c: Don't use macros in SVG document string | Patrick McDermott | 2017-11-03 | 1 | -6/+2 |
| | | | | This partially reverts commit d3461b3. | ||||
* | src/utils/profile-icon.c: Replace magic numbers with macros | Patrick McDermott | 2017-11-03 | 1 | -3/+10 |
| | |||||
* | mq_profile_icon_new_pixbuf(): New function | Patrick McDermott | 2017-11-03 | 2 | -0/+33 |
| | |||||
* | src/utils/*.h: Add G_BEGIN_DECLS/G_END_DECLS | Patrick McDermott | 2017-11-03 | 4 | -0/+16 |
| | |||||
* | src/utils/*.h: Add/update include guards | Patrick McDermott | 2017-11-03 | 5 | -6/+21 |
| | |||||
* | src/utils/profile-icon.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -0/+72 |
| | |||||
* | src/utils/svg.[ch]: New files | Patrick McDermott | 2017-11-03 | 3 | -1/+95 |
| | |||||
* | src/utils/resources.c: Convert static const error_document var to macro | Patrick McDermott | 2017-11-01 | 1 | -14/+14 |
| | | | | | | | | | | Fixes: CC src/utils/marquee-resources.o src/utils/resources.c: In function ‘mq_resource_response’: src/utils/resources.c:64:5: warning: format not a string literal, argument types not checked [-Wformat-nonliteral] path, error->message), -1, g_free); ^ | ||||
* | src/utils/string-utils.[ch]: Rename to src/utils/string.[ch] | Patrick McDermott | 2017-11-01 | 3 | -2/+2 |
| | |||||
* | src/utils/local.mk: New file | Patrick McDermott | 2017-11-01 | 1 | -0/+4 |
| | | | | And update src/local.mk. |