aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/notepadCore.c
Commit message (Collapse)AuthorAgeFilesLines
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-3/+3
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-9/+9
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-1/+1
|
* Change color_t to gColorinmarket2018-07-081-3/+3
|
* Change coord_t to gCoordinmarket2018-07-081-3/+3
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-3/+3
|
* Notepad-2 demo updated to work on ChibiOS or pure Win32 compileinmarket2013-06-021-18/+18
|
* New Notepad-2 Demo for ChibiOS/GFXAbhishek Kumar2013-05-231-0/+235
See demos/3rdparty/notepad-2/readme.txt for more details.