Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

veandco


Collective - Host: opensource - https://opencollective.com/veandco - Code: https://github.com/veandco

ttf: fix ByteSwappedUNICODE() build error on SDL2_ttf 2.0.18

This adds compatibility function so the build works on SDL2_ttf 2.0.18 and
older SDL2_ttf.

Sign...

github.com/veandco/go-sdl2 - 5855a0952928a5c793ad813ef2f4128ba9d93234 authored almost 3 years ago by Lilis Iskandar <[email protected]>
Update Travis CI configuration to use SDL2 2.0.20

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 930812967d04560f4ee4d9b0af2eb8aebd4c9f38 authored almost 3 years ago by Lilis Iskandar <[email protected]>
sdl/hints: add SDL_HINT_RENDER_LINE_METHOD introduced in SDL2 2.0.20

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0c9de431dc5f88c4806de5c9703c17ef685cb61d authored almost 3 years ago by Lilis Iskandar <[email protected]>
sdl/video: fix build failure on Windows 10 due to mismatching type casting inside GetICCProfile()

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 3715c509bacd9f0f0a3c71fe2549428f8114db97 authored almost 3 years ago by Lilis Iskandar <[email protected]>
sdl/render: fix RenderGeometryRaw() to work on SDL2 2.0.18 and other versions such as SDL2 2.0.20

Because the API for SDL_RenderGeometryRaw() changed after it was first introduced in SDL2 2.0.18...

