Commit Graph

79 Commits

Author SHA1 Message Date
Alexander
393338d994 Update includes. 2020-08-09 20:42:24 +03: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
Azq2
68d0adbe4d sync modest from myhtml 2019-01-12 18:38:11 +02: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
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
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
bfdc22b9c0 Added missing functions 2018-03-03 22:06:59 +01:00
frank
f2bd21d780 Incremented xy_LAST_ENTRY 2018-02-27 23:39:53 +01:00
frank
d6e9727aab Added _contains declaration 2018-02-27 23:04:11 +01:00
lexborisov
fc1f5d7ce7 Sync myhtml module 2017-09-07 11:30:53 +03:00
lexborisov
140a41a539 Sync with MyHTML 2017-08-31 18:53:50 +03:00
Alexey Voznyuk
3ae4dfc0aa typo fix: "pasition" -> "position" 2017-08-27 02:03:54 +03:00
lexborisov
7e2ed5fb1a Version up for myhtml 2017-06-16 17:24:40 +03:00
lexborisov
82056de77f Sync myhtml with last version 2017-06-16 17:22:46 +03:00
lexborisov
84a67afa9d Fix for encoding name index https://github.com/lexborisov/myhtml/issues/106 2017-05-21 15:25:31 +03:00
lexborisov
729665ede4 Fix for https://github.com/lexborisov/Modest/issues/26 2017-03-16 20:02:01 +03:00
lexborisov
e808e51a45 Fix building 2017-03-15 18:36:30 +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
70633a48ae Can build Modest finder without threads 2017-03-14 23:23:43 +03:00
lexborisov
2055ee6d00 Added perf.c to myport 2017-03-14 17:27:25 +03:00
lexborisov
c476946ddd Fix for https://github.com/lexborisov/Modest/issues/24 2017-03-14 11:17:17 +03:00
lexborisov
3228a2df9e Fixed problem with thread infiniti wait 2017-03-13 23:49:49 +03:00
lexborisov
4d34d0848e Added -pedantic 2017-03-13 17:52:50 +03:00
lexborisov
0ccabbd8b6 Fixes for https://github.com/lexborisov/Modest/issues/20 2017-03-12 21:22:47 +03:00
lexborisov
cf3f280fc6 Fixes for https://github.com/lexborisov/Modest/issues/16 2017-03-12 21:04:09 +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
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
1e572ffe23 Fixed problem with make 2017-03-01 21:09:36 +03:00
lexborisov
6c61d435b4 Rollback 2017-03-01 16:43:13 +03:00
lexborisov
fa45cd70e5 URL parsing by specification https://url.spec.whatwg.org/ 2017-03-01 16:07:21 +03:00
lexborisov
c0877a7b5a Sync with myhtml 2017-02-21 22:15:47 +03:00
lexborisov
5582801024 Fixed broken mapping for convert encoding functions https://github.com/lexborisov/myhtml/issues/89 2017-02-17 22:26:20 +03:00
lexborisov
32876b578f Little changes for api 2017-02-17 14:49:33 +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
100eb8418e Fixed bugs after check the Coverity Scan; Added examples; Version up 2016-12-14 23:21:35 +03:00
lexborisov
4ef1e93f07 Fixes after check the Coverity 2016-12-14 22:09:21 +03:00
lexborisov
38264d95e8 Changes for finder api; modest_finder_by_selectors_list 2016-11-22 15:22:59 +03:00
lexborisov
a7621943de Changes for api function modest_finder_by_selectors_list 2016-11-22 14:30:38 +03:00