]> spindle.queued.net Git - midori/log
midori
16 years agoUpdate AUTHORS, README and TODO files.
Christian Dywan [Sun, 4 May 2008 17:13:02 +0000 (19:13 +0200)]
Update AUTHORS, README and TODO files.

17 years agoWrap userscripts in an anonymous function.
Christian Dywan [Sat, 3 May 2008 23:34:39 +0000 (01:34 +0200)]
Wrap userscripts in an anonymous function.

17 years agoFocus the web view when loading bookmarks.
Christian Dywan [Sat, 3 May 2008 21:32:05 +0000 (23:32 +0200)]
Focus the web view when loading bookmarks.

17 years agoFirst attempt at an extension interface.
Christian Dywan [Fri, 2 May 2008 20:30:26 +0000 (22:30 +0200)]
First attempt at an extension interface.

17 years agoEnumerate script object property names.
Christian Dywan [Mon, 28 Apr 2008 22:12:23 +0000 (00:12 +0200)]
Enumerate script object property names.

17 years agoInitial addon panel feature, only userscripts for now.
Christian Dywan [Mon, 28 Apr 2008 20:38:57 +0000 (22:38 +0200)]
Initial addon panel feature, only userscripts for now.

17 years agoIntegrate panel toolbars properly outside scrolled areas.
Christian Dywan [Sat, 26 Apr 2008 00:43:32 +0000 (02:43 +0200)]
Integrate panel toolbars properly outside scrolled areas.

17 years agoFix focus in location if starting up with a Blank page
Christian Dywan [Fri, 25 Apr 2008 19:31:57 +0000 (21:31 +0200)]
Fix focus in location if starting up with a Blank page

At the point of loading the first page the web view
hasn't loaded anything, so we need to manually focus
the Location if the page is blank.

Incidentally midori_browser_activate_action can activate
any action, so it will probably be much more useful
in the future.

17 years agoAttempt to fix handling of background and foreground tabs.
Christian Dywan [Thu, 24 Apr 2008 22:20:43 +0000 (00:20 +0200)]
Attempt to fix handling of background and foreground tabs.

17 years agoAdd string allocations to avoid freeing of constant strings.
Arnaud Renevier [Wed, 23 Apr 2008 22:42:41 +0000 (00:42 +0200)]
Add string allocations to avoid freeing of constant strings.

17 years agoShow hidden location/ web search temporarily when needed.
Christian Dywan [Tue, 22 Apr 2008 21:36:37 +0000 (23:36 +0200)]
Show hidden location/ web search temporarily when needed.

If the location or web search was hidden, and one attempted
to use the menus or shortcuts for Location or Web search,
an appropriate dialog with an entry was shown.

Now we show the according widget temporarily and hide it again
once it loses focus.

17 years agoUpdate interface and web featureswith preference changes.
Christian Dywan [Tue, 22 Apr 2008 20:19:24 +0000 (22:19 +0200)]
Update interface and web featureswith preference changes.

The toolbar style, small toolbar, New Tab, Web Search and
Trash buttons are shown or hidden respectively as
the preference values change.
This is also an attempt at updating the web view's settings
immediately. Although it seems to work, an ugly warning is
emitted to the console on every change.

17 years agoResolve helpers and globals into sokoke.
Christian Dywan [Sun, 20 Apr 2008 19:44:56 +0000 (21:44 +0200)]
Resolve helpers and globals into sokoke.

17 years agoFix crash on startup caused by invalid settings.
Enrico Tröger [Sun, 20 Apr 2008 16:28:55 +0000 (18:28 +0200)]
Fix crash on startup caused by invalid settings.

17 years agoImplement a font combobox and use it for Default Font Family.
Christian Dywan [Sun, 20 Apr 2008 16:12:39 +0000 (18:12 +0200)]
Implement a font combobox and use it for Default Font Family.

