summaryrefslogtreecommitdiff
path: root/defaults
Commit message (Collapse)AuthorAgeFilesLines
* Add `cycle_minimized` optionx4e2020-12-151-0/+1
| | | | | | | | | | | | | This option allows minimized windows to be cycled in their MRU (Most Recently Used) order along side non minimized windows. With this option disabled the old behaviour will continue, where minimized windows are always at the end of the MRU cycle order. This option is disabled by default. The code in this commit was provided by @evandrocoan . Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/438
* compositor: Make cursor zoom optionalOlivier Fourdan2020-10-311-0/+1
| | | | | | | | | | | | | Xfwm4 4.14 made the cursor zoom along with the desktop. While this sounds like a sensible thing to do, it's not necessarily an improvement for accessibility, because an enlarged cursor also hides what's being zoomed underneath. Add a new option to control whether the pointer is zoomed along with the rest of the desktop. Signed-off-by: Olivier Fourdan <fourdan@xfce.org> Closes: https://gitlab.xfce.org/xfce/xfwm4/-/issues/439
* default: Add frame_border_top settingOlivier Fourdan2019-05-221-0/+1
| | | | Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* compositor: Use settings for vblank modeOlivier Fourdan2018-12-091-0/+1
| | | | | | | | | | Remove the command line options “--vblank” which is not flexible enough and use xfconf/settings in place. This requires restarting xfwm4 after changing the value though, for the change to take effect (vblank option is applied only at startup). Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Raise window while cyclingDavid Siroky2017-12-201-0/+1
| | | | | | Bug: 2701 Optionally raise the window being considered while cycling.
* Horizontal scrolling/window opacity optionalOlivier Fourdan2015-03-141-6/+6
| | | | | | | | | | | | | | | Bug: 10372 With compositor enabled, horizontal scrolling via the mousewheel or touchpad would adjust the window opacity. Apparently, this is confusing so make it optional and disabled by default. If you fancy this feature, you can re-enable it by setting "horiz_scroll_opacity" to true in xfconf. Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Enable window preview in cycling by defaultOlivier Fourdan2015-02-281-1/+1
| | | | Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Enable compositing by defaultOlivier Fourdan2015-02-281-2/+2
| | | | Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Add an option for window preview in tabwinOlivier Fourdan2015-01-291-0/+1
| | | | Signed-off-by: Olivier Fourdan <fourdan@xfce.org>
* Added titleless maximization featureViktor Semykin2015-01-111-0/+1
| | | | Bug: 9905
* Add a zoom_desktop xfconf setting (Bug #11367)Eric Koegel2014-12-101-0/+1
| | | | | | | This way the user can toggle the zooming feature at will. By default, zooming is enabled. Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
* Implement column list overflow tabwin modeEric Koegel2014-02-231-0/+1
| | | | | | | | Adds an list view for the tabwin when cycling windows, as described in the design SIG. An xfconf property and option to the wm tweaks app has been added. Signed-off-by: Simon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>
* Add Vsync support for the compositor (bug #8898).Bob Loosen2013-05-081-0/+1
|
* Reduce tiling distance (bug #8628)Olivier Fourdan2012-04-071-1/+1
| | | | Add tile_on_move setting (no UI yet)
* Improve tilingOlivier Fourdan2012-03-301-0/+1
|
* Fix bug 6989Olivier Fourdan2010-12-151-0/+1
| | | | Add an xfconf key to enable/disable rollup with mouse wheel.
* Use XSettings standard double-click-distance (bug 6334)Olivier Fourdan2010-12-091-1/+2
|
* Missing setting for cycle_apps_onlyOlivier Fourdan2010-02-241-1/+1
| | | | cycle_apps_only defaults to false as it might be confusing at times
* Add new keyboard shortcut to switch between windows of the same application, ↵Olivier Fourdan2009-09-091-0/+1
| | | | add new keyboard shortcut to switch between windows of different applications only, add new option "cycle_apps_only" to switch between regular toplevels only (avoiding dialogs - This option coupled with the new shortcut allows for faster window selection through keyboard)
* * src/parserc.c, src/settings.c, src/settings.c: Fix settings notOlivier Fourdan2009-01-231-0/+1
| | | | | | | being set at startup (Bug #4845) themes/default/*: Flatten default theme (Old svn revision: 29303)
* * src/compositor.c, default/defaults, themes/default/themerc: IncreaseOlivier Fourdan2008-12-241-2/+2
| | | | | | shadow radius, center shadow by default. (Old svn revision: 29046)
* * defaults/defaults: Fix default value for easy_click Olivier Fourdan2008-11-201-1/+1
| | | | (Old svn revision: 28869)
* * settings-dialogs/xfwm4-tweaks-dialog.glade, Olivier Fourdan2008-11-021-1/+2
| | | | | | | | | settings-dialogs/tweaks-settings.c, src/settings.c, src/settings.h, src/client.c, src/client.h, defaults/defaults: Add new option do disable blinking of urgent windows. (Old svn revision: 28585)
* Add support for keyboard shortcuts: Remove experimental shortcuts codeJannis Pohlmann2008-10-311-1/+0
| | | | | | | | | | and add dependency on libxfce4kbd-private instead and replace MappingNotify event handler with a GdkKeymap "keys-changed" callback. Remove support for key themes. Properly stop startup notification when dialogs are plugged into xfce4-settings-manager. Update translation files. (Old svn revision: 28532)
* Add new user option to set/unset repeat blinking of urgent windows (Bug #4440)Olivier Fourdan2008-10-071-0/+1
| | | | (Old svn revision: 28088)
* Make shadow opacity configurable (bug #4447)Olivier Fourdan2008-10-061-0/+1
| | | | (Old svn revision: 28059)
* Make wire frame while cycling user configurable (Bug #4443)Olivier Fourdan2008-10-031-2/+3
| | | | (Old svn revision: 28020)
* ...actually even more sensitive w/out quotes...Olivier Fourdan2008-09-161-1/+1
| | | | (Old svn revision: 27895)
* Set what seems to be sensible defaultsOlivier Fourdan2008-09-161-2/+3
| | | | (Old svn revision: 27894)
* Add support for overlays from Composite extension version 0.3Olivier Fourdan2007-12-091-2/+2
| | | | (Old svn revision: 26452)
* Adjust defaultsOlivier Fourdan2007-07-041-1/+1
| | | | (Old svn revision: 25884)
* Add an option to open new windows under the mouse (Bug #3155)Olivier Fourdan2007-04-171-0/+1
| | | | (Old svn revision: 25593)
* Missing defaultOlivier Fourdan2007-04-061-0/+1
| | | | (Old svn revision: 25408)
* Implement a better (usability) fix for windows that raise themselves (Bug #2961)Olivier Fourdan2007-04-011-1/+1
| | | | (Old svn revision: 25352)
* Add new wm tweak option to instruct xfwm4 not to bring window back on ↵Olivier Fourdan2007-03-031-0/+1
| | | | | | current workspace when activated (bug #2961) (Old svn revision: 25082)
* Add an option to show/hide shadows on dock-type windowsOlivier Fourdan2007-02-121-0/+1
| | | | (Old svn revision: 24964)
* Use OT|SHMC as default button layout as suggested on ircOlivier Fourdan2007-01-161-1/+1
| | | | (Old svn revision: 24515)
* Add hidden option to show/hide border on maximized windows (bug #2257)Olivier Fourdan2006-09-031-0/+1
| | | | (Old svn revision: 23068)
* Add Xutil.h include for Solaris, add new option for overlay unredirection, ↵Olivier Fourdan2006-08-151-1/+2
| | | | | | do not frame shaped windows, fix compositor crash when the client goes (bug #2105), fix maximization being misplaced with restore-on-move option, fix meaning of the Xfwm/CycleMinimum option in the WM tweak plugin (bug #2058) (Old svn revision: 22775)
* Make themes use new themerc option for full maximizationOlivier Fourdan2006-07-161-1/+2
| | | | (Old svn revision: 22465)
* Allow enabling/disabling of compositing on the fly from the WM tweaks ↵Olivier Fourdan2006-07-021-0/+1
| | | | | | plugin, yeah! (Old svn revision: 22243)
* Add support for opacity lock (patch from Darren Salt ↵Olivier Fourdan2006-06-281-0/+1
| | | | | | <linux@youmustbejoking.demon.co.uk>, bug #1958), add support for changing opacity using mouse button 6 and 7 (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1959), add move/resize cancellation using a configurable keyboard shortcut (patch from Darren Salt <linux@youmustbejoking.demon.co.uk>, bug #1963), optimization for the compositor rebuilding screen when settings change (me :) (Old svn revision: 22213)
* Enable compositor by default (I think it's pretty safe to enable it now, ↵Olivier Fourdan2006-03-261-2/+2
| | | | | | it's a pretty well tested feature that's been there since 4.2) but use no shadow or transparency by default so that it's still nice to cards which don't have render acclerated in hardware. Users can tweak that using the wmtweaks settings, and if they really don't want the compositor to be enabled, they can either disable that in the Xorg.conf or even recompile xfwm4 withoug the compositor enabled. (Old svn revision: 20573)
* Add support for semi-transparent window decorations, user configurable ↵Olivier Fourdan2006-03-131-8/+7
| | | | | | through the wmteaks plugin (inspired by Aquila Deus <aquila_deus@yahoo.co.uk> implementation, bug #1103) (Old svn revision: 20402)
* Turn snap resistance to false by default.Olivier Fourdan2006-03-061-1/+1
| | | | (Old svn revision: 20263)
* Merge a patch from Damon Harper <dl+xfce4-dev@usrbin.ca> that implements ↵Olivier Fourdan2006-02-151-0/+1
| | | | | | edge resistance instead of windows snapping (Old svn revision: 19899)
* Add the long awaited wm tweaks plugin.Olivier Fourdan2006-01-201-0/+2
| | | | (Old svn revision: 19513)
* Turn frame shadows on by default.Olivier Fourdan2006-01-051-1/+1
| | | | (Old svn revision: 19308)
* Forgot to add the new option to the default file.Olivier Fourdan2005-11-211-1/+2
| | | | (Old svn revision: 18905)
* Disable shadows by default.Olivier Fourdan2005-11-011-1/+1
| | | | (Old svn revision: 18574)