FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/SFML/Graphics/Texture.cpp - githubhy/SFML · GitHub
githubhy
/
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
src
SFML
Graphics
Texture.cpp
on
master
User selector
Datepicker
Commit history
Commits on Jun 16, 2024
Some simplifications taking advantage of Rect position and size members
kimci86
authored and
vittorioromeo
committed
58e8305
View commit details
Copy full SHA for 58e8305
View code at this point
Browse repository at this point
Remove Rect getPosition and getSize methods
kimci86
authored and
vittorioromeo
committed
c371bc6
View commit details
Copy full SHA for c371bc6
View code at this point
Browse repository at this point
Replace Rect members left, top, width, height by position and size
kimci86
authored and
vittorioromeo
committed
7e5ed78
View commit details
Copy full SHA for 7e5ed78
View code at this point
Browse repository at this point
Commits on Jun 10, 2024
Consistently print errors in factory functions
vittorioromeo
committed
a303cee
View commit details
Copy full SHA for a303cee
View code at this point
Browse repository at this point
Commits on Jun 8, 2024
Fix inconsistencies in `sf::Texture` move and swap
vittorioromeo
authored and
ChrisThrasher
committed
8acb9d9
View commit details
Copy full SHA for 8acb9d9
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
Remove default empty state of `sf::Texture`
ChrisThrasher
committed
bfd6598
View commit details
Copy full SHA for bfd6598
View code at this point
Browse repository at this point
Commits on May 23, 2024
Remove redundant parentheses
ChrisThrasher
committed
6f459bb
View commit details
Copy full SHA for 6f459bb
View code at this point
Browse repository at this point
Commits on May 19, 2024
Remove default empty state of `sf::Image`
ChrisThrasher
committed
0ac278b
View commit details
Copy full SHA for 0ac278b
View code at this point
Browse repository at this point
Commits on May 14, 2024
Replace C arrays with `std::array`
ChrisThrasher
committed
593c4fe
View commit details
Copy full SHA for 593c4fe
View code at this point
Browse repository at this point
Commits on May 13, 2024
Remove unnecessary `sf::` namespace usage
ChrisThrasher
committed
3150384
View commit details
Copy full SHA for 3150384
View code at this point
Browse repository at this point
Commits on Apr 27, 2024
Require that variables are initialized
ChrisThrasher
committed
249caa2
View commit details
Copy full SHA for 249caa2
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Use `std::{min|max}`
Show description for aa3d0b7
ChrisThrasher
committed
aa3d0b7
View commit details
Copy full SHA for aa3d0b7
View code at this point
Browse repository at this point
Commits on Feb 9, 2024
Header cleanup guided by IWYU
vittorioromeo
committed
b552148
View commit details
Copy full SHA for b552148
View code at this point
Browse repository at this point
Commits on Feb 3, 2024
Header include clean-up and minor refactoring
vittorioromeo
committed
368ff9d
View commit details
Copy full SHA for 368ff9d
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
Update copyright year
Marioalexsan
authored and
ChrisThrasher
committed
3ca42c9
View commit details
Copy full SHA for 3ca42c9
View code at this point
Browse repository at this point
Add texture coordinate type to `sf::RenderStates`
cschreib
authored and
ChrisThrasher
committed
ebf4857
View commit details
Copy full SHA for ebf4857
View code at this point
Browse repository at this point
Commits on Nov 20, 2023
Added support for scissor testing.
binary1248
authored and
ChrisThrasher
committed
5a2f30c
View commit details
Copy full SHA for 5a2f30c
View code at this point
Browse repository at this point
Commits on Oct 9, 2023
Fixed texture being upside down on Android when copying the texture of a RenderTexture
texus
authored and
ChrisThrasher
committed
67c9019
View commit details
Copy full SHA for 67c9019
View code at this point
Browse repository at this point
Commits on Oct 8, 2023
Added GitHub Actions jobs to build with OpenGL ES on Linux GCC.
binary1248
authored and
ChrisThrasher
committed
90ebf68
View commit details
Copy full SHA for 90ebf68
View code at this point
Browse repository at this point
Commits on Sep 17, 2023
Add clang-tidy `modernize-return-braced-init-list` check
ChrisThrasher
committed
9dc2e54
View commit details
Copy full SHA for 9dc2e54
View code at this point
Browse repository at this point
Commits on Aug 21, 2023
Remove unnecessary parentheses
ChrisThrasher
committed
62c376f
View commit details
Copy full SHA for 62c376f
View code at this point
Browse repository at this point
Commits on Jul 10, 2023
Add doc strings to remaining assertions
ChrisThrasher
committed
98df0fe
View commit details
Copy full SHA for 98df0fe
View code at this point
Browse repository at this point
Commits on Jul 7, 2023
Merge branch '2.6.x' into feature/backmerge
ChrisThrasher
committed
f65c005
View commit details
Copy full SHA for f65c005
View code at this point
Browse repository at this point
Commits on Jul 4, 2023
Ensure that the OpenGL extensions have been loaded
eXpl0it3r
committed
25920bb
View commit details
Copy full SHA for 25920bb
View code at this point
Browse repository at this point
Commits on Jun 2, 2023
Moved most variables in sfml-graphics, GlResource and GlContext out of namespace scope.
binary1248
authored and
ChrisThrasher
committed
b39be46
View commit details
Copy full SHA for b39be46
View code at this point
Browse repository at this point
Commits on May 4, 2023
Add `misc-const-correctness` clang-tidy check
ChrisThrasher
committed
fb1cfdc
View commit details
Copy full SHA for fb1cfdc
View code at this point
Browse repository at this point
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
Use structured bindings
ChrisThrasher
committed
f3aac01
View commit details
Copy full SHA for f3aac01
View code at this point
Browse repository at this point
Commits on Mar 29, 2023
Added move constructor, and move assignment operator.
Jim-Marsden
authored and
eXpl0it3r
committed
a8bc8cf
View commit details
Copy full SHA for a8bc8cf
View code at this point
Browse repository at this point
Commits on Mar 7, 2023
Make moving Shapes, swapping Textures and swapping VertexBuffers noexcept.
binary1248
authored and
ChrisThrasher
committed
f4e0c4b
View commit details
Copy full SHA for f4e0c4b
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Update copyright year
ChrisThrasher
authored and
eXpl0it3r
committed
8a307df
View commit details
Copy full SHA for 8a307df
View code at this point
Browse repository at this point
Commits on Jan 12, 2023
Update to year 2023
rtkid-nt
authored
1f01671
View commit details
Copy full SHA for 1f01671
View code at this point
Browse repository at this point
Commits on Jan 11, 2023
Remove unnecessary casts
ChrisThrasher
committed
badb388
View commit details
Copy full SHA for badb388
View code at this point
Browse repository at this point
Changed from std::scoped_lock to std::lock_guard
Jim-Marsden
authored and
ChrisThrasher
committed
b2009e2
View commit details
Copy full SHA for b2009e2
View code at this point
Browse repository at this point
Commits on Dec 18, 2022
Use in-class member initializers
ChrisThrasher
committed
b7198b0
View commit details
Copy full SHA for b7198b0
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL