Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
HybridOS
hiDOMLayout
Commits
8c0aa427
Commit
8c0aa427
authored
May 14, 2021
by
XueShuming
Browse files
Merge remote-tracking branch 'origin/dev'
parents
e628cd51
ee40b25d
Changes
8
Show whitespace changes
Inline
Side-by-side
code-tools/css_property_parser_gen.c
View file @
8c0aa427
...
@@ -92,23 +92,23 @@ void output_header(FILE *outputf, const char *descriptor, struct keyval *parser_
...
@@ -92,23 +92,23 @@ void output_header(FILE *outputf, const char *descriptor, struct keyval *parser_
" Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
\n
"
" Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
\n
"
"
\n
"
"
\n
"
" This program is free software: you can redistribute it and/or modify
\n
"
" This program is free software: you can redistribute it and/or modify
\n
"
" it under the terms of the GNU General
Public
License as published by
\n
"
" it under the terms of the GNU
Lesser
General License as published by
\n
"
" the Free Software Foundation, either version 3 of the License, or
\n
"
" the Free Software Foundation, either version 3 of the License, or
\n
"
" (at your option) any later version.
\n
"
" (at your option) any later version.
\n
"
"
\n
"
"
\n
"
" This program is distributed in the hope that it will be useful,
\n
"
" This program is distributed in the hope that it will be useful,
\n
"
" but WITHOUT ANY WARRANTY; without even the implied warranty of
\n
"
" but WITHOUT ANY WARRANTY; without even the implied warranty of
\n
"
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\n
"
" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
\n
"
" GNU General
Public
License for more details.
\n
"
" GNU
Lesser
General License for more details.
\n
"
"
\n
"
"
\n
"
" You should have received a copy of the GNU General
Public
License
\n
"
" You should have received a copy of the GNU
Lesser
General License
\n
"
" along with this program. If not, see <http://www.gnu.org/licenses/>.
\n
"
" along with this program. If not, see <http://www.gnu.org/licenses/>.
\n
"
"
\n
"
"
\n
"
" Or,
\n
"
" Or,
\n
"
"
\n
"
"
\n
"
" As this program is a library, any link to this program must follow
\n
"
" As this program is a library, any link to this program must follow
\n
"
" GNU General
Public
License version 3 (GPLv3). If you cannot accept
\n
"
" GNU
Lesser
General License version 3 (
LL
GPLv3). If you cannot accept
\n
"
" GPLv3, you need to be licensed from FMSoft.
\n
"
"
LL
GPLv3, you need to be licensed from FMSoft.
\n
"
"
\n
"
"
\n
"
" If you have got a commercial license of this program, please use it
\n
"
" If you have got a commercial license of this program, please use it
\n
"
" under the terms and conditions of the commercial license.
\n
"
" under the terms and conditions of the commercial license.
\n
"
...
...
code-tools/gen_prop_parser.sh
View file @
8c0aa427
...
@@ -19,23 +19,23 @@
...
@@ -19,23 +19,23 @@
# Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
# Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General
Public
License as published by
# it under the terms of the GNU
Lesser
General License as published by
# the Free Software Foundation, either version 3 of the License, or
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General
Public
License for more details.
# GNU
Lesser
General License for more details.
#
#
# You should have received a copy of the GNU General
Public
License
# You should have received a copy of the GNU
Lesser
General License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# Or,
# Or,
#
#
# As this program is a library, any link to this program must follow
# As this program is a library, any link to this program must follow
# GNU General
Public
License version 3 (GPLv3). If you cannot accept
# GNU
Lesser
General License version 3 (
LL
GPLv3). If you cannot accept
# GPLv3, you need to be licensed from FMSoft.
#
LL
GPLv3, you need to be licensed from FMSoft.
#
#
# If you have got a commercial license of this program, please use it
# If you have got a commercial license of this program, please use it
# under the terms and conditions of the commercial license.
# under the terms and conditions of the commercial license.
...
...
code-tools/gen_prop_select.sh
View file @
8c0aa427
...
@@ -19,23 +19,23 @@
...
@@ -19,23 +19,23 @@
# Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
# Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General
Public
License as published by
# it under the terms of the GNU
Lesser
General License as published by
# the Free Software Foundation, either version 3 of the License, or
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General
Public
License for more details.
# GNU
Lesser
General License for more details.
#
#
# You should have received a copy of the GNU General
Public
License
# You should have received a copy of the GNU
Lesser
General License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# Or,
# Or,
#
#
# As this program is a library, any link to this program must follow
# As this program is a library, any link to this program must follow
# GNU General
Public
License version 3 (GPLv3). If you cannot accept
# GNU
Lesser
General License version 3 (
LL
GPLv3). If you cannot accept
# GPLv3, you need to be licensed from FMSoft.
#
LL
GPLv3, you need to be licensed from FMSoft.
#
#
# If you have got a commercial license of this program, please use it
# If you have got a commercial license of this program, please use it
# under the terms and conditions of the commercial license.
# under the terms and conditions of the commercial license.
...
...
src/layout/CMakeLists.txt
View file @
8c0aa427
...
@@ -17,23 +17,23 @@
...
@@ -17,23 +17,23 @@
# Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
# Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General
Public
License as published by
# it under the terms of the GNU
Lesser
General License as published by
# the Free Software Foundation, either version 3 of the License, or
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# (at your option) any later version.
#
#
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General
Public
License for more details.
# GNU
Lesser
General License for more details.
#
#
# You should have received a copy of the GNU General
Public
License
# You should have received a copy of the GNU
Lesser
General License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
#
# Or,
# Or,
#
#
# As this program is a library, any link to this program must follow
# As this program is a library, any link to this program must follow
# GNU General
Public
License version 3 (GPLv3). If you cannot accept
# GNU
Lesser
General License version 3 (
L
GPLv3). If you cannot accept
# GPLv3, you need to be licensed from FMSoft.
#
L
GPLv3, you need to be licensed from FMSoft.
#
#
# If you have got a commercial license of this program, please use it
# If you have got a commercial license of this program, please use it
# under the terms and conditions of the commercial license.
# under the terms and conditions of the commercial license.
...
...
src/layout/src/layout.h
View file @
8c0aa427
...
@@ -19,23 +19,23 @@
...
@@ -19,23 +19,23 @@
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General
Public
License as published by
it under the terms of the GNU
Lesser
General License as published by
the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General
Public
License for more details.
GNU
Lesser
General License for more details.
You should have received a copy of the GNU General
Public
License
You should have received a copy of the GNU
Lesser
General License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
Or,
Or,
As this program is a library, any link to this program must follow
As this program is a library, any link to this program must follow
GNU General
Public
License version 3 (GPLv3). If you cannot accept
GNU
Lesser
General License version 3 (
L
GPLv3). If you cannot accept
GPLv3, you need to be licensed from FMSoft.
L
GPLv3, you need to be licensed from FMSoft.
If you have got a commercial license of this program, please use it
If you have got a commercial license of this program, please use it
under the terms and conditions of the commercial license.
under the terms and conditions of the commercial license.
...
...
src/layout/src/node.h
View file @
8c0aa427
...
@@ -19,23 +19,23 @@
...
@@ -19,23 +19,23 @@
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General
Public
License as published by
it under the terms of the GNU
Lesser
General License as published by
the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General
Public
License for more details.
GNU
Lesser
General License for more details.
You should have received a copy of the GNU General
Public
License
You should have received a copy of the GNU
Lesser
General License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
Or,
Or,
As this program is a library, any link to this program must follow
As this program is a library, any link to this program must follow
GNU General
Public
License version 3 (GPLv3). If you cannot accept
GNU
Lesser
General License version 3 (
L
GPLv3). If you cannot accept
GPLv3, you need to be licensed from FMSoft.
L
GPLv3, you need to be licensed from FMSoft.
If you have got a commercial license of this program, please use it
If you have got a commercial license of this program, please use it
under the terms and conditions of the commercial license.
under the terms and conditions of the commercial license.
...
...
src/layout/src/select.h
View file @
8c0aa427
...
@@ -19,23 +19,23 @@
...
@@ -19,23 +19,23 @@
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General
Public
License as published by
it under the terms of the GNU
Lesser
General License as published by
the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General
Public
License for more details.
GNU
Lesser
General License for more details.
You should have received a copy of the GNU General
Public
License
You should have received a copy of the GNU
Lesser
General License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
Or,
Or,
As this program is a library, any link to this program must follow
As this program is a library, any link to this program must follow
GNU General
Public
License version 3 (GPLv3). If you cannot accept
GNU
Lesser
General License version 3 (
L
GPLv3). If you cannot accept
GPLv3, you need to be licensed from FMSoft.
L
GPLv3, you need to be licensed from FMSoft.
If you have got a commercial license of this program, please use it
If you have got a commercial license of this program, please use it
under the terms and conditions of the commercial license.
under the terms and conditions of the commercial license.
...
...
src/layout/src/utils.h
View file @
8c0aa427
...
@@ -19,23 +19,23 @@
...
@@ -19,23 +19,23 @@
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
Copyright (C) 2021 Beijing FMSoft Technologies Co., Ltd.
This program is free software: you can redistribute it and/or modify
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General
Public
License as published by
it under the terms of the GNU
Lesser
General License as published by
the Free Software Foundation, either version 3 of the License, or
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
(at your option) any later version.
This program is distributed in the hope that it will be useful,
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General
Public
License for more details.
GNU
Lesser
General License for more details.
You should have received a copy of the GNU General
Public
License
You should have received a copy of the GNU
Lesser
General License
along with this program. If not, see <http://www.gnu.org/licenses/>.
along with this program. If not, see <http://www.gnu.org/licenses/>.
Or,
Or,
As this program is a library, any link to this program must follow
As this program is a library, any link to this program must follow
GNU General
Public
License version 3 (GPLv3). If you cannot accept
GNU
Lesser
General License version 3 (
L
GPLv3). If you cannot accept
GPLv3, you need to be licensed from FMSoft.
L
GPLv3, you need to be licensed from FMSoft.
If you have got a commercial license of this program, please use it
If you have got a commercial license of this program, please use it
under the terms and conditions of the commercial license.
under the terms and conditions of the commercial license.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment