README: Update libgc's URL
[nit.git] / lib / ios /
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: document how to set an app icon
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-12 Alexis Laferrièrelib/ios: implement data_store using NSUserDefaults
2016-02-11 Alexis Laferrièrelib/ios: implement `app::http_request`
2016-02-11 Alexis Laferrièrelib/ios: complete implementation of app::ui with suppor...
2016-02-09 Alexis Laferrièrelib/ios: add README.md file
2016-02-09 Alexis Laferrièrelib/ios: intro iOS implementation of `app::ui`
2016-02-09 Alexis Laferrièrelib: explicitly cast long to int to fix clang warnings
2016-02-09 Alexis Laferrièrelib/ios: fix mising rootViewController in hello_ios
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-04 Jean PrivatMerge: Better synopses in many packages for a prettier...
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-29 Alexis Laferrièrelib: improve synopsis and doc of many libs
2015-05-27 Alexis Laferrièrelib/ios: update Objective-C code to use `self`
2015-04-02 Alexis Laferrièrelib/ios: add metadata annotations to "Hello iOS"
2015-03-30 Alexis Laferrièrelib/ios: add the simple hello_ios app
2015-03-30 Alexis Laferrièrelib: intro the iOS library