summaryrefslogtreecommitdiff
path: root/midori
Commit message (Expand)AuthorAgeFilesLines
* Only add the Auth feature if WebKit didn't alreadyChristian Dywan2009-02-171-5/+8
* Correct MidoriWindowState definition, this fixes window state savingChristian Dywan2009-02-171-1/+1
* Print soup log if MIDORI_SOUP_DEBUG is set (levels 1-3)Christian Dywan2009-02-171-0/+16
* Support IDN by decoding domain names in magic_uriChristian Dywan2009-02-172-5/+52
* Fix config file writability test and search engine error workaroundChristian Dywan2009-02-161-2/+5
* Build 'panels' as a static library to enable their use in testsChristian Dywan2009-02-151-2/+13
* Localize menu items provided by WebKitChristian Dywan2009-02-141-2/+29
* Convert source code for display from the locale encodingEnrico Tröger2009-02-141-1/+8
* Cancel looking for default search engines properlyChristian Dywan2009-02-141-1/+1
* Factor persistent cookies into a soup featureChristian Dywan2009-02-141-261/+10
* Factor HTTP authentication into a soup featureChristian Dywan2009-02-141-125/+2
* Don't set the session unless we actually have libSoupChristian Dywan2009-02-141-0/+2
* Add Detect proxy server automatically to PreferencesChristian Dywan2009-02-133-10/+64
* Don't do any saving on configuration files which are not writableChristian Dywan2009-02-121-45/+77
* Implement a hack to make Search the Web menu item usefulEnrico Tröger2009-02-121-0/+30
* Fix a memory leak when obtaining the selection from the web viewEnrico Tröger2009-02-121-2/+2
* Let midori_view_get_selected_text work as expected againEnrico Tröger2009-02-121-3/+2
* Adjust 'Icon' label string in Manage Search Engines dialogueChristian Dywan2009-02-121-1/+1
* Add a Preference Show progress in location entryChristian Dywan2009-02-113-7/+39
* Tweak magic URI and add a test stringChristian Dywan2009-02-091-1/+2
* Differentiate hash table/ frozen and manual/ normal completionDale Whittaker2009-02-091-29/+84
* Resize the label in the crash dialogue for proper wrappingChristian Dywan2009-02-051-0/+24
* Flag deactivated extensions as not activeChristian Dywan2009-02-051-0/+1
* Introduce MidoriExtension setting API, strings only for nowChristian Dywan2009-02-052-2/+165
* Rephrase "opened for the last time" to "the last time it was opened"Christian Dywan2009-02-031-3/+3
* Show tokens in Manage Search Engines dialogChristian Dywan2009-02-011-1/+24
* Always insert completion addresses with a trailing slashDale Whittaker2009-02-011-1/+5
* Fix "%d days ago" to be translated againChristian Dywan2009-02-011-1/+1
* Monitor changes to search engines and not only adding and removingChristian Dywan2009-01-311-24/+22
* Provide default search enginesChristian Dywan2009-01-311-3/+24
* Refactor bookmarks panel into a separate panel widgetChristian Dywan2009-01-312-334/+25
* Check if the pixbuf of the search engine is valid before returning itDale Whittaker2009-01-291-2/+4
* Support separators in navigationbar and bookmarkbarChristian Dywan2009-01-291-25/+50
* Move {sokoke,katze}_tree_view_get_selected_iter properChristian Dywan2009-01-283-49/+11
* Prevent duplicate entries by looking for trailing slashesDale Whittaker2009-01-271-7/+18
* Integrate Midori with Maemo, use a Hildon window and adjust the interfaceChristian Dywan2009-01-276-11/+92
* Instead of adding multiple same history items, update the original itemChristian Dywan2009-01-263-6/+47
* Save size and panel position with a delay of 5 secondsChristian Dywan2009-01-261-8/+33
* Properly synchronize the proxy item of the viewChristian Dywan2009-01-241-0/+8
* Unmark the matches when hiding the findbar againChristian Dywan2009-01-241-6/+6
* Open or focus Inline Find on activation, close it with EscapeNick Schermer2009-01-241-12/+18
* Monitor accelerators only after creating the first browserChristian Dywan2009-01-241-2/+3
* Fix 32bit build after the history changesNick Schermer2009-01-241-3/+3
* Store the 'day' of history items to reduce even more calls to localtimeDale Whittaker2009-01-234-56/+116
* Merge two g_file_test calls into oneChristian Dywan2009-01-231-2/+1
* Fix local copy of g_strcmp0Christian Dywan2009-01-221-1/+3
* Include locale.h, it may not be pulled in automaticallyChristian Dywan2009-01-221-0/+1
* Respect NLSPATH in Midori and use it for ./waf build --runChristian Dywan2009-01-221-1/+5
* Remember the last window state, ie. whether Midori was maximized or minimizedChristian Dywan2009-01-203-1/+83
* Implement MidoriApp::browsers and deprecate MidoriApp::browser-countChristian Dywan2009-01-201-6/+41