Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | AdBlockRule: move matching logic to FilterRule | Aqua-sama | 2018-07-18 | 13 | -514/+108 |
| | |||||
* | AdBlockTest: loading subscription | Aqua-sama | 2018-07-17 | 5 | -45/+56 |
| | |||||
* | Update .gitignore | Aqua-sama | 2018-07-17 | 2 | -10/+0 |
| | |||||
* | Fix version.h.in | Aqua-sama | 2018-07-17 | 2 | -5/+2 |
| | |||||
* | Fix PKGBUILD | Aqua-sama | 2018-07-17 | 2 | -8/+8 |
| | |||||
* | Switch vcs to git | Aqua-sama | 2018-07-17 | 4 | -109/+70 |
| | |||||
* | Add vendor.cmake | Aqua-sama | 2018-07-15 | 7 | -29/+52 |
| | |||||
* | Update Building.md | Aqua-sama | 2018-07-15 | 4 | -137/+203 |
| | |||||
* | AdBlockRule: parse some options | Aqua-sama | 2018-07-12 | 4 | -0/+74 |
| | |||||
* | WebView: add Open in new tab and Save actions for images | Aqua-sama | 2018-07-12 | 1 | -0/+8 |
| | |||||
* | WebView: always add Open link actions if the link URL is not empty | Aqua-sama | 2018-07-12 | 1 | -59/+67 |
| | |||||
* | WebView: fix context menu transparency with Plasma | Aqua-sama | 2018-07-12 | 2 | -2/+2 |
| | |||||
* | WebView: always add zoom widget to context menu | Aqua-sama | 2018-07-11 | 1 | -21/+21 |
| | |||||
* | Remove PageToolsMenu | Aqua-sama | 2018-07-11 | 11 | -129/+39 |
| | |||||
* | Add custom WebView context menu | Aqua-sama | 2018-07-11 | 1 | -26/+115 |
| | |||||
* | AdBlock rule testing | Aqua-sama | 2018-07-09 | 6 | -0/+230 |
| | |||||
* | Remove PageMenu | Aqua-sama | 2018-07-08 | 13 | -183/+135 |
| | | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu | ||||
* | Integrate urlfilter with urlrequestinterceptor | Aqua-sama | 2018-07-07 | 9 | -125/+218 |
| | |||||
* | Add web/urlfilter | Aqua-sama | 2018-07-05 | 16 | -66/+496 |
| | |||||
* | Add filter.header | Aqua-sama | 2018-07-05 | 6 | -7/+31 |
| | |||||
* | Update translations | Aqua-sama | 2018-07-05 | 5 | -0/+684 |
| | |||||
* | Add configuration/defaults.h | Aqua-sama | 2018-07-02 | 7 | -12/+48 |
| | |||||
* | Add --no-remote option | Aqua-sama | 2018-07-02 | 11 | -88/+90 |
| | |||||
* | Enable console output on Win32 | Aqua-sama | 2018-07-02 | 1 | -0/+12 |
| | |||||
* | Add nullptr profile check to createSession | Aqua-sama | 2018-07-02 | 2 | -1/+3 |
| | |||||
* | Replace SingleApplication with itay-grudev/SingleApplication | Aqua-sama | 2018-07-02 | 17 | -171/+1268 |
| | |||||
* | Add WIN32 to windows executable | Aqua-sama | 2018-07-01 | 1 | -1/+7 |
| | |||||
* | Include boost in ConfigurationEditor | Aqua-sama | 2018-07-01 | 2 | -0/+20 |
| | |||||
* | Code cleanup | Aqua-sama | 2018-07-01 | 10 | -156/+250 |
| | | | | | | Clean up MainWindow Configuration is now a std::unique_ptr Connect downloads and request interceptor to all profiles | ||||
* | Add browser.locale and browser.translation | Aqua-sama | 2018-07-01 | 3 | -0/+41 |
| | |||||
* | Add browser.session | Aqua-sama | 2018-06-29 | 2 | -1/+12 |
| | |||||
* | Add --session parameter to load a session json | Aqua-sama | 2018-06-28 | 10 | -31/+102 |
| | | | | Add Session menu to main window | ||||
* | Socket messages are json formatted | Aqua-sama | 2018-06-26 | 14 | -71/+108 |
| | |||||
* | Update pkgbuild | Aqua-sama | 2018-06-25 | 8 | -503/+58 |
| | |||||
* | Add ProfileManager | Aqua-sama | 2018-06-24 | 13 | -146/+159 |
| | |||||
* | Add Session class | Aqua-sama | 2018-06-24 | 9 | -29/+113 |
| | |||||
* | Split shortcuts into new tab | Aqua-sama | 2018-06-23 | 8 | -141/+189 |
| | |||||
* | Sort commands alphabetically | Aqua-sama | 2018-06-23 | 1 | -2/+6 |
| |