midori

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2024-10-10
19:26
Keep debug for now, two tab entries for one tab creation Leaf check-in: 89cf68dfe3 user: vandys tags: andy
04:12
Add pref for what to get on new tab (empty or speed dial) check-in: 3ac991980c user: vandys tags: andy
2024-10-08
04:25
Exposure protocol for new tab. Don't consider a deleted, non-visible tab to be a "previous" tab for purposes of closing the currently visible tab. check-in: be6da295e3 user: vandys tags: andy
00:47
Code's working, shed debug display check-in: ff86dd4807 user: vandys tags: andy
00:47
Don't fail on warnings (they've added a _bunch_) check-in: f9a4301320 user: vandys tags: andy
00:21
Return to previous tab when closing one--don't just always jump to tab #0 check-in: 7ef39e5c7f user: vandys tags: andy
2024-10-07
23:38
Create new branch named "andy" check-in: 26f0343d5c user: vandys tags: andy
2019-10-12
10:16
Add a generic item for a custom search option (#351) In the case where a search engine was manually added to the config file or provided through distro defaults, the combo will display the hostname. Fixes: #211 Leaf check-in: 9461921e3f user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
2019-09-16
17:41
Use a single query with a covering index for shortcuts (#362) The covering index allows the speed dial to be created faster. A customized query also avoids having to retrieve the images separately. Grouping by image solves the problem of multiple shortcuts for the same site. Fixes: #354 check-in: 306c1faa0d user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
17:23
Added special handling when Midori.Urlbar is in focus (#366) If the urlbar has focus and reacts on the event, stop further handling. This enables ^N and ^T again, as the edit field does not handle them. Any key binding in the edit field takes precedence. Fixes: #364 check-in: d668862e92 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
2019-08-22
21:37
Update README.md and AppSteam metadata (#360) - Add FlatHub badge - Remove periods from bullet points - Add latest releases to AppStream metadata - Step to update AppStream metadata in release process - Update requirements to use current project names check-in: cb06967e6c user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
2019-08-19
20:00
Pass empty string to app.win-new accel (#361) Fixes: #358 check-in: eb4e2b8f91 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
2019-08-12
08:36
Update README.md Leaf check-in: 68af3e3ecb user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, origin/update_readme_metadata
2019-08-09
00:25
Show source in a tab if no editor is available (#350) check-in: d0fa316c0b user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
00:25
Use project domain for icon in about dialog (#349) check-in: 7c0324901b user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, master
2019-07-29
21:59
Release Midori 9.0 (#347) Leaf check-in: 41a2bf81c1 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, v9.0
2019-07-16
22:22
Retrieve og:image for better shortcut icons (#346) - og:image is looked up in the DOM - The history database stores the "image" of an item - An image is preferred over a favicon in the speed dial - Shortcuts with images cover(stretch) the whole element - Add background color to the title check-in: b5f5aefca8 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-07-14
23:40
Layout changes for Speed Dial (#345) * Use a background image for speed dials This allows easier positioning without stretching. Also move the box-shadow to the shortcut container to make sure the hover effect applies to the whole area consistently. Fixes: #206 * Changed CSS property to "white-space: nowrap;" to avoid multi-line shortcut titles. * Added CSS margin to shortcut title, to avoid collision with round corner. * Repositioned shortcut title to the bottom of each box. check-in: a845d29ea1 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-07-09
21:37
Bind search container visibility to search mode (#337) Otherwise a remnant of it can remain visible. check-in: 8df3972a48 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
21:33
Use project domain for appdata and icon (#343) As per the [AppStream spec](https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html) the ID should be the reverse domain name. Midori already uses it for resource namespaces and the `.desktop` file. The `appdata.xml` and icon name should follow suit. check-in: 41e1b238a0 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
21:23
Explicitly allow script windows and dialogs (#331) - Allow scripts to "automatically" open windows and modal dialogs - Open windows with no urlbar like apps (locked and pinned) - Don't save size of locked windows - Override size of popups as per request or with a default - Ensure other windows which open as tabs open in the foreground The "dialogs" are skipped by session management since the browser is locked in this case. Transiency ensures the window is placed approprietely. Fixes: #318 check-in: e741ef7b78 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-07-07
18:39
Change license to CC0-1.0 in appdata.xml (#342) check-in: 4dca2c37b4 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
13:33
(Re-)Store pinned state of tabs (#339) The most interesting non-obvious detail here is that undelaying a pinned tab after creating it didn't work with the previous code. Fixes: #178 check-in: 3af2f06dca user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
13:31
Use web_context from context rather than the default (#338) No puntended. check-in: 8bae4feb73 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
13:29
Add Trust button to the security details popover (#341) If a certificate is available but considered invalid, the Trust button shows up in the details popover accessible via the icon in the urlbar. A temporary exception which is valid for the remainder of the session is added for the specific certificate and host combination. Note: No attempt is made to preserve the exception. Fixes: #182 check-in: c96bc116da user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
13:29
Add tooltip to adblock toolbar button (#340) check-in: 9b0d5c932f user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-06-16
13:43
Fetch favicons for tallies directly from tabs (#335) Fixes: 207 check-in: 7982529707 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
13:42
Use activate_key for the tab, and chain up otherwise (#336) Chaining up in case of the web view can result in infinite recursion which continues so long as the web view has the focus. Fixes: #323 check-in: b77f75c8b3 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-06-15
21:22
Add hotkeys for win-incognito-new action (#334) Fixes: 240 check-in: 9eb7494aee user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-06-10
10:05
Implement Close Other and Close Tab menu items (#319) check-in: e97be3e83a user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-04-26
16:58
Add Paste & Proceed in the urlbar (#320) What this does is simple yet incredibly useful: copy text, which can be a URL or words for something to search online, and directly open it. check-in: f5e4ff948e user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-04-21
18:50
Enable inspector for non-pinned tabs only (#314) Web apps, and pinned tabs, which are treated the same in this respect, shouldn't expose development features. check-in: 9a09823e4a user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-28
19:51
Highlight suggestions before escaping markup (#306) As observed in this error message: (midori:21053): Gtk-WARNING **: 00:24:55.956: Failed to set text '...' from markup due to error parsing markup: Error on line 1: Entity did not end with a semicolon; most likely you used an ampersand character without intending to start an entity — escape ampersand as & The problem is that the regex operates on an already escaped string and sometimes matches part of an entity. - Let's instead match on the original text/ key and escape the result. - For the sake of simplicty don't worry about rare multiple matches. check-in: 6baa141a0e user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
19:51
Only limit automatic urlbar focus to blanks (#307) The condition added in #274 had the unintended side-effect of ignoring explicit urlbar focus via ^L or F6 hotkeys. So let's make the action unbiased again and focus the urlbar directly. check-in: 00f5d273b6 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-24
19:32
[Android] Fix share Intent (#305) Fixes: #252 check-in: c5d132039d user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-15
22:18
Support for sidebar action WebExtension API (#297) Analoguous to browser actions a sidebar action defines a page to be displayed in the panel. check-in: 4c9fca5165 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
21:50
Add Fedora build-time dependencies to README (#301) Slightly different than on openSUSE check-in: b49ed5ecfc user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-10
19:24
Merge app and page menu buttons into one (#299) Tooltip and keyboard shortcut are on the house. Fixes: #204 Fixes: #193 check-in: 673e981845 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
19:24
Mention the Astian Foundation and authors in About (#298) As an umbrella organization the Astian Foundation should appear in the About dialog - legally speaking there is nor will there be copyright assignment. check-in: a064d8297c user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
19:23
Show/ hide search bar when switching tabs (#293) The find controller tracks state per web view. check-in: 9f31a80f42 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-07
18:29
Show re-opened tabs and links in new tabs correctly (#291) - Tabs restored from the trash via ^T need to be made visible. - Tabs opening in new windows need to be shown correctly. check-in: 81286b3b58 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-06
23:31
Merge app and page menu buttons into one Tooltip and keyboard shortcut are on the house. Fixes: #204 Fixes: #193 Leaf check-in: 8b525bcc35 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors, origin/app_menu_page_menu_merge
21:31
Mention the Astian Foundation and authors in About As an umbrella organization the Astian Foundation should appear in the About dialog - legally speaking there is nor will there be copyright assignment. Leaf check-in: d3354976b7 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
21:18
Don't set empty tab title from history (#292) Even though a tab was looked up in the history to re-use its title without loading it, the title may be empty. In that case don't set the empty saved title which would override the URL being shown as a fallback. check-in: d57c92a677 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
19:53
Don't show overlay statusbar if it wasn't visible (#289) This fixes an empty "stub" being visible. check-in: deecae5697 user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
01:32
Support for sidebar action WebExtension API Analoguous to browser actions a sidebar action defines a page to be displayed in the panel. Leaf check-in: f869986355 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/web_extensions_sidebar_action
00:27
Ensure menu models are updated when creating the browser (#288) Fixes: #286 check-in: acc0029a1d user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
00:26
Removed focus timeout in the callback (#290) (midori:24581): GLib-CRITICAL **: 15:48:51.069: Source ID 58 was not found when attempting to remove it check-in: 897c2f54ad user: noreply@github.com tags: trunk, origin/private-browsing-intro, origin/about_astian_foundation_authors
2019-03-04
22:13
Show/ hide search bar when switching tabs The find controller tracks state per web view. Leaf check-in: 60a4f96aea user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/browser_search_entry_toggle
21:33
Don't set empty tab title from history Even though a tab was looked up in the history to re-use its title without loading it, the title may be empty. In that case don't set the empty saved title which would override the URL being shown as a fallback. Leaf check-in: 8ef0893b32 user: christian@twotoasts.de tags: trunk, origin/private-browsing-intro, origin/tab_history_dont_use_empty_title