- Jun 22, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22172)
-
- Jun 21, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22169)
-
Olivier Fourdan authored
(Old svn revision: 22168)
-
Olivier Fourdan authored
Fix fullscreen window being set back in Z-order after cycling back to the current fullscreen window. (Fix bug #1949) (Old svn revision: 22167)
-
- Jun 20, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22163)
-
- Jun 18, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22150)
-
Olivier Fourdan authored
(Old svn revision: 22149)
-
- Jun 17, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22146)
-
Olivier Fourdan authored
(Old svn revision: 22145)
-
Olivier Fourdan authored
Be smarter with damage areas, and do not treat unredirected windows specifically. (should fix #1930). (Old svn revision: 22143)
-
Olivier Fourdan authored
(Old svn revision: 22142)
-
- Jun 16, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22138)
-
Olivier Fourdan authored
(Old svn revision: 22136)
-
- Jun 15, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22117)
-
- Jun 14, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22108)
-
Olivier Fourdan authored
(Old svn revision: 22106)
-
Olivier Fourdan authored
(Old svn revision: 22097)
-
Olivier Fourdan authored
Finish rework of the compositor, which should fix quite few bugs and improve performance (by discarding damages of covered windows, for example), unredirecting fullscreen overrides seems to work fine which gives a huge performance boost on fullscreen games, fixes translucent xscreensaver window, rework the NET_ACTIVE_WINDOW message handling to improve focus passing (see this thread on the ML http://foo-projects.org/pipermail/xfce4-dev/2006-June/020471.html) (Old svn revision: 22096)
-
- Jun 13, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22092)
-
Olivier Fourdan authored
(Old svn revision: 22079)
-
- Jun 12, 2006
-
-
Hydonsingore Cia authored
(Old svn revision: 22074)
-
- Jun 11, 2006
-
-
Olivier Fourdan authored
Fix fgetc() not returning EOF on architectures where char isn't signed (Patch from Michel Danzer <michel@tungstengraphics.com>) (Old svn revision: 22069)
-
Olivier Fourdan authored
Clamp pointer position when maximizing/unmaximizing window on move (Patch from Ori Bernstein <rand_chars@rogers.com>, fixes #1909) (Old svn revision: 22068)
-
Olivier Fourdan authored
(Old svn revision: 22067)
-
- Jun 09, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22054)
-
- Jun 08, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 22046)
-
- Jun 07, 2006
-
-
Olivier Fourdan authored
Avoid needlessly re-compositing opaque windows in front of other damaged windows. This also helps with stuff that isn't properly redirected yet, such as Xv and DRI with free drivers (patch originally contributed by Michel Dänzer <michel@tungstengraphics.com>). Fix compilation with --enable-debug=full. (Old svn revision: 22034)
-
- Jun 05, 2006
-
-
Adriano Winter Bess authored
(Old svn revision: 22007)
-
Olivier Fourdan authored
(Old svn revision: 22006)
-
- Jun 04, 2006
-
-
Alexander Toresson authored
xfce4-session, xfce4-mixer, thunar, libgui, xfwm4, the panel, orage, trigger-launcher and terminal updated. Also couldn't resist to fix a small error in the xfce4-mixer Changelog. Didn't updated the changelog of xfprint, because I discovered that that translation wasn't updated, it had just slipped through the commit by mistake. (Old svn revision: 21971)
-
Alexander Toresson authored
(Old svn revision: 21970)
-
- Jun 03, 2006
-
-
Alexander Toresson authored
This includes updated translations of appfinder, xfce-utils, mcs-plugins, xfprint, xfce4-session, xfce4-mixer, thunar, libxfcegui4, xfwm4, xfce4-panel, xfdesktop, orage, xfce4-trigger-launcher and mcs-manager, and added translations for libexo and terminal. The appropriate LINGUAS files were also updated. (Old svn revision: 21969)
-
Olivier Fourdan authored
(Old svn revision: 21961)
-
Olivier Fourdan authored
Missing a small theme in the default set of themes, so add the theme contributed by Mike Massonnet <mmassonnet@gmail.com> -now renamed Daloa- (Old svn revision: 21960)
-
Olivier Fourdan authored
(Old svn revision: 21959)
-
Olivier Fourdan authored
(Old svn revision: 21957)
-
Olivier Fourdan authored
Create _MOTIF_WM_INFO from the WM to make rxvt-unicode happy and not use override-redirect windows but proper Motif decoration hints to get borderless windows (Fix bug #1877). (Old svn revision: 21955)
-
- May 31, 2006
-
-
Olivier Fourdan authored
(Old svn revision: 21934)
-
- May 30, 2006
-
-
Yuval Tanny authored
(Old svn revision: 21920)
-
Olivier Fourdan authored
Do not pass focus to the desktop by default (Fix bug #1853). The problem is that xfdesktop sets its InputHint from WM Hints property to False to avoid focus, but GTK+ itself sets the WM_TAKE_FOCUS property, so it's impossible for the WM to tell whether or not the windows may or may not accept focus, which leads to unpredictable results when the last available focusable window vanishes (which is just what happens in bug #1853. From what I saw, metacity and kwin have the same problem. The workaround used here is to simply not use the desktop as a fallback focusable window. If the user wants to focus the desktop, (s)he just has to explicitely click on it. (Old svn revision: 21917)
-