]> spindle.queued.net Git - midori/log
midori
17 years agoFixed the header of the KatzeThrobber
Sven Herzberg [Mon, 7 Jan 2008 15:06:36 +0000 (16:06 +0100)]
Fixed the header of the KatzeThrobber

17 years agoMove XBEL implementation to katze.
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.

17 years agoImplement a throbber widget.
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.

17 years agoAlways enable Select All if an editable widget is focussed.
Christian Dywan [Fri, 4 Jan 2008 07:41:20 +0000 (08:41 +0100)]
Always enable Select All if an editable widget is focussed.

17 years agoPrevious/ next tab menu items should be disabled when not needed.
Christian Dywan [Fri, 4 Jan 2008 05:08:42 +0000 (06:08 +0100)]
Previous/ next tab menu items should be disabled when not needed.

17 years agoHandle the context menu on button press, not release.
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.

17 years agoOpen the default page only if there is no session and no uri on the cli.
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.

17 years agoBump version to 0.0.16
Christian Dywan [Mon, 31 Dec 2007 23:37:10 +0000 (00:37 +0100)]
Bump version to 0.0.16

Add Ori Bernstein to AUTHORS.

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