summaryrefslogtreecommitdiffhomepage
path: root/projects/Notepad++/raylib_npp_parser/raylib_to_parse.h
AgeCommit message (Collapse)Author
2024-05-30Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)vaezim
2023-11-18Image convolution function ImageKernelConvolution (#3528)Karim
* Added image convultion ImageKernelConvolution * comment changes * spelling changes and change to kernel size * removed kernel normalization inside function * fix to formating
2023-11-15Updated Npp intellisense data for raylib 5.0Ray
2023-05-24Added ImageRotate (#3078)Dane Madsen
* Added ImageRotate * Quick rename of the example * Update ImageRotate by changing doubles to floats and checking code convention * Update API
2023-05-22Add GenImageGradientSquare (#3077)Dane Madsen
* Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare
2023-05-21Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵Dane Madsen
(#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear
2023-03-15UPDATED: Notepad++ instellisense dataRay
2022-08-05Updated Notepad++ intellisense dataRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2021-10-31Updated Notepad++ raylib intellisense functionsRay
2021-08-26Change GetColor to take unsigned int (#1954)Richard Smith
2021-06-18fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836)PtitLuca
2021-04-09Update Notepad++ IntellisenseRay
2020-12-23Update raylib functions parser to generate XML intellisense fileraysan5
Update Notepad++ functions intellisense
2020-10-21Added desktop cursor getter and setter functions (#1407)Chance Snow
* [core] Added desktop cursor getter and setter functions * Example: Set mouse cursor in text input box * Setup standard cursors _after_ GLFW window initialization * Remove old `int GetMouseWheelMove` declaration
2020-10-05mouse: Return float movement for precise scrolling where possible (#1397)Doyle
2020-02-14Update Notepad++ intellisenseRay
2019-05-30Updated Notepad++ intellisense to raylib 2.5Ray
2019-01-10Merge branch 'master' into window-visibilityRay
2019-01-10Reworking API upon suggestion.Marco Lizza
2019-01-10Ditto.Marco Lizza
2019-01-09Adding uniform array support for shaders.Marco Lizza
2018-07-28Corrected timing typoraysan5
2018-07-15Updated Notepad++ raylib intellisenseRay
2018-05-10Reorganized project templates folderRay