index
:
pragtical
SDL2
master
The practical and pragmatic code editor.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2021-11-01
Update renderer.c
Adam
2021-10-31
Just added MAX. More inline with other constant.
Adam Harrison
2021-10-31
Expand glyphsets to accomodate emojis.
Adam Harrison
2021-10-28
ensure command alignment is correct
Jan200101
2021-10-20
Merge pull request #616 from adamharrison/font-groupings
Adam
2021-10-17
Added in a missing static.
Adam Harrison
2021-10-17
Allowed for a white square as part of the other groups.
Adam Harrison
2021-10-17
Added in a rectdraw when a fallback glyph isn't present.
Adam Harrison
2021-10-17
Clarified.
Adam Harrison
2021-10-16
Broke out font groupings.
Adam Harrison
2021-10-16
Fixed minor issue.
Adam Harrison
2021-10-16
Changed computation to take into account alpha blending.
Adam Harrison
2021-10-12
Added in support for font groupings.
Adam Harrison
2021-10-12
Merge pull request #596 from adamharrison/fix-clip-boundaries
Adam
2021-10-12
Fixed writing before clip.
Adam Harrison
2021-10-12
rely on /proc/self
Jan200101
2021-10-11
Fixed clip issues if glyph exists before clip.x
Adam Harrison
2021-10-07
Fixed clip boundaries.
Adam Harrison
2021-10-02
Fixed negative pens.
Adam Harrison
2021-10-02
Merge pull request #521 from adamharrison/remove-font-renderer
Francesco
2021-10-01
Fixed issues if one got into high codepoint ranges.
Adam Harrison
2021-10-01
Fixed issue with metrics.
Adam Harrison
2021-09-29
Fix the size and blurriness of the icon on OSX (#553)
Jean-André Santoni
2021-09-26
Unecessary call..
Adam Harrison
2021-09-26
Used different weights.
Adam Harrison
2021-09-26
Rearranged DPI calc so that on calc failure, returns 1. (#547)
Adam
2021-09-26
Potentially fixing issue with cache not invalidating on restart. (#548)
Adam
2021-09-25
Reverted bledthrough changes.
Adam Harrison
2021-09-25
Added in a float for rencache.
Adam Harrison
2021-09-25
Addressed issue where glyphs would continue to draw past their clip.
Adam Harrison
2021-09-25
Missed a float.
Adam Harrison
2021-09-25
Converted all ints to floats for x coordinate purposes.
Adam Harrison
2021-09-24
Made width return a floating point.
Adam Harrison
2021-09-25
fix unable to load any native library
takase1121
2021-09-24
Added in correcion calculations for surface_scale.
Adam Harrison
2021-09-24
Added in underline as well.
Adam Harrison
2021-09-24
Fixed up some naming conventions, and also added bolding and italics.
Adam Harrison
2021-09-24
Removed lib font renderer mention.
Adam Harrison
2021-09-24
Meson build updated.
Adam Harrison
2021-09-24
Removed font renderer.
Adam Harrison
2021-09-23
Merge pull request #527 from adamharrison/native-interop
Adam
2021-09-20
Removed extra boolean.
Adam Harrison
2021-09-20
Removed extra macros, used PLATFORM. Also removed MACOS, as it's redundant C ...
Adam Harrison
2021-09-20
Less C code, and more namespacing is better.
Adam Harrison
2021-09-20
Added in plugin table.
Adam Harrison
2021-09-19
Avoid unnecessary call to SDL_GetModState
Francesco Abbate
2021-09-18
Added in custom runtime environment variable for ease of testing. (#538)
Adam
2021-09-17
Fix numpad fn keys (#532)
Francesco
2021-09-16
Split entrypoints in half.
Adam Harrison
2021-09-16
Should be elif.
Adam Harrison
[next]