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.
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.
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.
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.