NOTICE: Update author list and years
[nit.git] / lib /
2016-05-20 Alexis Laferrièrelib/geometry: change triangulate API for easier usage
2016-05-20 Alexis Laferrièrelib/gamnit: intro draw_mode
2016-05-20 Alexis Laferrièrelib/gamnit & egl: extract number of color bits as attri...
2016-05-20 Alexis Laferrièrelib/gamnit: fix order on the color bits count
2016-05-20 Alexis Laferrièrelib/gamnit: rename GamnitAssetTexture to TextureAsset
2016-05-20 Alexis Laferrièrelib/gamnit: fix wrap of subtextures on models
2016-05-20 Alexis Laferrièrelib/gamnit: move texture_atlas_parser
2016-05-20 Alexis Laferrièrelib/gamnit: intro GamnitProgram::diagnose
2016-05-20 Alexis Laferrièrelib/gamnit: fix `cube::tex_coords`
2016-05-20 Alexis Laferrièrelib/gamnit: improve doc of subtexture with a vital...
2016-05-20 Alexis Laferrièrelib/gamnit: extract placeholder model
2016-05-20 Alexis Laferrièrelib/gamnit: initialize `current_fps` to `maximum_fps`
2016-05-20 Jean PrivatMerge: Popcorn
2016-05-20 Alexandre Terrasalib/popcorn: create package
2016-05-19 Alexandre Terrasalib/popcorn: introduce Angular.js example
2016-05-19 Alexandre Terrasalib/popcorn: introduce mongodb example
2016-05-19 Alexandre Terrasalib/popcorn: route tests
2016-05-19 Alexandre Terrasalib/popcorn: router tests
2016-05-19 Alexandre Terrasalib/popcorn: introduce middleware examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce session example
2016-05-19 Alexandre Terrasalib/popcorn: introduce handler examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce static_files examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce routing examples
2016-05-19 Alexandre Terrasalib/popcorn: introduce hello example
2016-05-19 Alexandre Terrasalib/popcorn: introduce base test features
2016-05-19 Alexandre Terrasalib/popcorn: introduce App implementation
2016-05-19 Alexandre Terrasalib/popcorn: introduce default middlewares
2016-05-19 Alexandre Terrasalib/nitcorn: make session writable
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_handlers
2016-05-19 Alexandre Terrasalib/nitcorn: make file server "show_directory" an option
2016-05-19 Alexandre Terrasalib/nitcorn: introduce json media types
2016-05-19 Alexandre Terrasalib/popcorn: introduce pop_routes
2016-05-19 Alexandre Terrasalib/nitcorn: redef to_s service on UriPart subclasses
2016-05-19 Alexandre Terrasalib/templates: fix typo in macro documentation
2016-05-18 Alexis Laferrièrelib/ios: fix ListLayout style
2016-05-18 Alexis Laferrièrelib/ios: fix `pop_window` on iOS
2016-05-18 Alexis Laferrièrelib/android: fix align to always be centered vertically
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Jean PrivatMerge: app.nit: intro `ToggleEvent`
2016-05-17 Jean PrivatMerge: lib/core: Fix substring issue in `ASCIIFlatString`
2016-05-17 Alexis Laferrièrelib/ios: layouts have different behavior according...
2016-05-17 Alexis Laferrièrelib/android: fix text input losing focus on selection...
2016-05-17 Alexis Laferrièrelib/android: implement back_button support using the...
2016-05-17 Alexis Laferrièrelib/android: add onKey* callbacks to Nit_activity
2016-05-17 Alexis Laferrièrelib/linux: implement back button
2016-05-17 Alexis Laferrièrelib/app: intro back_button abstraction with navigation...
2016-05-17 Jean PrivatMerge: Rubix: Fix package
2016-05-17 Jean PrivatMerge: Android: select the low-level implementations...
2016-05-17 Jean PrivatMerge: Wrap postgresql #1810
2016-05-17 Alexis Laferrièrelib/linux: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/ios: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/android: implement ToggleEvent
2016-05-17 Alexis Laferrièrelib/app: ToogleEvent
2016-05-17 Lucas BajoletFix package Rubix
2016-05-17 Alexis Laferrièrelib/android: portrait and landscape import the main...
2016-05-17 Jean PrivatMerge: SQLite: update and simplify wrapper
2016-05-17 Jean PrivatMerge: Admin interface for Benitlux and fixes
2016-05-17 Jean PrivatMerge: JSON: merge 2 services into `serialize_to_json...
2016-05-17 Alexis Laferrièrelib/android: update import and doc of `sensors`
2016-05-16 Alexis Laferrièrelib/sqlite3: update error management to be more simple...
2016-05-16 Alexis Laferrièrelib/sqlite3: use only NativeString in the native layer
2016-05-16 Alexis Laferrièrelib/android: update README with info on the 2 core...
2016-05-16 Alexis Laferrièrelib/android: revamp entrypoint
2016-05-16 Alexis Laferrièrelib/sqlite3: intro `Text::to_sql_date_string`
2016-05-16 Lucas Bajoletlib/core: Fix substring in `ASCIIFlatString`
2016-05-16 itsWillstarted working on a wrapper for postgres
2016-05-16 Alexis Laferrièrelib/nitcorn: fix checking errors after deserialization...
2016-05-13 Lucas Bajoletlib: Added catalog ini for `rubix` project
2016-05-13 Lucas Bajoletlib: Added documentation on rubix module
2016-05-13 Alexis Laferrièrelib/json: serialization services use the new string_parser
2016-05-13 Alexis Laferrièrelib/json: add a reference to `serialize_to_json` in...
2016-05-13 Alexis Laferrièrelib/json: add error checking in the json deserializatio...
2016-05-13 Alexis Laferrièrelib/json: document how to refine `accept_json_serialize...
2016-05-13 Alexis Laferrièrelib/json: merge different `to_jsons` into a single...
2016-05-13 Jean PrivatMerge: lib/base64: Support line breaks in base64 strings.
2016-05-13 Jean PrivatMerge: Introduce crapto modules for cryptographic attacks.
2016-05-13 Philippe Pepos Pet... Introduce lib/crapto and a frequency analysis service.
2016-05-12 Philippe Pepos Pet... lib/base64: Support line breaks in base64 strings.
2016-05-12 Alexis Laferrièrelib/json: rename serialize_to_json to accept_json_seria...
2016-05-12 Alexis Laferrièrelib/json: remove public dependency from serialization...
2016-05-11 Jean PrivatMerge: Calculator: add scientific features and nicer...
2016-05-11 Jean PrivatMerge: Added a service to xor `Bytes`
2016-05-11 Philippe Pepos Pet... lib/crypto: Remove xor cipher on Text.
2016-05-11 Philippe Pepos Pet... lib/crypto: Add a xor'ing function to Bytes.
2016-05-11 Alexis Laferrièrelib/cocoa: fix NSString::to_s to use to_s_with_copy
2016-05-11 Alexis Laferrièrelib/gtk: copy all strings into Nit memory
2016-05-10 Jean PrivatMerge: JSON Parser Optimization
2016-05-09 Lucas Bajoletlib/core: Perfize reset in `FlatBuffer`
2016-05-09 Lucas Bajoletlib/core: Replaced FFI version of set_char_at by pure Nit
2016-05-09 Lucas Bajoletlib/core: Added new `append_substring` service to avoid...
2016-05-09 Lucas Bajoletlib/json: Faster `parse_json_string` implementation
2016-05-06 Jean PrivatMerge: Flatbuffer fix
2016-05-06 Jean PrivatMerge: lib/fixed_ints: fix crash on `"-".is_int`
2016-05-06 Lucas Bajoletlib/json: Implemented `pretty_json_visit` on JsonParseError
2016-05-06 Lucas Bajoletlib/core: Added surrogate detection methods to `Char`
2016-05-05 Lucas Bajoletlib/core: Fix `new FlatBuffer.from`
2016-05-05 Alexis Laferrièrelib/fixed_ints: fix crash on `"-".is_int`
2016-05-05 Jean PrivatMerge: Fix RopeBytes
2016-05-05 Jean PrivatMerge: Examples class name
2016-05-03 Lucas Bajoletlib/core: Fix RopeBytes::[]
next