Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: glfw-doc | Distribution: openSUSE Tumbleweed |
Version: 3.4 | Vendor: openSUSE |
Release: 4.2 | Build date: Thu Oct 24 17:30:16 2024 |
Group: Documentation/HTML | Build host: reproducible |
Size: 3014709 | Source RPM: glfw-3.4-4.2.src.rpm |
Packager: https://bugs.opensuse.org | |
Url: https://www.glfw.org/ | |
Summary: Documentation for GLFW, an OpenGL application framework |
GLFW is a framework for OpenGL application development. It is a single library providing a powerful, portable API for otherwise operating system specific tasks such as opening an OpenGL window, and reading keyboard, time, mouse and joystick input. This subpackage contains GLFW's documentation in html format.
Zlib
* Thu Oct 24 2024 Antonio Larrosa <alarrosa@suse.com> - Only use geany on TW. That way we reduce the dependencies in SLFO/ALP. * Tue Oct 15 2024 Antonio Larrosa <alarrosa@suse.com> - Remove extra-cmake-modules dependency. It's not really needed. * Tue Oct 08 2024 Antonio Teixeira <antonio.teixeira@suse.com> - Use %bcond macro for building html docs - Fix rpmlint errors/warnings * Remove obsolete glfw-rpmlintrc * Fix self-obsoletion warning * Remove duplicate files in html docs * Tue Oct 08 2024 Carsten Ziepke <kieltux@gmail.com> - Package html docs only for Tumbleweed, Documentation generation requires Doxygen 1.9.8 or later, Leap does have only 1.8.14 * Mon Sep 30 2024 Antonio Teixeira <antonio.teixeira@suse.com> - Update to version 3.4: * Changelog: https://www.glfw.org/docs/3.4/news.html - Package html docs - Add docs-remove-footer.patch * Custom footer for html docs includes build date and time. Use default footer instead. - Drop multibuild and wayland flavor. Build a single package with X11 and Wayland support. * Wed Mar 20 2024 Danilo Spinella <danilo.spinella@suse.com> - Build with geany by default only on TW * Wed Jan 10 2024 Danilo Spinella <danilo.spinella@suse.com> - Make the geany tags build optional again to fix SLE. * Fri Dec 15 2023 Martin Hauke <mardnh@gmx.de> - Update to version 3.3.9 * Bugfix: glfwGetKeyScancode returned 0 on error when initialized instead of -1. * Bugfix: Failure to make a newly created context current could cause segfault. * [Wayland] Added improved fallback window decorations via libdecor. * [Wayland] Bugfix: Connecting a mouse after glfwInit would segfault. * [Wayland] Disabled alpha channel for opaque windows on systems lacking EGL_EXT_present_opaque. * [Wayland] Bugfix: Buffer would overrun when storing received drag offer. * [Wayland] Bugfix: Joysticks connected after glfwInit were not detected. * [Wayland] Bugfix: Fallback decorations emitted GLFW_CURSOR_UNAVAILABLE errors. * [Wayland] Bugfix: Some events could fail to end wait for new events. * [Linux] Bugfix: Joysticks without buttons were ignored. * [Linux] Bugfix: A small amount of memory could leak if initialization failed. * [EGL] Added loading of glvnd libOpenGL.so.0 where available for OpenGL. * [EGL] Bugfix: EGL_EXT_present_opaque caused issues on X11 with Nvidia blob. * [EGL] Bugfix: Setting GLFW_CONTEXT_DEBUG caused creation to fail. * [GLX] Added loading of glvnd libGLX.so.0 where available. * Mon May 08 2023 Dominique Leuenberger <dimstar@opensuse.org> - Fix Name tag: the two source builds must be uniquely identified, thus add %{flavor} to the Name. * Wed Sep 14 2022 Danilo Spinella <danilo.spinella@suse.com> - update to 3.3.8: * Added GLFW_NATIVE_INCLUDE_NONE for disabling inclusion of native headers (#1348) * Bugfix: glfwMakeContextCurrent would access TLS slot before initialization * Bugfix: glfwSetGammaRamp could emit GLFW_INVALID_VALUE before initialization * Bugfix: glfwGetJoystickUserPointer returned NULL during disconnection (#2092) * [X11] Bugfix: The OSMesa libray was not unloaded on termination * [X11] Bugfix: A malformed response during selection transfer could cause a segfault * [X11] Bugfix: Some calls would reset Xlib to the default error handler (#2108) * [Wayland] Added support for file path drop events (#2040) * [Wayland] Added support for more human-readable monitor names where available * [Wayland] Removed support for the deprecated wl_shell protocol * [Wayland] Bugfix: glfwSetClipboardString would fail if set to result of glfwGetClipboardString * [Wayland] Bugfix: Data source creation error would cause double free at termination * [Wayland] Bugfix: Partial writes of clipboard string would cause beginning to repeat * [Wayland] Bugfix: Some errors would cause clipboard string transfer to hang * [Wayland] Bugfix: Drag and drop data was misinterpreted as clipboard string * [Wayland] Bugfix: MIME type matching was not performed for clipboard string * [Wayland] Bugfix: The OSMesa library was not unloaded on termination * [Wayland] Bugfix: glfwCreateWindow could emit GLFW_PLATFORM_ERROR * [Wayland] Bugfix: Lock key modifier bits were only set when lock keys were pressed * [Wayland] Bugfix: A window leaving full screen mode would be iconified (#1995) * [Wayland] Bugfix: A window leaving full screen mode ignored its desired size * [Wayland] Bugfix: glfwSetWindowMonitor did not update windowed mode size * [Wayland] Bugfix: glfwRestoreWindow would make a full screen window windowed * [Wayland] Bugfix: A window maximized or restored by the user would enter an inconsistent state * [Wayland] Bugfix: Window maximization events were not emitted * [Wayland] Bugfix: glfwRestoreWindow assumed it was always in windowed mode * [Wayland] Bugfix: glfwSetWindowSize would resize a full screen window * [Wayland] Bugfix: A window content scale event would be emitted every time the window resized * [Wayland] Bugfix: If glfwInit failed it would close stdin * [Wayland] Bugfix: Manual resizing with fallback decorations behaved erratically (#1991,#2115,#2127) * [Wayland] Bugfix: Size limits included frame size for fallback decorations * [Wayland] Bugfix: Updating GLFW_DECORATED had no effect on server-side decorations * [Wayland] Bugfix: A monitor would be reported as connected again if its scale changed * [Wayland] Bugfix: glfwTerminate would segfault if any monitor had changed scale * [Wayland] Bugfix: Window content scale events were not emitted when monitor scale changed * [Wayland] Bugfix: glfwSetWindowAspectRatio reported an error instead of applying the specified ratio * [Wayland] Bugfix: GLFW_MAXIMIZED window hint had no effect * [Wayland] Bugfix: glfwRestoreWindow had no effect before first show * [Wayland] Bugfix: Hiding and then showing a window caused program abort on wlroots compositors (#1268) * [Wayland] Bugfix: GLFW_DECORATED was ignored when showing a window with XDG decorations * Sat Apr 09 2022 Dirk Müller <dmueller@suse.com> - update to 3.3.7: * [X11] Bugfix: Dynamic loading on OpenBSD failed due to soname differences * [X11] Bugfix: Waiting for events would fail if file descriptor was too large (#2024) * [X11] Bugfix: Joystick events could lead to busy-waiting (#1872) * [X11] Bugfix: glfwWaitEvents* did not continue for joystick events * [X11] Bugfix: glfwPostEmptyEvent could be ignored due to race condition (#379,#1281,#1285,#2033) * [X11] Bugfix: Dynamic loading on NetBSD failed due to soname differences * [X11] Bugfix: Left shift of int constant relied on undefined behavior (#1951) * [Wayland] Added support for key names via xkbcommon * [Wayland] Bugfix: Key repeat could lead to a race condition (#1710) * [Wayland] Bugfix: Activating a window would emit two input focus events * [Wayland] Bugfix: Disable key repeat mechanism when window loses input focus * [Wayland] Bugfix: Window hiding and showing did not work (#1492,#1731) * [Wayland] Bugfix: A key being repeated was not released when window lost focus * [Wayland] Bugfix: Showing a hidden window did not emit a window refresh event * [Wayland] Bugfix: Full screen window creation did not ignore GLFW_VISIBLE * [Wayland] Bugfix: Some keys were reported as wrong key or GLFW_KEY_UNKNOWN * [Wayland] Bugfix: Text input did not repeat along with key repeat * [Wayland] Bugfix: glfwPostEmptyEvent sometimes had no effect (#1520,#1521) * [GLX] Bugfix: Context creation failed if GLX 1.4 was not exported by GLX library
/usr/share/doc/packages/glfw /usr/share/doc/packages/glfw/html /usr/share/doc/packages/glfw/html/bc_s.png /usr/share/doc/packages/glfw/html/bc_sd.png /usr/share/doc/packages/glfw/html/build_8md.html /usr/share/doc/packages/glfw/html/build_guide.html /usr/share/doc/packages/glfw/html/clipboard.js /usr/share/doc/packages/glfw/html/closed.png /usr/share/doc/packages/glfw/html/compat_8md.html /usr/share/doc/packages/glfw/html/compat_guide.html /usr/share/doc/packages/glfw/html/compile_8md.html /usr/share/doc/packages/glfw/html/compile_guide.html /usr/share/doc/packages/glfw/html/context_8md.html /usr/share/doc/packages/glfw/html/context_guide.html /usr/share/doc/packages/glfw/html/cookie.js /usr/share/doc/packages/glfw/html/deprecated.html /usr/share/doc/packages/glfw/html/dir_49e56c817e5e54854c35e136979f97ca.html /usr/share/doc/packages/glfw/html/dir_7d046523570a4bf058ddf3b10b545b6c.html /usr/share/doc/packages/glfw/html/dir_d44c64559bbebec7f509842c48db8b23.html /usr/share/doc/packages/glfw/html/doc.svg /usr/share/doc/packages/glfw/html/docd.svg /usr/share/doc/packages/glfw/html/doxygen.css /usr/share/doc/packages/glfw/html/doxygen.svg /usr/share/doc/packages/glfw/html/doxygen_crawl.html /usr/share/doc/packages/glfw/html/dynsections.js /usr/share/doc/packages/glfw/html/extra.css /usr/share/doc/packages/glfw/html/files.html /usr/share/doc/packages/glfw/html/folderclosed.svg /usr/share/doc/packages/glfw/html/folderclosedd.svg /usr/share/doc/packages/glfw/html/folderopen.svg /usr/share/doc/packages/glfw/html/folderopend.svg /usr/share/doc/packages/glfw/html/glfw3_8h.html /usr/share/doc/packages/glfw/html/glfw3_8h_source.html /usr/share/doc/packages/glfw/html/glfw3native_8h.html /usr/share/doc/packages/glfw/html/glfw3native_8h_source.html /usr/share/doc/packages/glfw/html/group__buttons.html /usr/share/doc/packages/glfw/html/group__context.html /usr/share/doc/packages/glfw/html/group__errors.html /usr/share/doc/packages/glfw/html/group__gamepad__axes.html /usr/share/doc/packages/glfw/html/group__gamepad__buttons.html /usr/share/doc/packages/glfw/html/group__hat__state.html /usr/share/doc/packages/glfw/html/group__init.html /usr/share/doc/packages/glfw/html/group__input.html /usr/share/doc/packages/glfw/html/group__joysticks.html /usr/share/doc/packages/glfw/html/group__keys.html /usr/share/doc/packages/glfw/html/group__mods.html /usr/share/doc/packages/glfw/html/group__monitor.html /usr/share/doc/packages/glfw/html/group__native.html /usr/share/doc/packages/glfw/html/group__shapes.html /usr/share/doc/packages/glfw/html/group__vulkan.html /usr/share/doc/packages/glfw/html/group__window.html /usr/share/doc/packages/glfw/html/index.html /usr/share/doc/packages/glfw/html/input_8md.html /usr/share/doc/packages/glfw/html/input_guide.html /usr/share/doc/packages/glfw/html/internal_8md.html /usr/share/doc/packages/glfw/html/internals_guide.html /usr/share/doc/packages/glfw/html/intro_8md.html /usr/share/doc/packages/glfw/html/intro_guide.html /usr/share/doc/packages/glfw/html/jquery.js /usr/share/doc/packages/glfw/html/main_8md.html /usr/share/doc/packages/glfw/html/menu.js /usr/share/doc/packages/glfw/html/menudata.js /usr/share/doc/packages/glfw/html/minus.svg /usr/share/doc/packages/glfw/html/minusd.svg /usr/share/doc/packages/glfw/html/monitor_8md.html /usr/share/doc/packages/glfw/html/monitor_guide.html /usr/share/doc/packages/glfw/html/moving_8md.html /usr/share/doc/packages/glfw/html/moving_guide.html /usr/share/doc/packages/glfw/html/nav_f.png /usr/share/doc/packages/glfw/html/nav_fd.png /usr/share/doc/packages/glfw/html/nav_g.png /usr/share/doc/packages/glfw/html/nav_h.png /usr/share/doc/packages/glfw/html/nav_hd.png /usr/share/doc/packages/glfw/html/navtree.css /usr/share/doc/packages/glfw/html/news.html /usr/share/doc/packages/glfw/html/news_8md.html /usr/share/doc/packages/glfw/html/open.png /usr/share/doc/packages/glfw/html/pages.html /usr/share/doc/packages/glfw/html/plus.svg /usr/share/doc/packages/glfw/html/plusd.svg /usr/share/doc/packages/glfw/html/quick_8md.html /usr/share/doc/packages/glfw/html/quick_guide.html /usr/share/doc/packages/glfw/html/resize.js /usr/share/doc/packages/glfw/html/search /usr/share/doc/packages/glfw/html/search/all_0.js /usr/share/doc/packages/glfw/html/search/all_1.js /usr/share/doc/packages/glfw/html/search/all_10.js /usr/share/doc/packages/glfw/html/search/all_11.js /usr/share/doc/packages/glfw/html/search/all_12.js /usr/share/doc/packages/glfw/html/search/all_13.js /usr/share/doc/packages/glfw/html/search/all_14.js /usr/share/doc/packages/glfw/html/search/all_15.js /usr/share/doc/packages/glfw/html/search/all_16.js /usr/share/doc/packages/glfw/html/search/all_17.js /usr/share/doc/packages/glfw/html/search/all_18.js /usr/share/doc/packages/glfw/html/search/all_19.js /usr/share/doc/packages/glfw/html/search/all_1a.js /usr/share/doc/packages/glfw/html/search/all_1b.js /usr/share/doc/packages/glfw/html/search/all_1c.js /usr/share/doc/packages/glfw/html/search/all_1d.js /usr/share/doc/packages/glfw/html/search/all_1e.js /usr/share/doc/packages/glfw/html/search/all_1f.js /usr/share/doc/packages/glfw/html/search/all_2.js /usr/share/doc/packages/glfw/html/search/all_3.js /usr/share/doc/packages/glfw/html/search/all_4.js /usr/share/doc/packages/glfw/html/search/all_5.js /usr/share/doc/packages/glfw/html/search/all_6.js /usr/share/doc/packages/glfw/html/search/all_7.js /usr/share/doc/packages/glfw/html/search/all_8.js /usr/share/doc/packages/glfw/html/search/all_9.js /usr/share/doc/packages/glfw/html/search/all_a.js /usr/share/doc/packages/glfw/html/search/all_b.js /usr/share/doc/packages/glfw/html/search/all_c.js /usr/share/doc/packages/glfw/html/search/all_d.js /usr/share/doc/packages/glfw/html/search/all_e.js /usr/share/doc/packages/glfw/html/search/all_f.js /usr/share/doc/packages/glfw/html/search/classes_0.js /usr/share/doc/packages/glfw/html/search/close.svg /usr/share/doc/packages/glfw/html/search/defines_0.js /usr/share/doc/packages/glfw/html/search/files_0.js /usr/share/doc/packages/glfw/html/search/files_1.js /usr/share/doc/packages/glfw/html/search/files_2.js /usr/share/doc/packages/glfw/html/search/files_3.js /usr/share/doc/packages/glfw/html/search/files_4.js /usr/share/doc/packages/glfw/html/search/files_5.js /usr/share/doc/packages/glfw/html/search/files_6.js /usr/share/doc/packages/glfw/html/search/files_7.js /usr/share/doc/packages/glfw/html/search/files_8.js /usr/share/doc/packages/glfw/html/search/functions_0.js /usr/share/doc/packages/glfw/html/search/groups_0.js /usr/share/doc/packages/glfw/html/search/groups_1.js /usr/share/doc/packages/glfw/html/search/groups_10.js /usr/share/doc/packages/glfw/html/search/groups_2.js /usr/share/doc/packages/glfw/html/search/groups_3.js /usr/share/doc/packages/glfw/html/search/groups_4.js /usr/share/doc/packages/glfw/html/search/groups_5.js /usr/share/doc/packages/glfw/html/search/groups_6.js /usr/share/doc/packages/glfw/html/search/groups_7.js /usr/share/doc/packages/glfw/html/search/groups_8.js /usr/share/doc/packages/glfw/html/search/groups_9.js /usr/share/doc/packages/glfw/html/search/groups_a.js /usr/share/doc/packages/glfw/html/search/groups_b.js /usr/share/doc/packages/glfw/html/search/groups_c.js /usr/share/doc/packages/glfw/html/search/groups_d.js /usr/share/doc/packages/glfw/html/search/groups_e.js /usr/share/doc/packages/glfw/html/search/groups_f.js /usr/share/doc/packages/glfw/html/search/mag.svg /usr/share/doc/packages/glfw/html/search/mag_d.svg /usr/share/doc/packages/glfw/html/search/mag_sel.svg /usr/share/doc/packages/glfw/html/search/mag_seld.svg /usr/share/doc/packages/glfw/html/search/pages_0.js /usr/share/doc/packages/glfw/html/search/pages_1.js /usr/share/doc/packages/glfw/html/search/pages_10.js /usr/share/doc/packages/glfw/html/search/pages_11.js /usr/share/doc/packages/glfw/html/search/pages_2.js /usr/share/doc/packages/glfw/html/search/pages_3.js /usr/share/doc/packages/glfw/html/search/pages_4.js /usr/share/doc/packages/glfw/html/search/pages_5.js /usr/share/doc/packages/glfw/html/search/pages_6.js /usr/share/doc/packages/glfw/html/search/pages_7.js /usr/share/doc/packages/glfw/html/search/pages_8.js /usr/share/doc/packages/glfw/html/search/pages_9.js /usr/share/doc/packages/glfw/html/search/pages_a.js /usr/share/doc/packages/glfw/html/search/pages_b.js /usr/share/doc/packages/glfw/html/search/pages_c.js /usr/share/doc/packages/glfw/html/search/pages_d.js /usr/share/doc/packages/glfw/html/search/pages_e.js /usr/share/doc/packages/glfw/html/search/pages_f.js /usr/share/doc/packages/glfw/html/search/search.css /usr/share/doc/packages/glfw/html/search/search.js /usr/share/doc/packages/glfw/html/search/searchdata.js /usr/share/doc/packages/glfw/html/search/typedefs_0.js /usr/share/doc/packages/glfw/html/search/variables_0.js /usr/share/doc/packages/glfw/html/search/variables_1.js /usr/share/doc/packages/glfw/html/search/variables_2.js /usr/share/doc/packages/glfw/html/search/variables_3.js /usr/share/doc/packages/glfw/html/search/variables_4.js /usr/share/doc/packages/glfw/html/search/variables_5.js /usr/share/doc/packages/glfw/html/search/variables_6.js /usr/share/doc/packages/glfw/html/search/variables_7.js /usr/share/doc/packages/glfw/html/search/variables_8.js /usr/share/doc/packages/glfw/html/search/variables_9.js /usr/share/doc/packages/glfw/html/spaces.svg /usr/share/doc/packages/glfw/html/splitbar.png /usr/share/doc/packages/glfw/html/splitbard.png /usr/share/doc/packages/glfw/html/structGLFWallocator.html /usr/share/doc/packages/glfw/html/structGLFWgamepadstate.html /usr/share/doc/packages/glfw/html/structGLFWgammaramp.html /usr/share/doc/packages/glfw/html/structGLFWimage.html /usr/share/doc/packages/glfw/html/structGLFWvidmode.html /usr/share/doc/packages/glfw/html/sync_off.png /usr/share/doc/packages/glfw/html/sync_on.png /usr/share/doc/packages/glfw/html/tab_a.png /usr/share/doc/packages/glfw/html/tab_ad.png /usr/share/doc/packages/glfw/html/tab_b.png /usr/share/doc/packages/glfw/html/tab_bd.png /usr/share/doc/packages/glfw/html/tab_h.png /usr/share/doc/packages/glfw/html/tab_hd.png /usr/share/doc/packages/glfw/html/tab_s.png /usr/share/doc/packages/glfw/html/tab_sd.png /usr/share/doc/packages/glfw/html/tabs.css /usr/share/doc/packages/glfw/html/topics.html /usr/share/doc/packages/glfw/html/vulkan_8md.html /usr/share/doc/packages/glfw/html/vulkan_guide.html /usr/share/doc/packages/glfw/html/window_8md.html /usr/share/doc/packages/glfw/html/window_guide.html
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Jan 31 23:50:31 2025