Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | mainwindow: keep maximized state when adding subwindows | Aqua-sama | 2018-10-07 | 1 | -1/+11 | |
| | | | | | | | | | | Only maximize added subwindow when there is no current subwindow, or when the current subwindow is maximized. | |||||
* | | Show subwindow system menu at correct position | Aqua-sama | 2018-10-06 | 1 | -1/+4 | |
|/ | ||||||
* | Add "subwindow.shortcuts.menu" shortcut | Aqua-sama | 2018-10-06 | 2 | -6/+16 | |
| | ||||||
* | bookmarks: save folder expanded state | Aqua-sama | 2018-10-06 | 3 | -2/+18 | |
| | ||||||
* | bookmarks: fix new/delete buttons | Aqua-sama | 2018-10-05 | 9 | -26/+90 | |
| | ||||||
* | Fix line endings in appveyor.yml | Aqua-sama | 2018-10-05 | 2 | -64/+70 | |
| | | | | build-appveyor | |||||
* | Add appveyor.yml | Aqua-sama | 2018-10-05 | 1 | -0/+64 | |
| | ||||||
* | downloads: only show preview on images | Aqua-sama | 2018-10-05 | 1 | -19/+27 | |
| | ||||||
* | clazy: fix warnings | Aqua-sama | 2018-10-04 | 12 | -34/+36 | |
| | ||||||
* | Update pkgbuild to use asciidoctor | Aqua-sama | 2018-10-04 | 3 | -26/+40 | |
| | ||||||
* | Update pkgbuild | Aqua-sama | 2018-10-03 | 2 | -21/+23 | |
| | ||||||
* | Convert documentation into asciidoc from markdown | Aqua-sama | 2018-10-03 | 29 | -552/+389 | |
| | ||||||
* | Subwindow: only keep tab history for restore tab action | Aqua-sama | 2018-10-03 | 2 | -20/+41 | |
| | ||||||
* | Update PKGBUILD | Aqua-sama | 2018-10-02 | 1 | -5/+13 | |
| | ||||||
* | Add SingleApplication as a git submodule | Aqua-sama | 2018-10-02 | 13 | -1233/+12 | |
| | ||||||
* | Update remaining repository paths in license headers | Aqua-sama | 2018-10-02 | 28 | -24/+56 | |
| | ||||||
* | Add Util namespace | Aqua-sama | 2018-10-02 | 7 | -73/+85 | |
| | | | | - Util::files lists files in specified .path | |||||
* | Split off UrlFilter into library | Aqua-sama | 2018-10-02 | 13 | -96/+119 | |
| | | | | - add more adblock filter options | |||||
* | updater: windows fixes | Aqua-sama | 2018-09-30 | 3 | -7/+18 | |
| | | | | | - fix .part rename - add press enter pause to panics | |||||
* | ProfileManager: move initial profile loading to ProfileManager | Aqua-sama | 2018-09-29 | 8 | -76/+54 | |
| | ||||||
* | Update repository path in license headers | Aqua-sama | 2018-09-29 | 41 | -41/+41 | |
| | ||||||
* | ProfileEditor plugin: fix delete button | Aqua-sama | 2018-09-29 | 8 | -21/+44 | |
| | ||||||
* | Turn Session class into namespace | Aqua-sama | 2018-09-28 | 5 | -31/+13 | |
| | ||||||
* | breakpad: try to write session on crash | Aqua-sama | 2018-09-28 | 5 | -10/+58 | |
| | ||||||
* | breakpad: Use system breakpad by default | Aqua-sama | 2018-09-28 | 3 | -8/+16 | |
| | ||||||
* | breakpad: keep all build artifacts | Aqua-sama | 2018-09-26 | 1 | -6/+3 | |
| | ||||||
* | breakpad: use absolute paths in build.sh | Aqua-sama | 2018-09-26 | 1 | -3/+11 | |
| | ||||||
* | Add breakpad submodule | Aqua-sama | 2018-09-26 | 8 | -13/+94 | |
| | ||||||
* | Bookmarks: remove debug defines | Aqua-sama | 2018-09-25 | 1 | -39/+22 | |
| | ||||||
* | Bookmarks: add search by tag | Aqua-sama | 2018-09-25 | 1 | -7/+44 | |
| | | | | - Tags are any words starting with ':' | |||||
* | Bookmarks: add tags and description fields to xbel | Aqua-sama | 2018-09-25 | 10 | -150/+81 | |
| | ||||||
* | Bookmarks: integrate model/view | Aqua-sama | 2018-09-25 | 14 | -311/+259 | |
| | | | | | | - fix addBookmark and search signals - fix drag'n'drop - add xbel::write | |||||
* | Bookmarks: add BookmarkItem and BookmarkModel | Aqua-sama | 2018-09-24 | 11 | -5/+743 | |
| | | | | | - read-only xbel - only enabled in debug build | |||||
* | Add bookmark auto-save (5min) | Aqua-sama | 2018-09-22 | 3 | -7/+20 | |
| | ||||||
* | SubWindow: add 'open last closed tab/tabs' actions | Aqua-sama | 2018-09-22 | 3 | -0/+63 | |
| | ||||||
* | Add updater notes to documentation | Aqua-sama | 2018-09-21 | 2 | -18/+43 | |
| | ||||||
* | Update documentation | Aqua-sama | 2018-09-19 | 12 | -44/+128 | |
| | ||||||
* | clang-format pass | Aqua-sama | 2018-09-18 | 8 | -37/+42 | |
| | ||||||
* | Update vendor.cmake | Aqua-sama | 2018-09-18 | 12 | -44/+56 | |
| | | | | | - add some more comments - made plugin include paths more generic | |||||
* | Updater: add --dry-run parameter | Aqua-sama | 2018-09-11 | 3 | -127/+156 | |
| | | | | - go fmt pass | |||||
* | Update golang updater tool | Aqua-sama | 2018-09-11 | 3 | -79/+157 | |
| | ||||||
* | WebProfile: save httpCacheType and persistentCookiesPolicy | Aqua-sama | 2018-09-09 | 5 | -63/+60 | |
| | ||||||
* | Add commit template | Aqua-sama | 2018-09-08 | 2 | -6/+33 | |
| | ||||||
* | Save WebProfile config when changed | Aqua-sama | 2018-09-08 | 5 | -35/+49 | |
| | ||||||
* | Replace ProfileManager::profileList() with ProfileManager::idList() | Aqua-sama | 2018-09-08 | 12 | -62/+102 | |
| | ||||||
* | Move ProfileManager to libweb | Aqua-sama | 2018-09-07 | 14 | -132/+161 | |
| | ||||||
* | Some cppcheck fixes | Aqua-sama | 2018-09-03 | 4 | -4/+7 | |
| | ||||||
* | Clean up ProfileManager | Aqua-sama | 2018-09-02 | 7 | -31/+54 | |
| | ||||||
* | PluginEditor: implement add plugin action | Aqua-sama | 2018-08-27 | 13 | -14/+198 | |
| | ||||||
* | Add BrowserInterface to simplify plugins a bit | Aqua-sama | 2018-08-25 | 7 | -79/+40 | |
| |