aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Downloads: prevent download widget width from exceeding download list widthAqua-sama2018-08-247-34/+55
| | | | Downloads: add open button
* WebPage: add render process crash recovery pageAqua-sama2018-08-232-2/+35
|
* Add mute button to WebView context menuAqua-sama2018-08-201-2/+15
|
* WebView: close context menu when buttons are pressedAqua-sama2018-08-191-3/+14
|
* Add back/forward/refresh buttons to page context menuAqua-sama2018-08-191-2/+35
|
* Update readmeAqua-sama2018-08-187-58/+70
| | | | Update configuration summary
* AddressBar: prevent URL formatting caused by context menuAqua-sama2018-08-075-31/+95
|
* Add move tab left/right shortcutAqua-sama2018-08-073-12/+27
|
* Move SubWindow to src/subwindowAqua-sama2018-08-0711-38/+42
|
* Fix fullscreen toggleAqua-sama2018-08-051-0/+9
|
* Update manpageAqua-sama2018-08-051-64/+16
|
* WebView: add open image action to context menuAqua-sama2018-07-311-3/+8
|
* Address bar: add go buttonAqua-sama2018-07-302-0/+7
|
* Update build instructionsAqua-sama2018-07-294-34/+44
|
* UrlRequestInterceptor: add filter rulesAqua-sama2018-07-247-53/+119
|
* AdBlockRule: move matching logic to FilterRuleAqua-sama2018-07-1813-514/+108
|
* AdBlockTest: loading subscriptionAqua-sama2018-07-175-45/+56
|
* Update .gitignoreAqua-sama2018-07-172-10/+0
|
* Fix version.h.inAqua-sama2018-07-172-5/+2
|
* Fix PKGBUILDAqua-sama2018-07-172-8/+8
|
* Switch vcs to gitAqua-sama2018-07-174-109/+70
|
* Add vendor.cmakeAqua-sama2018-07-157-29/+52
|
* Update Building.mdAqua-sama2018-07-154-137/+203
|
* AdBlockRule: parse some optionsAqua-sama2018-07-124-0/+74
|
* WebView: add Open in new tab and Save actions for imagesAqua-sama2018-07-121-0/+8
|
* WebView: always add Open link actions if the link URL is not emptyAqua-sama2018-07-121-59/+67
|
* WebView: fix context menu transparency with PlasmaAqua-sama2018-07-122-2/+2
|
* WebView: always add zoom widget to context menuAqua-sama2018-07-111-21/+21
|
* Remove PageToolsMenuAqua-sama2018-07-1111-129/+39
|
* Add custom WebView context menuAqua-sama2018-07-111-26/+115
|
* AdBlock rule testingAqua-sama2018-07-096-0/+230
|
* Remove PageMenuAqua-sama2018-07-0813-183/+135
| | | | | Move zoom widget to WebView context menu Move the other page menu actions to main window menu
* Integrate urlfilter with urlrequestinterceptorAqua-sama2018-07-079-125/+218
|
* Add web/urlfilterAqua-sama2018-07-0516-66/+496
|
* Add filter.headerAqua-sama2018-07-056-7/+31
|
* Update translationsAqua-sama2018-07-055-0/+684
|
* Add configuration/defaults.hAqua-sama2018-07-027-12/+48
|
* Add --no-remote optionAqua-sama2018-07-0211-88/+90
|
* Enable console output on Win32Aqua-sama2018-07-021-0/+12
|
* Add nullptr profile check to createSessionAqua-sama2018-07-022-1/+3
|
* Replace SingleApplication with itay-grudev/SingleApplicationAqua-sama2018-07-0217-171/+1268
|
* Add WIN32 to windows executableAqua-sama2018-07-011-1/+7
|
* Include boost in ConfigurationEditorAqua-sama2018-07-012-0/+20
|
* Code cleanupAqua-sama2018-07-0110-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.translationAqua-sama2018-07-013-0/+41
|
* Add browser.sessionAqua-sama2018-06-292-1/+12
|
* Add --session parameter to load a session jsonAqua-sama2018-06-2810-31/+102
| | | | Add Session menu to main window
* Socket messages are json formattedAqua-sama2018-06-2614-71/+108
|
* Update pkgbuildAqua-sama2018-06-258-503/+58
|
* Add ProfileManagerAqua-sama2018-06-2413-146/+159
|