summary refs log tree commit diff stats
path: root/examples/cross_calculator
Commit message (Collapse)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-167-0/+0
|
* Removes misleading comment in build script.Grzegorz Adam Hankiewicz2012-12-141-1/+0
| | | | | A true program would rather compile the main nim project file which imports other modules.
* Reduces parenthesis usage for clearness.Grzegorz Adam Hankiewicz2012-11-131-22/+23
|
* Improves the style of some examples.Grzegorz Adam Hankiewicz2012-11-131-11/+9
| | | | | | | * Compacts all imports in a single line. * Cleans whitespace before colons. * Uses cmd abbreviation for command line enums. * Replaces if/elif/else chain with case.
* Replaces shell scripts with nimrod configuration files.Grzegorz Adam Hankiewicz2012-11-082-3/+8
| | | | This should make compilation more cross platform friendly.
* Adds backend code for the cross platform todo example.Grzegorz Adam Hankiewicz2012-11-011-0/+2
|
* Adds command line interface for backend addition.Grzegorz Adam Hankiewicz2012-10-192-0/+119
|
* Adds interactive user interface for android.Grzegorz Adam Hankiewicz2012-09-082-10/+116
|
* Adds android example using jni.Grzegorz Adam Hankiewicz2012-09-0812-0/+364
|
* Changes NIB to template and generates code manually for UI.Grzegorz Adam Hankiewicz2012-09-083-117/+231
|
* Adds native user interface to iOS.Grzegorz Adam Hankiewicz2012-09-085-24/+626
|
* Adds iOS files for crossplatform calculator example.Grzegorz Adam Hankiewicz2012-09-089-0/+494
|
* Splits nimrod and lazarus files into separate directories.Grzegorz Adam Hankiewicz2012-09-089-0/+5517