17 years agoMove UNIMPLEMENTED macro to sokoke.
Christian Dywan [Sun, 20 Apr 2008 04:41:26 +0000 (06:41 +0200)]
Move UNIMPLEMENTED macro to sokoke.

17 years agoMention intltool in INSTALL.
Christian Dywan [Sun, 20 Apr 2008 01:31:55 +0000 (03:31 +0200)]
Mention intltool in INSTALL.

17 years agoUpdate French translation
Christian Dywan [Sun, 20 Apr 2008 01:31:22 +0000 (03:31 +0200)]
Update French translation

17 years agoTurn prefs into MidoriPreferences
Christian Dywan [Sun, 20 Apr 2008 01:30:24 +0000 (03:30 +0200)]
Turn prefs into MidoriPreferences

17 years agoAdd French translation, not quite complete yet
Christian Dywan [Sat, 19 Apr 2008 12:21:08 +0000 (14:21 +0200)]
Add French translation, not quite complete yet

17 years agoUpdate German localisation plus a tiny string fix.
Christian Dywan [Sat, 19 Apr 2008 12:19:37 +0000 (14:19 +0200)]
Update German localisation plus a tiny string fix.

17 years agoFix background tabs, strings and new tab focus.
Christian Dywan [Fri, 18 Apr 2008 00:40:53 +0000 (02:40 +0200)]
Fix background tabs, strings and new tab focus.

17 years agoFocus the web view when opening an URL via the location
Christian Dywan [Wed, 16 Apr 2008 23:58:02 +0000 (01:58 +0200)]
Focus the web view when opening an URL via the location

17 years agoMention libtool and autogen.sh in INSTALL
Christian Dywan [Wed, 16 Apr 2008 23:40:15 +0000 (01:40 +0200)]
Mention libtool and autogen.sh in INSTALL

17 years agoCorrect the example of a function definition
Christian Dywan [Wed, 16 Apr 2008 23:39:07 +0000 (01:39 +0200)]
Correct the example of a function definition

17 years agoRemove old configuration logic entirely
Christian Dywan [Wed, 16 Apr 2008 23:38:22 +0000 (01:38 +0200)]
Remove old configuration logic entirely

Almost all uses of the old system were superseded
by the use of MidoriWebSettings now, the
migration is almost finished.

17 years agoSwitch configuration to MidoriWebSettings.
Christian Dywan [Sun, 13 Apr 2008 19:51:43 +0000 (21:51 +0200)]
Switch configuration to MidoriWebSettings.

Switch configuration logic from a custom structure to
fully rely on MidoriWebSettings. This includes revamping
the preferences dialog. The old logic is not yet
replaced completely, this will follow soon, thus several
settings will have no effect right now.

17 years agoImplement property proxy widget creation.
Christian Dywan [Sun, 13 Apr 2008 19:21:39 +0000 (21:21 +0200)]
Implement property proxy widget creation.

The functions katze_property_proxy and katze_propery_label
can intelligently create widgets that represent properties
of a particular object. This allows for building up a
configuration interface with few to no code dealing with
specific settings.

17 years agoRemove unused signal pointers from settings.
Christian Dywan [Sun, 13 Apr 2008 09:40:27 +0000 (11:40 +0200)]
Remove unused signal pointers from settings.

17 years agoEnhance Web Settings greatly with new properties.
Christian Dywan [Sun, 13 Apr 2008 09:29:21 +0000 (11:29 +0200)]
Enhance Web Settings greatly with new properties.

A lot of new properties are added, which are going to
be the basis of the coming configuration replacement.

Also a little cleanup is done in a few places.

17 years agoRemove 'External programs' logic
Christian Dywan [Sat, 12 Apr 2008 13:48:33 +0000 (15:48 +0200)]
Remove 'External programs' logic

17 years agoOpen selection in new tab via Control.
Przemek Sitek [Mon, 7 Apr 2008 04:54:02 +0000 (06:54 +0200)]
Open selection in new tab via Control.

