2005-10-07 13:40:26 +08:00
|
|
|
2005-10-06 Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
|
|
|
|
* .cvsignore:
|
|
|
|
* configure.ac:
|
|
|
|
Add the foreign flag so autotools doesn't incorrectly slap a GPL on
|
|
|
|
this, and add a .cvsignore for cvs up clarity.
|
|
|
|
|
2005-10-07 08:08:02 +08:00
|
|
|
2005-10-06 Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
|
|
|
|
* xcompmgr.c: (give_me_a_name), (main):
|
|
|
|
Make a dummy window with a name, so xrestop can point its finger at
|
|
|
|
xcompmgr for being such a pig.
|
|
|
|
|
2005-01-28 05:03:39 +08:00
|
|
|
2005-01-27 Adam Jackson <ajax@freedesktop.org>
|
|
|
|
|
|
|
|
* xcompmgr.c:
|
|
|
|
Bug #2391: Fix a use-after-free in run_fades. (Jonathan Briggs)
|
|
|
|
* configure.ac:
|
|
|
|
Bump to 1.1.2.
|
|
|
|
|
2005-01-27 09:27:44 +08:00
|
|
|
2005-01-26 Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
|
|
|
|
* Makefile.am:
|
|
|
|
Include the autogen.sh in the distfile.
|
|
|
|
|
2004-09-30 02:33:42 +08:00
|
|
|
2004-09-29 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: (paint_all):
|
|
|
|
Added some small optimizations by Thomas Luebking. paint_all
|
|
|
|
now avoids drawing windows that don't appear on the screen,
|
|
|
|
and doesn't bother drawing shadows on desktop windows.
|
|
|
|
|
2004-09-23 15:17:48 +08:00
|
|
|
2004-09-23 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.1:
|
|
|
|
* xcompmgr.c: (usage), (main):
|
|
|
|
Added options -O -I and -D for controlling fading effects and
|
|
|
|
appropriate man entries, based on the patch by Johan Kiviniemi.
|
|
|
|
|
2004-09-23 09:56:00 +08:00
|
|
|
2004-09-22 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: (run_fades), (solid_picture), (get_opacity_prop),
|
|
|
|
(determine_wintype), (circulate_win):
|
|
|
|
Miscellaneous code cleanup and checks for failed allocations.
|
|
|
|
|
2004-09-22 06:59:38 +08:00
|
|
|
2004-09-21 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: (presum_gaussian), (make_shadow), (main):
|
|
|
|
Added precomputation of shadows to make them a little more
|
|
|
|
friendly to slower computers (and make ridiculously huge
|
|
|
|
shadows usable on faster computers).
|
|
|
|
|
2004-09-21 05:36:07 +08:00
|
|
|
2004-09-20 Adam Jackson <ajax@freedesktop.org>
|
|
|
|
|
|
|
|
* xcompmgr.c:
|
|
|
|
Print the version number in the usage summary.
|
|
|
|
|
2004-09-18 08:13:15 +08:00
|
|
|
2004-09-17 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: (win_extents), (usage), (main):
|
|
|
|
Added various client-side shadow options (opacity, offset, radius)
|
|
|
|
based on the work of Thomas Luebking.
|
|
|
|
* xcompmgr.1:
|
|
|
|
Added descriptions of the options in the man page.
|
|
|
|
|
2004-09-18 07:51:48 +08:00
|
|
|
2004-09-17 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: (usage):
|
|
|
|
Changed the usage function to describe the available options.
|
|
|
|
|
2004-09-17 13:20:35 +08:00
|
|
|
2004-09-17 Dan Doel <dolio@case.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: (shadow_picture):
|
|
|
|
Added some tests to check for failed pixmap/picture/gc allocations and
|
|
|
|
exit appropriately.
|
|
|
|
|
2004-09-15 03:01:16 +08:00
|
|
|
2004-09-14 Adam Jackson <ajax@freedesktop.org>
|
|
|
|
|
|
|
|
* xcompmgr.c:
|
|
|
|
Bug #1360: Fix a segfault by checking the return value of XQueryTree.
|
|
|
|
(Johan Kiviniemi)
|
|
|
|
|
2004-09-10 13:55:19 +08:00
|
|
|
2004-09-10 Adam Jackson <ajax@freedesktop.org>
|
|
|
|
|
|
|
|
* xcompmgr.c:
|
|
|
|
Bug fixes and more pretty effects from Dan Doel.
|
|
|
|
* xcompmgr.1, Makefile.am:
|
|
|
|
More doc, fix the suffix so the man page installs in a sane place.
|
|
|
|
|
2004-09-09 11:27:16 +08:00
|
|
|
2004-09-08 Adam Jackson <ajax@freedesktop.org>
|
|
|
|
|
|
|
|
* xcompmgr.man, Makefile.am:
|
|
|
|
Add a man page.
|
|
|
|
|
2004-08-15 05:39:51 +08:00
|
|
|
2004-08-14 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (error), (usage), (main):
|
|
|
|
Remove abort call as it's just annoying.
|
|
|
|
Add -a flag to just use Automatic compositing. No glitz, but no
|
|
|
|
screen mangling either.
|
|
|
|
|
2004-08-13 16:25:51 +08:00
|
|
|
2004-08-13 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (paint_all), (repair_win), (map_win),
|
|
|
|
(finish_unmap_win), (add_win), (configure_win), (damage_win),
|
|
|
|
(error), (main):
|
|
|
|
Add name window pixmap support
|
|
|
|
|
2004-07-09 00:30:59 +08:00
|
|
|
2004-07-08 Ely Levy <elylevy-xserver@cs.huji.ac.il>
|
|
|
|
|
|
|
|
reviewed by: Keith Packard
|
|
|
|
|
|
|
|
* xcompmgr.c: (get_time_in_milliseconds):
|
|
|
|
Eliminate 'struct timezone tz' as it isn't used.
|
|
|
|
|
2004-07-08 15:07:26 +08:00
|
|
|
2004-07-08 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (get_time_in_milliseconds), (find_fade),
|
|
|
|
(dequeue_fade), (cleanup_fade), (enqueue_fade), (set_fade),
|
|
|
|
(fade_timeout), (run_fades), (paint_all), (map_win),
|
|
|
|
(finish_unmap_win), (unmap_callback), (unmap_win),
|
|
|
|
(determine_mode), (add_win), (configure_win), (finish_destroy_win),
|
|
|
|
(destroy_callback), (destroy_win), (error), (main):
|
|
|
|
Add fade-in/fade-out support (-f option).
|
|
|
|
Clean up leak of solid alpha picture per redraw of constant-alpha
|
|
|
|
windows.
|
|
|
|
|
2004-06-28 05:29:23 +08:00
|
|
|
2004-06-27 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (map_win), (unmap_win), (main):
|
|
|
|
Only use XCompositeNameWindowPixmap when the library provides it
|
|
|
|
|
2004-06-27 13:08:33 +08:00
|
|
|
2004-06-26 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (win_extents), (paint_all), (repair_win),
|
|
|
|
(unmap_win), (usage), (main):
|
|
|
|
Make composite manager mode run-time selectable with
|
|
|
|
command line option:
|
|
|
|
-s: server-side shadows (sharp, but follows window alpha)
|
|
|
|
-c: client-side shadows (blurred, but uses window extents only)
|
|
|
|
-n: no shadows (this is the default mode)
|
|
|
|
|
2004-06-27 12:48:37 +08:00
|
|
|
2004-06-26 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (make_gaussian_map), (make_shadow), (shadow_picture),
|
|
|
|
(solid_picture), (discard_ignore), (set_ignore), (should_ignore),
|
|
|
|
(win_extents), (border_size), (paint_all), (repair_win), (map_win),
|
|
|
|
(unmap_win), (get_opacity_prop), (determine_mode), (add_win),
|
|
|
|
(destroy_win), (error), (main):
|
|
|
|
Ok, this synchronizes all of my changes for the last many months.
|
|
|
|
Has code to do server-based shadows (SHARP_SHADOW).
|
|
|
|
Has code to try and ignore appropriate errors (helps somewhat).
|
|
|
|
Has code to handle global window translucency.
|
|
|
|
Lots of other minor changes.
|
|
|
|
|
2004-05-18 08:01:50 +08:00
|
|
|
2004-05-17 Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
|
|
|
|
* configure.ac:
|
|
|
|
Autoconf 2.57 appears to work fine, as well.
|
|
|
|
|
2004-04-01 05:54:22 +08:00
|
|
|
2004-03-31 Philip Blundell <philb@gnu.org>
|
|
|
|
|
|
|
|
* Makefile.am: Set INCLUDES, not xcompmgr_INCLUDES.
|
|
|
|
|
2004-03-28 20:02:50 +08:00
|
|
|
2004-03-28 Philip Blundell <philb@gnu.org>
|
|
|
|
|
|
|
|
* autogen.sh: New.
|
|
|
|
|
2004-03-26 07:57:55 +08:00
|
|
|
2004-03-25 Philip Blundell <philb@gnu.org>
|
|
|
|
|
|
|
|
Autotoolized:
|
|
|
|
* Makefile.am, configure.ac: New files.
|
|
|
|
* NEWS, README, AUTHORS: Likewise.
|
|
|
|
* Makefile: Deleted.
|
|
|
|
|
2003-12-02 17:51:12 +08:00
|
|
|
2003-12-02 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (sum_gaussian), (make_shadow), (root_tile),
|
|
|
|
(paint_all), (map_win), (unmap_win), (determine_mode),
|
|
|
|
(configure_win), (circulate_win), (main):
|
|
|
|
Track whether cliplists have changed and avoid computation when not.
|
|
|
|
Shrink shadows.
|
|
|
|
Speed up shadow construction a bit by using memset.
|
|
|
|
Eliminate useless INTERVAL code.
|
|
|
|
Use XSync after paint_all to gather more events per update.
|
|
|
|
|
2003-11-25 01:11:00 +08:00
|
|
|
2003-11-24 Matthew Hawn <hawnpawn@yahoo.com>
|
|
|
|
|
|
|
|
reviewed by: Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (map_win), (unmap_win), (get_trans_prop),
|
|
|
|
(determine_mode), (add_win), (main):
|
|
|
|
Add support for CM_TRANSLUCENT property.
|
|
|
|
|
2003-11-24 07:20:42 +08:00
|
|
|
2003-11-23 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (make_shadow), (root_tile), (win_extents),
|
|
|
|
(border_size), (paint_all), (repair_win), (map_win), (unmap_win),
|
|
|
|
(add_win), (restack_win), (configure_win), (circulate_win),
|
|
|
|
(destroy_win), (ev_serial), (ev_name), (ev_window), (main):
|
|
|
|
|
|
|
|
Rename gussianMap to gaussianMap (who the heck is gus?)
|
|
|
|
Allow for other names for the root pixmap
|
|
|
|
Handle non-zero border widths better (need Composite change
|
|
|
|
to display them though).
|
|
|
|
Add MONITOR_UPDATE mode that eliminates double buffering and
|
|
|
|
blanks the screen to make sequence of update operations visible.
|
|
|
|
Leave damage object around to catch map damage right.
|
|
|
|
Add CirculateNotify support.
|
|
|
|
|
2003-11-24 05:10:34 +08:00
|
|
|
2003-11-23 Eric Anholt <anholt@FreeBSD.org>
|
|
|
|
|
|
|
|
* xcompmgr.c: (border_size), (paint_all), (add_damage),
|
|
|
|
(repair_win), (configure_win):
|
|
|
|
Fix for latest Xfixes changes.
|
|
|
|
|
|
|
|
Submitted by: <stephan@wilkogazu.nl>
|
|
|
|
|
2003-11-20 00:12:15 +08:00
|
|
|
2003-11-19 Carl Worth <cworth@isi.edu>
|
|
|
|
|
|
|
|
* xcompmgr.c: Eliminate several compiler warnings: missing
|
|
|
|
includes, static functions, unused variables. Remove confusing
|
|
|
|
informational messages with the word "error" in them.
|
|
|
|
|
2003-11-14 16:29:37 +08:00
|
|
|
2003-11-14 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (main):
|
|
|
|
Eliminate all delays in updates; let the X server scheduling
|
|
|
|
handle things.
|
|
|
|
|
2003-11-13 17:18:07 +08:00
|
|
|
2003-11-13 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c:
|
|
|
|
Reduce scheduling latency to 10ms
|
|
|
|
|
2003-11-13 17:16:18 +08:00
|
|
|
2003-11-13 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (make_gaussian_map), (sum_gaussian), (make_shadow),
|
|
|
|
(shadow_picture), (paint_all), (main):
|
|
|
|
Use an alpha map instead of an ARGB picture for shadows.
|
|
|
|
Update last_update only when actually updating windows.
|
|
|
|
|
2003-11-11 16:59:15 +08:00
|
|
|
2003-11-11 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (win_extents), (paint_all), (add_win), (main):
|
|
|
|
Detect ARGB windows, don't give them shadows, compose them
|
|
|
|
correctly.
|
|
|
|
|
2003-11-11 02:34:35 +08:00
|
|
|
2003-11-10 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* Makefile:
|
|
|
|
* xcompmgr.c: (root_tile), (main):
|
|
|
|
Track changes to _XROOTPMAP_ID property
|
|
|
|
|
2003-11-10 13:48:23 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (time_in_millis), (main):
|
|
|
|
Add a bit of scheduling to updates; update every 30 ms
|
|
|
|
instead of waiting for more events. Smooths out window moving.
|
|
|
|
Interval needs to be configurable probably.
|
|
|
|
|
2003-11-10 13:09:10 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (root_tile):
|
|
|
|
Make sure _XROOTPMAP_ID property is right type, format and length
|
|
|
|
before attempting to use the resulting value.
|
|
|
|
|
2003-11-10 12:46:24 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (configure_win):
|
|
|
|
Configure damage must include shadow region, not just window.
|
|
|
|
Also, leaking region on each configure.
|
|
|
|
|
2003-11-10 11:48:00 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (main):
|
|
|
|
oops. Left in an XSynchronize call.
|
|
|
|
|
2003-11-10 11:45:17 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (paint_root), (paint_all), (map_win), (add_win),
|
|
|
|
(configure_win), (destroy_win), (main):
|
|
|
|
|
|
|
|
Double buffer updates.
|
|
|
|
Check for InputOnly windows and ignore them
|
|
|
|
|
2003-11-10 10:03:26 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* xcompmgr.c: (root_tile), (paint_root):
|
|
|
|
Detect root pattern with undocumented _XROOTPMAP_ID property
|
|
|
|
|
2003-11-10 09:32:01 +08:00
|
|
|
2003-11-09 Keith Packard <keithp@keithp.com>
|
|
|
|
|
|
|
|
* Makefile:
|
|
|
|
* xcompmgr.c: (gaussian), (make_gaussian_map), (sum_gaussian),
|
|
|
|
(make_shadow), (shadow_picture), (win_extents), (paint_all),
|
|
|
|
(map_win), (unmap_win), (add_win), (configure_win), (main):
|
|
|
|
Add drop shadows.
|