Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-08-03Update README.mdHEADmasterAlexander
2021-04-16Fixed infinity loop in some bad selectors.Alexander
For example: a['href'] This closes #84 issue on GitHub.
2020-08-09Update includes.Alexander
2020-08-09Fixed .travis.yml install option.Alexander
2020-08-09HTML: added clone/deep clone functions for nodes.Alexander
This related https://github.com/rushter/selectolax/issues/27 issue on GitHub.
2020-01-08Fixed myhtml_token_node_attribute_last() for return last attribute.Alexander
2019-11-14Merge pull request #75 from aygulsalahli/collation-fixesAlexander
Change the way background is parsed and serialized; One node can have…
2019-11-01revert mistakenly removed background-size/repeat backAygul Salahli
2019-11-01Removed more background list related structs and functionsAygul Salahli
2019-11-01Change the way background is parsed and serialized; One node can have only ↵Aygul Salahli
one background with multiple background-properties. Removed unused mycss_values_background_list_t and all related functions. Collate function changed accordingly. Added collation for border and border-sides.
2019-10-28Merge pull request #73 from Kalmend/okalmend/fix-pseudo-classAlexander
Finder: type-o in checked pseudo-class
2019-10-28Finder: type-o in checked pseudo-classOliver Kalmend
2019-10-25Merge pull request #72 from Kalmend/okalmend/fix-pseudo-classAlexander
Finder: Fixed type-o in active pseudo-class
2019-10-24Finder: Fixed type-o in active pseudo-classOliver Kalmend
2019-10-23Merge pull request #71 from Kalmend/okalmend/custom-element-bugAlexander
Finder: Expand pseudo_class support
2019-10-22Finder: Expand pseudo_class supportOliver Kalmend
2019-10-21Merge pull request #69 from aygulsalahli/border_spacingAlexander
Added border spacing.
2019-10-21Merge pull request #70 from aygulsalahli/fix-repeated-propertyAlexander
When a property is repeated with multiple values take the last one.
2019-10-21When a property is repeated with multiple values take the last oneAygul Salahli
2019-10-17Fix collate declarationAygul Salahli
2019-10-17Fix function declarationAygul Salahli
2019-10-17Added border spacingAygul Salahli
2019-10-10Merge pull request #68 from Kalmend/okalmend/css-fixesAlexander
Fixed type-o in margin collation.
2019-09-13Fixed type-o in margin collatingOliver Kalmend
2019-04-17Merge pull request #65 from roromo/masterAlexander
Cmake support
2019-04-17Cmake support. This closes lexborisov/Modest#64, and closes ↵roromo
lexborisov/Modest#43.
2019-01-14Merge pull request #63 from Azq2/patch-1Alexander
fix infinitie loop (revert my previous broken PR)
2019-01-14fix infinitie loop (revert my previous broken PR)Kirill Zhumarin
2019-01-13Merge pull request #61 from Azq2/patch-14Alexander
Fix segfaults in ALL_IN_ONE mode
2019-01-13Merge pull request #62 from Azq2/sync_modest_source_from_myhtmlAlexander
Sync modest source with myhtml
2019-01-12sync modest from myhtmlAzq2
2019-01-09Fix segfaults in ALL_IN_ONE modeKirill Zhumarin
2018-09-06Fixed parsing problem for PRE element with CDATA in thread and single mode.Alexander Borisov
2018-08-20Change of IRC channel link.Alexander Borisov
2018-08-18Fixed the problem of parsing chunks when there was a script tag.Alexander Borisov
2018-08-17Merge pull request #57 from Azq2/patch-13Alexander
fix charef parsing
2018-06-22Merge pull request #55 from Azq2/patch-12Alexander
fix serialization segfault
2018-06-16fix charef parsingКирилл Жумарин
fix bugs like this: &redirect => ®direct
2018-06-15Merge pull request #56 from trikko/patch-1Alexander
Added arrogant ref
2018-06-15Added arrogant refAndrea Fontana
2018-06-02fix serialization segfaultКирилл Жумарин
2018-06-02fix doctype serialization by specКирилл Жумарин
2018-06-02Replace strcasecmp to mycore_strcasecmpКирилл Жумарин
2018-06-02fix doctype serialization by specКирилл Жумарин
Implement missing serialization of: - PUBLIC/SYSTEM - systemId -publicId
2018-06-02fix doctype serializationКирилл Жумарин
whitespace after <!DOCTYPE required by spec
2018-06-02fix serialization segfaultКирилл Жумарин
Fix segfault if doctype hasn't attribute
2018-05-27Merge pull request #54 from Azq2/patch-11Alexander
fix specificity for .class
2018-05-26fix extra spaceКирилл Жумарин
2018-05-26fix specificity for pseudo elementsКирилл Жумарин
Fix specificity for pseudo-elements with one semi-colon, for example :after
2018-05-26fix specificity for .classКирилл Жумарин