17 years agoSave the return value of the panel's 'close' signal.
Przemek Sitek [Sun, 6 Apr 2008 23:17:17 +0000 (01:17 +0200)]
Save the return value of the panel's 'close' signal.

17 years agoAppend the closed tabs items as a proper submenu.
Przemek Sitek [Sun, 6 Apr 2008 23:15:09 +0000 (01:15 +0200)]
Append the closed tabs items as a proper submenu.

17 years agoUse a default tab icon.
Christian Dywan [Sat, 5 Apr 2008 14:22:02 +0000 (16:22 +0200)]
Use a default tab icon.

17 years agoUse an empty URI if Load on Startup is Blank page.
Christian Dywan [Sat, 5 Apr 2008 13:33:54 +0000 (15:33 +0200)]
Use an empty URI if Load on Startup is Blank page.

17 years agoFix Reload/ Stop menu items.
Christian Dywan [Thu, 3 Apr 2008 21:33:32 +0000 (23:33 +0200)]
Fix Reload/ Stop menu items.

The menu items were sensitive in reversed logic and the Stop item
had the icon and accelerator of the Reload item.

Now the sensitivity is fixed and the Stop item is Stop again.

17 years agoRecognize the Enter key in the location entry.
Christian Dywan [Sun, 30 Mar 2008 18:32:01 +0000 (20:32 +0200)]
Recognize the Enter key in the location entry.

17 years agoQuick fix: Open URIs again.
Christian Dywan [Sun, 30 Mar 2008 15:07:56 +0000 (17:07 +0200)]
Quick fix: Open URIs again.

17 years agoThe location is empty and focused by default
Christian Dywan [Sun, 30 Mar 2008 14:55:46 +0000 (16:55 +0200)]
The location is empty and focused by default

When a new tab is opened it won't default to about:blank
but be empty and also gain focus automatically.

17 years agoImplement proper menu positioning.
Przemek Sitek [Sat, 29 Mar 2008 21:38:59 +0000 (22:38 +0100)]
Implement proper menu positioning.

Menu position is computed according to the widget position
and size as well as a hint indicating alignment to the
mouse pointer, left or right.

17 years agoAdd Polish translation.
Przemek Sitek [Sat, 29 Mar 2008 21:05:26 +0000 (22:05 +0100)]
Add Polish translation.

17 years agoImplement the Console panel for script messages.
Christian Dywan [Thu, 27 Mar 2008 00:21:29 +0000 (01:21 +0100)]
Implement the Console panel for script messages.

17 years agoShow the panel's name in the toolbar.
Christian Dywan [Wed, 26 Mar 2008 23:55:09 +0000 (00:55 +0100)]
Show the panel's name in the toolbar.

17 years agoFix panel close button.
Christian Dywan [Mon, 24 Mar 2008 13:15:23 +0000 (14:15 +0100)]
Fix panel close button.

17 years agoUpdate .gitignore and remove po/Makefile.in.in
Christian Dywan [Mon, 24 Mar 2008 13:12:00 +0000 (14:12 +0100)]
Update .gitignore and remove po/Makefile.in.in

17 years agoAdd swedish translation.
Mikael Magnusson [Sun, 23 Mar 2008 20:43:12 +0000 (21:43 +0100)]
Add swedish translation.

17 years agoDestroy the tab, not only the web view
Christian Dywan [Sat, 22 Mar 2008 22:20:22 +0000 (23:20 +0100)]
Destroy the tab, not only the web view

17 years agoImplement localization via Gettext.
Christian Dywan [Sat, 22 Mar 2008 02:38:23 +0000 (03:38 +0100)]
Implement localization via Gettext.

Based on the implementation of localization via Gettext
contributed by Enrico Tröger, a few adjustments were made
to allow Midori to be properly localized. Initially
German is fully supported.

