Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use nullptr in all C++ code | Pierre Ossman | 2024-06-24 | 1 | -2/+2 |
* | Use operator overloading for comparison | Pierre Ossman | 2023-02-04 | 1 | -4/+4 |
* | Use stdint types | Pierre Ossman | 2023-02-01 | 1 | -6/+6 |
* | Protect key variables from setjmp() | Pierre Ossman | 2023-01-05 | 1 | -5/+7 |
* | Explicitly mark unused parameters | Pierre Ossman | 2023-01-04 | 1 | -1/+1 |
* | Be consistent in including config.h | Pierre Ossman | 2021-12-30 | 1 | -0/+4 |
* | spelling fixes | klemens | 2017-01-28 | 1 | -1/+1 |
* | Make sure Exceptions do not use unsafe format strings | Pierre Ossman | 2015-03-03 | 1 | -2/+2 |
* | Remove a lot of platform compatibilty stuff | Pierre Ossman | 2014-07-07 | 1 | -1/+0 |
* | Fix some offenders that poke around in the PixelFormat internals | Pierre Ossman | 2014-07-07 | 1 | -27/+22 |
* | Consistent use of stride vs pitch | Pierre Ossman | 2014-07-07 | 1 | -7/+8 |
* | Need to include os/print.h, because Windows doesn't have snprintf() | DRC | 2011-11-03 | 1 | -0/+1 |
* | Move JPEG decoding into a standalone class (these should have been checked in... | DRC | 2011-11-03 | 1 | -0/+233 |