OSDN Git Service

v1.2.0
authorAoichaan0513 <aoichaan0513@gmail.com>
Fri, 17 May 2019 10:10:49 +0000 (19:10 +0900)
committerAoichaan0513 <aoichaan0513@gmail.com>
Fri, 17 May 2019 10:10:49 +0000 (19:10 +0900)
commitd4b4041d25960aebcfa80ae63d4b34cac442f80f
treec9bbd216192408b6f1137def92194d5dce825581
parentcc4854197f5bab55be6ae772805298e7e9562bf2
v1.2.0
・複数ウィンドウ化への対応
・履歴機能の追加
・OS標準のタイトルバーを使用できるように (既定値: 無効)
・スタートページを変更できるように
・広告ブロッカーを使用するかを変更できるように (既定値: 有効)
・その他バグ・不具合の修正
86 files changed:
.babelrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
electron/AdBlocker.js [new file with mode: 0644]
electron/Application.js [new file with mode: 0644]
electron/Application_Backup.js [new file with mode: 0644]
electron/Lists.json [new file with mode: 0644]
electron/Preload.js [new file with mode: 0644]
electron/Starter.js [new file with mode: 0644]
electron/WindowManager.js [new file with mode: 0644]
electron/electron-warit-react.js [new file with mode: 0644]
package.json [new file with mode: 0644]
pages/about.html [new file with mode: 0644]
pages/credits.html [new file with mode: 0644]
pages/debug.html [new file with mode: 0644]
pages/history.html [new file with mode: 0644]
pages/newtab.html [new file with mode: 0644]
pages/public.svg [new file with mode: 0644]
pages/public_inactive.svg [new file with mode: 0644]
pages/settings.html [new file with mode: 0644]
pages/style.css [new file with mode: 0644]
public/css/photon.css [new file with mode: 0644]
public/css/photon.min.css [new file with mode: 0644]
public/fonts/photon-entypo.eot [new file with mode: 0644]
public/fonts/photon-entypo.svg [new file with mode: 0644]
public/fonts/photon-entypo.ttf [new file with mode: 0644]
public/fonts/photon-entypo.woff [new file with mode: 0644]
public/icon.ico [new file with mode: 0644]
public/index.html [new file with mode: 0644]
public/manifest.json [new file with mode: 0644]
src/App.js [new file with mode: 0644]
src/Authentication.js [new file with mode: 0644]
src/Browser.js [new file with mode: 0644]
src/Components/ContentWrapper.jsx [new file with mode: 0644]
src/Components/Popup.jsx [new file with mode: 0644]
src/Components/Tab.jsx [new file with mode: 0644]
src/Components/TabButton.jsx [new file with mode: 0644]
src/Components/TabContent.jsx [new file with mode: 0644]
src/Components/Tabs.jsx [new file with mode: 0644]
src/Components/TitleBar.jsx [new file with mode: 0644]
src/Components/ToolBar.jsx [new file with mode: 0644]
src/Components/ToolBarButton.jsx [new file with mode: 0644]
src/Components/ToolBarTextBox.jsx [new file with mode: 0644]
src/Components/Window.jsx [new file with mode: 0644]
src/Components/WindowButton.jsx [new file with mode: 0644]
src/Components/WindowButtons.jsx [new file with mode: 0644]
src/Components/WindowContent.jsx [new file with mode: 0644]
src/Resources/account.svg [new file with mode: 0644]
src/Resources/add.svg [new file with mode: 0644]
src/Resources/arrow_back.svg [new file with mode: 0644]
src/Resources/arrow_back_inactive.svg [new file with mode: 0644]
src/Resources/arrow_downward.svg [new file with mode: 0644]
src/Resources/arrow_forward.svg [new file with mode: 0644]
src/Resources/arrow_forward_inactive.svg [new file with mode: 0644]
src/Resources/arrow_upward.svg [new file with mode: 0644]
src/Resources/bookmarks.svg [new file with mode: 0644]
src/Resources/close.svg [new file with mode: 0644]
src/Resources/delete.svg [new file with mode: 0644]
src/Resources/down.svg [new file with mode: 0644]
src/Resources/download.svg [new file with mode: 0644]
src/Resources/edit.svg [new file with mode: 0644]
src/Resources/extensions.svg [new file with mode: 0644]
src/Resources/find.svg [new file with mode: 0644]
src/Resources/fire.svg [new file with mode: 0644]
src/Resources/history.svg [new file with mode: 0644]
src/Resources/home.svg [new file with mode: 0644]
src/Resources/more.svg [new file with mode: 0644]
src/Resources/page.svg [new file with mode: 0644]
src/Resources/public.svg [new file with mode: 0644]
src/Resources/public_inactive.svg [new file with mode: 0644]
src/Resources/reload.svg [new file with mode: 0644]
src/Resources/search.svg [new file with mode: 0644]
src/Resources/settings.svg [new file with mode: 0644]
src/Resources/shield.svg [new file with mode: 0644]
src/Resources/star-filled.svg [new file with mode: 0644]
src/Resources/star.svg [new file with mode: 0644]
src/Resources/up.svg [new file with mode: 0644]
src/Resources/weather/few-clouds.png [new file with mode: 0644]
src/Resources/window.svg [new file with mode: 0644]
src/Resources/windows/close.svg [new file with mode: 0644]
src/Resources/windows/maximize.svg [new file with mode: 0644]
src/Resources/windows/minimize.svg [new file with mode: 0644]
src/Utils/Platform.js [new file with mode: 0644]
src/Utils/isURL.js [new file with mode: 0644]
src/index.js [new file with mode: 0644]
src/serviceWorker.js [new file with mode: 0644]
themes/Black.json [new file with mode: 0644]