17 years agoUpdate the TODO file.
Christian Dywan [Wed, 19 Mar 2008 14:14:44 +0000 (15:14 +0100)]
Update the TODO file.

17 years agoAdd common context menu items and cleanup.
Christian Dywan [Wed, 19 Mar 2008 13:46:08 +0000 (14:46 +0100)]
Add common context menu items and cleanup.

Add the actions UndoTabClose, BookmarkNew, SaveAs, SourceView and Print
to the context menu. Also add UndoTabClose to the Go menu, remove
STOCK_SOURCE_VIEW and remove ui.h which is obsolete.

17 years agoAdd Open Link in New Tab and Open URL in New Tab.
Christian Dywan [Thu, 13 Mar 2008 00:21:59 +0000 (01:21 +0100)]
Add Open Link in New Tab and Open URL in New Tab.

Enhance the context menu to allow opening of links in a
new tab as well as any selected text that looks like an URL.

17 years agoFix Back button and opening new tabs.
Christian Dywan [Tue, 11 Mar 2008 19:27:23 +0000 (20:27 +0100)]
Fix Back button and opening new tabs.

17 years agoBuild fix: Accidentally removed the wrong action.
Christian Dywan [Mon, 10 Mar 2008 21:48:12 +0000 (22:48 +0100)]
Build fix: Accidentally removed the wrong action.

17 years agoInitial refactoring work, regressions expected
Christian Dywan [Mon, 10 Mar 2008 21:26:09 +0000 (22:26 +0100)]
Initial refactoring work, regressions expected

The 'browser' struct is superseded by MidoriBrowser, which actually
represents a window that holds pages, i.e. tabs. The tabs are currently
of the type MidoriWebView, which is a slightly enhanced WebView. Also
MidoriWebSettings is introduced to hold additional settings that Midori
needs.

The other two new classes are MidoriTrash, representing closed tabs and
windows and MidoriPanel, representing the side panel.

The refactoring allows for several features to be much more easily
implemented, such as full support for multiple windows and instant
saving of modified files, such as bookmarks or the session. Regressions
are expected and not everything is done yet.

17 years agoDon't restrict the minimum font size.
Nicholas E. Manley [Mon, 11 Feb 2008 06:37:29 +0000 (07:37 +0100)]
Don't restrict the minimum font size.

17 years agoAppend a semicolon to the mime types in the desktop file.
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.

17 years agoBuild fix: Webkit's header and pkgconfig name have changed.
Christian Dywan [Sun, 3 Feb 2008 09:51:35 +0000 (10:51 +0100)]
Build fix: Webkit's header and pkgconfig name have changed.

17 years agoBuild fix: Don't use regular expressions
Christian Dywan [Sat, 26 Jan 2008 14:18:32 +0000 (15:18 +0100)]
Build fix: Don't use regular expressions

17 years agoImplement Fullscreen mode
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.

17 years agoAdd more preferences and Middle click goto
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.

17 years agoBump version to 0.0.17
Christian Dywan [Thu, 24 Jan 2008 02:48:29 +0000 (03:48 +0100)]
Bump version to 0.0.17

17 years agoAdd a preference to choose a user stylesheet.
Christian Dywan [Wed, 23 Jan 2008 04:27:54 +0000 (05:27 +0100)]
Add a preference to choose a user stylesheet.

17 years agoImplement a few preferences with new settings API in WebKit
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.

17 years agoImplement Add Bookmark and a small panel toolbar
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..

17 years agoEscape search engine name and description.
Christian Dywan [Sun, 20 Jan 2008 17:10:53 +0000 (18:10 +0100)]
Escape search engine name and description.

17 years agoCleanup and WebKit API update
Christian Dywan [Sun, 20 Jan 2008 17:05:16 +0000 (18:05 +0100)]
Cleanup and WebKit API update

17 years agoMake sure selection actions have a widget.
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.

17 years agoAllow Find Next and Find Previous when the findbox is hidden.
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.

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