summaryrefslogtreecommitdiff
path: root/midori
Commit message (Expand)AuthorAgeFilesLines
* handle tab duplicationAndré Stösel2013-11-191-1/+1
* Swap NULL-check with main frame checkChristian Dywan2013-11-161-2/+2
|\
| * Swap NULL-check with main frame checkChristian Dywan2013-11-161-2/+2
* | Use correct signal when clearing the trashgue5t2013-11-161-1/+1
|\ \
| * | Update trash action sensitivity after clearing rather than beforegue5t2013-11-141-1/+1
| |/
* | Hide WEbGL preference if it is unavailableChristian Dywan2013-11-161-1/+1
|/
* Fix autoscrolling if page contains a frame with our custom error pagegue5t2013-11-141-0/+12
|\
| * fix warning calling webkit_web_view_get_main_frame, move comment outside #ifdefgue5t2013-11-041-3/+3
| * only autofocus error retry button in main framesgue5t2013-10-061-0/+12
* | Don't use context-menu signal in WebKitGTK+ < 1.10.0Christian Dywan2013-11-121-0/+7
|\ \
| * | Don't use context-menu signal in WebKitGTK+ < 1.10.0Christian Dywan2013-11-121-0/+7
* | | Fix building on Ubuntu 12.04Paweł Forysiuk2013-11-121-1/+1
|\ \ \
| * | | Fix warning about incompatible pointer type in midori_view_save_sourcePaweł Forysiuk2013-11-091-1/+1
| |/ /
* | | Reset item ids when re-importing bookmarksAndré Auzi2013-11-081-0/+2
|\ \ \ | |/ / |/| |
| * | avoid midori_bookmarks_db_add_item assertion when importing a bookmarks XBEL ...André Auzi2013-09-291-0/+2
| |/
* | bugfix: it should be possible to use exension.set_.. api within hidden extens...André Stösel2013-11-071-6/+5
|\ \
| * | bugfix: it should be possible to use exension.set_.. api within hidden extens...André Stösel2013-09-171-6/+5
* | | Check path being NULL in export before trying to inspect itChristian Dywan2013-11-061-4/+5
* | | Cast WebKitDOMHtmlElement for getting source contentChristian Dywan2013-11-061-1/+1
* | | add function to view dom sourceAndré Stösel2013-11-053-10/+51
|\ \ \
| * | | add mnemonicAndré Stösel2013-11-051-1/+1
| * | | change "view dom source" shortcutAndré Stösel2013-11-041-1/+1
| * | | add function to view dom sourceAndré Stösel2013-11-043-10/+51
* | | | remove unused variableAndré Stösel2013-11-051-1/+0
* | | | Resolve compiler warnings in current trunkPaweł Forysiuk2013-11-0515-92/+75
|\ \ \ \ | |/ / / |/| | |
| * | | Don't shadow certificate export dialogPaweł Forysiuk2013-11-052-7/+7
| * | | Use GString instead of GArray in sokoke_accept_languagesChristian Dywan2013-11-041-14/+8
| * | | Don't shadow debugger button in diagnostic dialog as wellPaweł Forysiuk2013-10-311-3/+3
| * | | Don't shadow crash log button in diagnostic dialogPaweł Forysiuk2013-10-311-4/+4
| * | | Don't compare signed and unsigned integer in midori_settings_save_to_filePaweł Forysiuk2013-10-311-1/+1
| * | | Don't shadow filename in midori_settings_save_to_fileChristian Dywan2013-10-301-5/+5
| * | | Use guint when iterating for loops to avoid signedness warningsChristian Dywan2013-10-301-1/+1
| * | | Declare new_view in browser where a tab is addedChristian Dywan2013-10-301-10/+12
| * | | Add assert_not_reached for launcher_type when creating laucher on win32Paweł Forysiuk2013-10-291-0/+2
| * | | Add guards around sokoke_open_with_response defined but not used on WIN32Paweł Forysiuk2013-10-291-0/+2
| * | | Tweak WebKit2 guards in C alsoChristian Dywan2013-10-293-15/+14
| * | | Move WebKit2 guards to resolve warningsChristian Dywan2013-10-292-4/+8
| * | | Resolve remaining warnings for possibly undefined out argumentsChristian Dywan2013-10-282-6/+3
| * | | Cast ToggleAction correctly in midori_panel_action_activate_cbChristian Dywan2013-10-281-6/+4
| * | | Clean up warnings, mostly about unused variablesPaweł Forysiuk2013-10-256-16/+1
* | | | Build fix: found undeclared in midori_bookmarks_db_remove_item_recursivePaweł Forysiuk2013-10-281-1/+1
* | | | Cache bookmark items to avoid their recreation on database readsAndré Auzi2013-10-271-8/+126
|\ \ \ \
| * | | | cache all bookmark items in order to avoid their recreation on database reads.André Auzi2013-09-171-9/+127
* | | | | allow "view source" on about pagesAndré Stösel2013-10-271-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | allow "view source" on about pagesAndré Stösel2013-10-081-1/+1
| | |_|/ | |/| |
* | | | Implement MidoriBookmarksDatabase class by inheritence from MidoriDatabaseAndré Auzi2013-10-163-232/+120
|\ \ \ \
| * | | | revert unnecessary change in midori-database.valaAndré Auzi2013-10-121-2/+2
| * | | | untabifyAndré Auzi2013-10-121-1/+1
| * | | | hide bookmarks.db behind the API, use exec_script for Import_old_db_bookmarks...André Auzi2013-10-122-16/+10
| * | | | untabifyAndré Auzi2013-10-091-81/+81