FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for examples/android - drawcode/SFML · GitHub
drawcode
/
SFML
Public
forked from
SFML/SFML
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
Breadcrumbs
History for
SFML
examples
android
on
master
User selector
Datepicker
Commit history
Commits on Apr 25, 2023
Reorder includes hierarchically
vittorioromeo
authored and
eXpl0it3r
committed
cbfa9cb
View commit details
Copy full SHA for cbfa9cb
View code at this point
Browse repository at this point
Commits on Apr 5, 2023
Remove default `sf::Text` constructor
ChrisThrasher
committed
2c99b33
View commit details
Copy full SHA for 2c99b33
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Run clang-format
ChrisThrasher
authored and
eXpl0it3r
committed
4f52793
View commit details
Copy full SHA for 4f52793
View code at this point
Browse repository at this point
Commits on Jun 25, 2022
Remove trailing whitespace
ChrisThrasher
authored and
vittorioromeo
committed
0812054
View commit details
Copy full SHA for 0812054
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Limit the scope of event object
ChrisThrasher
authored and
vittorioromeo
committed
dbac180
View commit details
Copy full SHA for dbac180
View code at this point
Browse repository at this point
Commits on May 17, 2022
Use `sf::Vector2<T>` for numeric parameter pairs
ChrisThrasher
authored and
eXpl0it3r
committed
0785093
View commit details
Copy full SHA for 0785093
View code at this point
Browse repository at this point
Commits on Apr 12, 2022
Ensure files end with newline character
ChrisThrasher
authored and
eXpl0it3r
committed
a302a98
View commit details
Copy full SHA for a302a98
View code at this point
Browse repository at this point
Commits on Dec 15, 2021
Update Android example build to C++17
pparuzel
authored and
vittorioromeo
committed
96a4262
View commit details
Copy full SHA for 96a4262
View code at this point
Browse repository at this point
Remove redundant APIs taking '(x, y)' in favour of ones taking 'sf::Vector'
vittorioromeo
committed
e9e353a
View commit details
Copy full SHA for e9e353a
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Use 'nullptr' instead of 'NULL'
vittorioromeo
committed
c9f7cb3
View commit details
Copy full SHA for c9f7cb3
View code at this point
Browse repository at this point
Commits on Apr 2, 2021
Switch example resources to public domain ones.
elijahfhopp
authored and
eXpl0it3r
committed
20238e7
View commit details
Copy full SHA for 20238e7
View code at this point
Browse repository at this point
Commits on Oct 11, 2018
Disabled the JNI part due to compatibility issues
eXpl0it3r
committed
ae0ec9d
View commit details
Copy full SHA for ae0ec9d
View code at this point
Browse repository at this point
Commits on Apr 14, 2018
Android work in progress changes
MarioLiebisch
authored and
eXpl0it3r
committed
f4c25ac
View commit details
Copy full SHA for f4c25ac
View code at this point
Browse repository at this point
Android: Upgraded the example to work with Gradle
pjmlp
authored and
eXpl0it3r
committed
3a96024
View commit details
Copy full SHA for 3a96024
View code at this point
Browse repository at this point
Commits on Feb 15, 2018
Return correct key code for delete/backspace on android.
Show description for 1862946
Foaly
authored and
eXpl0it3r
committed
1862946
View commit details
Copy full SHA for 1862946
View code at this point
Browse repository at this point
Commits on Jul 23, 2016
Android: Readded support for libc++ and use it as the standard STL
MarioLiebisch
committed
3a2e176
View commit details
Copy full SHA for 3a2e176
View code at this point
Browse repository at this point
Commits on Jul 21, 2016
Fixed current Android compilation issues
Show description for 757094a
MarioLiebisch
authored and
eXpl0it3r
committed
757094a
View commit details
Copy full SHA for 757094a
View code at this point
Browse repository at this point
Commits on Apr 22, 2016
Android: Added `sf::getNativeActivity()` to retrieve a handle to the current activity
Show description for 9f6f02f
MarioLiebisch
authored and
eXpl0it3r
committed
9f6f02f
View commit details
Copy full SHA for 9f6f02f
View code at this point
Browse repository at this point
Commits on Apr 14, 2015
Fix whitespace: Convert tabs to spaces and remove trailing whitespace.
binary1248
authored and
eXpl0it3r
committed
e80bf0b
View commit details
Copy full SHA for e80bf0b
View code at this point
Browse repository at this point
Commits on Mar 4, 2015
Android: Updated the toolchain file and CMake scripts
Show description for 34692d5
MarioLiebisch
authored and
eXpl0it3r
committed
34692d5
View commit details
Copy full SHA for 34692d5
View code at this point
Browse repository at this point
Commits on Jun 21, 2014
[Android] Changed APP_PLATFORM value to android-9 in Application.mk
intjelic
committed
a06ecb0
View commit details
Copy full SHA for a06ecb0
View code at this point
Browse repository at this point
[Android] Fixed <uses-sdk> appears after <application> tag warning
intjelic
committed
9e3b466
View commit details
Copy full SHA for 9e3b466
View code at this point
Browse repository at this point
[Android] Updated target SDK version to 19
intjelic
committed
06b73f3
View commit details
Copy full SHA for 06b73f3
View code at this point
Browse repository at this point
[Android] Avoid hardcoding the debug mode in AndroidManifest.xml
intjelic
committed
e726c24
View commit details
Copy full SHA for e726c24
View code at this point
Browse repository at this point
[Android] Updated example to handle screen rotation events (#531)
intjelic
committed
775277b
View commit details
Copy full SHA for 775277b
View code at this point
Browse repository at this point
Commits on Apr 20, 2014
[Android] The armeabi version of SFML is now built by default (the example as well)
intjelic
committed
76fddc0
View commit details
Copy full SHA for 76fddc0
View code at this point
Browse repository at this point
[Android] Dropped stlport in favor of libc++ which supports C++11
intjelic
committed
2caec96
View commit details
Copy full SHA for 2caec96
View code at this point
Browse repository at this point
[Android] SFML activity allows a custom library name for the user application
intjelic
committed
a1b0e73
View commit details
Copy full SHA for a1b0e73
View code at this point
Browse repository at this point
[Android] Added the example
intjelic
committed
6e57380
View commit details
Copy full SHA for 6e57380
View code at this point
Browse repository at this point
Loading
Back
|
FazBrowse Home
|
New Git URL