nit.git
2014-06-09 Lucas Bajoletlib/standard/file: Preparing substrings method, to...
2014-06-06 Jean PrivatMerge: Nitdoc bootstrap
2014-06-06 Jean PrivatMerge: nitlight: fix style.css
2014-06-06 Jean PrivatMerge: Android.nit using native_app_glue and vibration
2014-06-06 Alexandre Terrasanitdoc: update test on nitdoc
2014-06-06 Alexandre Terrasanitdoc: migrate javascript plugins
2014-06-06 Alexandre Terrasanitdoc: nitdoc imports doc group
2014-06-06 Alexandre Terrasanitdoc: introduce group doc
2014-06-06 Alexandre Terrasanitdoc: generate pages with bootstrap
2014-06-06 Alexandre Terrasanitdoc: generate templates from model
2014-06-06 Alexandre Terrasanitdoc: migrate templates to bootstrap
2014-06-06 Alexandre Terrasanitdoc: introduce bootstrap
2014-06-06 Alexis Laferrièreexamples: update imports of sensors in mnit_ballz
2014-06-06 Alexis Laferrièreandroid: move sensors from mnit_android to android
2014-06-06 Jean Privatnitlight: fix style.css
2014-06-06 Alexis Laferrièreandroid: move the event loop from mnit_android to android
2014-06-06 Alexis Laferrièretests: skip mnit in niti as does nitg-g
2014-06-06 Alexis Laferrièretests: add mnit_linux to exec skip with other mnit...
2014-06-05 Alexandre Terrasamodel_utils: extract mclass mproperties
2014-06-05 Alexandre Terrasamodel_utils: extract classes in mmodule nesting
2014-06-05 Jean PrivatMerge: Debugger clean
2014-06-05 Alexis Laferrièreexamples: fix mnit_ballz and shoot for latest android.nit
2014-06-05 Alexis Laferrièrelib/mnit: frame_core is not abstract
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted chars method and related...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added backwards equivalents of...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted output to Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted to_cstring for Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted == method for Ropes since...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted some services from Text.
2014-06-05 Lucas Bajoletlib/standard/ropes: Added prepend service, alias to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a final forward iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the substrings...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the leaves...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a forward postfix iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Preparing introduction of iterators...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted substring method for Ropes.
2014-06-05 Alexis Laferrièreandroid: intro `App::paused` and use it in mnit
2014-06-05 Alexis Laferrièredino: use vibration on Android
2014-06-05 Alexis Laferrièrelib: intro android::vibration
2014-06-05 Alexis Laferrièreexamples: update moles to use app.nit
2014-06-05 Alexis Laferrièreexamples: update dino to use app.nit
2014-06-05 Alexis Laferrièreexamples: update mnit_simple to android.nit
2014-06-05 Alexis Laferrièremnit/android: update sensors to use new android module
2014-06-05 Alexis Laferrièrelib/mnit_android: update to use android::native_app_glue
2014-06-04 Jean PrivatMerge: QuadTree API introduction
2014-06-04 Lucas Bajoletlib/standard/ropes: Added the insertion of a string...
2014-06-04 Lucas Bajoletlib/standard/ropes: Added append method.
2014-06-04 Lucas Bajoletlib/standard/ropes: Search method and classes added.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added constructors for a Rope
2014-06-04 Lucas Bajoletlib/standard/ropes: Bases of RopeString class.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added basic structure for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Nodes for Ropes.
2014-06-04 Lucas Bajoletlib/standard: Removal of all of ropes.nit content for...
2014-06-04 Lucas Bajoletdebugger: Less noise when printing all available variab...
2014-06-04 Lucas Bajoletdebugger: Use a JSON-like notation for printing a varia...
2014-06-04 Romain ChanoirQuadTree API Introduction
2014-06-04 Romain ChanoirGeometry: Introducing BoxedCollection
2014-06-04 Romain ChanoirGeometry: Adds padded on boxes
2014-06-03 Jean PrivatMerge: Improve mdoc & markdown
2014-06-03 Jean PrivatMerge: Typing gets its context from the model, not...
2014-06-03 Jean Privatmodelbuilder: considers that mentities outside the...
2014-06-03 Jean Privattyping: TypeVisitor need mmodule and mpropdef, not...
2014-06-03 Jean Privatmodelize_property: remove usage of `nclassdef`
2014-06-03 Jean Privatmodelbuilder: `resolve_mtype` require a MClassDef inste...
2014-06-03 Jean Privattyping: promote `TV::mmodule` and `TV::anchor` to attri...
2014-06-03 Jean Privattests: update test_markdown
2014-06-03 Jean Privattest_markdown: refine href in MEntities to match the...
2014-06-03 Jean Privattest_markdown: --full also document projects and groups
2014-06-03 Jean Privattest_markdown: rewrite core method
2014-06-03 Jean Privattest_markdown: use more css and js from highlight
2014-06-03 Jean Privathighlight: do not add html classes to unresolved local...
2014-06-03 Jean Privathighlight: factorizes css and js requirements
2014-06-03 Jean Privathighlight: "display: block" and "line" only make sense...
2014-06-03 Jean Privatmarkdown: code-block is detected with 3 spaces
2014-06-03 Jean Privatmarkdown: trim indenting spaces from code-blocks in...
2014-06-03 Jean Privatmodelbuilder: build MDoc of MGroup from README files
2014-06-03 Jean Privatmodel: add optional MDoc::original_mentity
2014-06-02 Jean PrivatMerge: Check class kind
2014-06-02 Alexis Laferrièreandroid: use native_app_glue
2014-06-02 Alexis Laferrièrelib/android: intro android::native_app_glue
2014-06-02 Jean PrivatMerge: Nitlightrapbox: nitlight + infobox + bootstrap...
2014-06-02 Jean Privattests: add base_error_class_kind
2014-06-02 Jean Privatmodel: check if specialization is allowed between class...
2014-06-02 Jean Privatmodel: `extern_kind` is "extern class", not just "extern"
2014-06-02 Jean Privattests: update test_parser ; no more column numbered 0
2014-05-31 Alexis Laferrièreapp.nit: make App::init protected so it can de redefed
2014-05-31 Jean Privatparser_util: parse_somethig behave correclty when the...
2014-05-31 Jean Privattests: update test_markdown because the new highligther
2014-05-31 Jean Privatastutil: do not crash if the AST is just a token
2014-05-31 Jean Privatparser_util: drop injected tokens
2014-05-31 Jean Privatparser: do not crash on tokens without location
2014-05-30 Jean Privattests: update nitlight
2014-05-30 Jean Privatnitlight: enable boostrap in generated pages
2014-05-30 Jean Privathighlight: rewrite using astutil and with infoboxes
2014-05-30 Jean Privatnitlight: add a title on the html document
2014-05-30 Jean Privatlib/html: `HTMLTag::add` returs self for fluent programming
2014-05-30 Jean Privatlib/html: add `HTMLTag::open`
2014-05-30 Jean PrivatMerge: more feature for the AST
2014-05-30 Jean Privattests: update highlight and cie because `.` is no more...
2014-05-30 Jean Privatsrc: new module astutil.nit
next