]> spindle.queued.net Git - midori/log
midori
17 years agoImplement editing menu items for the web view.
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.

17 years agoImplement the bookmarks panel with editing capabilities.
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.

17 years agoPrevent repeated checks for the desktop environment.
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'.

17 years agoFix coding style in sokoke.c/ sokoke.h, particularly variable names.
Christian Dywan [Thu, 27 Dec 2007 01:12:26 +0000 (02:12 +0100)]
Fix coding style in sokoke.c/ sokoke.h, particularly variable names.

17 years agoDon't update the remembered window size when maximized.
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.

17 years agoDon't remember the window position but the size only.
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.

17 years agoCommand line uris should replace the default page.
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.

17 years agoMore effective status updates and less entry flickering
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.

17 years agoEnable inline find for websites
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.

17 years agoMake the progressbar work properly again
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.

17 years agoBuild fix: Adapt WebKit api changes
Christian Dywan [Wed, 19 Dec 2007 21:37:00 +0000 (22:37 +0100)]
Build fix: Adapt WebKit api changes

17 years agoAdd Tab Size to preferences dialog
Christian Dywan [Wed, 19 Dec 2007 01:49:23 +0000 (02:49 +0100)]
Add Tab Size to preferences dialog

17 years agoBump version to 0.0.15
Christian Dywan [Mon, 17 Dec 2007 12:30:45 +0000 (13:30 +0100)]
Bump version to 0.0.15

17 years agoBuild fix: Remove search api
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

17 years agoInitial commit
Christian Dywan [Sun, 16 Dec 2007 22:20:24 +0000 (23:20 +0100)]
Initial commit