History log of /haiku/src/apps/webpositive/BookmarkBar.cpp
Revision Date Author Comments
# f7eda037 20-May-2022 Jim906 <jim_l@fastmail.com>

WebPositive: Don't display '...' icon when empty

* Conditionally add/remove fOverflowMenu to BookmarkBar when window
is resized or a bookmark is added/removed.
* Improve handling of large window size changes (e.g. zoom button)
which require moving multiple bookmarks to/from fOverflowMenu in a
single call to FrameResized.
* Fixes #17616.

Change-Id: Id3e991167ec8d7aa540dd0644749cad1612de293
Reviewed-on: https://review.haiku-os.org/c/haiku/+/5324
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# f6779f3d 11-Jan-2020 X512 <danger_mail@list.ru>

WebPositive: call base class in BookmarkBar::FrameResized

Fixes #13067.

Change-Id: Ia40ef83ea3e9676c9884e011b758b85d6bd27fcd
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2102
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# a02a1bb4 06-Nov-2016 Adrien Destugues <pulkomandy@pulkomandy.tk>

Some improbements to the bookmark bar

- Resolve symlinks to bookmarks so we display the icons for those
- Adjust the minimal height of the bar to make space for icons (if you
use a tiny font size)
- Do not allow the bookmark bar to show when it is empty


# 621c9d12 25-Jun-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Update bookmark bar item BMessage on file rename.

The ref stored in the message must be replaced to point to the new file
name. Fixes #10962.


# 54931474 26-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

BookmarkBar: style fixes and some error checking.

Thanks to axel for reviewing.


# bfb8caf1 23-May-2014 Jessica Hamilton <jessica.l.hamilton@gmail.com>

Fix the build. Introduced in hrev47248.


# 5710ad96 23-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move overflowing items from bookmark bar to a menu.

Since the bookmark bar can now be resized smaller than the space needed
for the items, move items that don't fit in it to a menu, which is
always the last item in the BMenuBar.


# 6f79af3c 23-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Web+: move BookmarbKar to own file.

It's a bit long for an inline class, and I'm going to add more stuff to
it.


# 621c9d1243715af00b4b995607d71cc3e4814deb 25-Jun-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Update bookmark bar item BMessage on file rename.

The ref stored in the message must be replaced to point to the new file
name. Fixes #10962.


# 549314746bbd28958b4b3faa86863f5ca09d2804 26-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

BookmarkBar: style fixes and some error checking.

Thanks to axel for reviewing.


# bfb8caf10f3b64545ae191837d1d7b94c8c59612 23-May-2014 Jessica Hamilton <jessica.l.hamilton@gmail.com>

Fix the build. Introduced in hrev47248.


# 5710ad967d7ba37ced59b5c80f0dde001e5417cd 23-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Move overflowing items from bookmark bar to a menu.

Since the bookmark bar can now be resized smaller than the space needed
for the items, move items that don't fit in it to a menu, which is
always the last item in the BMenuBar.


# 6f79af3c556146444b5c759f9483220db1223393 23-May-2014 Adrien Destugues <pulkomandy@pulkomandy.tk>

Web+: move BookmarbKar to own file.

It's a bit long for an inline class, and I'm going to add more stuff to
it.