aboutsummaryrefslogtreecommitdiffstats
path: root/demos/3rdparty/notepad-2
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-1/+1
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-032-7/+7
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-034-15/+15
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-083-3/+3
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-082-2/+2
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-081-1/+1
|
* Added type gFont to replace V2.x font_tinmarket2018-07-082-2/+2
|
* 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-084-18/+18
|
* Change coord_t to gCoordinmarket2018-07-082-4/+4
|
* Added new type definitions - moving towards V3.0inmarket2018-06-233-10/+10
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-102-12/+12
|
* First set of V3 macro changesinmarket2018-02-271-38/+38
|
* Add demo makefiles and update example master makefiles to match.inmarket2014-02-191-0/+5
|
* Fix spelling error and migrate demo gfxconf.h changes to all demos including ↵inmarket2013-10-281-4/+5
| | | | the new streaming and multiple display demos
* Fix corruption of binary files by license header updatesinmarket2013-07-221-0/+0
|
* fixed license headersJoel Bodenmann2013-07-211-0/+0
|
* Notepad-2 demo updated to work on ChibiOS or pure Win32 compileinmarket2013-06-028-58/+65
|
* gdispInit() -> gfxInit() in all demosJoel Bodenmann2013-05-303-2/+2
|
* New Notepad-2 Demo for ChibiOS/GFXAbhishek Kumar2013-05-2310-0/+1354
See demos/3rdparty/notepad-2/readme.txt for more details.