summaryrefslogtreecommitdiff
path: root/src/settings.c
Commit message (Expand)AuthorAgeFilesLines
* Use X server time to restore focus when sent to the root window (bug #2472), ...Olivier Fourdan2006-11-041-12/+12
* Code cleanup to ease future mantainance.Olivier Fourdan2006-10-131-1/+1
* Add window operations menu shortcut - 2 strings were added and need translationsOlivier Fourdan2006-10-091-0/+2
* Remove dependency on micro version, rework error handling in pixbuf loading, ...Olivier Fourdan2006-10-021-2/+2
* Set focus flag on windows initially mapped on other desktopsOlivier Fourdan2006-09-111-46/+46
* Grab keys on root instead of each client window, that saves a *lot* of grabs,...Olivier Fourdan2006-09-101-1/+2
* Add option for borderless maximize to WM tweak plugin, optimize repaint and r...Olivier Fourdan2006-09-041-1/+2
* Add hidden option to show/hide border on maximized windows (bug #2257)Olivier Fourdan2006-09-031-15/+31
* Add Xutil.h include for Solaris, add new option for overlay unredirection, do...Olivier Fourdan2006-08-151-0/+13
* Implement borderless full maximization (bug #1750)Olivier Fourdan2006-07-161-0/+2
* "Frame" seems more appropriateOlivier Fourdan2006-07-091-2/+2
* Add new bevel effect to window titleOlivier Fourdan2006-07-091-4/+19
* Allow enabling/disabling of compositing on the fly from the WM tweaks plugin,...Olivier Fourdan2006-07-021-2/+16
* Improve more/resize cancellation (patch from Darren Salt <linux@youmustbejoki...Olivier Fourdan2006-07-011-1/+4
* Apply patch from Darren Salt <linux@youmustbejoking.demon.co.uk> to make inac...Olivier Fourdan2006-06-301-0/+15
* Add support for opacity lock (patch from Darren Salt <linux@youmustbejoking.d...Olivier Fourdan2006-06-281-0/+2
* Revert some removal that was needed, woops...Olivier Fourdan2006-06-251-0/+1
* Change to maintain and use our own copy of the screen size, code cleanup.Olivier Fourdan2006-06-251-5/+4
* Put back configurable shortcut for window cycling.Olivier Fourdan2006-05-201-68/+66
* Refactoring, allowing to close session the close window shortcut (fixes bug #...Olivier Fourdan2006-05-201-1/+1
* Code cleanup.Olivier Fourdan2006-05-151-16/+26
* Get rid on libXpm dependency by reimplementing the XPM loader with color symb...Olivier Fourdan2006-05-081-52/+54
* Some cleanup in headers vs. functions used.Olivier Fourdan2006-05-061-1/+0
* Use a separate implementation from libxfcegui4 for gtk style and event filter...Olivier Fourdan2006-05-031-23/+24
* Use negative value to enlarge shadows instead of abs values, should put an en...Olivier Fourdan2006-04-241-4/+4
* Separate translation for the settings manager label. Patch from Adriano Winte...Benedikt Meurer2006-04-191-1/+1
* Various bug and warning fixes.Olivier Fourdan2006-03-261-2/+0
* Make the modifier for clickand move configurable, and rework the wmtweaks plu...Olivier Fourdan2006-03-241-7/+29
* Fix desktop names not showing in window menu and other various fixes.Olivier Fourdan2006-03-241-3/+3
* Add support for semi-transparent window decorations, user configurable throug...Olivier Fourdan2006-03-131-0/+14
* The Alt+Tab shortcut for windows cycling is no more configurable, which helps...Olivier Fourdan2006-03-101-1/+4
* Update copyright date and add propertiesOlivier Fourdan2006-02-181-1/+1
* Merge a patch from Damon Harper <dl+xfce4-dev@usrbin.ca> that implements edge...Olivier Fourdan2006-02-151-0/+13
* Fix compositing manager not being detected, repaint screen upon shadow changes.Olivier Fourdan2006-01-201-0/+3
* Add the long awaited wm tweaks plugin.Olivier Fourdan2006-01-201-1/+13
* Code cleanupOlivier Fourdan2005-12-291-64/+65
* Incomplete color table causing random colors to be used as inactive shadow/mi...Olivier Fourdan2005-12-261-53/+53
* Fix NET_WORKAREA not being updated on screen size change (bug #1275), Olivier Fourdan2005-12-151-74/+0
* Add new option, cycle_workspaces, that allow cycling through all workspacesOlivier Fourdan2005-11-201-3/+16
* Add support for application icon in menu button.Olivier Fourdan2005-10-301-0/+3
* Well, I meant the right colors...Olivier Fourdan2005-10-201-2/+2
* Use the right color for the inactive text shadow, that looks better...Olivier Fourdan2005-10-201-3/+3
* Allow configurable shadow color with "active_text_shadow_color" and "inactive...Olivier Fourdan2005-10-191-89/+64
* Add opacity option for popup windows such as tooltips and menus (popup_opacit...Olivier Fourdan2005-10-031-0/+13
* Take changes in keyboard mapping into accountOlivier Fourdan2005-09-191-32/+2
* Fix wrong pointer being passed to clientUpdateAllFrames(), add support to COM...Olivier Fourdan2005-09-181-30/+30
* Update datesOlivier Fourdan2005-06-201-1/+1
* Fix compilation warnings reported by Edscott.Olivier Fourdan2005-06-181-0/+1
* Add new option "show_popup_shadow" to enable/disable compositor shadow for po...Olivier Fourdan2005-06-151-1/+14
* Add a new channel "wm_tweaks" - The plan is to add a new WM Tweak plugin for ...Olivier Fourdan2005-06-131-72/+173