Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reference by id | Christian Mollekopf | 2017-08-22 |
| | |||
* | Make the tooltip a feature of IconButton | Christian Mollekopf | 2017-08-20 |
| | |||
* | IconButton based on AbstractButton | Christian Mollekopf | 2017-07-25 |
| | |||
* | Fixed IconButton focus highlighting | Christian Mollekopf | 2017-07-25 |
| | |||
* | Use the visualFocus property instaed of activeFocus | Christian Mollekopf | 2017-07-22 |
| | | | | The activeFocus remains after clicking an element. | ||
* | No more hardcoded colors | Christian Mollekopf | 2017-07-22 |
| | |||
* | Support key presses on buttons | Christian Mollekopf | 2017-07-21 |
| | |||
* | Show highlight on active focus | Christian Mollekopf | 2017-07-21 |
| | |||
* | Try again to size the icons correctly. | Christian Mollekopf | 2017-06-12 |
| | | | | | | | | | | | With this I get pixel perfext icons that are properly sized (as opposed to tiny). The toolbuttons in the messagelist still look a bit out of place though. Closer investigation showed that I get most icons rendered at 22px size (that's a grid unit for me). The full button ends up being 32px. The mark as unread button has only 24px size source and is therefore scaled which then ends up looking blurry. | ||
* | Show active focus on buttons | Christian Mollekopf | 2017-05-01 |
| | | | | Not the proper solution but better than nothing. | ||
* | use inverted icons in maillist buttons | Michael Bohlender | 2017-04-26 |
| | |||
* | introduce icon button, use it in maillistview | Michael Bohlender | 2017-04-26 |