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