aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2/notepadApp.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce type gImage to replace v2.x gdispImageJoel Bodenmann2019-04-101-1/+1
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-031-4/+4
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-1/+1
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-081-1/+1
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
|
* Added type gFont to replace V2.x font_tinmarket2018-07-081-1/+1
|
* Added type gJustify to replace V2.x justify_t, and values gJustifyXXX ↵inmarket2018-07-081-1/+1
| | | | replace justifyXXX
* Change color_t to gColorinmarket2018-07-081-4/+4
|
* Change coord_t to gCoordinmarket2018-07-081-1/+1
|
* Added new type definitions - moving towards V3.0inmarket2018-06-231-5/+5
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-101-7/+7
|
* Notepad-2 demo updated to work on ChibiOS or pure Win32 compileinmarket2013-06-021-22/+24
|
* New Notepad-2 Demo for ChibiOS/GFXAbhishek Kumar2013-05-231-0/+471
See demos/3rdparty/notepad-2/readme.txt for more details.