Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / mnit /
2018-01-25 Alexis Laferrièrelib: delete the `sdl` package (there's still SDL2)
2018-01-25 Alexis Laferrièrelib: delete most of the mnit package (keeping input...
2017-04-04 Alexis Laferrièremnit::input: move up pointer id
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-05-21 Alexis Laferrièrelib & contrib: update users of Clock
2016-05-16 Alexis Laferrièrelib/android: revamp entrypoint
2016-02-06 Jean Privatlib/mnit: add `centered` to blit_number
2016-01-14 Alexis Laferrièrelib/mnit: rename `Asset` to `MnitAsset` to fix conflict...
2015-12-16 Alexis Laferrièrelib: move assets_dir
2015-12-14 Alexis Laferrièrelib/mnit: update doc and style of the `input` module
2015-12-14 Alexis Laferrièrelib/mnit & implementations: move up `is_move` from...
2015-12-10 Alexis Laferrièrelib/android: demultiply pixel data from alpha value...
2015-12-08 Alexis Laferrièrelib/mnit: use floats to count fps to avoid long size...
2015-12-08 Alexis Laferrièrelib/mnit: fix broken `mnit_fps::App::current_fps`
2015-11-17 Alexis Laferrièrelib/mnit: pad loaded images to the closest power of...
2015-11-17 Alexis Laferrièrelib/mnit: Android images always have an alpha channel...
2015-11-16 Alexis Laferrièrelib/mnit: replace the use of libpng by load_image
2015-10-11 Alexis Laferrièrelib/mnit: do not redef virtual types
2015-10-05 Alexis Laferrièrelib/mnit: use abstract attributes
2015-09-21 Lucas Bajoletlib: Update libs to use correctly ascii and code_point
2015-09-14 Alexis Laferrièrelib/linux: move simulating the lifecycle of an app...
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-28 Alexis Laferrièrelib/mnit: update synopsis
2015-08-28 Alexis Laferrièrecontrib & examples: update users of mnit implementations
2015-08-28 Alexis Laferrièrelib/mnit: move mnit implementations as submodules
2015-08-07 Jean Privatlib: make some classes abstract
2015-07-07 Alexis Laferrièrelib/opengles1: clean up C warning
2015-06-17 Alexis Laferrièrelib/mnit: remove the `is extern` declaration
2015-05-27 Alexis Laferrièrelib: update other libs to use `self` from C and C+...
2015-05-14 Alexis Laferrièrelib/mnit_linux: update linux mnit implementation to...
2015-05-09 Alexis Laferrièrelib: update users of the new `print_error`
2015-05-05 Jean Privatlib/mnit: remove `MNIT_SRAND` and use `NIT_SRAND` instead
2015-04-20 Alexis Laferrièrelib/mnit: fix and improve magnification for a pixelized...
2015-04-20 Alexis Laferrièrelib/mnit: expand images to the nearest power of 2 for...
2015-04-20 Alexis Laferrièrelib/mnit: use PRINT_ERROR instead of printf on portable...
2015-03-11 Alexis Laferrièrelib/numbers: remove `NumberImages` constructors for...
2015-03-11 Alexis Laferrièrelib/tileset: fix typos in doc
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_width`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::text_height`
2015-03-11 Alexis Laferrièrelib/tileset: intro `TileSetFont::advance`
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2015-01-04 Alexis Laferrièremnit: completely remove `mnit_zoom`
2014-11-28 Jean Privatall: add `nitish` tag for code-blocks skipped by nitunit
2014-11-17 Jean PrivatMerge: Srand by default
2014-11-17 Jean Privatlib/mnit: injected_input forces a srand_from(0)
2014-11-17 Alexis Laferrièrelib/tileset: use Numerics for `hspace` and `vspace`
2014-10-11 Jean Privatlib: remove useless comparison on null that broke tests
2014-09-27 Jean Privatsrc: migrate some modules to new constructors
2014-09-25 Alexis Laferrièremnit: Display use Numeric as coordinates
2014-09-23 Alexis Laferrièrelib/tileset: TileSet::subimages is public so it can...
2014-09-05 Jean Privatsrc: transform all old writable in annotations
2014-08-29 Jean Privatlib/mnit: globally protect from NIT_TESTING
2014-08-28 Jean Privatlib/mnit/opengles: cleanup C dependencies.
2014-08-28 Jean Privatlib/mnit/opengles1.nit: remove unused part that rely...
2014-07-03 Jean Privatupdate code to comply with new superstring policy
2014-07-01 Jean Privatlib/mnit: introduce `mnit_null` to execute mnit without...
2014-07-01 Jean Privatlib/mnit: introduce `mnit_injected_input` to inject...
2014-06-16 Jean Privatmnit: remove virtual type IE
2014-06-16 Jean Privatmnit: does not depends on opengles1
2014-06-16 Jean Privatmnit_fps: add current_fps
2014-06-16 Jean Privatlib/mnit: introduce mnit_fps so each app does not need...
2014-06-10 Jean PrivatMerge: lib/opengles1: add color methods
2014-06-10 Alexis Laferrièrelib/opengles1: add color methods
2014-06-09 Jean Privatlib/mnit: add tileset to manage tilesets and monospace...
2014-06-05 Alexis Laferrièrelib/mnit: frame_core is not abstract
2014-06-05 Alexis Laferrièrelib/mnit_android: update to use android::native_app_glue
2014-05-21 Alexis Laferrièrelib: mnit_app use app.nit
2014-05-13 Alexis Laferrièrelib: move mnit::app to mnit::mnit_app to prevent future...
2014-04-18 Alexis Laferrièrecontrib/inkscape_tools: update to use a nested module
2014-04-15 Jean Privatffi: update code with last syntax
2014-04-04 Alexis Laferrièrelib/sdl & opengles1: fix pkgconfig usage
2014-04-04 Alexis Laferrièrelib: move mnit::display|input out of mnit
2014-04-02 Alexis Laferrièremnit/numbers: fix use image scale
2014-03-31 Romain Chanoirmnit_android: Adding SensorEvent in input_event module
2014-03-12 Alexis Laferrièrelib/mnit: less C warnings for LOGI/W
2014-03-04 Jean PrivatMerge remote-tracking branch 'alexis/various-fixes...
2014-03-03 Alexis Laferrièrelib/opengles1: fix duplicated drawing of triangles
2014-03-03 Alexis Laferrièrelib/mnit: cleanup code
2014-03-03 Alexis Laferrièremnit: intro the numbers module
2014-02-26 Alexis Laferrièrelib/mnit: rewrite doc of `input_events`
2014-02-26 Alexis Laferrièrelib/mnit: rewrite doc of `InputEvent`
2014-02-17 Jean Privatlib: update mnit module to the latest FFI spec
2013-08-25 Alexis Laferrièrelib: intro abstract mnit lib