summaryrefslogtreecommitdiff
path: root/src/webview.cpp
Commit message (Expand)AuthorAgeFilesLines
* Coding styleAndrea Diamantini2011-02-251-30/+34
* Finally found time to update copyrights... ;)Andrea Diamantini2011-02-241-2/+2
* No more static members in the Application class,Pierre Rossi2011-02-241-11/+11
* Reset webview's mouseicon if autoscroll is enabled and you reenter webview.Felix Rohrbach2011-02-121-0/+9
* Added an option to show current website favicon as rekonq window iconFurkan Uzumcu2011-02-051-0/+15
* This commit contains the changes to the context menu which we decided in our ...Felix Rohrbach2011-01-151-15/+17
* Multi-scroll cursors doesn't appear when the page does not have scroll bars, ...Felix Rohrbach2011-01-081-3/+7
* Disable multi-dimensional scroll button on scrollbars.Rohan Garg2011-01-061-1/+4
* Horizontal scroll wheel may now be used to navigate through history (Disabled...Felix Rohrbach2011-01-051-34/+48
* - Bookmark folders can now be dragged and dropped in the toolbar.Yoann Laissus2010-12-201-0/+22
* fix opening of URL-like selections in new tabPanagiotis Papadopoulos2010-12-141-2/+2
* Some changes by me: Find action after open link itemsAndrea Diamantini2010-12-131-5/+7
* GCI Task by Furkan Uzumcu: Context Menu ImprovementsAndrea Diamantini2010-12-131-1/+35
* Initialize previously uninitialized member variableAndreas Hartmetz2010-12-031-0/+1
* Merge branch 'master' of git://git.kde.org/rekonqBenjamin Poulain2010-11-201-1/+1
|\
| * API clean upAndrea Diamantini2010-11-191-1/+1
* | Use QObject cleaning for the destruction of WebView childrenBenjamin Poulain2010-11-201-5/+0
* | Move download handling from WebView to WebPageBenjamin Poulain2010-11-201-1/+0
* | Add an assertion to ensure the consistency of WebView during developmentBenjamin Poulain2010-11-201-1/+2
* | Update the name of WebView attribute to conform to the conventionsBenjamin Poulain2010-11-201-82/+82
|/
* honor the "open tabs in the background" for the search with featurePanagiotis Papadopoulos2010-09-101-1/+1
* Include all .moc files removed in the previous commitJon Ander Peñalba2010-09-031-0/+1
* Include clean-up in the big src directoryJon Ander Peñalba2010-09-031-22/+17
* Let urlbar being usable also in fullscreen modeAndrea Diamantini2010-09-011-3/+6
* Switching to "KDE" icon cache. While this "brute force" change can be dangerous,Andrea Diamantini2010-08-281-1/+2
* add "copy image location" action in the webview's contextual menumegabigbug2010-08-271-0/+24
* Finally fix the smooth scrolling distance per scrollYoann Laissus2010-08-251-8/+7
* Changed the name of the files src/bookmarks/bookmarksmanager.* to src/bookmar...Jon Ander Peñalba2010-08-201-8/+8
* Simpler than I thought, fix kget integrationAndrea Diamantini2010-08-191-1/+2
* Remove a spaceYoann Laissus2010-08-171-1/+1
* - Fix an issue with some websites which need to handle wheel events (eg: goog...Yoann Laissus2010-08-171-6/+6
* Merge commit 'refs/merge-requests/165' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-08-121-2/+2
|\
| * Fix smooth scrolling for some sites (eg: gmail)Yoann Laissus2010-08-111-2/+2
* | Merge commit 'refs/merge-requests/160' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-08-111-21/+133
|\ \ | |/
| * Fix the factorYoann Laissus2010-08-101-3/+2
| * Increase sppedYoann Laissus2010-08-081-1/+1
| * - Use default scrolling for editable contentsYoann Laissus2010-08-081-3/+3
| * Code cleanupYoann Laissus2010-08-081-88/+79
| * Implement KHTML smooth scrolling for rekonqYoann Laissus2010-08-081-1/+123
* | - Fix Ctrl + wheel shortcutYoann Laissus2010-08-101-1/+1
|/
* apply the hack for dark color schemes only if the button text color is too lightmegabigbug2010-07-041-1/+1
* Show everywhere the needed "Inspect Element" actionAndrea Diamantini2010-06-291-5/+9
* Hide "loading..." and "done" strings after 0.5 sec..Andrea Diamantini2010-06-291-6/+1
* Merge commit 'refs/merge-requests/143' of git://gitorious.org/rekonq/mainline...Andrea Diamantini2010-06-281-0/+8
|\
| * improve previews: compute preview when webview is deleted => instant preview ...megabigbug2010-06-261-0/+8
* | Fix naming to clean APIAndrea Diamantini2010-06-241-4/+4
|/
* Merge commit 'refs/merge-requests/139' of git://gitorious.org/rekonq/mainlineAndrea Diamantini2010-06-151-0/+1
|\
| * strip whitespaces from the start and the end of a selectionPanagiotis Papadopoulos2010-06-131-0/+1
* | This dangerous commit, 15 days to the release, removes the use of a default.cssAndrea Diamantini2010-06-151-1/+16
|/
* Fix the end value of the zoom slider with mouse wheel zoomYoann Laissus2010-06-061-7/+18