ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.137 by root, Thu Jun 7 16:04:31 2012 UTC vs.
Revision 1.146 by root, Sun Dec 14 04:52:10 2014 UTC

6 * Copyright (c) 2003-2011 Marc Lehmann <schmorp@schmorp.de> 6 * Copyright (c) 2003-2011 Marc Lehmann <schmorp@schmorp.de>
7 * Copyright (c) 2011 Emanuele Giaquinta <e.giaquinta@glauco.it> 7 * Copyright (c) 2011 Emanuele Giaquinta <e.giaquinta@glauco.it>
8 * 8 *
9 * This program is free software; you can redistribute it and/or modify 9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by 10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or 11 * the Free Software Foundation; either version 3 of the License, or
12 * (at your option) any later version. 12 * (at your option) any later version.
13 * 13 *
14 * This program is distributed in the hope that it will be useful, 14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 *----------------------------------------------------------------------*/ 22 *----------------------------------------------------------------------*/
23 23
24#include "../config.h" 24#include "../config.h"
25#include <rxvt.h> 25#include <rxvt.h>
26#include <rxvttoolkit.h> 26#include <rxvttoolkit.h>
27
28#include <stdlib.h>
27 29
28#include <unistd.h> 30#include <unistd.h>
29#include <fcntl.h> 31#include <fcntl.h>
30 32
31#include <sys/utsname.h> 33#include <sys/utsname.h>
66#endif 68#endif
67#if USE_XIM 69#if USE_XIM
68 "WM_LOCALE_NAME", 70 "WM_LOCALE_NAME",
69 "XIM_SERVERS", 71 "XIM_SERVERS",
70#endif 72#endif
71#if ENABLE_TRANSPARENCY 73#if HAVE_IMG || ENABLE_PERL
72 "_XROOTPMAP_ID", 74 "_XROOTPMAP_ID",
73 "ESETROOT_PMAP_ID", 75 "ESETROOT_PMAP_ID",
74#endif 76#endif
75#if ENABLE_XEMBED 77#if ENABLE_XEMBED
76 "_XEMBED", 78 "_XEMBED",
279 XFree (vi); 281 XFree (vi);
280 282
281 cmap = XCreateColormap (dpy, display->root, visual, AllocNone); 283 cmap = XCreateColormap (dpy, display->root, visual, AllocNone);
282 } 284 }
283 else 285 else
284 rxvt_warn ("cannot requested visual id 0x%02x, using default visual.\n", id); 286 rxvt_warn ("no visual found for requested id 0x%02x, using default visual.\n", id);
285} 287}
286 288
287void 289void
288rxvt_screen::select_depth (int bitdepth) 290rxvt_screen::select_depth (int bitdepth)
289{ 291{
490 492
491 flags = 0; 493 flags = 0;
492#if XRENDER 494#if XRENDER
493 int major, minor; 495 int major, minor;
494 if (XRenderQueryVersion (dpy, &major, &minor)) 496 if (XRenderQueryVersion (dpy, &major, &minor))
495 {
496 flags |= DISPLAY_HAS_RENDER;
497
498 if (major > 0 || (major == 0 && minor >= 10))
499 flags |= DISPLAY_HAS_RENDER_10;
500
501 if (major > 0 || (major == 0 && minor >= 11)) 497 if (major > 0 || (major == 0 && minor >= 11))
498 {
502 flags |= DISPLAY_HAS_RENDER_MUL; 499 flags |= DISPLAY_HAS_RENDER;
503 500
504 XFilters *filters = XRenderQueryFilters (dpy, root); 501 if (XFilters *filters = XRenderQueryFilters (dpy, root))
505 if (filters)
506 { 502 {
507 for (int i = 0; i < filters->nfilter; i++) 503 for (int i = 0; i < filters->nfilter; i++)
508 if (!strcmp (filters->filter[i], FilterConvolution)) 504 if (!strcmp (filters->filter [i], FilterConvolution))
509 flags |= DISPLAY_HAS_RENDER_CONV; 505 flags |= DISPLAY_HAS_RENDER_CONV;
510 506
511 XFree (filters); 507 XFree (filters);
512 } 508 }
513 } 509 }
514#endif 510#endif
515 511
516 int fd = XConnectionNumber (dpy); 512 int fd = XConnectionNumber (dpy);
517 513
518 // try to detect whether we have a local connection. 514 // try to detect whether we have a local connection.
813 } 809 }
814 else if (XAllocColor (screen->dpy, screen->cmap, &c)) 810 else if (XAllocColor (screen->dpy, screen->cmap, &c))
815 return true; 811 return true;
816#endif 812#endif
817 813
814 //TODO: set c.color* or c.*
818 c.pixel = (color.r + color.g + color.b) > 128*3 815 c.pixel = (color.r * 2 + color.g * 3 + color.b) >= 0x8000 * 6
819 ? WhitePixelOfScreen (DefaultScreenOfDisplay (screen->dpy)) 816 ? WhitePixelOfScreen (DefaultScreenOfDisplay (screen->dpy))
820 : BlackPixelOfScreen (DefaultScreenOfDisplay (screen->dpy)); 817 : BlackPixelOfScreen (DefaultScreenOfDisplay (screen->dpy));
821 818
822 return false; 819 return false;
823} 820}
881 878
882 // many kilobytes transfer per colour, but pseudocolor isn't worth 879 // many kilobytes transfer per colour, but pseudocolor isn't worth
883 // many extra optimisations. 880 // many extra optimisations.
884 XQueryColors (screen->dpy, screen->cmap, colors, cmap_size); 881 XQueryColors (screen->dpy, screen->cmap, colors, cmap_size);
885 882
883 while (cmap_size)
884 {
886 int diff = 0x7fffffffUL; 885 int diff = 0x7fffffffL;
887 XColor *best = colors; 886 XColor *best = colors;
888 887
889 for (int i = 0; i < cmap_size; i++) 888 for (int i = 0; i < cmap_size; i++)
890 {
891 int d = (squared_diff<int> (color.r >> 2, colors [i].red >> 2))
892 + (squared_diff<int> (color.g >> 2, colors [i].green >> 2))
893 + (squared_diff<int> (color.b >> 2, colors [i].blue >> 2));
894
895 if (d < diff)
896 { 889 {
890 // simple weighted rgb distance sucks, but keeps it simple
891 int d = abs (color.r - colors [i].red ) * 2
892 + abs (color.g - colors [i].green) * 3
893 + abs (color.b - colors [i].blue );
894
895 if (d < diff)
896 {
897 diff = d; 897 diff = d;
898 best = colors + i; 898 best = colors + i;
899 }
899 } 900 }
900 }
901 901
902 //rxvt_warn ("could not allocate %04x %04x %04x, getting %04x %04x %04x instead (%d)\n", 902 //rxvt_warn ("could not allocate %04x %04x %04x, getting %04x %04x %04x instead (%d,%d)\n",
903 // color.r, color.g, color.b, best->red, best->green, best->blue, diff); 903 // color.r, color.g, color.b, best->red, best->green, best->blue, diff, best - colors);
904 904
905 got = alloc (screen, rgba (best->red, best->green, best->blue)); 905 got = alloc (screen, rgba (best->red, best->green, best->blue));
906
907 if (got)
908 break;
909
910 *best = colors [--cmap_size];
911 }
906 912
907 delete [] colors; 913 delete [] colors;
908 } 914 }
909#endif 915#endif
910 916
913 919
914void 920void
915rxvt_color::get (rgba &color) const 921rxvt_color::get (rgba &color) const
916{ 922{
917#if XFT 923#if XFT
924 //TODO premultiplied alpha??
918 color.r = c.color.red; 925 color.r = c.color.red;
919 color.g = c.color.green; 926 color.g = c.color.green;
920 color.b = c.color.blue; 927 color.b = c.color.blue;
921 color.a = c.color.alpha; 928 color.a = c.color.alpha;
922#else 929#else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines