- Mar 07, 2017
-
-
Påvel Nicklasson authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Simon Steinbeiss authored
As the hover and selected state are derived of the background color of the panel (which has no "selected" or "active" state we could take the color from) we still have to find a way to support dark and bright panels out of the box. FIXME: The current solution only works for bright themes like Adwaita.
-
- Mar 06, 2017
-
-
Dušan Kazik authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Florian Schüller authored
-
Simon Steinbeiss authored
We used to use cairo and the draw signal, but as we draw with CSS now this line shouldn't be making any difference anymore.
-
Simon Steinbeiss authored
As with Gtk2 this only works when the Gtk+ theme's system colors are in use. In theory this could also be added to custom background colors.
-
- Mar 04, 2017
-
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
The locked mode used to send the expose/draw signal to all panel children (i.e. internal plugins) and this may have been useful in Gtk2. In Gtk3 we don't use the draw signal anymore but instead internally draw with pure CSS.
-
Pjotr authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Pjotr authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Mar 03, 2017
-
-
Apóstolos Papaðimitríu authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Mar 02, 2017
-
-
Simon Steinbeiss authored
This is now all done in CSS as opposed to cairo.
-
Simon Steinbeiss authored
-
André Miranda authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Jeff Huang authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Baurzhan Muftakhidinov authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Andrzej authored
Prevent the excessive padding from some themes to prevent proper rendering of the button.
-
- Mar 01, 2017
-
-
Simon Steinbeiss authored
Again prevent the excessive padding from some themes to prevent proper rendering of the button.
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
This is a problem with Adwaita, the default Gtk theme, and leads to tiny icons in normally-sized panels.
-
Michal Várady authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Robert Antoni Buj Gelonch authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Feb 28, 2017
-
-
Edin Veskovic authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
cybercop-montana authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
m4sk1n authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Yannick Le Guen authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Igor authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Pjotr authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Elishai Eliyahu authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Yannick Le Guen authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Feb 27, 2017
-
-
m4sk1n authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Pjotr authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Manolo Díaz authored
389 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
After closing the panel preferences, the panel was always hidden when intelligent autohiding was selected. This patch adds a check whether the currently active window actually overlaps with the panel and only hides it in case it does.
-
Simon Steinbeiss authored
ochosi: "Just to document the findings I made during a quick debug session with the panel from git master (4.11.x). Intelligent hiding generally works, but the mouse-pointer behavior is buggy. Steps to reproduce the bug: 1) set panel to intelligent hiding 2) give a window focus that doesn't overlap with the panel 3) hover the panel with the mouse 4) upon leaving the panel hides again, even though there is no window overlapping What it should do instead: if intelligent hiding is in use it should check (possibly in panel_window_leave_notify_event or _enter_ in panel-window.c) whether there are windows overlapping with the panel and if not, the panel shouldn't hide on leave_notify." Rebased for the Gtk3 port by Simon Steinbeiss <simon@xfce.org>
-