github.com/veandco/go-sdl2 - d2b1a704627c80776f3621e6dafa41382389112c authored almost 3 years ago by Lilis Iskandar <[email protected]>
Fix build failure on Linux when using slightly older SDL2 like 2.0.16

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - ed2a24577baa779c680e9e427bc4bc6f25567efa authored almost 3 years ago by Lilis Iskandar <[email protected]>
Update Travis CI link in README.md

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 1a9f5da2daeea0e77e63491abe188d9bd1189266 authored almost 3 years ago by Lilis Iskandar <[email protected]>
Add SDL2 2.0.18 support

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - c3f2b0ca6e01a8f0b59a7136175c4d1e20aba3a4 authored almost 3 years ago by Lilis Iskandar <[email protected]>
include SDL2_gfx in build.sh

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 7965757e20029b4f4669cf7047184c10c580aa19 authored about 3 years ago by Lilis Iskandar <[email protected]>
add scripts for building SDL2_gfx

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - beb798479ee6bf2b19ac9da0a9b6a233496eb06b authored about 3 years ago by Lilis Iskandar <[email protected]>
refactor build scripts and add scripts for building freetype, SDL2_mixer, and SDL2_ttf

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 6ac68318d4732c1db4ff35437e97cd86e6aebbf4 authored about 3 years ago by Lilis Iskandar <[email protected]>
sdl/render: fix broken build on older SDL2

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 93229da6a7050d45afda7b7d7068a4c5eaa00f40 authored about 3 years ago by Lilis Iskandar <[email protected]>
add scripts for building SDL2_image and update some scripts for SDL2

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 3556527bc61ba5208d4368d39c4b8bbb5b743601 authored about 3 years ago by Lilis Iskandar <[email protected]>
README.md: add missing directory change step after running inside ubuntu container

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 0e32270067c7bd305a8284904390501fec12ad61 authored about 3 years ago by Lilis Iskandar <[email protected]>
add missing dependencies in setup.sh

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 669130fdf0e4031f1e476d572c4e35abe32ac40e authored about 3 years ago by Lilis Iskandar <[email protected]>
Update README

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 125448dbda7be367c9999f30609a7c9ed5691fb0 authored over 3 years ago by Lilis Iskandar <[email protected]>
Update README

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 9775ef80ab2f4eb3e5924b37be3528e3d586e4ff authored over 3 years ago by Lilis Iskandar <[email protected]>
Run apt update before installing system dependencies

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - e6c87bc829a0a0bd6f734adb01677ed79abd7383 authored over 3 years ago by Lilis Iskandar <[email protected]>
Temporarily add --disable-joystick-mfi flag when building SDL2 for darwin arm64 because there is an error

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - ab5a942d85ebe365754f92ff7d1ab3d06a393a71 authored over 3 years ago by Lilis Iskandar <[email protected]>
Build compiler-rt in order to build for macOS platform

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - dfde58fe1a84c72114157f640c8a9bdf5ac0290c authored over 3 years ago by Lilis Iskandar <[email protected]>
Update scripts to use Ubuntu as host and be able to build for more platforms

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - 619be2a0d41aade39b76e95f40cdd24925fb3656 authored over 3 years ago by Lilis Iskandar <[email protected]>
sdl/video: Add placeholder SDL_FlashOperation enum when using SDL2 older than 2.0.16

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0abc017f41d3daacca87cef4f36cbab8a95e1b14 authored over 3 years ago by Lilis Iskandar <[email protected]>
sdl/system: Fix Windows-specific bindings to SDL2 2.0.16

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f79ceec3454b67566bc898909f529fa576cf8cd8 authored over 3 years ago by Lilis Iskandar <[email protected]>
initial commit

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2-static-library-build-scripts - e59e886112655f17502211430fb5c532aeb8509a authored over 3 years ago by Lilis Iskandar <[email protected]>
Update bindings to support SDL2 2.0.16 thought platform-specific bindings may need more work and testing

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - bc2029833344dd2a2039f773ebb71bfb72c5ff89 authored over 3 years ago by Lilis Iskandar <[email protected]>
Add HDC & hInstance to windows SysWMinfo struct (#494)

https://github.com/libsdl-org/SDL/blob/main/include/SDL_syswm.h#L231 SDL
includes HWND, HDC, an...

github.com/veandco/go-sdl2 - b91317170ac26c513403bdb9c34375ad0eb8f52b authored over 3 years ago by Stephen Baynham <[email protected]>
Update Travis CI to use Go 1.13.15 and latest SDL2 packages

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 44caa4352678f167f12a491e2647c017de0893ae authored over 3 years ago by Lilis Iskandar <[email protected]>
Update README with correct -ldflags value when building on Windows without Command Prompt window

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 325aa09d085e23bf841b762635c31b708fe37b88 authored over 3 years ago by Lilis Iskandar <[email protected]>
Update Travis CI to use Ubuntu 20.04 LTS

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 799f4fb5d85db9cf91b505061d99358174c246c8 authored over 3 years ago by Lilis Iskandar <[email protected]>
Update README.md with information on how to hide Command Prompt window when running statically-compiled program on Windows

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 1e937c73fd1a7d6a65171788a1e04416be3ae301 authored over 3 years ago by Lilis Iskandar <[email protected]>
Don't use -mwindows flag when using static linking on Windows (#491)

* static: remove -Wl,--no-undefined from ldflags. Go 1.17 will have support for linking with LLV...

github.com/veandco/go-sdl2 - e39ee60cd1ba5433f29875642fec4b417b66411e authored over 3 years ago by Keithcat1 <[email protected]>
sdl/version: update GetRevisionNumber() to show deprecation warning on staticcheck only when users use it

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 15d46601d1b771041f993357a3d308649d1cf575 authored over 3 years ago by Lilis Iskandar <[email protected]>
sdl/hints: update SDL_HINT_JOYSTICK_HIDAPI_CORRELATE_XINPUT to be compatible with SDL2 2.0.16

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - c3f299f628ff7a47b271241de1e2a4b091673471 authored over 3 years ago by Lilis Iskandar <[email protected]>
Bump keycloak-core from 9.0.3 to 13.0.0

Bumps [keycloak-core](https://github.com/keycloak/keycloak) from 9.0.3 to 13.0.0.
- [Release not...

github.com/veandco/keycloak-api-key-provider-example - cfa68144beea305888b05ba6122ec6e534b0f037 authored over 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
ttf: add Font.RenderGlyph* methods

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0f56bbcebb54c89e3d06321eb77c6d566b4f7cf7 authored over 3 years ago by Lilis Iskandar <[email protected]>
Update loading-images with correct correct (#10)

Line 51 seems to have been a copy-paste of line 48.
BPM should be PNG in this comment.

github.com/veandco/go-sdl2-examples - 9495046876b434eda56e035404c462bcfdd72a54 authored over 3 years ago by Olivier Berthonneau <[email protected]>
static: remove -Wl,--no-undefined from ldflags. Go 1.17 will have support for linking with LLVM lld, but LLD its self doesn't accept --no-undefined (#481)

github.com/veandco/go-sdl2 - 98538b5f27e1ae69b393a09b80d95a37e64a6013 authored over 3 years ago by Keithcat1 <[email protected]>
sdl/surface: fix []byte length calculation in Pixels() to use pitch multiplied by height

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 7af0886c9ef14053e852e05b2b198d6a2ae2600f authored over 3 years ago by Lilis Iskandar <[email protected]>
.go-sdl2-libs: Update libSDL2_darwin_amd64.a with macOS 10.10 SDK

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - c3fc9cecf2388316154a48fc041cf054f92fa5de authored almost 4 years ago by Lilis Iskandar <[email protected]>
Update README.md with instructions for cross-compiling from Linux to macOS

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 8b6404142776028822c5073ce71a91bfd701eb10 authored almost 4 years ago by Lilis Iskandar <[email protected]>
Add static library and compilation support for macOS arm64

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - cd80a890a1854d8ec41d8815948b110ac7691709 authored almost 4 years ago by Lilis Iskandar <[email protected]>
.go-sdl2-libs: Update header files and libraries for Linux, macOS, and Windows on 386 and amd64

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f9ada795a24b2135c3f97821f5166263f258bb0d authored almost 4 years ago by Lilis Iskandar <[email protected]>
Add freetype download command to MAINTAINING.md

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 3ae3e75fac5861f4e57b9935d64653c52e6d5360 authored almost 4 years ago by Lilis Iskandar <[email protected]>
Update MAINTAINING.md

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 016a827be9c91791072661271a99e5b89d3f4894 authored almost 4 years ago by Lilis Iskandar <[email protected]>
Add MAINTAINING.md to keep notes of how the project is maintained

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 147dc999a97c787d962ae17c271f3f49d8bfd105 authored almost 4 years ago by Lilis Iskandar <[email protected]>
Update .go-sdl2-examples submodule

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 3d23809923cfedd89dc0f97cbd99249a900da584 authored almost 4 years ago by Lilis Iskandar <[email protected]>
examples/render: fix window not showing up in macOS

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2-examples - 29a79b36df6da7ecbcb99360a99f9e71a3cf6413 authored almost 4 years ago by Lilis Iskandar <[email protected]>
mix: Update SDL2_mixer version checking pre-processor to be usable on older version

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f404bbd5bfd96e93627510168d02c29cbcb6a1af authored almost 4 years ago by Lilis Iskandar <[email protected]>
sdl: Implement SDL2 2.0.12 and 2.0.14 bindings

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 04889dd085267f024a5903855293c1648165ffb6 authored almost 4 years ago by Lilis Iskandar <[email protected]>
mix: fix wrong outdated message printed for Mix_OpenAudioDevice

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0609645d44af4f0b75b5a86ed51cd80108b71919 authored almost 4 years ago by Lilis Iskandar <[email protected]>
add go.mod (#475)

github.com/veandco/go-sdl2 - c432ae38cfd2ad1ce805b2e5c9e46dd9593568a7 authored about 4 years ago by jclc <[email protected]>
gfx: update documentation links

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 59c801160bd4bd2afb7489df75f94f2df4d163ac authored about 4 years ago by Lilis Iskandar <[email protected]>
Bump junit from 4.11 to 4.13.1

Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1.
- [Release notes](https...

github.com/veandco/keycloak-api-key-provider-example - 74d2a7bcbbd4f44a475203411869eede24d9f777 authored about 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.go-sdl-libs: update SDL2_ttf static libraries for Windows using MSys packages

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - e1e6fddc529fd5745dbdb79dc74ddbe58963b436 authored over 4 years ago by Lilis Iskandar <[email protected]>
Update static libraries

github.com/veandco/go-sdl2 - efac84439a5dabf62db5c86d3cbcbbc9ac62c322 authored over 4 years ago by Milan Nikolic <[email protected]>
Fixed signature of Renderer.CopyF and used .cptr() on src *Rect's. (#460)

github.com/veandco/go-sdl2 - 49277f6d943ea2a4193be6f4eb54f48b447791b5 authored over 4 years ago by Schobers <[email protected]>
sdl/render: fix CopyExF() parameters not matching the native signature

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 68ac2ecf11c6e128a67518f594a95532ab6133e0 authored over 4 years ago by Lilis Iskandar <[email protected]>
Fix compilation for messagebox and events (#9)

- remove length for message box buttons
- cast joystick id to int

github.com/veandco/go-sdl2-examples - cebe7cd7f12bbcbac68e523825e4852d6530ea0a authored over 4 years ago by waschik <[email protected]>
Correct Mix_OpenAudioDevice condition (#456)

Use mixer version 2.0.2 for Mix_OpenAudioDevice stub to be able to compile on
Ubuntu 18.04. Pre...

github.com/veandco/go-sdl2 - 147d76b417018a03f92d0da32013090300a229fa authored over 4 years ago by waschik <[email protected]>
Bump keycloak.version from 7.0.1 to 9.0.3

Bumps `keycloak.version` from 7.0.1 to 9.0.3.

Updates `keycloak-core` from 7.0.1 to 9.0.3
- [Re...

github.com/veandco/keycloak-api-key-provider-example - c28e5c765448c2ba152421a794739e453785eb84 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
mix: Added binding to Mix_OpenAudioDevice (#454)

* mix: added Mix_OpenAudioDevice binding

* mix: added Mix_OpenAudioDevice stub

* mix: use ...

github.com/veandco/go-sdl2 - 9dccbdb139b8af63c31a3b46d37cc5629e18ab86 authored almost 5 years ago by exopulse <[email protected]>
Fixed init and button detection runtime (#7)

The JoyButtonEvent handler incorrectly checked the t.Type rather than the T.State when deciding ...

github.com/veandco/go-sdl2-examples - 03cd1562fddd64f71ac5348f4664ecb7aba22bed authored almost 5 years ago by Joshua Salzedo <[email protected]>
netlify: update Zola version to 0.10.0

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2.veand.co - 7dbaf7589b362351b3725bf416554992c1b20dc9 authored almost 5 years ago by Lilis Iskandar <[email protected]>
organize html and css

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2.veand.co - 72af4200c0bcc0e6fa89956edcc9ae211f6cb710 authored almost 5 years ago by Lilis Iskandar <[email protected]>
initial commit

Signed-off-by: Jacky Boen <[email protected]>

github.com/veandco/power-status-notifier - e9431603018b4a06bf0615e1af4acf95754bde0b authored almost 5 years ago by Jacky Boen <[email protected]>
v0.1.0

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/porcupine-sys - d909de1859faedca055db0c32132f38c4ebe75f0 authored almost 5 years ago by Lilis Iskandar <[email protected]>
Cargo.toml: Update authors

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/porcupine-sys - f4ece7790ae126bd95030b28984fed980517d850 authored almost 5 years ago by Lilis Iskandar <[email protected]>
Update README.md

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/porcupine-sys - f9dcc64a68ab863eaffafc9fbf94e76bc3bd3997 authored almost 5 years ago by Lilis Iskandar <[email protected]>
examples: add padding at the start and end of audio data

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/porcupine-sys - e779bdf917a51393f76d0332c32838e6f9cda3f2 authored almost 5 years ago by Lilis Iskandar <[email protected]>
Merge pull request #1 from alexmoon/master

Update porcupine-sys to work with porcupine v1.7

github.com/veandco/porcupine-sys - 5d4a08ed1156d0da64914ee95f46cc4917fa2347 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/events: change JoyDeviceAddedEvent's Which member to use JoystickID instead of int

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - e1267dc212621f5ec25c38f98fb9c304c0295cbf authored almost 5 years ago by Lilis Iskandar <[email protected]>
Remove libc dependency

github.com/veandco/porcupine-sys - dda60c045cd1881b0c978e813ddd5a557cc922da authored almost 5 years ago by Alex Moon <[email protected]>
Update bindings for porcupine 1.7

github.com/veandco/porcupine-sys - f688a8b458f607b8028d4fddb3458803f56011bc authored almost 5 years ago by Alex Moon <[email protected]>
Replace i8 with c_char for keyword_file_paths

github.com/veandco/porcupine-sys - c96a247fb8e21b686123f5f4a9e3b59a6979ca28 authored almost 5 years ago by Alex Moon <[email protected]>
examples: android: add instructions for Windows

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2-examples - 756f6fc1084ed7da880f6b31e6788c43464c148f authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/video: fix a typo

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 5af4acbf1b1b54e264fe2b7dc7effd1c1a8408e8 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/gamecontroller: add SDL_GameControllerMappingForDeviceIndex, SDL_GameControllerGetPlayerIndex, and SDL_GameControllerRumble for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0d10c72cbf37d96a586805e4385aa4adc5e7019a authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl: Update TODO.md

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0f0aff6510ff6b885d668509789fbf6120e47d8c authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: fix a typo

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 7616d875609e28493f2b916ad377a27d8819e847 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/joystick: add SDL_JoystickGetDevicePlayerIndex, SDL_JoystickGetPlayerIndex, and SDL_JoystickRumble for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - d73e4f75000f3509b513b6c465a214e27a6484dd authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/system: add SDL_IsTablet for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 108ccb6c3a6ef8e4680c7017017fad3f74e20ad0 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/cpuinfo: add SDL_HasAVX512F for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 8b7fbc6e98b78c38c2cac3dbaca320b0829015ee authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/error: update errorFromInt() to return generic error if SDL2 doesn't have its own error

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - a530dff46d7b8303ea6aa17054164096fdb49178 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/hints: add SDL_HINT_MOUSE_DOUBLE_CLICK_TIME and SDL_HINT_MOUSE_DOUBLE_CLICK_RADIUS for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 44e9d0412d241a51ade7a716f1e76607f95d296b authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: add SDL_HasColorKey for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 4a35c880ea9689cba86c80cfbea488cc326130a7 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/events: add SDL_DisplayEvent for 2.0.9

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0f4156995e59a48d5c729de19cc7060c8364c466 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sass/css: update font family for navigation items

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2.veand.co - 149780631277de9f7131557e8c71e40a9816950e authored almost 5 years ago by Lilis Iskandar <[email protected]>
sass/css: make items in tutorials/lang section auto-wrap

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/sdl2.veand.co - cc35aec90e7d11edd7196fe96b56fd87b36e9954 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: implement Set() for RGBA5551, ABGR1555, BGRA5551, RGBA8888, BGRA8888

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 12aa5b975da8d3482f411e499c1cedda0e1167ea authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/pixels: add RGBA5551Model, ABGR1555Model, BGRA5551Model, RGBA8888Model, BGRA8888Model

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f9c0566ed2b7fc603a503df27389a5e0bdb41e4f authored almost 5 years ago by Lilis Iskandar <[email protected]>
Add openbsd to sdl_cgo.go (#443)

github.com/veandco/go-sdl2 - 5bc87f65f2716e1374edd0cf2a95d60682111165 authored almost 5 years ago by azarus <[email protected]>
sdl/surface: implement Set() for RGBA4444, BGRA4444, ARGB1555

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 9f68aca06319ea2ce4ddb3c8c59267f9db8a0d3b authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/pixels: add RGBA4444Model, BGRA4444Model, ARGB1555Model

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - a420d6b6ceb920b7c60ad7d66521bd92e95dfd9e authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: implement Set() for ABGR4444

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - e76a42a4cc13f0fa0c6c98ee279213fee3413063 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/pixels: add ABGR4444Model

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 9b342c5d77f84b5520bc3cc338c5559b7b7a8505 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: implement Set() for ARGB4444

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - cb7a79ba143420be2fba6c691cf6b3382416905b authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/pixels: add ARGB4444Model

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - f563e3f304c2cd3452ea6a1e936f4be388601edd authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: implement Set() for BGR565 and BGR555

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 8f20ef502e3c7dc84a49e5e83d2e655624ccc0e2 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/pixels: add BGR565Model and BGR555Model

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 0cadadbbdd8706317196ac9bce0b9f37b04052b4 authored almost 5 years ago by Lilis Iskandar <[email protected]>
sdl/surface: implement Set() for RGB555

Signed-off-by: Lilis Iskandar <[email protected]>

github.com/veandco/go-sdl2 - 3d2e725edc107c15f809c641ccbc0d86203aa9a1 authored almost 5 years ago by Lilis Iskandar <[email protected]>