ayin [Sat, 8 Sep 2007 20:54:50 +0000 (20:54 +0000)]
Remove rxvt additional parsing of resource values.
ayin [Sat, 8 Sep 2007 20:48:31 +0000 (20:48 +0000)]
*** empty log message ***
ayin [Mon, 3 Sep 2007 08:48:00 +0000 (08:48 +0000)]
sizeof(char) is 1.
ayin [Mon, 3 Sep 2007 07:31:12 +0000 (07:31 +0000)]
Remove dead code and fix comment.
root [Sat, 1 Sep 2007 09:38:50 +0000 (09:38 +0000)]
sourceforge.net/tracker/index.php?func=detail&aid=
1702263&group_id=221&atid=100221
ayin [Thu, 30 Aug 2007 08:06:56 +0000 (08:06 +0000)]
*** empty log message ***
root [Tue, 28 Aug 2007 17:35:30 +0000 (17:35 +0000)]
*** empty log message ***
root [Tue, 28 Aug 2007 17:33:46 +0000 (17:33 +0000)]
*** empty log message ***
root [Tue, 28 Aug 2007 17:32:47 +0000 (17:32 +0000)]
*** empty log message ***
root [Tue, 28 Aug 2007 17:32:25 +0000 (17:32 +0000)]
*** empty log message ***
root [Tue, 28 Aug 2007 17:26:52 +0000 (17:26 +0000)]
*** empty log message ***
ayin [Tue, 28 Aug 2007 16:56:40 +0000 (16:56 +0000)]
Fix transparency without libAfterImage.
ayin [Mon, 27 Aug 2007 21:30:50 +0000 (21:30 +0000)]
Use realloc rather than free+malloc.
ayin [Mon, 27 Aug 2007 21:02:41 +0000 (21:02 +0000)]
Fix coding style.
ayin [Mon, 27 Aug 2007 20:53:16 +0000 (20:53 +0000)]
Remove unused function.
ayin [Mon, 27 Aug 2007 20:50:38 +0000 (20:50 +0000)]
Remove uses of rxvt_Str_match.
ayin [Mon, 27 Aug 2007 20:00:26 +0000 (20:00 +0000)]
Remove unused function.
ayin [Mon, 27 Aug 2007 18:30:59 +0000 (18:30 +0000)]
Remove unused vars and function.
ayin [Sun, 26 Aug 2007 19:38:30 +0000 (19:38 +0000)]
*** empty log message ***
ayin [Sun, 26 Aug 2007 19:20:23 +0000 (19:20 +0000)]
Remove unused var.
ayin [Sun, 26 Aug 2007 19:17:00 +0000 (19:17 +0000)]
Add missing return statement.
ayin [Sun, 26 Aug 2007 18:47:40 +0000 (18:47 +0000)]
Group together xim tests and run them only if xim is requested.
ayin [Sun, 26 Aug 2007 18:16:52 +0000 (18:16 +0000)]
*** empty log message ***
ayin [Sun, 26 Aug 2007 17:56:19 +0000 (17:56 +0000)]
Make some inline functions static.
ayin [Sun, 26 Aug 2007 16:55:58 +0000 (16:55 +0000)]
Make the PrivMode macro a method.
ayin [Sun, 26 Aug 2007 16:25:59 +0000 (16:25 +0000)]
Minor cleanup.
sasha [Thu, 23 Aug 2007 20:53:36 +0000 (20:53 +0000)]
Preliminary implementation of tinting/shading using XRender. TODO add proper detection of XRender to configure, as XFT may be present without XRender
sasha [Mon, 20 Aug 2007 20:13:35 +0000 (20:13 +0000)]
Fixed bug in xft_font::draw introduced earlier where background color #0 would not be rendered properly; Fixed bug where background pixmap would not get rendered on initial map if used without transparency
sasha [Fri, 17 Aug 2007 22:01:33 +0000 (22:01 +0000)]
fixed compilation with libAfterImage but without transparency; Got rid of am_transparent stuff; added ability to render semitransparent char backgrounds over background pixmap - experimental; Added parsing of color values in #aarrggbb format
sasha [Fri, 17 Aug 2007 22:01:32 +0000 (22:01 +0000)]
fixed compilation with libAfterImage but without transparency; Got rid of am_transparent stuff; added ability to render semitransparent char backgrounds over background pixmap - experimental; Added parsing of color values in #aarrggbb format
sasha [Thu, 16 Aug 2007 21:26:20 +0000 (21:26 +0000)]
reimplemted delayed rendering of the background pixmap with some logic to use different timeouts for different rendering algorithms
sasha [Wed, 15 Aug 2007 22:41:52 +0000 (22:41 +0000)]
fixed segfault on resize by getting rid of touch() in apply(). rearranged redraw calls on configure notify to be sane
sasha [Wed, 15 Aug 2007 17:05:07 +0000 (17:05 +0000)]
fixed handling of shading when tint is not set
root [Wed, 15 Aug 2007 06:48:16 +0000 (06:48 +0000)]
applied patch by James Cloos
sasha [Tue, 14 Aug 2007 14:06:51 +0000 (14:06 +0000)]
fixed compilation problem without libAfterImage
sasha [Mon, 13 Aug 2007 22:41:34 +0000 (22:41 +0000)]
refactored check_parents into bgPixmap.render(), started cleaning up am_transparent stuff
root [Mon, 13 Aug 2007 10:01:18 +0000 (10:01 +0000)]
*** empty log message ***
ayin [Mon, 13 Aug 2007 07:18:58 +0000 (07:18 +0000)]
Remove unneeded include.
ayin [Mon, 13 Aug 2007 07:17:48 +0000 (07:17 +0000)]
Remove (now) redundant assignments.
root [Fri, 10 Aug 2007 23:52:12 +0000 (23:52 +0000)]
clear rvideo mode differently to avoid race
sasha [Fri, 10 Aug 2007 22:10:36 +0000 (22:10 +0000)]
fixed compilation bugs without libAI, added setters to bgPixmap for transparency params and moved server side tinting to make_transparency_pixmap; started refactoring check_our_parents into render_background()
sasha [Thu, 9 Aug 2007 22:08:21 +0000 (22:08 +0000)]
implemented grabbing root background even when there is no root pixmap property set
sasha [Wed, 8 Aug 2007 22:39:49 +0000 (22:39 +0000)]
made target a part of bgPixmap, moved set background calls into a separate function; started writing a function for generating transparency pixmap - that code should come out of check_parents()
sasha [Tue, 7 Aug 2007 22:43:33 +0000 (22:43 +0000)]
debugged and incorporated new image rendering code into existing structure. Alignment and scaling should now work for both transparent and non-transparent backgrounds
ayin [Tue, 7 Aug 2007 15:23:11 +0000 (15:23 +0000)]
Remove parentrelative logic for pseudo transparency.
sasha [Mon, 6 Aug 2007 22:42:05 +0000 (22:42 +0000)]
fleshed out new render_asim function to be generic enough so it can be used with both transparent blended and non-transparent code
sasha [Sun, 5 Aug 2007 06:19:01 +0000 (06:19 +0000)]
started implementing proper image resizing functionality with align and stuff
ayin [Sat, 4 Aug 2007 10:46:22 +0000 (10:46 +0000)]
perl deps are handled in rxvt.h.
sasha [Sat, 4 Aug 2007 07:05:31 +0000 (07:05 +0000)]
implemented hopefully better parsing of the geometry string
ayin [Fri, 3 Aug 2007 23:32:14 +0000 (23:32 +0000)]
Remove --enable-tinting and make --enable-transparency enable also the tinting
code.
ayin [Fri, 3 Aug 2007 23:15:34 +0000 (23:15 +0000)]
Fix compilation after last change.
sasha [Fri, 3 Aug 2007 22:40:10 +0000 (22:40 +0000)]
updated comments explaining pixmap geometry string; added differentiation between HAVE_AFTERIMAGE and XPM_BACKGROUND; began moving background handling functions under bgPixmap_t - work in progress
ayin [Fri, 3 Aug 2007 14:03:28 +0000 (14:03 +0000)]
Simplify ifdef hell.
sasha [Fri, 3 Aug 2007 05:33:04 +0000 (05:33 +0000)]
Preliminary consolidation of pixmap and bgPixmap and rewrite of resize_pixmap(). More work needed.
ayin [Thu, 2 Aug 2007 15:01:30 +0000 (15:01 +0000)]
*** empty log message ***
root [Thu, 2 Aug 2007 13:54:17 +0000 (13:54 +0000)]
inconsequential changes
ayin [Thu, 2 Aug 2007 00:29:23 +0000 (00:29 +0000)]
*** empty log message ***
ayin [Thu, 2 Aug 2007 00:19:32 +0000 (00:19 +0000)]
*** empty log message ***
ayin [Thu, 2 Aug 2007 00:09:54 +0000 (00:09 +0000)]
Nuke --enable-xpm-background.
root [Wed, 1 Aug 2007 18:38:15 +0000 (18:38 +0000)]
fix lots of configure bugs
ayin [Wed, 1 Aug 2007 18:10:10 +0000 (18:10 +0000)]
*** empty log message ***
ayin [Wed, 1 Aug 2007 17:55:37 +0000 (17:55 +0000)]
*** empty log message ***
root [Wed, 1 Aug 2007 17:54:03 +0000 (17:54 +0000)]
add afterimage to options: line
root [Wed, 1 Aug 2007 17:50:34 +0000 (17:50 +0000)]
stuffs, also added the 256 color patch in doc/
root [Wed, 1 Aug 2007 17:39:28 +0000 (17:39 +0000)]
*** empty log message ***
ayin [Wed, 1 Aug 2007 01:45:06 +0000 (01:45 +0000)]
*** empty log message ***
sasha [Tue, 31 Jul 2007 22:36:01 +0000 (22:36 +0000)]
removed TODO items for blur - all fixed
sasha [Tue, 31 Jul 2007 22:24:36 +0000 (22:24 +0000)]
added support for separate radii for vertical and horizontal blur in a form HxV
sasha [Tue, 31 Jul 2007 22:23:56 +0000 (22:23 +0000)]
updated docs to new stuff in tinting and bluring
ayin [Tue, 31 Jul 2007 18:13:26 +0000 (18:13 +0000)]
*** empty log message ***
ayin [Tue, 31 Jul 2007 17:39:39 +0000 (17:39 +0000)]
*** empty log message ***
root [Mon, 30 Jul 2007 22:06:28 +0000 (22:06 +0000)]
*** empty log message ***
ayin [Sun, 29 Jul 2007 09:37:01 +0000 (09:37 +0000)]
Remove code duplication.
ayin [Sun, 29 Jul 2007 08:56:36 +0000 (08:56 +0000)]
*** empty log message ***
ayin [Sat, 28 Jul 2007 20:15:18 +0000 (20:15 +0000)]
*** empty log message ***
ayin [Sat, 28 Jul 2007 20:04:00 +0000 (20:04 +0000)]
Make --disable-iso14755 always disable the ISO 14755 overlay.
sasha [Fri, 27 Jul 2007 22:52:08 +0000 (22:52 +0000)]
reimplemented transparency handling based on performance analysis - want to use server-side tinting even with afterimage where possible, also optimized afterimage code for better performance in many cases
sasha [Fri, 27 Jul 2007 16:18:10 +0000 (16:18 +0000)]
*** empty log message ***
ayin [Fri, 27 Jul 2007 14:41:15 +0000 (14:41 +0000)]
Remove trailing whitespace.
ayin [Fri, 27 Jul 2007 14:02:28 +0000 (14:02 +0000)]
Fix typo.
ayin [Fri, 27 Jul 2007 10:57:34 +0000 (10:57 +0000)]
*** empty log message ***
ayin [Fri, 27 Jul 2007 10:09:39 +0000 (10:09 +0000)]
*** empty log message ***
ayin [Fri, 27 Jul 2007 10:06:43 +0000 (10:06 +0000)]
No need to use awk, cut is enough.
ayin [Fri, 27 Jul 2007 09:37:07 +0000 (09:37 +0000)]
*** empty log message ***
sasha [Thu, 26 Jul 2007 21:14:51 +0000 (21:14 +0000)]
fixed shading of root background without libAfterImage, adding very fast server-side tinting for some colors, and enabling shading in abcense of the tint.
ayin [Thu, 26 Jul 2007 19:18:59 +0000 (19:18 +0000)]
*** empty log message ***
ayin [Thu, 26 Jul 2007 18:09:36 +0000 (18:09 +0000)]
*** empty log message ***
ayin [Thu, 26 Jul 2007 17:41:46 +0000 (17:41 +0000)]
Fix test expression.
sasha [Thu, 26 Jul 2007 16:19:43 +0000 (16:19 +0000)]
typo fix
sasha [Thu, 26 Jul 2007 16:17:50 +0000 (16:17 +0000)]
fixed libAI usage for multi-display - requires new libAfterImage from CVS - version 1.15
root [Thu, 26 Jul 2007 11:57:18 +0000 (11:57 +0000)]
reverted unapproved policy change
sasha [Wed, 25 Jul 2007 22:41:45 +0000 (22:41 +0000)]
added check for libAfterImage version to be greater then 1.15 - in this case there should not be any need to init dpy var
root [Tue, 24 Jul 2007 14:40:41 +0000 (14:40 +0000)]
sigh
root [Tue, 24 Jul 2007 14:38:59 +0000 (14:38 +0000)]
*** empty log message ***
root [Tue, 24 Jul 2007 14:31:45 +0000 (14:31 +0000)]
fixed some style issues
sasha [Thu, 12 Jul 2007 22:33:16 +0000 (22:33 +0000)]
Fixed libAfterImage support when multiple displays are used. Added documentation for --enable-afterimage configure flag
root [Wed, 4 Jul 2007 04:25:10 +0000 (04:25 +0000)]
*** empty log message ***
ayin [Sat, 30 Jun 2007 23:58:29 +0000 (23:58 +0000)]
*** empty log message ***
root [Sat, 30 Jun 2007 23:47:19 +0000 (23:47 +0000)]
*** empty log message ***
ayin [Sat, 30 Jun 2007 23:34:57 +0000 (23:34 +0000)]
*** empty log message ***