Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / ios / ui /
2016-09-30 Alexis Laferrièreios: don't force spacing between elements of layouts
2016-09-30 Alexis Laferrièreios: intro services for UIColor, UILabel & UITextField
2016-09-30 Alexis Laferrièreios: intro custom view controller and catch back button...
2016-09-30 Alexis Laferrièreios: fix ListLayout to fit horizontally
2016-09-30 Alexis Laferrièreios: duplicate full implementation of `size= & align...
2016-09-30 Alexis Laferrièreios: Button relay `size= & align=` to its `title_label`
2016-09-30 Alexis Laferrièreios: refactor `Label::size= & align=` services implemen...
2016-06-27 Alexis Laferrièreandroid, ios & linux: implement `open_in_browser`
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`