Commit Graph

5283 Commits

Author SHA1 Message Date
Christian Dywan 1522f47002 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.
2008-01-26 08:49:48 +01:00
Christian Dywan 184b54e311 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.
2008-01-26 06:44:28 +01:00
Christian Dywan cd1fe6bac7 Bump version to 0.0.17 2008-01-24 03:48:29 +01:00
Christian Dywan 6477032a6d Add a preference to choose a user stylesheet. 2008-01-23 05:27:54 +01:00
Christian Dywan b2c0363cb4 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.
2008-01-23 04:28:50 +01:00
Christian Dywan 22b277d94b 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..
2008-01-20 23:07:01 +01:00
Christian Dywan f614f5874a Escape search engine name and description. 2008-01-20 18:10:53 +01:00
Christian Dywan e94d8c74e8 Cleanup and WebKit API update 2008-01-20 18:05:16 +01:00
Christian Dywan 54e03ab030 Make sure selection actions have a widget.
The return value of gtk_window_get_focus can be NULL. Return
early in that case.
2008-01-09 07:44:56 +01:00
Christian Dywan a9236468d9 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.
2008-01-09 07:39:19 +01:00
Sven Herzberg 2c08ccbef5 Fixed the header of the KatzeThrobber 2008-01-07 16:25:58 +01:00
Christian Dywan d5a4f4cfd7 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.
2008-01-06 01:44:37 +01:00
Christian Dywan e2328a4bfc Implement a throbber widget.
The throbber is used in the menubar and individual tabs.

Clean infrastructure for private G* extensions is added.
2008-01-05 06:24:38 +01:00
Christian Dywan 4a8b2bb226 Always enable Select All if an editable widget is focussed. 2008-01-04 08:41:20 +01:00
Christian Dywan 3fc2bced12 Previous/ next tab menu items should be disabled when not needed. 2008-01-04 06:08:42 +01:00
Christian Dywan 7c45654993 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.
2008-01-03 02:16:06 +01:00
Ori Bernstein 75b0dc6735 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.
2008-01-02 07:34:58 +01:00
Christian Dywan 1b0b15f3de Bump version to 0.0.16
Add Ori Bernstein to AUTHORS.
2008-01-01 00:38:57 +01:00
Christian Dywan 36a97da3b8 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.
2008-01-01 00:33:22 +01:00
Christian Dywan b6f248f344 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.
2007-12-31 23:53:02 +01:00
Ori Bernstein cd8b1e5b22 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'.
2007-12-27 02:42:11 +01:00
Christian Dywan 39dedae0d1 Fix coding style in sokoke.c/ sokoke.h, particularly variable names. 2007-12-27 02:27:05 +01:00
Ori Bernstein 352e4f7423 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.
2007-12-27 01:22:34 +01:00
Ori Bernstein e3561c71ad 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.
2007-12-27 01:03:04 +01:00
Christian Dywan 3f4c2e3c14 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.
2007-12-27 00:52:00 +01:00
Christian Dywan 84ceb56bf8 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.
2007-12-22 02:15:58 +01:00
Christian Dywan cd1dce0e83 Enable inline find for websites
The text search and highlight api is now available in WebKit.
Therefore inline find for websites is enabled.
2007-12-20 13:56:29 +01:00
Christian Dywan dcb8b2b8d1 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.
2007-12-20 02:07:22 +01:00
Christian Dywan 5928f8ad88 Build fix: Adapt WebKit api changes 2007-12-19 22:37:00 +01:00
Christian Dywan 6994580e28 Add Tab Size to preferences dialog 2007-12-19 11:56:51 +01:00
Christian Dywan 118baa716e Bump version to 0.0.15 2007-12-17 13:30:45 +01:00
Christian Dywan fb00d180ad Build fix: Remove search api
Remove the search api that is not in upstream WebKit
2007-12-17 13:12:38 +01:00
Christian Dywan 3bbd273a4f Initial commit 2007-12-16 23:20:24 +01:00