173 コミット (c6a6d19de739b9bc50fcf3c4ae101e3a4a75dabf)

作成者 SHA1 メッセージ 日付
  Ray 20dd4641c8 REVIEWED: Potential security concerns while copying unbounded text data between strings 2ヶ月前
  Kivi ddb827fb6f
Fixed LoadCodepoints declaring a new local variable shadowing `codpoints` (#5430) 2ヶ月前
  Ray e4baf682ab Update rtext.c 2ヶ月前
  Ray 5025009860 REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions 2ヶ月前
  Ray c96669e123 REVIEWED: Webpage reference comments starting with `REF:`, more consistent with `TODO:` and `NOTE:` comments 2ヶ月前
  Ray b465b4e2ea RENAMED: Variable names for consistency, `textLength` (length in bytes) vs `textSize` (measure in pixels) 2ヶ月前
  Ray 2853b28d6d REVIEWED: Avoid program crash if GPU data is tried to be loaded before `InitWindow()` #4751 2ヶ月前
  Ray 2a566544d4 ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 2ヶ月前
  Connor O'Connor 944567651c
replace sprintf with snprintf (#5382) 3ヶ月前
  Connor O'Connor 1bbc8682f4
Fixed some typos and mispellings (#5381) 3ヶ月前
  Ray e1b9857b14 Some TODOs and format reviews 3ヶ月前
  Ray 265fa7833c Update rtext.c 3ヶ月前
  Ray f21c1cc6ae Update rtext.c 3ヶ月前
  Ray ec828071ef Update rtext.c 3ヶ月前
  Ray 57e22d5fa0 Update rtext.c 3ヶ月前
  Ray 8ae2c9cf5f FIX: `LoadFontDataBDF()` #5346 3ヶ月前
  Ray ec06f9be37 Removed trailing spaces 4ヶ月前
  Saksham Goyal adfe2c1704
C++ compiler support v2 (#5252) 4ヶ月前
  Ray 5dd97ecf2f REVIEWED: `TextToPascal()`, fix https://github.com/raylibtech/rtools/issues/57 4ヶ月前
  Ray 37149082e8 Avoid warnings 5ヶ月前
  Ray 23e0898c65 Ouch! 5ヶ月前
  Ray c264c86ee0 ADDED: Some useful functions for Files and Text management 5ヶ月前
  Ray ed8f1a22d1 Remove trailing spaces 5ヶ月前
  Ray 8e52aee853 Update rtext.c 5ヶ月前
  Ray 51aa8776bb Update rtext.c 5ヶ月前
  Ray 0203a47bf9 REDESIGNED: `LoadTextLines()`/`UnloadTextLines()` 5ヶ月前
  Ray 2cb387b50a REVIEWED: Font atlas image generation, added some comments #5141 6ヶ月前
  Ray 1fa3c15942 Revert "add const qualifier to the first arg of TextJoin (#5166)" 6ヶ月前
  JohnnyCena123 4e8d08523f
add const qualifier to the first arg of TextJoin (#5166) 6ヶ月前
  Ray 29ce5d8aa9 WARNING: BREAKING: `LoadFontData()` redesigned, added parameter 6ヶ月前
  Ray 8f32c502a7 REVIEWED: Code sections definition 6ヶ月前
  Ray 1777da9056 REVIEWED: Avoid realloc() calls, small security improvement 6ヶ月前
  Ray 0a92c863c4 Reverted const codepoints to avoid warnings 6ヶ月前
  Ray edce3d41b2 REVERT: Making codepoints const, variable is used to generate list in case it was NULL 6ヶ月前
  Ray ecedf40da6 REVIEW: `const` for codepoints arrays passed to function #5159 6ヶ月前
  Ray d2f6c4924c ADDED: [rtext] `LoadTextLines()`/`UnloadTextLines()` 6ヶ月前
  Ray 52980c947d REVIEWED: [rtext] Provide more detailed info on glyphs failing to pack #5141 6ヶ月前
  Siltnamis 3c9c66e72b use RL_MALLOC in stb_truetype 6ヶ月前
  Ray 570082deba `WARNING`: **NEW** raylib code CONVENTION: Comments do not end with '.' 6ヶ月前
  Ray 7b017b60d9 Move global variable to right code section 7ヶ月前
  Catania 3d93b30262
Update font load message 7ヶ月前
  Ray 59bcf680aa Code gardening... 8ヶ月前
  Ray 5ddd13b775 REVIEWED: Hexadecimal formatting to be consistent 9ヶ月前
  Ray 9d4c31533d Update rtext.c 9ヶ月前
  Jeffery Myers ebaa922f6b Properly clean up the default font on unload, it may be reused if the window is created again 9ヶ月前
  Jeffery Myers 94c5de33a0 Make the default font loadable before InitWindow, for use with the image API. 10ヶ月前
  Ray 5b940692ea REVIEWED: `ExportFontAsCode()` not checking `isGpuReady` #4894 10ヶ月前
  veins1 1d87932d93
TextSubtext fixes (#4759) 1年前
  sleeptightAnsiC 99dfec070a
[rtext] fix: misuse of cast in GetCodepointCount (#4741) 1年前
  Ray e227371265 REVIEWED: `TextJoin()`, convert `const char **` to `char**` 1年前