Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / ios /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2018-01-17 Alexis Laferrièreios: implement app::audio for iOS
2018-01-17 Alexis Laferrièreios: implement TextAsset for iOS
2018-01-14 Alexis Laferrièreios: intro GLKit services
2017-11-28 Alexandre Terrasaexamples: annotate examples
2017-09-08 Alexis Laferrièreapp: report errors in DataStore and fix a warning
2017-09-08 Alexis Laferrièreapp: make DataStore a class and refine on each platform
2017-02-09 Alexis Laferrièreios: remove temporary Unicode fix
2016-12-13 Alexis Laferrièrerename `NativeString` to `CString`
2016-10-07 Jean PrivatMerge: iOS: complete support for the UI API
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: workaround for unicode issue #1945
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: redirect prints to NSLog (printf is no longer...
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-09-19 Alexis Laferrièrelib & contrib: update imports
2016-07-29 Alexis Laferrièrelib/ios: update lifecycle
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: 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