]>
spindle.queued.net Git - midori/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Nicholas E. Manley [Mon, 11 Feb 2008 06:37:29 +0000 (07:37 +0100)]
Don't restrict the minimum font size.
Christian Dywan [Mon, 4 Feb 2008 21:08:38 +0000 (22:08 +0100)]
Append a semicolon to the mime types in the desktop file.
According to the spec the list of mime types in a desktop
file 'should' end with a trailing semicolon.
Christian Dywan [Sun, 3 Feb 2008 09:51:35 +0000 (10:51 +0100)]
Build fix: Webkit's header and pkgconfig name have changed.
Christian Dywan [Sat, 26 Jan 2008 14:18:32 +0000 (15:18 +0100)]
Build fix: Don't use regular expressions
Christian Dywan [Sat, 26 Jan 2008 07:44:31 +0000 (08:44 +0100)]
Implement Fullscreen mode
A new menuitem toggles Fullscreen mode, which means that the
menubar is hidden, the window is maximized and window manager
decoration is removed. A new button appears in the navibar
which reverts this process.
Fullscreen relies entirely on the window manager, which has the
advantage that window manager keybindings have the same effect
as activating the Fullscreen menuitem. At the same time this
means that Fullscreen won't work at all without it.
Christian Dywan [Sat, 26 Jan 2008 05:44:28 +0000 (06:44 +0100)]
Add more preferences and Middle click goto
Add default font name and size, minimum font size and encoding
preferences. And implement Middle click goto with a preference.
Also the preferences dialog is a bit cleaned up.
Christian Dywan [Thu, 24 Jan 2008 02:48:29 +0000 (03:48 +0100)]
Bump version to 0.0.17
Christian Dywan [Wed, 23 Jan 2008 04:27:54 +0000 (05:27 +0100)]
Add a preference to choose a user stylesheet.
Christian Dywan [Wed, 23 Jan 2008 03:26:13 +0000 (04:26 +0100)]
Implement a few preferences with new settings API in WebKit
Allow changing a few preferences that WebKit now has API for
and clear the way for more to come.
Christian Dywan [Sun, 20 Jan 2008 22:05:12 +0000 (23:05 +0100)]
Implement Add Bookmark and a small panel toolbar
Initially new bookmarks can be added. The panel gains a small
toolbar to Add, Edit and Delete items.
Besides a serious bug in the XBEL implementation is fixed and
a number of error checks is added..
Christian Dywan [Sun, 20 Jan 2008 17:10:53 +0000 (18:10 +0100)]
Escape search engine name and description.
Christian Dywan [Sun, 20 Jan 2008 17:05:16 +0000 (18:05 +0100)]
Cleanup and WebKit API update
Christian Dywan [Wed, 9 Jan 2008 06:44:56 +0000 (07:44 +0100)]
Make sure selection actions have a widget.
The return value of gtk_window_get_focus can be NULL. Return
early in that case.
Christian Dywan [Wed, 9 Jan 2008 06:39:19 +0000 (07:39 +0100)]
Allow Find Next and Find Previous when the findbox is hidden.
The find text should be preserved after hiding the findbox until
it is shown again. Refactor the find code for both directions.
Sven Herzberg [Mon, 7 Jan 2008 15:06:36 +0000 (16:06 +0100)]
Fixed the header of the KatzeThrobber
Christian Dywan [Sun, 6 Jan 2008 00:44:37 +0000 (01:44 +0100)]
Move XBEL implementation to katze.
The implementation of XBEL is moved to katze, including the
appropriate api prefix and coding style changes. All relevant
uses are updated.
Christian Dywan [Sat, 5 Jan 2008 05:24:38 +0000 (06:24 +0100)]
Implement a throbber widget.
The throbber is used in the menubar and individual tabs.
Clean infrastructure for private G* extensions is added.
Christian Dywan [Fri, 4 Jan 2008 07:41:20 +0000 (08:41 +0100)]
Always enable Select All if an editable widget is focussed.
Christian Dywan [Fri, 4 Jan 2008 05:08:42 +0000 (06:08 +0100)]
Previous/ next tab menu items should be disabled when not needed.
Christian Dywan [Thu, 3 Jan 2008 01:16:06 +0000 (02:16 +0100)]
Handle the context menu on button press, not release.
As stated in the reference popup menus should be opended
from button-press-event instead of button-release-event.
Ori Bernstein [Wed, 2 Jan 2008 06:34:58 +0000 (07:34 +0100)]
Open the default page only if there is no session and no uri on the cli.
We only want to open a default homepage or blank page if neither
sessions are in use nor any uri is passed on the command line.
Christian Dywan [Mon, 31 Dec 2007 23:37:10 +0000 (00:37 +0100)]
Bump version to 0.0.16
Add Ori Bernstein to AUTHORS.
Christian Dywan [Mon, 31 Dec 2007 23:14:46 +0000 (00:14 +0100)]
Implement editing menu items for the web view.
Enable edit menu items in the menubar for the web view and show
editing related items in the context menu when appropriate.
Christian Dywan [Mon, 31 Dec 2007 22:49:22 +0000 (23:49 +0100)]
Implement the bookmarks panel with editing capabilities.
The bookmarks panel can display a tree of bookmarks and allows
editing and deleting of bookmarks via a context menu.
The XBEL implementation has been altered to work with a
reference count model to allow panels to update on their own.
Ori Bernstein [Thu, 27 Dec 2007 01:42:11 +0000 (02:42 +0100)]
Prevent repeated checks for the desktop environment.
It is sufficient to check the desktop environment only once.
Also don't shadow 'stdin', 'stdout' and 'stderr'.
Christian Dywan [Thu, 27 Dec 2007 01:12:26 +0000 (02:12 +0100)]
Fix coding style in sokoke.c/ sokoke.h, particularly variable names.
Ori Bernstein [Thu, 27 Dec 2007 00:22:34 +0000 (01:22 +0100)]
Don't update the remembered window size when maximized.
If the window is maximized the effective size matches the available
screen size, thus after restarting the browser we end up with a
window the size of the screen in normal state.
Ori Bernstein [Thu, 27 Dec 2007 00:01:22 +0000 (01:01 +0100)]
Don't remember the window position but the size only.
It is often useful to have multiple browser windows opening at once,
and having them open on top of each other is counterproductive.
Most window managers, on the other hand, have code to decide where
to place a window so that it is accessible by the user.
Christian Dywan [Wed, 26 Dec 2007 23:29:22 +0000 (00:29 +0100)]
Command line uris should replace the default page.
Don't open a blank page or the homepage respecitvely on startup
if an uri is specified in the command line.
Christian Dywan [Sat, 22 Dec 2007 01:15:58 +0000 (02:15 +0100)]
More effective status updates and less entry flickering
The statusbar and progressbar respectively should not
be updated too generously. Optimizing the status updates
reduces flickering of entries remarkably.
Christian Dywan [Thu, 20 Dec 2007 12:53:34 +0000 (13:53 +0100)]
Enable inline find for websites
The text search and highlight api is now available in WebKit.
Therefore inline find for websites is enabled.
Christian Dywan [Thu, 20 Dec 2007 01:07:22 +0000 (02:07 +0100)]
Make the progressbar work properly again
The code was not updated along with other changes in the past.
It was cleaned up to work properly again, particularly the percentage
is displayed in text form again.
Christian Dywan [Wed, 19 Dec 2007 21:37:00 +0000 (22:37 +0100)]
Build fix: Adapt WebKit api changes
Christian Dywan [Wed, 19 Dec 2007 01:49:23 +0000 (02:49 +0100)]
Add Tab Size to preferences dialog
Christian Dywan [Mon, 17 Dec 2007 12:30:45 +0000 (13:30 +0100)]
Bump version to 0.0.15
Christian Dywan [Mon, 17 Dec 2007 12:12:38 +0000 (13:12 +0100)]
Build fix: Remove search api
Remove the search api that is not in upstream WebKit
Christian Dywan [Sun, 16 Dec 2007 22:20:24 +0000 (23:20 +0100)]
Initial commit