Tags: SunboX/cog
Tags
Cog 0.13.3 - core: Fix platform plug-ins not being found due to COG_MODULEDIR being incorrectly defined as a relative path at build configuration time. - gtk4: Fix handling of mouse events when teh device scale factor changes. - gtk4: Improve compatibility with more graphics drivers by marking shaders as compatible with all GLSL versions.
Cog 0.13.2 - launcher: Add new "--platform-params"/"-O" command line option, which allows passing parameters to platforms plug-ins during initialization. - drm: Add support for output rotation by means of a new OpenGL ES based renderer, which can be enabled with "cog -O renderer=gles,rotation=1". - drm: Rotate input device coordinates as needed to match output rotation.
Cog 0.13.1 - launcher: Support setting memory limits using command line options. - core: Remove CogLauncher from the library, as it is in practice an implementation detail of the cog launcher. - cmake: Fix calculation of default installation path for platform plug-ins.
Cog 0.11.90 Adrian Perez de Castro <aperez@igalia.com> (12): docs: Rename platform fdo to wl after Igalia#351 drm: Avoid leaking array of devices during check docs: Fix building documentation with libsoup3 CI: Change file name of cross-ARM toolchain CI: Link to page with toolchain info from script CI: Do not hardcode the CPU type when sourcing env script core: Remove unneeded CogPlatformClass.teardown vfunc CI: Switch to clang-format version 13 CI: Make curl downloads more reliable CI: Use system-provided wayland-scanner binary CI: Use stable ARM cross-toolchain Release version 0.11.90
Cog 0.11.1 - core: Changed platform plug-ins to be able to automatically detect which one should be used. Passing the "--platform=" command line option to the launcher is now optional. - core: Added support for building against libsoup3. - core: Added CogHostRoutesHandler, which can route URI scheme requests with different host parts to other handlers. - core, cog: Added support for running in WebDriver automation mode. - cog: New "--enable-sandbox" command line option, which allows isolating rendering processes from the rest of the system. - cog: New "--content-filter=" command line option, which allows loading a content blocker (WebKitUserContentFilter) JSON rule set. - drm: Implemented handling of pointer axis/wheel/finger/continuous events and absolute motion events. - wl: Renamed "fdo" platform module to "wl" (Wayland) as it better reflects its usage; the old name still works e.g. when using "cog --platform=fdo" but it is considered deprecated and will cause a warning. - wl, gtk4: Added support for fullscreening web views. - gtk4: Honor the CogShell.device-scale-factor property.
PreviousNext