nit.git
2014-02-12 Alexis Laferrièrelib/gtk: fix duplication of "visible" properties
2014-01-29 Romain Chanoirgtk3_4: Add getters and setter for the visibility of...
2014-01-27 Romain Chanoirgtk3_4 : Add insert_row and insert_column methods to...
2014-01-27 Romain Chanoirgtk3_4 : Add get_child_at(left, top) in GtkGrid
2014-01-27 Romain Chanoirgtk3_4 : Add setter for resize_mode in GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : Add getter for resize_mode in GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : Add method remove_widget to GtkContainer
2014-01-27 Romain Chanoirgtk3_4 : adds commentary to add method in GtkContainer
2014-01-24 Romain Chanoirexamples : fix a bug when clicking on the "." button...
2014-01-24 Romain Chanoirgitk3_4 : rename getter and setter of sensitive
2014-01-24 Romain Chanoirgitk3_4 : Adds methods "set_sensitive" and "get_sensiti...
2014-01-24 Romain Chanoirexamples : adds the disabling of "." button in calculator
2014-01-24 Romain Chanoirexamples : fix bug with C > 0 > . > 0 > 0 > 0 > 0 > 1
2014-01-14 Romain Chanoirexamples: adds tests for the 'C' button and multiple...
2014-01-13 Romain Chanoirexamples: fix the display of "," when there are no...
2014-01-13 Romain Chanoirexamples: adds a 'C' button to the calculator
2014-01-13 Romain Chanoirexamples: improves decimal display in calculator
2014-01-13 Romain Chanoirexamples: fix grid size for buttons in calculator
2014-01-13 Romain Chanoirexamples: fix a bug with decimals in calculator
2013-11-29 Jean Privatnitcc/tests: add lexer-shortest.sablecc
2013-11-29 Jean Privatnitcc: end-of-stream does not equate `'\0'`
2013-11-14 Jean PrivatMerge remote-tracking branch 'lucas/nitx_integration'
2013-11-14 Lucas BajoletMoved NitIndex redefintion from Debugger to Nitx
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/game_framework'
2013-11-14 Alexis Laferrièretests: correct extension of test_a_star expected result
2013-11-14 Alexis Laferrièrelib/a_star: adds doc to Link class
2013-11-14 Alexis Laferrièrelib/a_star: use asserts in module documentation
2013-11-14 Alexis Laferrièrelib/bucketed_game: make the GameEvent an interface
2013-11-14 Jean PrivatMerge remote-tracking branch 'lucas/nitx_integration'
2013-11-14 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-11-14 Alexis Laferrièrelib/bucketed_game: add Apply logic to game events
2013-11-14 Alexis Laferrièrelib/bucketed_game: fix virtual type usage
2013-11-14 Alexis LaferrièreMerge branch 'privat' into game_framework
2013-11-13 Lucas BajoletAdded nit index to debugger.nit
2013-11-13 Alexis LaferrièreMerge branch 'privat' into ready-for-ffi
2013-11-12 Jean Privatphases: remove useless module dependencies
2013-11-12 Jean Privattests: add base_orelse2
2013-11-12 Jean Privattyping: `or else` fallback to Object
2013-11-12 Jean Privatmodel: really implement precondition of lookup_first_de...
2013-11-12 Jean Privatmodelbuilder: extra-warn useless type declaration of...
2013-11-12 Jean Privatsrc: remove old style attributes in nitg-related clases
2013-11-12 Jean Privatmodelbuilder: prevent names of formal type to have...
2013-11-12 Jean Privatlib: move counter more_collections and poset to lib/
2013-11-11 Jean PrivatMerge branch 'tests'
2013-11-11 Jean Privattests: add missing sav for libs nitcc_runtime and sqlite3
2013-11-11 Jean Privattests: strict order on tests.sh
2013-11-11 Jean Privattests: cleanup sav directory
2013-11-11 Jean Privattests: remove store_save.sh
2013-11-10 Alexis Laferrièrelib: adds Discrete::times as a shortcut to Range
2013-11-09 Alexis Laferrièrelib: update signals module to use FFI
2013-11-09 Alexis Laferrièrelib: update module md5 to use FFI
2013-11-08 Jean Privattools: add mkcsrc2 prototype to bootstrap with nitg...
2013-11-08 Jean Privattests: update nitg.res
2013-11-08 Jean Privatnitg: add option --compile-dir to change the default...
2013-11-08 Jean Privatnitg: path in Makefile is relative to the compile_dir
2013-11-07 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc'
2013-11-07 Alexandre Terrasanitg: fixes iterators crashes for test in 62cdb9a963376...
2013-11-07 Alexandre Terrasamake: add --private to newmodel documentation
2013-11-07 Jean Privattests: display binary, name and options of current...
2013-11-07 Jean Privattests: rename engine `nitg` to `nitg-g` ; alias `nitg...
2013-11-07 Jean Privattests: FIXME `for` crashes with formal types
2013-11-07 Jean Privatlib/mnit: do not use "loop do"
2013-11-07 Alexis Laferrièrelib/a_star: fix check for max_cost (is more reliable)
2013-11-07 Alexis Laferrièretests/a_star: adds a test using heuristics
2013-11-07 Alexis Laferrièrelib/a_star: fix use of virtual types in PathContext
2013-11-07 Alexis Laferrièrelib/a_star: use heuristic (it is now A*)
2013-11-07 Alexis Laferrièrelib/a_star: minor clean up
2013-11-07 Alexis Laferrièrelib/a_star: adds a larger test
2013-11-07 Alexis Laferrièrelib/a_star: replace some class parameters with virtual...
2013-11-07 Alexis Laferrièrelib/a_star: renames virtual type E to N
2013-11-07 Alexis Laferrièrelib: intro the a_star module (even though it is not...
2013-11-07 Alexis Laferrièrelib: adds sqrt, sin and cos to Int
2013-11-07 Alexis Laferrièrelib: intro the bucketed_game module, providing basic...
2013-11-07 Jean Privatscope: break and continue affect the nearest do/end
2013-11-06 Jean Privatdoc: add a unit test for has_prefix
2013-11-06 Jean PrivatMakefile: use `git rev-parse HEAD` instead of crazy...
2013-11-06 Jean PrivatMerge remote-tracking branch 'alexandre/nitdoc'
2013-11-06 Alexandre Terrasanitdoc: Replace old nitdoc by nitdoc_ni
2013-11-06 Alexandre Terrasaadded swap files, tests results and Eclipse project...
2013-11-06 Alexandre Terrasamodelbuilder: avoid multiple load of the same module
2013-11-02 Alexis Laferrièrelib/mnit: adds missing link with X11 lib
2013-11-01 Jean Privatnitcc: remove the use of NaiveCollection v0.6.2
2013-10-31 Jean PrivatMerge branch 'nitcc'
2013-10-31 Jean Privatnitcc: cleanup README (TODO use github Task List)
2013-10-31 Jean Privatnitcc: add test/ignored
2013-10-31 Jean Privatnitcc: allows elem_list in Ignored
2013-10-31 Jean Privatnitcc: avoid conflict in ignored for test/empty
2013-10-31 Jean Privatnitcc: add Token::build_nfa to isolate concerns
2013-10-31 Jean Privatnitcc: classes and elements allow any forms of text
2013-10-31 Jean Privatnitcc: add Empty keyword
2013-10-31 Jean Privatnitcc: add test/conflict-bracket and test/conflitc...
2013-10-31 Jean Privatnitcc: improve auto-dangling
2013-10-31 Jean Privatnitcc: improve displaying of firsts/afters/lookahead
2013-10-30 Jean Privatnitcc: add test/priority.input1
2013-10-30 Jean Privatnitcc: add automatic Dangling
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-30 Alexis Laferrièremodel: all extern classes are subclasses of Pointer
2013-10-30 Alexis Laferrièrenitg: adds process_nclassdef to Phase
2013-10-30 Alexis Laferrièrelib: adds `from_a` constructor to all processes (and...
2013-10-30 Alexis Laferrièrelib: adds Pointer::address_is_null to kernel module
next