summaryrefslogtreecommitdiff
path: root/html.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Children in html_entry() is (almost) xs_html.Gravatar default2023-11-281-28/+26
* More HTML gabagool.Gravatar default2023-11-281-122/+128
* More html_entry() tweaks.Gravatar default2023-11-281-5/+8
* Fixed poll xs_html.Gravatar default2023-11-281-11/+19
* Fixed an excessive sanitization.Gravatar default2023-11-281-1/+1
* Attachments in html_entry() use now xs_html.Gravatar default2023-11-281-25/+53
* Finally, html_people() is the first page totally managed by xs_html.Gravatar default2023-11-281-26/+10
* New function html_user_body() (still unused).Gravatar default2023-11-281-3/+163
* More xs_html refactoring.Gravatar default2023-11-281-25/+28
* Converted public user into to xs_html.Gravatar default2023-11-281-13/+29
* Converted top_nav to xs_html.Gravatar default2023-11-281-30/+53
* Refactored to xs_html the poll part of html_entry().Gravatar default2023-11-281-30/+53
* More html_entry() refactoring.Gravatar default2023-11-271-44/+37
* More html_entry() refactoring.Gravatar default2023-11-271-19/+27
* Some html_entry() refactoring.Gravatar default2023-11-271-10/+22
* Minor html_entry() tweaks.Gravatar default2023-11-271-8/+9
* New function html_user_head().Gravatar default2023-11-271-57/+61
* New function html_instance_body() (still unused).Gravatar default2023-11-271-1/+66
* New function html_instance_head().Gravatar default2023-11-271-4/+14
* More HTML tweaks.Gravatar default2023-11-271-8/+8
* Revert "More minor HTML tweaks."Gravatar default2023-11-271-30/+29
* More minor HTML tweaks.Gravatar default2023-11-271-29/+30
* html_msg_icon() is full xs_html.Gravatar default2023-11-271-15/+19
* Backport from xs.Gravatar default2023-11-271-1/+1
* Minor html tweak.Gravatar default2023-11-261-0/+1
* Minor html tweaks.Gravatar default2023-11-261-1/+2
* html_top_controls() is fully xs_html.Gravatar default2023-11-261-30/+25
* The user settings form has been converted to xs_html.Gravatar default2023-11-261-141/+183
* Use html_note() in html_top_controls().Gravatar default2023-11-261-59/+10
* Convert the 'Operations...' top control to xs_html.Gravatar default2023-11-261-27/+42
* Started refactoring html_top_controls().Gravatar default2023-11-261-5/+9
* More xs_html tweaks.Gravatar default2023-11-251-5/+11
* Got rid of old html_button().Gravatar default2023-11-251-30/+19
* html_entry_controls() is now pure xs_html.Gravatar default2023-11-251-55/+64
* Fixed html_note() where cw_text is XSTYPE_NULL.Gravatar default2023-11-251-1/+1
* New function html_base_head().Gravatar default2023-11-231-12/+42
* The post edit box also uses html_note().Gravatar default2023-11-231-45/+15
* Use html_note() for the reply form.Gravatar default2023-11-231-44/+14
* html_footer() is pure xs_html.Gravatar default2023-11-231-9/+17
* html_people_list() returns an xs_html.Gravatar default2023-11-231-28/+30
* Use html_note() from html_people_list().Gravatar default2023-11-231-47/+12
* New function html_note() (still unused).Gravatar default2023-11-231-0/+144
* Minor xs_html tweaks.Gravatar default2023-11-221-7/+7
* More work in dm_textarea towards a generic html_note().Gravatar default2023-11-221-9/+19
* Backport from xs.Gravatar default2023-11-221-1/+1
* Some xs_html usage in html_notifications().Gravatar default2023-11-221-6/+15
* More refactoring of html_people_list().Gravatar default2023-11-211-18/+10
* More refactoring of html_people_list().Gravatar default2023-11-211-30/+56
* Refactored part of html_people_list() using xs_html.Gravatar default2023-11-201-20/+44
* Some xs_html refactoring.Gravatar default2023-11-201-13/+21