aboutsummaryrefslogtreecommitdiffstats
path: root/src/libserver/css/css.cxx
Commit message (Collapse)AuthorAgeFilesLines
* [Rework] Use clang-format to unify formatting in all sourcesVsevolod Stakhov2023-07-261-22/+22
| | | | No meaningful changes.
* [Rework] Use another version of hash table from the same authorVsevolod Stakhov2022-07-171-2/+2
|
* Revert "[Minor] Simplify code"Vsevolod Stakhov2022-06-241-3/+6
| | | | | | | It seems that safety guarantees as defined by standard apply merely to the values but not to the keys. So revert to a more ugly approach unless there is a better way to do `try_emplace` with move only key. This reverts commit 8bb63981133b479dcaf24b9d34d43993c1b732c8.
* [Minor] Simplify codeVsevolod Stakhov2022-06-241-6/+3
|
* [Project] Html: Another rework of the tags structureVsevolod Stakhov2021-06-301-1/+1
|
* [Minor] Fix stupid misprintsVsevolod Stakhov2021-06-171-6/+3
|
* [Minor] Fix tags based selectorsVsevolod Stakhov2021-06-161-1/+1
|
* [Project] Css: Implement simple css selectors lookupVsevolod Stakhov2021-06-151-1/+116
|
* [Rework] Html/CSS: Remove css C bindings as they are useless nowVsevolod Stakhov2021-06-151-40/+16
|
* [Rework] Html: Start rework of the html content structureVsevolod Stakhov2021-06-021-1/+1
|
* [Project] Css: Implement styles mergingVsevolod Stakhov2021-03-291-5/+12
|
* [Project] Css: Minor adjustmentsVsevolod Stakhov2021-03-261-2/+18
|
* [Project] Css: Add preliminary stylesheet supportVsevolod Stakhov2021-03-231-9/+67
|
* [Project] Css: Move some of the tests to the doctestVsevolod Stakhov2021-03-151-0/+5
|
* [Project] Css: Add some c++ unit testsVsevolod Stakhov2021-03-121-0/+3
|
* [Minor] Css: Add a simple testing logic for css parsingVsevolod Stakhov2021-01-291-5/+14
|
* [Project] Add some methods for css parserVsevolod Stakhov2021-01-221-0/+2
|
* [Project] Add parsers skeletonVsevolod Stakhov2021-01-221-0/+21
|
* [Project] Skeleton of the css libraryVsevolod Stakhov2021-01-221-0/+18