8000 Tags · SunboX/cog · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: SunboX/cog

Tags

0.12.4

Toggle 0.12.4's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
Cog 0.12.4

Adrian Perez de Castro <aperez@igalia.com> (2):
      x11: Fix underlinking when --as-needed is used
      Release version 0.12.4

James Hilliard <james.hilliard1@gmail.com> (1):
      Fix WPE_FDO_CHECK_VERSION macro name and fdo buffer release function name.

0.12.3

Toggle 0.12.3's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
Cog 0.12.3

Adrian Perez de Castro <aperez@igalia.com> (4):
      wl: Use wl_compositor v3 features if available
      wl: Bind to exact versions of client interfaces
      wl: Fix request of wl_seat version and guard feature usage
      Release version 0.12.3

0.12.2

Toggle 0.12.2's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
Cog 0.12.2

Adrian Perez de Castro <aperez@igalia.com> (2):
      cmake: Turn COG_MODULEDIR into an absolute path
      Release version 0.12.2

0.12.1

Toggle 0.12.1's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
Cog 0.12.1

Adrian Perez de Castro <aperez@igalia.com> (3):
      cmake: Set default module location from CMAKE_INSTALL_LIBDIR
      wl: Check seat interface version properly
      Release version 0.12.1

0.13.3

Toggle 0.13.3's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
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.

0.13.2

Toggle 0.13.2's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
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.

0.13.1

Toggle 0.13.1's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
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.

0.12.0

Toggle 0.12.0's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
Cog 0.12.0

Adrian Perez de Castro <aperez@igalia.com> (1):
      Release version 0.12.0

0.11.90

Toggle 0.11.90's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
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

0.11.1

Toggle 0.11.1's commit message

Verified

This tag was signed with the committer’s verified signature.
aperezdc Adrian Perez
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.
0