Merge: doc: fixed some typos and other misc. corrections
[nit.git] / lib / linux /
2018-05-10 Alexandre Terrasalib: generate `package.desc` keys to all packages
2017-09-18 Jean PrivatMerge: app.nit: easier root window selection and other...
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-08-31 Alexis Laferrièrelinux::audio: extract `play_channel`
2017-05-26 Alexis Laferrièregamnit: implement app::audio for desktop using SDL2...
2017-05-08 Alexis Laferrièreapp.nit: exit and print an error if not bound to a...
2017-05-07 Alexis Laferrièreapp.nit: id the platform at runtime
2017-02-27 Alexis Laferrièreapp: minor refactor of the audio services
2016-09-19 Alexis Laferrièrelib & contrib: update imports
2016-08-28 Alexis Laferrièreapp::audio: rename `name` to `path`
2016-08-28 Alexis Laferrièreapp::audio: drop the old load_sound and load_music
2016-07-29 Alexis Laferrièrelinux: update lifecycle
2016-06-27 Alexis Laferrièreandroid, ios & linux: implement `open_in_browser`
2016-05-17 Jean PrivatMerge: app.nit: navigate between windows with the back...
2016-05-17 Alexis Laferrièrelib/linux: implement back button
2016-05-17 Alexis Laferrièrelib/linux: implement ToggleEvent
2016-04-15 Alexis Laferrièrelib/linux: implement `Label::size= & align=`
2016-04-07 Alexis Laferrièrelib/linux: fix ListBox that should contain only ListBoxRows
2016-03-22 Jean PrivatMerge: app.nit on GNU/Linux: implement multiple window...
2016-03-21 Alexis Laferrièrelib/linux: do not ask for homogeneous height of control...
2016-03-21 Alexis Laferrièrelib/linux: nest the GtkListBox in a GtkScolledWindow...
2016-03-21 Alexis Laferrièrelib/linux: set a minimum window width for better transi...
2016-03-21 Alexis Laferrièrelib/linux: move down add and remove logic to Layout...
2016-03-21 Alexis Laferrièrelib/linux: implement multiple windows
2016-03-21 Alexis Laferrièrelib/linux & gtk: implement CheckBox with a GtkCheckButton
2016-03-03 Alexis Laferrièrelib/app & linux: intro `TextInput::is_password`
2016-01-12 Alexis Laferrièrelib/linux: implement `TextAsset`
2015-12-16 Alexis Laferrièrelib/linux: audio has no more needs for mnit
2015-12-16 Alexis Laferrièrelib: move assets_dir
2015-11-11 Alexis Laferrièrelib/app/ui & platforms: intro ListLayout
2015-11-10 Alexis Laferrièrelib/app/ui & platforms: intro Label
2015-11-10 Alexis Laferrièrelib/app/ui & platforms: use CompositeControl::remove...
2015-11-08 Alexis Laferrièrelib/linux: implement http_request using GDK events...
2015-11-03 Alexis Laferrièretests & lib/ui: update gtk users
2015-09-14 Alexis Laferrièrelib/linux: move simulating the lifecycle of an app...
2015-09-09 Jean Privatcode: rename `project[s].ini` files as `package[s]...
2015-09-02 Jean PrivatMerge: Ini of projects
2015-08-30 Jean Privatlib: introduce .ini for projects maintained by Alexis...
2015-08-28 Alexis Laferrièrelib/mnit: move mnit implementations as submodules
2015-07-21 Jean Privatlib/app: provide conditional importation of app extensions
2015-07-18 Alexis Laferrièresrc & lib: use the default behavior of `basename` where...
2015-06-24 BlackMinouAudio : Introduces linux audio
2015-05-20 Alexis Laferrièrelib & contrib: update users of json::serialization
2015-05-19 Alexis Laferrièrelib/linux: intro Linux implementation for app.nit UI...
2015-05-12 Alexis LaferrièreMerge branch 'master' into print_error
2015-05-09 Alexis Laferrièrelib: update users of the new `print_error`
2015-05-08 Alexis Laferrièrelib/linux: rename linux_data_store to data_store
2015-02-10 Lucas Bajoletlib/standard/stream: Renamed streams for more explicit...
2014-12-12 Alexandre Terrasalib/linux: fixes useless private visibility
2014-09-08 Alexis Laferrièrelib/linux: implement app::store using sqlite/json/basedir
2014-09-08 Alexis Laferrièrelib: intro the linux implementation of app.nit