Revisions of glfw

buildservice-autocommit accepted request 1159813 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 50)
baserev update by copy to link target
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 1159812 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 49)
- Build with geany by default only on TW
buildservice-autocommit accepted request 1137962 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 48)
baserev update by copy to link target
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 1137959 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 47)
- Make the geany tags build optional again to fix SLE.
buildservice-autocommit accepted request 1134510 from Dirk Stoecker's avatar Dirk Stoecker (dstoecker) (revision 46)
baserev update by copy to link target
Dirk Stoecker's avatar Dirk Stoecker (dstoecker) accepted request 1133397 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 45)
- 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.
buildservice-autocommit accepted request 1085675 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 44)
baserev update by copy to link target
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 1085547 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 43)
- Fix Name tag: the two source builds must be uniquely identified,
  thus add %{flavor} to the Name.
buildservice-autocommit accepted request 1004675 from Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) (revision 42)
baserev update by copy to link target
Dmitriy Perlow's avatar Dmitriy Perlow (DarkSS) accepted request 1003494 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 41)
- 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
buildservice-autocommit accepted request 969241 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 40)
baserev update by copy to link target
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 968077 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 39)
- 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
Danilo Spinella's avatar Danilo Spinella (dspinella) accepted request 940926 from Danilo Spinella's avatar Danilo Spinella (dspinella) (revision 38)
- Update to version 3.3.6:
  * Bugfix: Joysticks connected before init did not get gamepad mappings (#1996)
  * [X11] Bugfix: Icon pixel format conversion worked only by accident,
    relying on undefined behavior (#1986)
Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) accepted request 928208 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 37)
- Update to version 3.3.5
  * Updated gamepad mappings from upstream.
  Bugfixes:
  * Buffers were swapped at creation on single-buffered windows.
  * Gamepad mapping updates could spam GLFW_INVALID_VALUE due to
    incompatible controllers sharing hardware ID.
  * Native access functions for context handles did not check that
    the API matched.
  Bugfixes [X11]
  * Changing GLFW_FLOATING could leak memory
  Bugfixes [Wayland]
  * Some keys were not repeating in Wayland.
  * Non-arrow cursors are offset from the hotspot.
  Bugfixes [EGL]
  * The GLFW_DOUBLEBUFFER context attribute was ignored.
buildservice-autocommit accepted request 900128 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 36)
baserev update by copy to link target
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 899644 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 35)
- Update to version 3.3.4
  * X11 bugfix: Some window attributes were not applied on
    leaving fullscreen
buildservice-autocommit accepted request 880773 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 34)
baserev update by copy to link target
Matthias Mailänder's avatar Matthias Mailänder (Mailaender) accepted request 880435 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 33)
- Added wayland build flavor
  * New -wayland library package
buildservice-autocommit accepted request 875804 from Matthias Mailänder's avatar Matthias Mailänder (Mailaender) (revision 32)
baserev update by copy to link target
Displaying revisions 1 - 20 of 51
openSUSE Build Service is sponsored by