Commit Graph

66 Commits

Author SHA1 Message Date
Alexander
81d5ed7afd Fixed infinity loop in some bad selectors.
For example:
  a['href']

This closes #84 issue on GitHub.
2021-04-16 21:54:10 +03:00
Aygul Salahli
723cbeb531 revert mistakenly removed background-size/repeat back 2019-11-01 15:49:35 +02:00
Aygul Salahli
13fb59108b Removed more background list related structs and functions 2019-11-01 15:42:04 +02:00
Aygul Salahli
ff60ef8eb1 Change the way background is parsed and serialized; One node can have only 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-11-01 15:31:46 +02:00
Aygul Salahli
77292e90d8 Fix function declaration 2019-10-17 14:58:00 +03:00
Aygul Salahli
5cd65814ca Added border spacing 2019-10-17 14:21:59 +03:00
Кирилл Жумарин
b5c2eba12d
fix extra space 2018-05-26 15:43:25 +03:00
Кирилл Жумарин
92c465f81a
fix specificity for pseudo elements
Fix specificity for pseudo-elements with one semi-colon, for example :after
2018-05-26 15:42:51 +03:00
Кирилл Жумарин
91f37b6365
fix specificity for .class 2018-05-26 15:32:52 +03:00
frank
bee75d5d36 Added parser for 'contains' 2018-03-26 14:24:12 +02:00
frank
a3040f2b7a Removed all dev printing 2018-03-24 21:44:16 +01:00
frank
b4e4e453fb Some cleanup... 2018-03-24 21:37:24 +01:00
frank
bec0bc87c6 Implemented modest_finder_selector_sub_type_pseudo_class_function_contains(); Test pseudo_class_contains succeeds 2018-03-24 21:31:05 +01:00
frank
58836153d9 modest_finder_selector_sub_type_pseudo_class_function_contains in progress... 2018-03-24 20:04:46 +01:00
frank
aed3e3d105 Prepared for serialization... 2018-03-24 13:13:44 +01:00
frank
bfc525605c In progress 2018-03-21 12:37:46 +01:00
frank
3ef1c283cd Removed some debug printing 2018-03-21 12:11:14 +01:00
frank
6b7c2c4c5e Generated new 'mycss_selectors_function_begin_map_index' with 'perl utils/MyCSS/functions.pl' 2018-03-21 12:04:09 +01:00
frank
6322e2c276 Added more debugging prints 2018-03-21 10:07:28 +01:00
frank
f5e7360b7f In Progress... 2018-03-08 11:48:12 +01:00
frank
ee1578eb24 Added new pseudo-clas type 'contains'; Added placeholder function for 'contains' type 2018-02-27 22:56:50 +01:00
lexborisov
29cd7e1775 Fix for creating a spinlock without support spinlock https://github.com/lexborisov/myhtml/issues/103 2017-05-19 18:47:17 +03:00
lexborisov
2960726738 Added new rule for make (make modules) 2017-03-20 21:57:29 +03:00
lexborisov
1eb9ddae92 Added define *_VERSION_STRING for all modules 2017-03-14 23:55:52 +03:00
lexborisov
455a853cf2 Changed (C) 2017-03-14 23:44:48 +03:00
lexborisov
c476946ddd Fix for https://github.com/lexborisov/Modest/issues/24 2017-03-14 11:17:17 +03:00
lexborisov
4d34d0848e Added -pedantic 2017-03-13 17:52:50 +03:00
lexborisov
e215019c09 Fix problem with Windows Threads 2017-03-12 18:05:22 +03:00
lexborisov
de800aeeb8 Windows 2017-03-11 22:53:26 +03:00
lexborisov
f0ecc407e2 Remove all fprintf and printf 2017-03-11 12:23:24 +03:00
lexborisov
4c7b823274 Changes for io functions 2017-03-10 15:11:35 +03:00
lexborisov
8669462c8c Refactoring Threads and Makefile 2017-03-09 23:47:39 +03:00
lexborisov
77991b6e77 New code design. Added MyCore and MyEncoding 2017-03-03 09:20:23 +03:00
lexborisov
5fa9d6272b Big update. See CHANGELOG 2017-02-14 14:49:05 +03:00
lexborisov
626fef0d6a MyHTML: Sync with specification and added comments for validation parse errors 2017-01-15 21:11:19 +03:00
lexborisov
30c846e9af Fixed: problem with parsing CSS and default declaration entry 2016-12-22 16:46:43 +03:00
lexborisov
4ef1e93f07 Fixes after check the Coverity 2016-12-14 22:09:21 +03:00
lexborisov
61741ce6c5 Added function mycss_entry_selectors for get selectors object from mycss entry https://github.com/lexborisov/Modest/issues/3#issuecomment-261920007 2016-11-21 15:18:31 +03:00
lexborisov
58dcf7ec02 Call destroy function for selectors list https://github.com/lexborisov/Modest/issues/3 2016-11-21 14:07:37 +03:00
lexborisov
a7345ef5e0 Added AVL-Tree, default declarations. 2016-11-21 02:12:38 +03:00
lexborisov
1cf5d4c0e8 Sync with myhtml 2016-11-15 08:07:19 +03:00
lexborisov
c28ec6165a Added CSS Logical Properties Level 1 2016-11-15 03:49:00 +03:00
lexborisov
423e892212 Added to Modest: layer, glue, render 2016-11-10 02:14:41 +03:00
lexborisov
402e3f6e1a Added properties and fix problems https://github.com/lexborisov/Modest/issues/2 2016-11-09 03:27:35 +03:00
lexborisov
3e91721a0b Added border-radius style 2016-11-03 17:00:15 +03:00
lexborisov
8f0c1c6b50 Added background style 2016-11-03 02:55:30 +03:00
lexborisov
93ed21f977 Added background-* styles, and <image> type 2016-11-02 03:30:13 +03:00
lexborisov
174f04ae0c Fix for enum typedef https://github.com/lexborisov/Modest/issues/1 2016-10-30 04:06:13 +03:00
lexborisov
3a2c8cf8b0 Added destroy functions by type of declarations 2016-10-30 03:09:14 +03:00
lexborisov
4a6c971fe8 Makefile fix 2016-10-28 01:41:16 +03:00