summaryrefslogtreecommitdiffstats
path: root/ui/message_center
Commit message (Expand)AuthorAgeFilesLines
* Added button support to image and list notifications.dharcourt@chromium.org2013-01-236-28/+102
* Introduces the UI for the settings of notifiers.mukai@chromium.org2013-01-235-0/+288
* Replace card shadow by more precise one.mukai@chromium.org2013-01-231-24/+69
* Increased notification close button click area & added state images.dharcourt@chromium.org2013-01-236-154/+286
* Flag-flip of --enable-new-message-center-bubble.mukai@chromium.org2013-01-224-7/+8
* Allow message center and related bubbles to render on Windows.dewittj@chromium.org2013-01-183-8/+16
* Adds new UI of the footer of the message center.mukai@chromium.org2013-01-172-19/+158
* Marks notifications as shown slightly earlier for message center.mukai@chromium.org2013-01-151-9/+12
* Allow specifying the max height from the user code of message bubble.mukai@chromium.org2013-01-124-9/+41
* Marks the notification as read too if it's clicked on toast.mukai@chromium.org2013-01-114-17/+34
* Fix bubble message rendering with no notifications.hshi@chromium.org2013-01-111-0/+3
* Fixes the policy to choose the notifications for popups.mukai@chromium.org2013-01-093-16/+47
* Revives the new message center design.mukai@chromium.org2013-01-092-7/+83
* Changes the OnClick behavior in message center.mukai@chromium.org2013-01-094-0/+84
* Remove 'focusable' flag when there're no notifications.mukai@chromium.org2013-01-091-0/+2
* Introduces message_center_switches.(h|cc)mukai@chromium.org2013-01-093-0/+33
* Adjusted notification view element positions and justifications.dharcourt@chromium.org2013-01-051-52/+53
* Added support for image notifications.dharcourt@chromium.org2013-01-058-22/+126
* Set a display limit of 8 on multiple-item notifications items.dharcourt@chromium.org2013-01-043-3/+9
* Added ellipses when the title of notifications is too long.dharcourt@chromium.org2013-01-041-0/+1
* Renamed MessageViewMultiple to NotificationViewdharcourt@chromium.org2013-01-045-44/+41
* Allow easier cross-platform access to MessageCenter by making it a singleton ...dewittj@chromium.org2013-01-043-25/+61
* Updated multiple item notification view to match latest mockupsdharcourt@chromium.org2013-01-045-235/+136
* This is a modified version of http://crrev.com/11474003. That change dharcourt@chromium.org2013-01-038-48/+72
* Fix type name uint->size_t. The old code doesn't compile on Windows.mukai@chromium.org2012-12-201-1/+1
* Add message_center_unittests.mukai@chromium.org2012-12-183-9/+365
* Revert 173387 - Broke compile on clang botsrsleevi@chromium.org2012-12-168-74/+48
* Added support for secondary icon to multi-item notification viewdharcourt@chromium.org2012-12-168-48/+74
* Specify optional_fields to UpdateNotification too.mukai@chromium.org2012-12-154-23/+31
* Set NULL to button_one_ and _two_ at ctor of BaseMessageView.mukai@chromium.org2012-12-151-4/+3
* This should have multiple-item view matching the mock-ups pixel fordharcourt@chromium.org2012-12-144-78/+148
* Plumb the ButtonPressed callback of the two buttons in BaseFormatView through...miket@chromium.org2012-12-146-31/+54
* Add mukai to the OWNER of ui/message_centermukai@chromium.org2012-12-131-0/+1
* Introduces different timers for default/higher priority in the popup.mukai@chromium.org2012-12-124-35/+95
* Cleanup of ScrollView. I'm going to add support for a header viewsky@chromium.org2012-12-111-9/+7
* Make NotificationList aware of the priority.mukai@chromium.org2012-12-114-73/+164
* Reverting the visual change of message center bubble.mukai@chromium.org2012-12-081-58/+5
* events: Change gesture-event handler in EventHandler to not return any values.sadrul@chromium.org2012-12-042-10/+11
* Customize user details in ash system bubble for public account modebartfab@chromium.org2012-12-032-4/+4
* Changes the visibility of message view cards.mukai@chromium.org2012-11-301-9/+47
* Enables to call quiet mode bubble from web notification.mukai@chromium.org2012-11-296-5/+36
* Trivial style fix in message_bubble_base.mukai@chromium.org2012-11-293-16/+21
* Revert 169989 - Do not remove the notification item if the click happens on t...mukai@chromium.org2012-11-283-11/+3
* Do not remove the notification item if the click happens on the card in popup.mukai@chromium.org2012-11-283-3/+11
* Added item messages to multi-item notification view.dharcourt@chromium.org2012-11-282-50/+156
* Changes the message item appearance in message center.mukai@chromium.org2012-11-271-4/+18
* Calls SizeToFit() method for multi-lined Labels to return correct height.mukai@chromium.org2012-11-273-0/+7
* Add quiet mode settings bubble.mukai@chromium.org2012-11-224-0/+174
* Added plumbing to get and transmit multiple-item notification datadharcourt@chromium.org2012-11-213-25/+19
* Introduces "quiet mode" to the notification.mukai@chromium.org2012-11-202-3/+40