aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2025-04-09core: use SDL3 application callbackscore/sdl-callbacktakase1121
2025-04-08SDL3 port (#1756)Jan
2024-12-04api/system: make stat() call consistent across platforms (#1864)Takase
2024-10-22Allow writing to hidden files on Windows (#1653)Takase
2024-09-13Add primary selection support (#1729)Guldoman
2024-06-22move window creation and management to Lua (#1751)Jan
2024-01-23Add system.setenv (#1706)Chloé Vulquin
2023-11-29Fix running `core.step` when receiving an event while not waitingGuldoman
2023-10-21fix(dirmonitor): deadlock if error handler jumps somewhere else (#1647)Takase
2023-07-23docs(system): fix missing parameter for system.path_compare (#1566)Takase
2023-05-13docs(system): make all parameters for set_window_hit_test optionaltakase1121
2022-12-21Merge pull request #1245 from Jan200101/PR/touch-eventGuldoman
2022-12-20core: ported regex.gsub to faster native version (#1233)Jefferson González
2022-12-20add touch eventsJan200101
2022-12-11Add `regex.find_offsets`, `regex.find`, improve `regex.match` (#1232)Guldoman
2022-11-30docs api: added dirmonitorjgmdev
2022-11-30docs api: minor correctionsjgmdev
2022-11-23update documentation for system (#1210)Takase
2022-09-29system: added raise_window() (#1131)Jefferson González
2022-09-22docs: documented ARCH global.jgmdev
2022-08-20Added a smoothing and strikethrough option to font loading. (#1087)Aqil Contractor
2022-06-23renderer fonts: additions and improvementsjgmdev
2022-05-14docs: added font.group to renderer and other adjustmentsjgmdev
2022-05-11c core: fix extra utf8 build conflict on windowsjgmdev
2022-04-26Add utf8 support to tokenizer (#945)Jefferson González
2022-02-15Docs: changes process start from method to function.jgmdev
2022-02-04Added system.get_process_id() to api docs.jgmdev
2021-12-20Merge pull request #583 from takase1121/process-docs-updateTakase
2021-11-26Removed docs for get_width_subpixel and subpixel_scale which no longer exist.Joshua Minor
2021-11-05Document bold, italic, and underlined font renderingCukmekerb
2021-10-04update process API docsTakase
2021-07-09Namespaced aliases, virtual classes and added missing returns.jgmdev
2021-06-25Added README to docs directory.jgmdev
2021-06-25Documented with EmmyLua the C API using .lua interface files.jgmdev