- Oct 26, 2016
-
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
Simon Steinbeiss authored
-
- Oct 25, 2016
-
-
Simon Steinbeiss authored
-
Adam Purkrt authored
-
Simon Steinbeiss authored
-
Thaddaeus Tintenfisch authored
-
Andrzej authored
Related bug: #10270 Pass working-directory as an argument only when requested. That is, only when starting FileManager, not TerminalEmulator.
-
Andrzej authored
Author: Filipp Andjelo <filipp.andjelo@gmail.com> Directory Menu's setting panel does not save/show the selected directory and the browsing always starts from the user's home. Changing directory name in ..../xfconf/xfce-perchannel-xml/xfce4-panel.xml does nothing with this issue (it's overwritten with the user's home path). The only solution (I found) is to change the value in "xfce settings editor".
-
Peter de Ridder authored
Bug: 11494 Enables localization of dialog titles.
-
John Lindgren authored
Bug: 11058 The logical screen width/height as reported by X may be larger than the outer bounds of all the monitors combined. Compute the actual outer bounds of the monitors and place the panel accordingly. But keep the struts based on the logical screen width/height as this is what the standard expects.
-
Andrzej authored
-
Andrzej authored
Author: Mauro Giubileo AKA amigamagic <debianmaverick@gmail.com>
-
Andrzej authored
-
Andrzej authored
Disabled window wrapping when scrolling over the tasklist plugin. Window wrapping can be enabled by setting a hidden boolean property: /plugins/plugin-#/wrap-windows true
-
Andrzej authored
Disabled workspace wrapping when scrolling over the pager plugin. Workspace wrapping can be enabled by setting a hidden boolean property: /plugins/plugin-#/wrap-workspaces true
-
Andrzej authored
This avoids possibility of infinite loops during recursion. The assumption is that all directories are still in /usr/share/zoneinfo, that is, none of the symlinks point outside of it.
-
Andrzej authored
Previous commit accidentally removed this feature. Bringing it back.
-
Andrzej authored
-
Jannis Pohlmann authored
This will be needed for intelligent autohiding, which is implemented by monitoring the current WnckScreen for active window changes and hiding the panel whenever the active window geometry overlaps with the panel.
-
Andrzej authored
-
Petr Gajdůšek authored
Check the button toggle status in actions_plugin_menu() and avoid to popup the menu if the button is not pressed. Signed-off-by:
Petr Gajdůšek <gajdusek.petr@centrum.cz>
-
Andrzej authored
-
Andrzej authored
Especially visible with minimized windows. The button was stuck in "half active" state (normally inactive, but rendered as active when mouse cursor was above it).
-
Andrzej authored
-
Andre Miranda authored
-
Andrzej authored
-
Andrzej authored
In some cases clicking on a button switches to another desktop but fails to activate the application (another, previously activated window gets the focus). Not sure why gtk_main_iteration works and not e.g. XSync but it fixes the problem on affected systems.
-
Andrzej authored
This optimization makes little difference to performance but causes problems in some situations where more than one button become active at once.
-
Jannis Pohlmann authored
-
Andrzej authored
-
Andrzej authored
-
Eric Koegel authored
A panel with style set to 'none (use system style)' and alpha to 100 is still affected by the problem which can be triggered manually by launching another indicator after the initial panel start. This patch removes an unneeded check that was causing the issue. Thanks to Thaddäus Tintenfisch for reporting the issue and finding the exact part of the code that needed to be corrected.
-
Alistair Buxton authored
The tasklist widget has an option to only show windows from the current monitor. This previously worked by calculating the centre pixel of the window, and then testing that against the monitor. However, it is possible to position a window such that the centre pixel does not appear on any monitor. Instead, find the monitor which has the largest intersection with the window and display the window button there.
-
Andrzej authored
visible at the new position (Raphael Groner <projects.rg{at}smart.ms>) + some cleanup.
-