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

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.125 by ayin, Sun Nov 25 11:23:18 2007 UTC vs.
Revision 1.129 by root, Wed Jan 23 05:18:43 2008 UTC

19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 *---------------------------------------------------------------------*/ 20 *---------------------------------------------------------------------*/
21 21
22#include "../config.h" 22#include "../config.h"
23#include "rxvt.h" 23#include "rxvt.h"
24#include "rxvtlib.h"
25#include "rxvtutil.h" 24#include "rxvtutil.h"
26#include "rxvtfont.h" 25#include "rxvtfont.h"
27 26
28#include <cstdlib> 27#include <cstdlib>
29 28
632 631
633 if (slashes >= 13 && (!old || *field == old)) 632 if (slashes >= 13 && (!old || *field == old))
634 { 633 {
635 size_t len = field - name; 634 size_t len = field - name;
636 *ptr = (char *)malloc (len + strlen (replace) + strlen (end) + 1); 635 *ptr = (char *)malloc (len + strlen (replace) + strlen (end) + 1);
637 strncpy (*ptr, name, len); 636 memcpy (*ptr, name, len);
638 strcpy (*ptr + len, replace); 637 strcpy (*ptr + len, replace);
639 strcat (*ptr, end); 638 strcat (*ptr, end);
640 639
641 return true; 640 return true;
642 } 641 }
1297 dTermGC; 1296 dTermGC;
1298 1297
1299 int w = term->fwidth * len; 1298 int w = term->fwidth * len;
1300 int h = term->fheight; 1299 int h = term->fheight;
1301 1300
1302 /* TODO: this logic needs some more thinking, since we no longer do pseudo-transparency. 1301 /*
1303 * Maybe make buffering into a resource flag? Compile time option doesn't seems like a 1302 * Maybe make buffering into a resource flag? Compile time option doesn't seems like a
1304 * good idea from the perspective of packaging for wide variety of user configs. 1303 * good idea from the perspective of packaging for wide variety of user configs.
1305 */ 1304 */
1306 bool buffered = true 1305 bool buffered = bg >= 0;
1307#ifdef FORCE_UNBUFFERED_XFT 1306#ifdef FORCE_UNBUFFERED_XFT
1308 && bg >= 0 1307 buffered = false;
1309#endif 1308#endif
1310 ; 1309
1311 // cut trailing spaces 1310 // cut trailing spaces
1312 while (len && text [len - 1] == ' ') 1311 while (len && text [len - 1] == ' ')
1313 len--; 1312 len--;
1314 1313
1315 int x_ = buffered ? 0 : x; 1314 int x_ = buffered ? 0 : x;
1341 x_ += cwidth; 1340 x_ += cwidth;
1342 } 1341 }
1343 1342
1344 if (buffered) 1343 if (buffered)
1345 { 1344 {
1346 bool back_rendered = false;
1347 if (ep != enc) 1345 if (ep != enc)
1348 { 1346 {
1347 bool back_rendered = false;
1349 rxvt_drawable &d2 = d.screen->scratch_drawable (w, h); 1348 rxvt_drawable &d2 = d.screen->scratch_drawable (w, h);
1350 1349
1351#ifdef HAVE_BG_PIXMAP 1350#ifdef HAVE_BG_PIXMAP
1352 if (term->bgPixmap.pixmap) 1351 if (term->bgPixmap.pixmap)
1353 { 1352 {
1354 Picture dst = 0; 1353 Picture dst = 0;
1355 1354
1356 if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0x0ff00) 1355 if (bg >= 0 && term->pix_colors[bg].c.color.alpha < 0xff00)
1357 dst = XftDrawPicture (d2); 1356 dst = XftDrawPicture (d2);
1358 1357
1359 if (bg < 0 || dst != 0) 1358 if (bg < 0 || dst != 0)
1360 { 1359 {
1361 int src_x = x, src_y = y ; 1360 int src_x = x, src_y = y ;
1389 1388
1390 gcv.fill_style = FillSolid; 1389 gcv.fill_style = FillSolid;
1391 XChangeGC (disp, gc, GCFillStyle, &gcv); 1390 XChangeGC (disp, gc, GCFillStyle, &gcv);
1392 } 1391 }
1393 1392
1394 if (bg >= 0)
1395 {
1396 Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c); 1393 Picture solid_color_pict = XftDrawSrcPicture (d2, &term->pix_colors[bg].c);
1397 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h); 1394 XRenderComposite (disp, PictOpOver, solid_color_pict, None, dst, 0, 0, 0, 0, 0, 0, w, h);
1398 }
1399 1395
1400 back_rendered = true; 1396 back_rendered = true;
1401 } 1397 }
1402 } 1398 }
1403#endif 1399#endif
1404 1400
1405 if (bg >= 0 && !back_rendered) 1401 if (!back_rendered)
1406 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h); 1402 XftDrawRect (d2, &term->pix_colors[bg].c, 0, 0, w, h);
1407 1403
1408 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc); 1404 XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc);
1409 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y); 1405 XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);
1410 } 1406 }
1533 if (!end) 1529 if (!end)
1534 end = desc + strlen (desc); 1530 end = desc + strlen (desc);
1535 1531
1536 if (end - desc < 511) 1532 if (end - desc < 511)
1537 { 1533 {
1538 strncpy (buf, desc, end - desc); 1534 memcpy (buf, desc, end - desc);
1539 buf[end - desc] = 0; 1535 buf[end - desc] = 0;
1540 1536
1541 fonts.push_back (new_font (buf, cs)); 1537 fonts.push_back (new_font (buf, cs));
1542 } 1538 }
1543 else 1539 else

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines