xymus.net: add missing package metadata, gitignore and README
[nit.git] / lib / ios / ui /
2016-05-18 Alexis Laferrièrelib/ios: fix ListLayout style
2016-05-18 Alexis Laferrièrelib/ios: fix `pop_window` on iOS
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Alexis Laferrièrelib/ios: layouts have different behavior according...
2016-05-17 Alexis Laferrièrelib/ios: implement ToggleEvent
2016-04-18 Jean PrivatMerge: iOS: support apps with multiple windows, and...
2016-04-15 Alexis Laferrièrelib/ios: implement `Label::size= & align=`
2016-04-15 Alexis Laferrièrelib/ios: support multiple windows using a UINavigationC...
2016-04-15 Alexis Laferrièrelib/ios: ListLayout use a UIStackView inside a UIScrollView
2016-04-15 Alexis Laferrièrelib/ios: use simple init constructor in Objective-C...
2016-04-15 Alexis Laferrièrelib/ios: do not crash when removing a non-View control
2016-03-21 Alexis Laferrièrelib/ios: uncomment and fix baseline_relative_arrangemen...
2016-03-21 Alexis Laferrièrelib/ios: implement CheckBox with a UISwitch
2016-03-08 Alexis Laferrièrelib/ios: implement `TextInput::is_password`
2016-02-16 Alexis Laferrièrelib/ios: fix unicode whitespace, was reported as a...
2016-02-12 Alexis Laferrièrelib/ios: execute missing callbacks of app.nit on iOS
2016-02-11 Alexis Laferrièrelib/ios: complete implementation of app::ui with suppor...
2016-02-09 Alexis Laferrièrelib/ios: intro iOS implementation of `app::ui`