summaryrefslogtreecommitdiff
path: root/midori/sokoke.c
Commit message (Expand)AuthorAgeFilesLines
* Add helper function for getting current APPDATA directoryPaweł Forysiuk tuxator@o2.pl2015-12-291-0/+14
* Flip the gtk version check for slightly better readabilityPaweł Forysiuk2014-03-191-3/+3
* Use proper invocation of gdk_win32_icon_to_pixbuf_libgtk_only depending on gt...Paweł Forysiuk2014-03-191-0/+4
* Add some sanity checks when feching hIconPaweł Forysiuk2014-02-251-1/+5
* Don't bother fetching hicon if path to executable is null, update code style ...Paweł Forysiuk2014-02-241-3/+7
* Get application icons on win32 as wellPaweł Forysiuk2014-02-241-0/+12
* Move recursive_fork_protection into Midori.URIChristian Dywan2014-02-231-30/+0
* Supersede sokoke_show_uri by Tab.open_uriChristian Dywan2014-02-221-36/+0
* Move Open Image in Viewer into Open With extensionChristian Dywan2014-02-221-16/+1
* Implement Open With extension dealing with file typesChristian Dywan2014-02-211-61/+1
* 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-291-5/+4
* diable hosting detection when using a proxyAndré Stösel2013-08-071-0/+10
* Replace midori_browser_bookmark_popup_item and sokoke_create_popup_menu_itemChristian Dywan2013-07-281-74/+0
* Read apps/ profiles from folder, leave launchers separateChristian Dywan2013-07-161-0/+67
|\
| * Don't needlessly recompute filename from launcher titlePaweł Forysiuk2013-07-041-6/+4
| * Use glib funtion to get destkop folder on win32Paweł Forysiuk2013-07-031-4/+3
| * Implement deleting default launcher on win32Paweł Forysiuk2013-06-301-14/+23
| * Merge Windows support from lp:~tuxator/midori/appleChristian Dywan2013-06-291-0/+61
* | Bump glib2 version to 2.32.4Paweł Forysiuk2013-06-261-31/+0
* | Remove Gtk.IconEntry compatibility aliasesChristian Dywan2013-06-211-6/+5
|/
* add unit test for sokoke_external_uri protocol handlinggue5t2013-05-261-1/+1
* compare uri schemes case-insensitively and don't effectively wildcard schemes...gue5t2013-05-251-4/+6
* Update dates to 2013.Cody Garver2013-05-191-1/+1
* Fix sokoke_prefetch_uri hanging forever with WebKit2Christian Dywan2013-04-111-9/+7
* Implement URI prefetching for WebKit2Christian Dywan2013-04-041-5/+5
* Implement 'Run in debugger' button in diagnostic dialogChristian Dywan2013-03-271-0/+16
* Make invalid actions fail; abstract exit on errorChristian Dywan2013-03-261-4/+1
* Merge sokoke_prepare_uri into _magic_uriChristian Dywan2013-03-111-20/+16
* Use one central point to include webkit.hAndré Stösel2013-02-211-1/+1
* Add some #ifdef to build Midori with WebKit2 supportAndré Stösel2013-02-211-0/+9
* Add --debug/ -g switch to run Midori in gdbChristian Dywan2013-02-211-6/+14
* Use g_signal_connect_swapped with gtk_widget_destroyChristian Dywan2013-02-021-10/+2
* Properly free scheme in sokoke_default_for_uriChristian Dywan2012-12-151-3/+3
* Drop leftover Hildon includes from sokokePaweł Forysiuk2012-12-131-11/+0
* Use gtk_action_create_icon in sokoke_action_create_popup_menu_itemChristian Dywan2012-12-031-1/+1
* Move session loading steps into its own fileChristian Dywan2012-11-261-2/+2
* Move URI preparation to sokoke/ app (unique)Christian Dywan2012-11-251-0/+19
* Converge private data registration and dialogChristian Dywan2012-11-221-73/+0
* Drop unused MIME opening and legacy fallbacksChristian Dywan2012-10-111-98/+5
* Rename Paths.get_config_dir/filename _for_reading/writingChristian Dywan2012-09-281-1/+1
* Add dialog API with unit test hooksChristian Dywan2012-09-241-34/+0
* Enclose screen saver and root window in IS_X11_DISPLAYChristian Dywan2012-09-181-20/+23
* Copy Image s/Address// always copy both URL and dataChristian Dywan2012-09-181-5/+31
* sokoke_js_script_eval should not crash when js_message is NULLPaweł Forysiuk2012-09-181-0/+2
* Fix build of unit tests: speed dial, hsts, bookmarksChristian Dywan2012-09-111-2/+3
* Merge build_thumbnail_path into Midori.SpeedDialChristian Dywan2012-09-091-17/+0
* Dissolve keyfile "default" wrappers into Midori.ExtensionChristian Dywan2012-09-091-66/+0
* Rework downloading into Midori.Download interfaceChristian Dywan2012-09-091-93/+0