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

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.142 by sf-exg, Fri Jul 1 19:07:08 2011 UTC vs.
Revision 1.156 by root, Sun Jun 3 15:54:05 2012 UTC

23#define line_t perl_line_t 23#define line_t perl_line_t
24#include <EXTERN.h> 24#include <EXTERN.h>
25#include <perl.h> 25#include <perl.h>
26#include <XSUB.h> 26#include <XSUB.h>
27#undef line_t 27#undef line_t
28#undef bool // perl defines it's own bool type, except with g++... what a trap
28 29
29#include "../config.h" 30#include "../config.h"
30 31
31#include <cstddef> 32#include <stddef.h>
32#include <cstdarg> 33#include <stdarg.h>
33 34
34#include "unistd.h" 35#include "unistd.h"
35 36
36#include "ev_cpp.h" 37#include "ev_cpp.h"
37#include "rxvt.h" 38#include "rxvt.h"
45 46
46#undef LINENO 47#undef LINENO
47#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows) 48#define LINENO(n) MOD (THIS->term_start + int(n), THIS->total_rows)
48#undef ROW 49#undef ROW
49#define ROW(n) THIS->row_buf [LINENO (n)] 50#define ROW(n) THIS->row_buf [LINENO (n)]
51
52/////////////////////////////////////////////////////////////////////////////
53
54typedef char * octet_string;
55typedef char * utf8_string;
56typedef SV * urxvt_color;
57
58typedef GdkPixbuf * urxvt__pixbuf;
59typedef rxvt_img * urxvt__img;
60
61/////////////////////////////////////////////////////////////////////////////
62
63static void
64parse_color (rxvt_screen *s, rxvt_color &c, SV *sv)
65{
66 //TODO: support component stuff
67 c.set (s, SvPVbyte_nolen (sv));
68}
50 69
51///////////////////////////////////////////////////////////////////////////// 70/////////////////////////////////////////////////////////////////////////////
52 71
53static wchar_t * 72static wchar_t *
54sv2wcs (SV *sv) 73sv2wcs (SV *sv)
799 const_iv (XIMDontChange), 818 const_iv (XIMDontChange),
800# endif 819# endif
801# endif 820# endif
802 }; 821 };
803 822
804 for (civ = const_iv + ecb_array_length (const_iv); civ-- > const_iv; ) 823 for (civ = const_iv + ecb_array_length (const_iv); civ > const_iv; civ--)
805 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 824 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
806} 825}
807 826
808void 827void
809warn (const char *msg) 828warn (const char *msg)
810 CODE: 829 CODE:
920 CODE: 939 CODE:
921{ 940{
922 rxvt_term *term = new rxvt_term; 941 rxvt_term *term = new rxvt_term;
923 942
924 stringvec *argv = new stringvec; 943 stringvec *argv = new stringvec;
925 stringvec *envv = new stringvec;
926
927 for (int i = 0; i <= AvFILL (arg); i++) 944 for (int i = 0; i <= AvFILL (arg); i++)
928 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1)))); 945 argv->push_back (strdup (SvPVbyte_nolen (*av_fetch (arg, i, 1))));
929 946
947 stringvec *envv = new stringvec;
930 for (int i = AvFILL (env) + 1; i--; ) 948 for (int i = AvFILL (env) + 1; i--; )
931 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1)))); 949 envv->push_back (strdup (SvPVbyte_nolen (*av_fetch (env, i, 1))));
932
933 envv->push_back (0);
934 950
935 try 951 try
936 { 952 {
937 term->init (argv, envv); 953 term->init (argv, envv);
938 } 954 }
978 994
979void 995void
980rxvt_term::XUngrabKey (int keycode, U32 modifiers, Window window = THIS->vt) 996rxvt_term::XUngrabKey (int keycode, U32 modifiers, Window window = THIS->vt)
981 CODE: 997 CODE:
982 XUngrabKey (THIS->dpy, keycode, modifiers, window); 998 XUngrabKey (THIS->dpy, keycode, modifiers, window);
983
984void
985rxvt_term::XUngrabKeyboard (Time eventtime)
986 CODE:
987 XUngrabKeyboard (THIS->dpy, eventtime);
988 999
989bool 1000bool
990rxvt_term::grab (Time eventtime, int sync = 0) 1001rxvt_term::grab (Time eventtime, int sync = 0)
991 CODE: 1002 CODE:
992{ 1003{
1104 rxvt_pop_locale (); 1115 rxvt_pop_locale ();
1105 1116
1106 RETVAL = wcs2sv (wstr); 1117 RETVAL = wcs2sv (wstr);
1107 free (wstr); 1118 free (wstr);
1108} 1119}
1109 OUTPUT:
1110 RETVAL
1111
1112char *
1113rxvt_term::locale ()
1114 CODE:
1115 RETVAL = THIS->locale;
1116 OUTPUT: 1120 OUTPUT:
1117 RETVAL 1121 RETVAL
1118 1122
1119#define TERM_OFFSET(sym) offsetof (TermWin_t, sym) 1123#define TERM_OFFSET(sym) offsetof (TermWin_t, sym)
1120 1124
1266} 1270}
1267 OUTPUT: 1271 OUTPUT:
1268 RETVAL 1272 RETVAL
1269 1273
1270void 1274void
1275rxvt_term::set_urgency (bool enable)
1276
1277void
1271rxvt_term::focus_in () 1278rxvt_term::focus_in ()
1272 1279
1273void 1280void
1274rxvt_term::focus_out () 1281rxvt_term::focus_out ()
1275 1282
1555 1562
1556 if (set >= 0) 1563 if (set >= 0)
1557 { 1564 {
1558 THIS->set_option (optval, set); 1565 THIS->set_option (optval, set);
1559 1566
1560 if (THIS->env_colorfgbg [0]) // avoid doing this before START 1567 if (THIS->init_done) // avoid doing this before START
1561 switch (optval) 1568 switch (optval)
1562 { 1569 {
1563 case Opt_skipBuiltinGlyphs: 1570 case Opt_skipBuiltinGlyphs:
1564 THIS->set_fonts (); 1571 THIS->set_fonts ();
1565 THIS->scr_remap_chars (); 1572 THIS->scr_remap_chars ();
1566 THIS->scr_touch (true); 1573 THIS->scr_touch (true);
1567 THIS->want_refresh = 1; 1574 THIS->want_refresh = 1;
1568 THIS->refresh_check (); 1575 THIS->refresh_check ();
1569 break; 1576 break;
1577#ifdef CURSOR_BLINK
1578 case Opt_cursorBlink:
1579 THIS->cursor_blink_reset ();
1580 break;
1581#endif
1570 1582
1571 case Opt_cursorUnderline: 1583 case Opt_cursorUnderline:
1572 THIS->want_refresh = 1; 1584 THIS->want_refresh = 1;
1573 THIS->refresh_check (); 1585 THIS->refresh_check ();
1574 break; 1586 break;
1588 CODE: 1600 CODE:
1589 RETVAL = 0 < THIS->parse_keysym (keysym, str); 1601 RETVAL = 0 < THIS->parse_keysym (keysym, str);
1590 THIS->keyboard->register_done (); 1602 THIS->keyboard->register_done ();
1591 OUTPUT: 1603 OUTPUT:
1592 RETVAL 1604 RETVAL
1605
1606void
1607rxvt_term::register_command (int keysym, unsigned int state, SV *str)
1608 CODE:
1609 wchar_t *wstr = sv2wcs (str);
1610 THIS->keyboard->register_user_translation (keysym, state, wstr);
1611 free (wstr);
1593 1612
1594void 1613void
1595rxvt_term::screen_cur (...) 1614rxvt_term::screen_cur (...)
1596 PROTOTYPE: $;$$ 1615 PROTOTYPE: $;$$
1597 ALIAS: 1616 ALIAS:
1919void 1938void
1920overlay::DESTROY () 1939overlay::DESTROY ()
1921 1940
1922INCLUDE: $PERL <iom_perl.xs -pe s/IOM_MODULE/urxvt/g,s/IOM_CLASS/urxvt/g | 1941INCLUDE: $PERL <iom_perl.xs -pe s/IOM_MODULE/urxvt/g,s/IOM_CLASS/urxvt/g |
1923 1942
1943MODULE = urxvt PACKAGE = urxvt::pixbuf PREFIX = gdk_pixbuf_
1944
1945#if HAVE_PIXBUF
1946
1947urxvt::pixbuf gdk_pixbuf_new_from_file (SV *klass, octet_string filename)
1948 C_ARGS: filename, 0
1949
1950void
1951DESTROY (urxvt::pixbuf self)
1952 CODE:
1953 gdk_pixbuf_unref (self);
1954
1955#endif
1956
1957MODULE = urxvt PACKAGE = urxvt::img
1958
1959#if HAVE_IMG
1960
1961# rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height);
1962# rxvt_img (rxvt_screen *screen, XRenderPictFormat *format, int width, int height, Pixmap pixmap);
1963
1964void fill (urxvt::img self, SV *c)
1965 CODE:
1966 rxvt_color rc;
1967 parse_color (self->s, rc, c);
1968 self->fill (rc);
1969
1970void blur (urxvt::img self, int rh, int rv)
1971 CODE:
1972 self->blur (rh, rv);
1973
1974void brightness (urxvt::img self, double r, double g, double b, double a = 1.)
1975 CODE:
1976 self->brightness (r, g, b, a);
1977
1978void contrast (urxvt::img self, double r, double g, double b, double a = 1.)
1979 CODE:
1980 self->contrast (r, g, b, a);
1981
1982urxvt::img copy (urxvt::img self)
1983 CODE:
1984 RETVAL = self->copy ();
1985 OUTPUT:
1986 RETVAL
1987
1988urxvt::img scale (urxvt::img self, int new_width, int new_height)
1989 CODE:
1990 RETVAL = self->scale (new_width, new_height);
1991 OUTPUT:
1992 RETVAL
1993
1994# rxvt_img *transform (urxvt::img self, int new_width, int new_height, double matrix[16]);
1995
1996#endif
1997

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines