examples/calculator & lib/gtk: fix whitespaces
[nit.git] / examples / calculator.nit
2014-02-12 Alexis Laferrièreexamples/calculator & lib/gtk: fix whitespaces
2014-01-24 Romain Chanoirexamples : fix a bug when clicking on the "." button...
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-05-15 Alexis Laferrièreexamples/calculator: updated to latest gtk module speci...
2013-04-04 Alexis Laferrièreexamples: adds an example use of the gtk module, calculator