- Jan 31, 2022
-
-
- Jan 29, 2022
-
-
It works much better with dark mode theme.
-
Not generating the tree view is the default setting, but it's actually pretty useful and pretty common (rustdoc, msdn, mdn, awesome doxygen).
-
Allow the configure script to substitute the theme used in the documentation for Awesome doxygen css from the CI script. The theme won't be mandatory, but we can change it and inject it for the production documentation online.
-
Let's not target IE8. SVG graphs are much more comfortable to read and scale, and interactive SVG allows more comfortable viewing of big graphs.
-
-
Small main page for describing the content of the documentation, while splitting and describing the role of both libVLC and libvlccore. It is ought to be extended later. Co-authored-by:
Simon Latapie <garf@videolabs.io>
-
Co-authored-by:
Simon Latapie <garf@videolabs.io>
-
Co-authored-by:
Simon Latapie <garf@videolabs.io>
-
The example will be included in the main page of libVLC documentation.
-
-
Fix missing parameters and parameter names.
-
- references to member from different structure without context: - window -> vout_display_cfg.window - is_display_filled -> vout_display_cfg.is_display_filled - reset_pictures -> vlc_display_operations.reset_pictures - fields that have been removed - cfg in display activation callback - invalid references: ::source
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
This adds support for 32-bit RISC-V, which only supports 64-bit time_t, and thus lacks a plain futex system call. This also adds (future) support for building with a 64-bit time_t ABI on a 32-bit platform.
-
creating pointless tooltips. cf. d75459a3 (one missed, one added since).
-
per discussion in !90, these strings were considered "too technical" and/or advanced to want translations for, at the risk of ending up with poor translations. it is hoped that by adding these comments, it will avoid such unwanted translation being resubmitted by anyone later.
-
-
these map to the 'unknown' constants, and presumably mean undefined/unset/unspecified. "decide" i feel was just very confusing.
-
-
also, do the "undefined" entry of another option.
-
-
-
the integer mapping should not appear like this in these labels. it just creates a mess. it is the job of the CLI interface to show the values besides this text such as to give users this mapping. in GUIs showing users this mapping is completely unwanted. these now happen to be identical to those in sdiout and thus consistent and would reduce translator burden if translated in future.
-
-
-
-
and move to define like the rest.
-
took the opportunity to change "opengl" to "OpenGL" since that is more appropriate for how it is used in interfaces, and to use defines as commonly done for cleanliness.
-
(Excluding the 'general' subcats which come first). For neatness only. (No functional difference).
-
To make the file contents neater. Essentially: - The title defines have been grouped at the top. - A new group of tooltip defines introduced by !1172 will follow this once that MR has merged. - Then we have the help text defines, grouped per category, with the unnecessary empty lines between them removed. The titles relate to both simple prefs view tabs, and advanced view cat & subcat node labels, and furthermore the panel titles of general subcats. The tooltips relate to simple prefs view tabs only. The help text, for subcats, is used on advanced view panels. Some are only associated with cats and are actually unused currently.
-
We have no need at all for these to be defines, which just adds unnecessary clutter. They are all very short and it is much tidier with the text merged into the table.
-
...and useless comment.
-
- Jan 28, 2022
-
-
The m4 file is a dependency of lib-prefix, leading to error at bootstrap because it was missing after update from commit 32b3f47b. configure.ac:618: warning: gl_HOST_CPU_C_ABI_32BIT is m4_require'd but not m4_defun'd m4/lib-prefix.m4:155: AC_LIB_PREPARE_MULTILIB is expanded from... m4/lib-link.m4:181: AC_LIB_LINKFLAGS_BODY is expanded from... m4/iconv.m4:10: AM_ICONV_LINKFLAGS_BODY is expanded from... m4/gettext.m4:55: AM_GNU_GETTEXT is expanded from... configure.ac:618: the top level configure.ac:618: warning: gl_HOST_CPU_C_ABI_32BIT is m4_require'd but not m4_defun'd m4/lib-prefix.m4:155: AC_LIB_PREPARE_MULTILIB is expanded from... m4/lib-link.m4:181: AC_LIB_LINKFLAGS_BODY is expanded from... m4/iconv.m4:10: AM_ICONV_LINKFLAGS_BODY is expanded from... m4/gettext.m4:55: AM_GNU_GETTEXT is expanded from... configure.ac:618: the top level autoreconf: configure.ac: tracing configure.ac:618: warning: gl_HOST_CPU_C_ABI_32BIT is m4_require'd but not m4_defun'd m4/lib-prefix.m4:155: AC_LIB_PREPARE_MULTILIB is expanded from... m4/lib-link.m4:181: AC_LIB_LINKFLAGS_BODY is expanded from... m4/iconv.m4:10: AM_ICONV_LINKFLAGS_BODY is expanded from... m4/gettext.m4:55: AM_GNU_GETTEXT is expanded from... configure.ac:618: the top level
-
-
-
-
-