summaryrefslogtreecommitdiff
path: root/katze/midori-paths.vala
Commit message (Collapse)AuthorAgeFilesLines
* Don't skip first parent when finding resource dir from build pathgue5t2013-11-161-1/+1
|
* Require a filename passes to get_res_filename for best resultsChristian Dywan2013-09-071-1/+2
|
* Check for res filename to exist within data, not just the folderChristian Dywan2013-09-071-2/+3
|
* Make get_res_filename work with different hierarchiesChristian Dywan2013-09-071-5/+7
|
* With cmake 'res' in the build folder is one layer less deepChristian Dywan2013-09-071-1/+1
|
* Enable set_disk_cache_directory with WebKit2Christian Dywan2013-08-021-3/+1
|
* Read apps/ profiles from folder, leave launchers separateChristian Dywan2013-07-161-0/+2
|\
| * Save biggest available favicon for app launchersChristian Dywan2013-06-211-0/+2
| |
* | Bump glib2 version to 2.32.4Paweł Forysiuk2013-06-261-6/+0
| |
* | Drop unneeded WebKit < 1.8 version guardsChristian Dywan2013-06-191-3/+3
| |
* | Drop favicon code paths for WebKitGTK+ 1.3 and olderChristian Dywan2013-06-171-29/+0
|/
* Store data of app mode based on URL in ~/.local/share/midori/appsChristian Dywan2013-05-221-1/+10
|
* Enable rudimentary cookie storage with WebKit2Christian Dywan2013-04-071-0/+5
|
* Implement WebKit2 code path of clearing page iconsChristian Dywan2013-04-061-3/+3
|
* Implement clearing HTTP cache with WebKit2Christian Dywan2013-04-061-1/+1
| | | | | HAVE_WEBKIT2_A is a placeholder for new API, yet to be tied to a version.
* Implement view-based favicon handling for WebKit2Christian Dywan2013-04-051-6/+12
|
* Implement 'Run in debugger' button in diagnostic dialogChristian Dywan2013-03-271-1/+2
|
* Add 'Show last crash log' button to diagnostic dialogChristian Dywan2013-03-261-6/+15
|
* Use XDG_RUNTIME_DIR for temporary filesChristian Dywan2013-03-201-4/+16
|
* Add some #ifdef to build Midori with WebKit2 supportAndré Stösel2013-02-211-0/+6
| | | | Notice: Only --plain works right now
* Add --debug/ -g switch to run Midori in gdbChristian Dywan2013-02-211-3/+5
|
* Optimize icon lookups and tag received icon-loadedChristian Dywan2013-01-241-4/+7
|
* Set MIDORI_EXEC_PATH to PREFIX under WineChristian Dywan2012-12-161-1/+2
|
* Merge katze_load_cached_icon into Midori.Paths.get_iconChristian Dywan2012-12-091-10/+22
| | | | The code paths are functionally exclusive.
* Add 1.3.13 IconDatabase code path equivalent to 1.8.0Christian Dywan2012-12-091-2/+18
| | | | Also ensure that themed icon size is used.
* Move icon path setup and clearing into Midori.PathsChristian Dywan2012-12-071-0/+15
|
* Supersede Katze.load_cached_icon by Midori.Paths.get_iconChristian Dywan2012-12-061-0/+17
| | | | | | | | | | Try FaviconDatabase before cached file. Have katze_item_get_pixbuf try both URL and Katze.icon. Get katze_item_get_image consistent with _get_pixbuf. Get midori_search_action_get_icon to rely on katze_item_get_pixbuf. Drop icon hacks from history/ bookmarks panel. Use new Midori.Paths.get_icon in completions.
* Introduce get_extension_config_dir/ _get_preset_filenameChristian Dywan2012-12-041-2/+29
| | | | Handle extension filenames/ folders solely in Midori.Paths.
* Move normal, web and private app to frontendChristian Dywan2012-12-021-0/+6
| | | | | Allow resetting runtime mode in unit tests to allow running all modes fully in tests.
* Handle relative config in Midori.Paths.initChristian Dywan2012-12-021-3/+7
|
* Make make_tmp_dir GLib < 2.30 use real tmp_dirChristian Dywan2012-11-251-1/+1
|
* Further align bookmarks and historyChristian Dywan2012-11-251-0/+1
| | | | Streamline error messages, add quit for bookmarks.
* Handle recent files disabling in Midori.PathsChristian Dywan2012-11-251-0/+2
|
* Converge private data registration and dialogChristian Dywan2012-11-221-0/+16
|
* Add make_tmp_dir to Midori.Paths APIChristian Dywan2012-11-201-0/+16
| | | | GLib's make_tmp requires 2.30 but mkdtemp isn't portable.
* Consistent xdg and tmp folder setup for unit testsChristian Dywan2012-11-101-0/+20
|
* Resolve minor warnings for being() and errorsChristian Dywan2012-11-031-1/+1
|
* Make 'special' a property and add test casesChristian Dywan2012-10-061-0/+5
|
* Introduce _for_reading versions for cache and dataChristian Dywan2012-09-301-2/+21
| | | | | Move favicon setup out of full session since we currently can't prevent it from creating the database file.
* Rename Paths.get_config_dir/filename _for_reading/writingChristian Dywan2012-09-281-4/+12
| | | | And document the expected behavior.
* Leave writable folders unset in private/ app modeChristian Dywan2012-09-281-5/+0
|
* Consistently use readonly_config_filename for loadingChristian Dywan2012-09-181-20/+31
|
* Always use exec_path based paths on Win32Christian Dywan2012-09-021-10/+14
| | | | | Nobody expects system-wide folders. And LIBDIR won't exist on the system.
* Add get_command_line_str for debugging outputChristian Dywan2012-08-301-1/+6
|
* Move config/ data/ res_filename/ lib_path to Midori.PathsChristian Dywan2012-08-301-22/+129
|
* Introduce Midori.Paths and Midori.RuntimeModeChristian Dywan2012-08-271-0/+117
Also introduce initial "portable" mode on Win32.