index
:
delta/sdl.git
SDL-1.2
SDL-1.2-olpc
SDL-1.3
SDL-ryan-batching-renderer
SDL-ryan-multiple-audio-device
apk
baserock/morph
experimental
gsoc2008_audio_resampling
gsoc2008_force_feedback
gsoc2008_iphone
gsoc2008_manymouse
gsoc2008_nds
gsoc2009_IME
gsoc2009_ps3
gsoc2009_unit_tests
iOS-improvements
master
hg.libsdl.org: SDL
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
timer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed support for clock_gettime_nsec_np()
Sam Lantinga
2021-02-01
1
-22
/
+5
*
Fixed bug 5467 - SDL sys timer Mac OS update proposal
Sam Lantinga
2021-01-23
1
-5
/
+22
*
Updated copyright for 2021
Sam Lantinga
2021-01-02
8
-8
/
+8
*
Fixed bug 5235 - All internal sources should include SDL_assert.h
Sam Lantinga
2020-12-09
1
-1
/
+0
*
os2: a _lot_ of coding style cleanup, sot that they match the SDL style.
Ozkan Sezer
2020-10-15
1
-101
/
+85
*
os2: updated copyright dates for 2020. header guard fixes.
Ozkan Sezer
2020-10-14
1
-1
/
+1
*
os2: add port files for SDL2-2.0.4 from Andrey Vasilkin
Ozkan Sezer
2020-10-14
1
-0
/
+189
*
emscripten: Introduce SDL_HINT_EMSCRIPTEN_ASYNCIFY
Sylvain Beucler
2020-06-27
1
-2
/
+3
*
emscripten: support pseudo-synchronous screen refresh and events update using...
Sylvain Beucler
2020-06-27
1
-0
/
+11
*
Updated copyright date for 2020
Sam Lantinga
2020-01-16
7
-7
/
+7
*
Updated copyright for 2019
Sam Lantinga
2019-01-04
7
-7
/
+7
*
Fix warnings detected on Android build
Sylvain Becker
2018-12-06
1
-2
/
+1
*
Add and update include guards
MichaĆ Janiszewski
2018-10-28
1
-0
/
+6
*
Updated copyright for 2018
Sam Lantinga
2018-01-03
7
-7
/
+7
*
Fixed bug 3745 - specify SDLCALL as the calling convention for API callbacks
Sam Lantinga
2017-08-14
1
-1
/
+1
*
Fixed bug 2764 - Timer is not rescheduled with the returned interval
Sam Lantinga
2017-08-13
1
-0
/
+1
*
Fixed bug 3744 - missing SDLCALL in several functions
Sam Lantinga
2017-08-13
1
-1
/
+1
*
haiku: Changed header paths to be more compatible.
Philipp Wiesemann
2017-07-29
1
-1
/
+1
*
Updated copyright for 2017
Sam Lantinga
2017-01-01
7
-7
/
+7
*
Patch from Sylvain to fix clang warnings
Sam Lantinga
2016-11-13
1
-0
/
+1
*
Windows: Fixed not removing the always added hint callback on quit.
Philipp Wiesemann
2016-10-16
1
-4
/
+2
*
threads: Move SDL's own thread creation to a new internal API.
Ryan C. Gordon
2016-04-12
1
-12
/
+4
*
Windows: make sure SDL_TicksInit has been called before calling Sleep(ms) in ...
Alex Szpakowski
2016-02-14
1
-0
/
+4
*
Remove almost all instances of "volatile" keyword.
Ryan C. Gordon
2016-01-03
1
-26
/
+17
*
Updated copyright to 2016
Sam Lantinga
2016-01-02
7
-7
/
+7
*
Use CLOCK_MONOTONIC_RAW, if available, which is not subject to adjustment by NTP
Sam Lantinga
2015-06-19
1
-3
/
+12
*
Updated the copyright year to 2015
Sam Lantinga
2015-05-26
7
-7
/
+7
*
Cleaned up the macro salsa in the Windows timer code.
Ryan C. Gordon
2015-04-20
1
-56
/
+29
*
Windows: Always set the system timer resolution to 1ms by default.
Ryan C. Gordon
2015-04-20
1
-7
/
+10
*
Added missing guards in implementation for PSP.
Philipp Wiesemann
2015-01-31
1
-0
/
+4
*
Added missing include statements in implementation for PSP.
Philipp Wiesemann
2015-01-31
1
-0
/
+1
*
WinRT: build fix for Visual C++ 2013 Update 4
David Ludwig
2014-11-15
1
-1
/
+13
*
Fixed compiler warnings on iOS
Sam Lantinga
2014-07-07
1
-4
/
+2
*
Fix compiler warnings in Native Client and Linux builds.
Sam Clegg
2014-06-20
1
-0
/
+7
*
Integrated David Ludwig's support for Windows RT
Sam Lantinga
2014-03-09
7
-34
/
+80
|
\
|
*
Fixed bug 2423 - timeBeginPeriod & timeEndPeriod mismatch
Sam Lantinga
2014-03-01
6
-17
/
+59
|
*
Fixed bug 2374 - Update copyright for 2014...
Sam Lantinga
2014-02-02
7
-7
/
+7
|
*
Implemented the Dynamic API magic.
Ryan C. Gordon
2013-12-09
1
-0
/
+4
|
*
Make internal SDL sources include SDL_internal.h instead of SDL_config.h
Ryan C. Gordon
2013-11-24
6
-6
/
+6
*
|
Fixed line endings on WinRT source code
Sam Lantinga
2014-03-09
1
-11
/
+11
*
|
WinRT: merged with latest SDL 2.x/HG code
David Ludwig
2013-11-28
1
-0
/
+25
|
\
\
|
|
/
|
/
|
|
*
WinRT: merged with SDL 2.0.1 codebase
David Ludwig
2013-10-27
1
-0
/
+25
|
|
\
|
|
*
WinRT: build fixes and additional WinRT-related integrations with SDL 2.0.0
David Ludwig
2013-08-13
1
-0
/
+25
*
|
|
Renamed things named after BeOS to be named after Haiku instead.
Ryan C. Gordon
2013-11-14
1
-3
/
+3
|
/
/
*
|
Fixes bug #2074 - Thanks Sylvain!
Gabriel Jacobo
2013-08-29
1
-3
/
+3
*
|
Fixes for -Wdeclaration-after-statement
Gabriel Jacobo
2013-08-21
1
-2
/
+2
*
|
Patched to compile with Visual Studio.
Ryan C. Gordon
2013-08-17
1
-4
/
+4
*
|
Fixed for consistency with the other platforms
Sam Lantinga
2013-08-17
1
-2
/
+4
*
|
auto init the ticks if the GetTicks and the like methods are called before SD...
Edward Rudd
2013-08-17
6
-18
/
+61
|
/
*
Fixed bug 1925 - SDL_GetPerformanceFrequency returns incorrect value on iOS
Sam Lantinga
2013-08-10
1
-2
/
+2
[next]