Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
clp3z
/
korge
Public
forked from
korlibs/korge
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Jan 27, 2024
Add CompressionMethod.compress/uncompress with ByteArray to make it more obvious when starting with the compression method (#2137)
soywiz
authored
11993ae
View commit details
Copy full SHA for 11993ae
Browse repository at this point
Rename AsyncByteArrayDeque to AsyncRingBuffer to avoid confusions + GZIP test (#2136)
soywiz
authored
2285b34
View commit details
Copy full SHA for 2285b34
Browse repository at this point
Commits on Jan 16, 2024
Introduce korlibs-concurrent (Lock + NativeThread) + add logger, datastructure and platform to K/N desktop targets (#2132)
soywiz
authored
3fe7a19
View commit details
Copy full SHA for 3fe7a19
Browse repository at this point
Separated logger from foundation to a new module (#2131)
akosholloszabo
authored
55a84ad
View commit details
Copy full SHA for 55a84ad
Browse repository at this point
Commits on Jan 15, 2024
Fixes WASM index generation (#2130)
soywiz
authored
5c75165
View commit details
Copy full SHA for 5c75165
Browse repository at this point
Commits on Jan 14, 2024
Allow providing pre-allocated BufferedImage for awtConvertImage (#2129)
Show description for 1f39a40
Kietyo
authored
1f39a40
View commit details
Copy full SHA for 1f39a40
Browse repository at this point
Commits on Jan 12, 2024
Implement ASE 9-patch reading in KorGE (#2126)
soywiz
authored
2b01e2f
View commit details
Copy full SHA for 2b01e2f
Browse repository at this point
Commits on Jan 9, 2024
Fixes packageJvmFatJar with gradle configuration cache (#2118)
soywiz
authored
91dd8df
View commit details
Copy full SHA for 91dd8df
Browse repository at this point
Update settings.gradle.kts (#2124)
soywiz
authored
928a52a
View commit details
Copy full SHA for 928a52a
Browse repository at this point
Commits on Jan 7, 2024
Datastructure package extracted from foundation to separate module : korlibs-datastructure (#2123)
akosholloszabo
authored
a5634ae
View commit details
Copy full SHA for a5634ae
Browse repository at this point
Extracted platform package from foundation to a new module: korlibs-platform (#2122)
akosholloszabo
authored
904b33c
View commit details
Copy full SHA for 904b33c
Browse repository at this point
Commits on Jan 3, 2024
DEPLOY: try to fix FORCED_VERSION
soywiz
committed
73c480a
View commit details
Copy full SHA for 73c480a
Browse repository at this point
DEPLOY: publishMacos*64PublicationToMavenRepository should run on a macos machine
soywiz
committed
cf5f788
View commit details
Copy full SHA for cf5f788
Browse repository at this point
DEPLOY: workflow_dispatch
soywiz
committed
035d380
View commit details
Copy full SHA for 035d380
Browse repository at this point
Use a build matrix for publishing + include K/N desktop publishing (#2117)
soywiz
authored
c808f10
View commit details
Copy full SHA for c808f10
Browse repository at this point
Remove time from crypto dependencies (#2112) (#2114)
Show description for 813c764
InsanusMokrassar
authored
813c764
View commit details
Copy full SHA for 813c764
Browse repository at this point
Add `subScheme` Support and Align with `RFC 3986 Section 3.1` for Scheme Extraction (Fixes #2101) (#2110)
itboy87
authored
653e56c
View commit details
Copy full SHA for 653e56c
Browse repository at this point
Commits on Jan 1, 2024
Enable Kotlin/Native desktop for korlibs-crypto (#2111)
soywiz
authored
f0da084
View commit details
Copy full SHA for f0da084
Browse repository at this point
fix CharReaderFromSyncStream read characters less than chunkSize (#2108) (#2109)
itboy87
authored
0effa24
View commit details
Copy full SHA for 0effa24
Browse repository at this point
Commits on Dec 31, 2023
URL schemes always lowercase fixes issue #2092 (#2102)
itboy87
authored
e7f2a98
View commit details
Copy full SHA for e7f2a98
Browse repository at this point
Implements time information in Vfs.stat on iOS (#2105)
soywiz
authored
e617e70
View commit details
Copy full SHA for e617e70
Browse repository at this point
Commits on Dec 30, 2023
Handle empty or invalid URLs when resolving, fixes #2093 (#2097)
itboy87
authored
f41005e
View commit details
Copy full SHA for f41005e
Browse repository at this point
Commits on Dec 29, 2023
Bump android-build-gradle to 8.2.0 (#2095)
soywiz
authored
4e35ff9
View commit details
Copy full SHA for 4e35ff9
Browse repository at this point
Remove korlibs-crypto unused dependencies (#2091)
soywiz
authored
a8a1cca
View commit details
Copy full SHA for a8a1cca
Browse repository at this point
fix URL.resolve and PathInfo.normalize (#2090)
itboy87
authored
1ffa0dc
View commit details
Copy full SHA for 1ffa0dc
Browse repository at this point
Commits on Dec 28, 2023
Extraction of korlibs-crypto (#2072)
InsanusMokrassar
authored
cc5c2f3
View commit details
Copy full SHA for cc5c2f3
Browse repository at this point
Commits on Dec 22, 2023
Kotlin 1.9.22 (#2085)
soywiz
authored
5efc475
View commit details
Copy full SHA for 5efc475
Browse repository at this point
Simplify build matrix in TEST workflow (#2086)
soywiz
authored
1a837f0
View commit details
Copy full SHA for 1a837f0
Browse repository at this point
Support filtering in TextBlock for bitmap fonts (#2081)
soywiz
authored
584f3d5
View commit details
Copy full SHA for 584f3d5
Browse repository at this point
25min timeout on CI (#2083)
soywiz
authored
8be3e0c
View commit details
Copy full SHA for 8be3e0c
Browse repository at this point
Commits on Dec 21, 2023
Add view Text.textRange Start/End (#2082)
soywiz
authored
09a7d50
View commit details
Copy full SHA for 09a7d50
Browse repository at this point
Support optional FFI functions. Make objc_msgSend_stret optional. (#2079)
soywiz
authored
9554bfb
View commit details
Copy full SHA for 9554bfb
Browse repository at this point
Supports negative-size text .fnt files (#2080)
soywiz
authored
7b70ada
View commit details
Copy full SHA for 7b70ada
Browse repository at this point
Commits on Dec 20, 2023
Try to void repo being detected as Webassembly instead of Kotlin (#2078)
soywiz
authored
65c4579
View commit details
Copy full SHA for 65c4579
Browse repository at this point
Fixes VfsOpenMode.APPEND on JVM/Android and test on other platforms (#2076)
soywiz
authored
ddae175
View commit details
Copy full SHA for ddae175
Browse repository at this point
Previous
Next
You can’t perform that action at this time.