summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-10-17wip, rewriting GUI_Settings.adrien/wip-gui-settingsAdrien Nader
2016-10-15GUI_Settings: move the various settings into a module each.Adrien Nader
2016-10-15web: re-work API and improve integrability for the GUI side.Adrien Nader
2016-10-15GUI_LogView: genlist reused elements make prepending elements fast again.Adrien Nader
2016-10-15GUI: handle Elm_genlist's new func_reusable_content_get().Adrien Nader
2016-10-02GUI_Logview: append rather than prepend items to avoid awful performance.Adrien Nader
2016-10-02GUI_LogView: replace the verbosity slider with a segment control.Adrien Nader
2016-10-02GUI: ditch inwins, do something similar to a tabbed UI instead.Adrien Nader
2016-06-05icons: FDO needs an "index.theme" file.Adrien Nader
2016-06-05GUI_InWin: add notice for the icons from the moka-project.Adrien Nader
2016-06-05Makefile: fix mix of tabs and spaces.Adrien Nader
2016-06-05GUI: use icons from the "moka" theme for the toolbar items.Adrien Nader
2016-06-05GUI_Main: move "Logs" button right to the "Process" one in the toolbar.Adrien Nader
2016-06-05GUI_InWin.About: rename to GUI_InWin.Help.Adrien Nader
2016-06-05icon: don't hardcode the name in icon.rc, replace donkey icon with package.Adrien Nader
2016-06-05fake_gui: update to match the new filenames of the actual GUI.Adrien Nader
2016-06-04GUI: provide .mli files; remove some dead code.Adrien Nader
2016-06-04GUI: split the about and windows_warning dialogs to separate modules.Adrien Nader
2016-06-04GUI_Settings: reformat.Adrien Nader
2016-06-04GUI_Settings: list the union of the predicates of the current repository.Adrien Nader
2016-06-04Log: always put Log.Output.([immediate; delayed]) in output callbacks.Adrien Nader
2016-06-04Log: don't prefix the "out" logger messages.Adrien Nader
2016-06-04Log: make "out" the default level.Adrien Nader
2016-06-04Log: generalize outputs by using callbacks.Adrien Nader
2016-06-04Web: log the actual download end, not its 99%.Adrien Nader
2016-06-04Log: trailing newline and flushing were on stderr, even for progress logs.Adrien Nader
2016-06-04Web: check all package predicates, not only host and target; log results.Adrien Nader
2016-06-04Log: factor the choice of format settings for array and list.Adrien Nader
2016-06-04GUI: split the package list stuff from the toplevel logic.Adrien Nader
2016-05-01GUI_LogView: mostly working; needs auto-update and a few tweaks.Adrien Nader
2016-04-30GUI: avoid a few harmless warnings.Adrien Nader
2016-04-30GUI: move sub-modules to separate files.Adrien Nader
2016-04-30GUI: also remove my_wrapper_elm_config_scale_set in GUI_Systems.Adrien Nader
2016-04-30GUI: use separate dirs for real and fake GUIs.Adrien Nader
2016-04-30GUI: add LogView (WIP).Adrien Nader
2016-04-30GUI: if package list download fails, offer to use an empty list.Adrien Nader
2016-04-30GUI: use a toolbar at the top instead of a horizontal box with buttons.Adrien Nader
2016-04-30Log: add a timestamp to messages; add Log.to_list.Adrien Nader
2016-04-30Log: Level.out was out-of-bounds; empty messages could be stored.Adrien Nader
2016-04-30Lib: install_path was printed on screen using "cri" instead of "dbg".Adrien Nader
2016-04-27GUI_Display: avoid warnings about auto-disambiguation of record fields.Adrien Nader
2016-04-25GUI_Display: current ocaml-efl releases include "Elm_config.scale_set".Adrien Nader
2016-04-25Log: new module, based on Format, offers retained and immediate modes.Adrien Nader
2016-04-16Yypkg: fix indentation.Adrien Nader
2016-01-03windows: always call set_dll_directory right at startup.Adrien Nader
2016-01-03wrapper: remove; it is superseeded by win-builds-installer.Adrien Nader
2015-12-19Makefile: use "git describe --tags" to set ${VERSION} for release-tarball:.Adrien Nader
2015-12-15GUI: split better between modules and add predicates to settings.Adrien Nader
2015-12-15GUI: factor the code for settings; finish moving to genlists.Adrien Nader
2015-12-15yypkg: avoid warning about implicit removal of implicit argument.Adrien Nader