summaryrefslogtreecommitdiff
path: root/examples/windows.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove Git ident attributesPeter Kokot2018-06-271-1/+0
| | | | | | | | Git ident attributes were in most cases utilized with SVN and keywords substitutions, where $Id$ were replaced with certain revision from the repository. In Git this functionality is different. Each $Id$ needs to be defined in .gitattributes file to be effective. This patch removes unused and outdated attributes.
* - apply same CS everywherepierrejoye2013-04-031-114/+109
|
* - encoding messpajoye2008-04-201-17/+18
|
* - enable the bezier curve and animation of the bezier control points selectionpajoye2008-01-201-5/+5
|
* - fix crash when the window is resizedpajoye2008-01-201-98/+168
| | | | - cleanup (smaller and proper code)
* - add windows example (draw in a window)pajoye2008-01-151-0/+245