Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | MainWindow: fix load session action | Aqua-sama | 2018-08-24 | 2 | -22/+21 | |
| | ||||||
* | Downloads: prevent download widget width from exceeding download list width | Aqua-sama | 2018-08-24 | 7 | -34/+55 | |
| | | | | Downloads: add open button | |||||
* | WebPage: add render process crash recovery page | Aqua-sama | 2018-08-23 | 2 | -2/+35 | |
| | ||||||
* | Add mute button to WebView context menu | Aqua-sama | 2018-08-20 | 1 | -2/+15 | |
| | ||||||
* | WebView: close context menu when buttons are pressed | Aqua-sama | 2018-08-19 | 1 | -3/+14 | |
| | ||||||
* | Add back/forward/refresh buttons to page context menu | Aqua-sama | 2018-08-19 | 1 | -2/+35 | |
| | ||||||
* | Update readme | Aqua-sama | 2018-08-18 | 7 | -58/+70 | |
| | | | | Update configuration summary | |||||
* | AddressBar: prevent URL formatting caused by context menu | Aqua-sama | 2018-08-07 | 5 | -31/+95 | |
| | ||||||
* | Add move tab left/right shortcut | Aqua-sama | 2018-08-07 | 3 | -12/+27 | |
| | ||||||
* | Move SubWindow to src/subwindow | Aqua-sama | 2018-08-07 | 11 | -38/+42 | |
| | ||||||
* | Fix fullscreen toggle | Aqua-sama | 2018-08-05 | 1 | -0/+9 | |
| | ||||||
* | Update manpage | Aqua-sama | 2018-08-05 | 1 | -64/+16 | |
| | ||||||
* | WebView: add open image action to context menu | Aqua-sama | 2018-07-31 | 1 | -3/+8 | |
| | ||||||
* | Address bar: add go button | Aqua-sama | 2018-07-30 | 2 | -0/+7 | |
| | ||||||
* | Update build instructions | Aqua-sama | 2018-07-29 | 4 | -34/+44 | |
| | ||||||
* | UrlRequestInterceptor: add filter rules | Aqua-sama | 2018-07-24 | 7 | -53/+119 | |
| |