ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
Revision 1.467 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 17:10:51 2012 UTC (12 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_15
Changes since 1.466: +0 -2 lines
Diff to previous 1.466
*** empty log message ***

Revision 1.466 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 13:33:43 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.465: +7 -9 lines
Diff to previous 1.465
Include the C standard headers rather than the corresponding C++ version.

Revision 1.465 - (view) (download) (annotate) - [select for diffs]
Tue Jan 10 18:50:14 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.464: +1 -1 lines
Diff to previous 1.464
Use a temporary pixmap to apply blur with xrender.

Using the same pixmap as source and destination drawable is not valid
apparently.

Revision 1.464 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 21:12:08 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.463: +2 -0 lines
Diff to previous 1.463
Store the size of the vt window into two new members vt_width/height and
keep the maximum size in width/height, so that the $term->width/height
accessors return the same value as in pre 9.14.

Revision 1.463 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 18:41:58 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.462: +0 -1 lines
Diff to previous 1.462
Remove unused member.

Revision 1.462 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 15:45:45 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.461: +1 -4 lines
Diff to previous 1.461
Get rid of env_windowid and env_colorfgbg members by dynamically
allocating the corresponding strings in the child.

Revision 1.461 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 15:34:56 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.460: +1 -0 lines
Diff to previous 1.460
Add a flag to check if the terminal init is completed, rather than
abusing env_colorfgbg.

Revision 1.460 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 15:30:17 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.459: +0 -2 lines
Diff to previous 1.459
Remove useless free, the memory is allocated in the child process only.

Revision 1.459 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 17:48:57 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.458: +0 -2 lines
Diff to previous 1.458
Remove write-only variables.

Revision 1.458 - (view) (download) (annotate) - [select for diffs]
Sun Jan 1 17:43:47 2012 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.457: +1 -0 lines
Diff to previous 1.457
Revert 2011-12-28 change.

Revision 1.457 - (view) (download) (annotate) - [select for diffs]
Wed Dec 28 13:13:33 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.456: +0 -1 lines
Diff to previous 1.456
Simplify.

Revision 1.456 - (view) (download) (annotate) - [select for diffs]
Sun Dec 25 17:05:53 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.455: +1 -0 lines
Diff to previous 1.455
Rename shade_ximage to tint_ximage and change it to a method.

Revision 1.455 - (view) (download) (annotate) - [select for diffs]
Sun Dec 18 02:14:59 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_14
Changes since 1.454: +1 -1 lines
Diff to previous 1.454
Move parsing of '-e' option in get_options.

Fixes options parsing when '-e' occurs as an option argument, such as in
'urxvt -title -e'.

Revision 1.454 - (view) (download) (annotate) - [select for diffs]
Sat Dec 17 23:17:33 2011 UTC (12 years, 5 months ago) by root
Branch: MAIN
Changes since 1.453: +3 -10 lines
Diff to previous 1.453
hopefully clearer handling of argv/envv

Revision 1.453 - (view) (download) (annotate) - [select for diffs]
Mon Dec 12 13:56:03 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.452: +2 -2 lines
Diff to previous 1.452
Rename 'pscale' and 'root' pixmap operations to 'keep-aspect' and 'root-align', respectively.

Revision 1.452 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 11:29:52 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.451: +5 -2 lines
Diff to previous 1.451
Cleanup handling of argv/env.

Move assignment and zero termination of envv in stringvec init () and
add zero termination of argv.

Revision 1.451 - (view) (download) (annotate) - [select for diffs]
Fri Dec 2 09:03:43 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.450: +1 -0 lines
Diff to previous 1.450
Add on_register_command hook and register_command method.

Revision 1.450 - (view) (download) (annotate) - [select for diffs]
Wed Nov 2 12:43:50 2011 UTC (12 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.449: +2 -2 lines
Diff to previous 1.449
Fix range check on colour in {b,f}gcolor_of that prevented correct
display of bold bright black, reported by Ben Winslow.

Revision 1.449 - (view) (download) (annotate) - [select for diffs]
Tue Oct 4 08:07:57 2011 UTC (12 years, 7 months ago) by sf-exg
Branch: MAIN
Changes since 1.448: +2 -2 lines
Diff to previous 1.448
Revert 2011-08-21 change.

The 'focus' and 'mapped' perl accessors assume that the corresponding
variables have type int and it is not worth changing.

Revision 1.448 - (view) (download) (annotate) - [select for diffs]
Wed Aug 31 22:39:49 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.447: +0 -8 lines
Diff to previous 1.447
Manually inline set_privmode, decreases code size.

Revision 1.447 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 20:28:55 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.446: +2 -2 lines
Diff to previous 1.446
Use bool for boolean variables.

Revision 1.446 - (view) (download) (annotate) - [select for diffs]
Tue Aug 9 18:41:31 2011 UTC (12 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.445: +2 -1 lines
Diff to previous 1.445
Do not tile the bg image when a scale value of 0 is specified.

This change makes it possible to disable both scaling and tiling (tiling
can still be enabled with the 'tile' tag).

Revision 1.445 - (view) (download) (annotate) - [select for diffs]
Sat Jul 9 13:40:13 2011 UTC (12 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.444: +4 -4 lines
Diff to previous 1.444
Remove camelcase in some function names.

Revision 1.444 - (view) (download) (annotate) - [select for diffs]
Fri Jul 8 20:54:31 2011 UTC (12 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.443: +1 -1 lines
Diff to previous 1.443
Use rxvt_temp_buf to allocate the temporary line objects needed in
scr_scroll_text rather than allocating more space in row_buf.

Revision 1.443 - (view) (download) (annotate) - [select for diffs]
Mon May 30 18:39:03 2011 UTC (12 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_12
Changes since 1.442: +3 -3 lines
Diff to previous 1.442
Migrate to libecb.

Revision 1.442 - (view) (download) (annotate) - [select for diffs]
Sun May 1 13:54:27 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11
Changes since 1.441: +0 -4 lines
Diff to previous 1.441
Fix compilation on systems that do not provide a definition for
PATH_MAX, such as GNU/Hurd.

Revision 1.441 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 10:10:20 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
Changes since 1.440: +0 -5 lines
Diff to previous 1.440
Cleanup.

Revision 1.440 - (view) (download) (annotate) - [select for diffs]
Tue Apr 26 16:19:45 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
Changes since 1.439: +4 -4 lines
Diff to previous 1.439
Fix some comments.

Revision 1.439 - (view) (download) (annotate) - [select for diffs]
Thu Apr 7 12:19:41 2011 UTC (13 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.438: +1 -1 lines
Diff to previous 1.438
Change type of 'parent' from array of Window to Window as all the
elements except the first are unused.

Revision 1.438 - (view) (download) (annotate) - [select for diffs]
Thu Mar 24 17:34:28 2011 UTC (13 years, 1 month ago) by root
Branch: MAIN
Changes since 1.437: +2 -1 lines
Diff to previous 1.437
*** empty log message ***

Revision 1.437 - (view) (download) (annotate) - [select for diffs]
Fri Feb 25 07:07:41 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
Changes since 1.436: +0 -1 lines
Diff to previous 1.436
*** empty log message ***

Revision 1.436 - (view) (download) (annotate) - [select for diffs]
Sat Feb 12 00:30:00 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.435: +1 -0 lines
Diff to previous 1.435
Do not allow more than one concurrent selection request and delete the
ongoing selection request, if any, on destruction of the terminal, to
avoid a use-after-free crash.

Revision 1.435 - (view) (download) (annotate) - [select for diffs]
Fri Feb 11 01:24:46 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.434: +1 -20 lines
Diff to previous 1.434
Factor the code to request a selection property into a new toolkit-level
object.

Revision 1.434 - (view) (download) (annotate) - [select for diffs]
Sun Feb 6 11:42:28 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.433: +0 -1 lines
Diff to previous 1.433
Remove useless code.

Revision 1.433 - (view) (download) (annotate) - [select for diffs]
Sun Jan 30 18:38:01 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.432: +1 -1 lines
Diff to previous 1.432
The return type of ev_now is ev_tstamp, not double.

Revision 1.432 - (view) (download) (annotate) - [select for diffs]
Sat Jan 29 17:50:31 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.431: +1 -0 lines
Diff to previous 1.431
Simplify.

Revision 1.431 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 00:20:47 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.430: +1 -1 lines
Diff to previous 1.430
Change 'have_image' boolean to a flag.

Revision 1.430 - (view) (download) (annotate) - [select for diffs]
Fri Jan 28 00:08:58 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.429: +22 -22 lines
Diff to previous 1.429
Cosmetic, rename background pixmap flags.

Revision 1.429 - (view) (download) (annotate) - [select for diffs]
Thu Jan 27 17:37:19 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.428: +111 -3 lines
Diff to previous 1.428
Remove bgPixmap_t struct, move background pixmap handling in rxvt_term.

Revision 1.428 - (view) (download) (annotate) - [select for diffs]
Thu Jan 20 17:39:29 2011 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.427: +1 -1 lines
Diff to previous 1.427
Merge bgPixmap_t::apply in rxvt_term::scr_recolour.

Revision 1.427 - (view) (download) (annotate) - [select for diffs]
Mon Jan 10 14:07:19 2011 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.426: +8 -2 lines
Diff to previous 1.426
Generalize rxvt_splitcommastring to accept any char as delimiter and
optimize it to use a single memory area for the strings.

Revision 1.426 - (view) (download) (annotate) - [select for diffs]
Tue Jan 4 23:12:10 2011 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.425: +2 -4 lines
Diff to previous 1.425
Remove configure test and fallback definition for XPointer.

Revision 1.425 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 12:20:20 2010 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.424: +1 -1 lines
Diff to previous 1.424
Revert part of last change.

Revision 1.424 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 10:37:42 2010 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.423: +1 -1 lines
Diff to previous 1.423
Add const qualifier where appropriate.

Revision 1.423 - (view) (download) (annotate) - [select for diffs]
Sun Dec 19 00:49:32 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.422: +1 -1 lines
Diff to previous 1.422
Simplify.

Revision 1.422 - (view) (download) (annotate) - [select for diffs]
Thu Dec 16 23:03:50 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.421: +16 -0 lines
Diff to previous 1.421
*** empty log message ***

Revision 1.421 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 19:10:00 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-9_10
Changes since 1.420: +1 -10 lines
Diff to previous 1.420
make set_options non-inline for total win-win-win-lose

Revision 1.420 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 19:05:35 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.419: +4 -9 lines
Diff to previous 1.419
superopt

Revision 1.419 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 17:51:27 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.418: +4 -3 lines
Diff to previous 1.418
*** empty log message ***

Revision 1.418 - (view) (download) (annotate) - [select for diffs]
Tue Dec 7 17:42:05 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.417: +1 -1 lines
Diff to previous 1.417
*** empty log message ***

Revision 1.417 - (view) (download) (annotate) - [select for diffs]
Tue Nov 23 22:58:09 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
Changes since 1.416: +2 -0 lines
Diff to previous 1.416
*** empty log message ***

Revision 1.416 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 16:49:26 2010 UTC (13 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_09
Changes since 1.415: +0 -4 lines
Diff to previous 1.415
Remove debugging stuff.

Revision 1.415 - (view) (download) (annotate) - [select for diffs]
Sun Aug 29 15:04:40 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.414: +1 -0 lines
Diff to previous 1.414
Move code to set icon image to a new method.

Revision 1.414 - (view) (download) (annotate) - [select for diffs]
Wed Jul 28 17:56:16 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.413: +1 -1 lines
Diff to previous 1.413
Init termios structure once at startup and try to inherit user's
terminal state.

Revision 1.413 - (view) (download) (annotate) - [select for diffs]
Mon Jul 26 09:57:53 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.412: +1 -1 lines
Diff to previous 1.412
Fix typos.

Revision 1.412 - (view) (download) (annotate) - [select for diffs]
Sat Jul 24 10:20:26 2010 UTC (13 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.411: +1 -0 lines
Diff to previous 1.411
Add on_tt_paste perl hook and tt_paste perl binding.

Revision 1.411 - (view) (download) (annotate) - [select for diffs]
Wed Jul 21 09:00:43 2010 UTC (13 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.410: +0 -1 lines
Diff to previous 1.410
Remove unused function.

Revision 1.410 - (view) (download) (annotate) - [select for diffs]
Mon Jul 19 16:43:21 2010 UTC (13 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.409: +1 -0 lines
Diff to previous 1.409
Use COMPOUND_TEXT encoding for WM_NAME/WM_ICON_NAME value when it is not fully
convertible to STRING, patch by James Cloos.

Revision 1.409 - (view) (download) (annotate) - [select for diffs]
Sun May 23 00:37:19 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.408: +2 -0 lines
Diff to previous 1.408
*** empty log message ***

Revision 1.408 - (view) (download) (annotate) - [select for diffs]
Sun May 23 00:12:02 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.407: +1 -1 lines
Diff to previous 1.407
USE_256_COLORS ? 7 : 127 fonts

Revision 1.407 - (view) (download) (annotate) - [select for diffs]
Sun May 23 00:08:53 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.406: +2 -1 lines
Diff to previous 1.406
some constants

Revision 1.406 - (view) (download) (annotate) - [select for diffs]
Sun May 23 00:02:52 2010 UTC (13 years, 11 months ago) by root
Branch: MAIN
Changes since 1.405: +7 -7 lines
Diff to previous 1.405
style

Revision 1.405 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 11:11:28 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.404: +2 -1 lines
Diff to previous 1.404
Add OSC 19 to change highlightTextColor.

Revision 1.404 - (view) (download) (annotate) - [select for diffs]
Sun Apr 18 11:06:46 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.403: +0 -2 lines
Diff to previous 1.403
Remove deprecated OSC 18 / 19.

Revision 1.403 - (view) (download) (annotate) - [select for diffs]
Sat Apr 17 23:00:45 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.402: +3 -1 lines
Diff to previous 1.402
Disable colorRV resource.
Make OSC 17 apply to highlightColor.
Make highlightColor apply also to selected cells with reverse video.
Add highlightTextColor resource to change the foreground colour of
highlighted characters.

Revision 1.402 - (view) (download) (annotate) - [select for diffs]
Sun Apr 4 18:59:19 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.401: +1 -0 lines
Diff to previous 1.401
Add 'highlightTextColor' option.

Revision 1.401 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 15:02:11 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.400: +0 -1 lines
Diff to previous 1.400
Remove unused variable.

Revision 1.400 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 16:39:31 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.399: +1 -1 lines
Diff to previous 1.399
Fix indent.

Revision 1.399 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 16:34:41 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.398: +5 -1 lines
Diff to previous 1.398
Add terminfo entry for rxvt-unicode with support for 256 colors.

Revision 1.398 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 01:03:20 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.397: +3 -0 lines
Diff to previous 1.397
*** empty log message ***

Revision 1.397 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 01:01:44 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.396: +17 -17 lines
Diff to previous 1.396
*** empty log message ***

Revision 1.396 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 00:58:38 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.395: +12 -8 lines
Diff to previous 1.395
d'oh

Revision 1.395 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 00:41:07 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.394: +6 -6 lines
Diff to previous 1.394
*** empty log message ***

Revision 1.394 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 00:29:22 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.393: +2 -2 lines
Diff to previous 1.393
still broken

Revision 1.393 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 00:14:25 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.392: +2 -2 lines
Diff to previous 1.392
*** empty log message ***

Revision 1.392 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 00:13:04 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.391: +1 -5 lines
Diff to previous 1.391
*** empty log message ***

Revision 1.391 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 00:12:33 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.390: +6 -2 lines
Diff to previous 1.390
256-color support.

Revision 1.390 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 23:49:08 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.389: +1 -1 lines
Diff to previous 1.389
*** empty log message ***

Revision 1.389 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 23:48:32 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.388: +1 -1 lines
Diff to previous 1.388
*** empty log message ***

Revision 1.388 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 23:30:28 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.387: +20 -12 lines
Diff to previous 1.387
*** empty log message ***

Revision 1.387 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 23:19:06 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.386: +15 -12 lines
Diff to previous 1.386
*** empty log message ***

Revision 1.386 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 23:01:51 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.385: +6 -8 lines
Diff to previous 1.385
*** empty log message ***

Revision 1.385 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 22:46:40 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.384: +1 -1 lines
Diff to previous 1.384
*** empty log message ***

Revision 1.384 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 22:22:32 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.383: +6 -6 lines
Diff to previous 1.383
*** empty log message ***

Revision 1.383 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 13:14:50 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.382: +3 -3 lines
Diff to previous 1.382
Fix typos.

Revision 1.382 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 22:46:25 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
CVS Tags: before_dynamic_fontidx, dynamic_fontidx
Changes since 1.381: +1 -1 lines
Diff to previous 1.381
*** empty log message ***

Revision 1.381 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 09:42:46 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.380: +0 -4 lines
Diff to previous 1.380
Remove unused fallback.

Revision 1.380 - (view) (download) (annotate) - [select for diffs]
Sun Jan 24 21:53:13 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.379: +7 -3 lines
Diff to previous 1.379
Add support for copying to clipboard (based on patch by Dana Jansens).

Revision 1.379 - (view) (download) (annotate) - [select for diffs]
Mon Jan 18 10:04:05 2010 UTC (14 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.378: +1 -1 lines
Diff to previous 1.378
Fix wording.

Revision 1.378 - (view) (download) (annotate) - [select for diffs]
Sun Jan 10 21:57:50 2010 UTC (14 years, 4 months ago) by root
Branch: MAIN
Changes since 1.377: +1 -1 lines
Diff to previous 1.377
*** empty log message ***

Revision 1.377 - (view) (download) (annotate) - [select for diffs]
Sat May 30 08:51:23 2009 UTC (14 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-9_07
Changes since 1.376: +1 -0 lines
Diff to previous 1.376
*** empty log message ***

Revision 1.376 - (view) (download) (annotate) - [select for diffs]
Sun Apr 26 01:59:53 2009 UTC (15 years ago) by root
Branch: MAIN
Changes since 1.375: +1 -1 lines
Diff to previous 1.375
*** empty log message ***

Revision 1.375 - (view) (download) (annotate) - [select for diffs]
Sun Apr 26 01:51:20 2009 UTC (15 years ago) by root
Branch: MAIN
Changes since 1.374: +1 -1 lines
Diff to previous 1.374
*** empty log message ***

Revision 1.374 - (view) (download) (annotate) - [select for diffs]
Wed Nov 12 02:37:58 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.373: +8 -4 lines
Diff to previous 1.373
*** empty log message ***

Revision 1.373 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 15:44:04 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-9_06
Changes since 1.372: +1 -0 lines
Diff to previous 1.372
*** empty log message ***

Revision 1.372 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 14:43:54 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.371: +50 -22 lines
Diff to previous 1.371
minor overlay refactoring, syntax changes

Revision 1.371 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 22:44:09 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.370: +1 -0 lines
Diff to previous 1.370
*** empty log message ***

Revision 1.370 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 14:25:10 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.369: +1 -0 lines
Diff to previous 1.369
implement scr_kill_char

Revision 1.369 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 13:20:40 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.368: +6 -0 lines
Diff to previous 1.368
*** empty log message ***

Revision 1.368 - (view) (download) (annotate) - [select for diffs]
Tue Oct 28 04:45:59 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.367: +2 -1 lines
Diff to previous 1.367
*** empty log message ***

Revision 1.367 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 14:48:22 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
Changes since 1.366: +4 -0 lines
Diff to previous 1.366
*** empty log message ***

Revision 1.366 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 00:11:44 2008 UTC (15 years, 7 months ago) by root
Branch: MAIN
Changes since 1.365: +1 -1 lines
Diff to previous 1.365
*** empty log message ***

Revision 1.365 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 10:30:24 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_05
Changes since 1.364: +1 -1 lines
Diff to previous 1.364
Replace references to nsaved with top_row.

Revision 1.364 - (view) (download) (annotate) - [select for diffs]
Thu Feb 21 10:29:47 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.363: +1 -1 lines
Diff to previous 1.363
Fix typo.

Revision 1.363 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 18:15:26 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.362: +1 -1 lines
Diff to previous 1.362
Lowercase function name.

Revision 1.362 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 13:01:33 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.361: +0 -48 lines
Diff to previous 1.361
Move scrollbar GCs and scrollbar_show_* from rxvt_term to scrollBar_t.

Revision 1.361 - (view) (download) (annotate) - [select for diffs]
Tue Feb 19 10:47:03 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.360: +0 -5 lines
Diff to previous 1.360
Make scrollbar_{resize,mapping,show} methods of scrollBar_t.

Revision 1.360 - (view) (download) (annotate) - [select for diffs]
Mon Feb 18 09:58:05 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.359: +0 -1 lines
Diff to previous 1.359
Move the resize of the scrollbar window in scrollbar_resize.

Revision 1.359 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 11:13:12 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.358: +1 -1 lines
Diff to previous 1.358
Rename PrivMode to set_privmode and switch arguments order.

Revision 1.358 - (view) (download) (annotate) - [select for diffs]
Fri Feb 15 10:56:29 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.357: +0 -1 lines
Diff to previous 1.357
Make hex_keyval a static function.

Revision 1.357 - (view) (download) (annotate) - [select for diffs]
Wed Feb 6 12:05:59 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.356: +0 -9 lines
Diff to previous 1.356
Remove unused macros.

Revision 1.356 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 14:45:54 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.355: +0 -1 lines
Diff to previous 1.355
Make setup_scrollbar a method of scrollBar_t.

Revision 1.355 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 22:48:33 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_02
Changes since 1.354: +0 -8 lines
Diff to previous 1.354
Always compile in plain style scrollbar.

Revision 1.354 - (view) (download) (annotate) - [select for diffs]
Sun Jan 27 16:52:13 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.353: +4 -11 lines
Diff to previous 1.353
Remove KEEP_SCROLLCOLOR macro.

Revision 1.353 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 15:26:54 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_01
Changes since 1.352: +4 -0 lines
Diff to previous 1.352
Disable continual scrolling code when rxvt and next styles are not
requested.

Revision 1.352 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 14:12:39 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_0
Changes since 1.351: +1 -0 lines
Diff to previous 1.351
implement bracketed paste mode (xterm private mode 2004).

Revision 1.351 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 15:00:50 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.350: +11 -9 lines
Diff to previous 1.350
Deprecate OSC 39/49.

Revision 1.350 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 13:05:55 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.349: +0 -1 lines
Diff to previous 1.349
Make init_secondary a static function.

Revision 1.349 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 13:00:10 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.348: +1 -1 lines
Diff to previous 1.348
Move rxvt_term::init to init.C.

Revision 1.348 - (view) (download) (annotate) - [select for diffs]
Fri Jan 4 17:57:28 2008 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.347: +0 -2 lines
Diff to previous 1.347
Move leftptr_cursor from rxvt_term to scrollBar_t.

Revision 1.347 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 01:05:51 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.346: +0 -3 lines
Diff to previous 1.346
Move last_{bot,top,state} from rxvt_term to scrollBar_t.

Revision 1.346 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 23:45:42 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.345: +0 -1 lines
Diff to previous 1.345
Move scrollbar_align from rxvt_xterm to scrollBar_t.

Revision 1.345 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:40:09 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.344: +0 -1 lines
Diff to previous 1.344
Remove scrollbar_len from rxvt_term and make it a local variable in
scrollbar_show.

Revision 1.344 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:25:42 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.343: +0 -7 lines
Diff to previous 1.343
Move sb_shadow from rxvt_vars to scrollBar_t.

Revision 1.343 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 12:36:56 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.342: +1 -2 lines
Diff to previous 1.342
Remove ttymode_t typedef.

Revision 1.342 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 12:03:39 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.341: +1 -121 lines
Diff to previous 1.341
Move scrollbar definitions from rxvt.h to its own header.

Revision 1.341 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 14:57:04 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.340: +4 -4 lines
Diff to previous 1.340
Make pix_colors_{focused,unfocused} arrays non dynamic.

Revision 1.340 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 14:00:47 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.339: +229 -1 lines
Diff to previous 1.339
Merge rxvtlib.h.in in rxvt.h.

Revision 1.339 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 11:39:02 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.338: +1 -1 lines
Diff to previous 1.338
Fix comment.

Revision 1.338 - (view) (download) (annotate) - [select for diffs]
Fri Dec 28 11:02:32 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.337: +1 -1 lines
Diff to previous 1.337
Fix longstanding typos in unicode3 preprocessor conditionals.

Revision 1.337 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 14:16:23 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.336: +8 -8 lines
Diff to previous 1.336
Reorder declarations.

Revision 1.336 - (view) (download) (annotate) - [select for diffs]
Wed Dec 26 13:52:11 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.335: +4 -2 lines
Diff to previous 1.335
Fix coding style.

Revision 1.335 - (view) (download) (annotate) - [select for diffs]
Mon Dec 24 06:51:37 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-8_9
Changes since 1.334: +2 -2 lines
Diff to previous 1.334
*** empty log message ***

Revision 1.334 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 11:11:31 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_8
Changes since 1.333: +0 -3 lines
Diff to previous 1.333
Move MOD macro to rxvtutil.h.

Revision 1.333 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 05:25:25 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.332: +1 -1 lines
Diff to previous 1.332
*** empty log message ***

Revision 1.332 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 00:04:23 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.331: +13 -15 lines
Diff to previous 1.331
Group fallback definitions together.

Revision 1.331 - (view) (download) (annotate) - [select for diffs]
Thu Dec 13 16:41:47 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.330: +0 -1 lines
Diff to previous 1.330
Remove leftover.

Revision 1.330 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 11:35:57 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.329: +3 -3 lines
Diff to previous 1.329
Change init return type to void, it always returns true.

Revision 1.329 - (view) (download) (annotate) - [select for diffs]
Wed Dec 12 09:33:48 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.328: +1 -1 lines
Diff to previous 1.328
Change init_vars return type to void, it always returns true.

Revision 1.328 - (view) (download) (annotate) - [select for diffs]
Fri Nov 30 10:57:04 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.327: +0 -2 lines
Diff to previous 1.327
Remove traces of unimplemented 1001 mouse mode.

Revision 1.327 - (view) (download) (annotate) - [select for diffs]
Fri Nov 30 01:26:32 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.326: +11 -13 lines
Diff to previous 1.326
Minor reordering.

Revision 1.326 - (view) (download) (annotate) - [select for diffs]
Tue Nov 27 17:45:47 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.325: +1 -1 lines
Diff to previous 1.325
*** empty log message ***

Revision 1.325 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 12:19:38 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.324: +2 -1 lines
Diff to previous 1.324
*** empty log message ***

Revision 1.324 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 12:17:48 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.323: +7 -0 lines
Diff to previous 1.323
*** empty log message ***

Revision 1.323 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 10:32:33 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_7
Changes since 1.322: +1 -0 lines
Diff to previous 1.322
Do not compile in the block builtin graphics with --disable-frills.

Revision 1.322 - (view) (download) (annotate) - [select for diffs]
Thu Nov 22 15:07:10 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_6
Changes since 1.321: +3 -0 lines
Diff to previous 1.321
The removal of rxvt own parsing caused an inconsistency for keysym
directives between resources and command line options, because the
former are subjected to xlib parsing while the latter are not. Fix it
by generating resources from the command line options and merging them
later in the resource database.

Revision 1.321 - (view) (download) (annotate) - [select for diffs]
Sun Nov 18 02:45:26 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-8_5a
Changes since 1.320: +1 -1 lines
Diff to previous 1.320
*** empty log message ***

Revision 1.320 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 18:40:11 2007 UTC (16 years, 6 months ago) by sasha
Branch: MAIN
Changes since 1.319: +4 -0 lines
Diff to previous 1.319
added new geometry op of :root to implement automove-background functionality internally , since absolute pixmap placement no longer supported

Revision 1.319 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 11:36:15 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.318: +1 -1 lines
Diff to previous 1.318
Cosmetics.

Revision 1.318 - (view) (download) (annotate) - [select for diffs]
Sun Nov 11 04:08:00 2007 UTC (16 years, 6 months ago) by root
Branch: MAIN
Changes since 1.317: +16 -16 lines
Diff to previous 1.317
first rough cut at libev integration

Revision 1.317 - (view) (download) (annotate) - [select for diffs]
Sat Nov 3 16:43:24 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.316: +1 -1 lines
Diff to previous 1.316
Fix typo.

Revision 1.316 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 09:55:23 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.315: +17 -17 lines
Diff to previous 1.315
Remove trailing whitespace.

Revision 1.315 - (view) (download) (annotate) - [select for diffs]
Sun Oct 28 11:25:04 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.314: +0 -2 lines
Diff to previous 1.314
Nuke rxvt_strdup.

Revision 1.314 - (view) (download) (annotate) - [select for diffs]
Fri Oct 26 17:26:16 2007 UTC (16 years, 6 months ago) by sasha
Branch: MAIN
CVS Tags: rel-8_4
Changes since 1.313: +0 -6 lines
Diff to previous 1.313
removed include afterimage.h from rxvt.h as redundand - it is included from background.h

Revision 1.313 - (view) (download) (annotate) - [select for diffs]
Wed Oct 24 10:39:58 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
Changes since 1.312: +7 -3 lines
Diff to previous 1.312
Implement 1002/1003 mouse tracking modes.

Revision 1.312 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 14:56:06 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.311: +0 -2 lines
Diff to previous 1.311
Nuke pixel_position.

Revision 1.311 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 07:40:26 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.310: +26 -35 lines
Diff to previous 1.310
Declarations reordering.

Revision 1.310 - (view) (download) (annotate) - [select for diffs]
Mon Oct 15 07:30:00 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.309: +0 -1 lines
Diff to previous 1.309
*** empty log message ***

Revision 1.309 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 15:17:02 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.308: +0 -1 lines
Diff to previous 1.308
*** empty log message ***

Revision 1.308 - (view) (download) (annotate) - [select for diffs]
Fri Oct 12 15:13:13 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.307: +1 -0 lines
Diff to previous 1.307
Revert last change.

Revision 1.307 - (view) (download) (annotate) - [select for diffs]
Thu Oct 11 16:01:26 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.306: +0 -1 lines
Diff to previous 1.306
Make x_resource a static function.

Revision 1.306 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 21:06:08 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.305: +1 -1 lines
Diff to previous 1.305
renamed XPM_BACKGROUND to BG_IMAGE_FROM_FILE

Revision 1.305 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 20:29:24 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.304: +4 -107 lines
Diff to previous 1.304
renamed xpm.C to background.C and moved bgPixmap stuff out of rxvt.h

Revision 1.304 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 19:51:41 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.303: +12 -4 lines
Diff to previous 1.303
Got rid of want_full_refresh - no longer needed; removed setting want_refresh in bgPixmap.apply() - is done in Expose event handler instead; Fixed clearing background to clear vt as well; added check for pixmap origin in font_xft::draw(); added window_position_sensitive() to bgPixmap for consistency

Revision 1.303 - (view) (download) (annotate) - [select for diffs]
Sun Sep 9 10:14:40 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.302: +0 -6 lines
Diff to previous 1.302
Remove useless indirection for {backspace,delete}key resources.

Revision 1.302 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 21:25:56 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.301: +2 -2 lines
Diff to previous 1.301
Saner function names.

Revision 1.301 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 20:55:49 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.300: +0 -1 lines
Diff to previous 1.300
Remove unused function.

Revision 1.300 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 20:53:16 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.299: +0 -1 lines
Diff to previous 1.299
Remove unused function.

Revision 1.299 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 20:00:27 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.298: +0 -1 lines
Diff to previous 1.298
Remove unused function.

Revision 1.298 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 17:56:19 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.297: +2 -2 lines
Diff to previous 1.297
Make some inline functions static.

Revision 1.297 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 16:55:58 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.296: +8 -5 lines
Diff to previous 1.296
Make the PrivMode macro a method.

Revision 1.296 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 16:25:59 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.295: +0 -14 lines
Diff to previous 1.295
Minor cleanup.

Revision 1.295 - (view) (download) (annotate) - [select for diffs]
Thu Aug 23 20:53:36 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.294: +4 -3 lines
Diff to previous 1.294
Preliminary implementation of tinting/shading using XRender. TODO add proper detection of XRender to configure, as XFT may be present without XRender

Revision 1.294 - (view) (download) (annotate) - [select for diffs]
Fri Aug 17 22:01:33 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.293: +9 -10 lines
Diff to previous 1.293
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

Revision 1.293 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 21:26:20 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.292: +13 -5 lines
Diff to previous 1.292
reimplemted delayed rendering of the background pixmap with some logic to use different timeouts for different rendering algorithms

Revision 1.292 - (view) (download) (annotate) - [select for diffs]
Mon Aug 13 22:41:34 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.291: +14 -5 lines
Diff to previous 1.291
refactored check_parents into bgPixmap.render(), started cleaning up am_transparent stuff

Revision 1.291 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 22:10:36 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.290: +34 -15 lines
Diff to previous 1.290
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()

Revision 1.290 - (view) (download) (annotate) - [select for diffs]
Thu Aug 9 22:08:21 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.289: +11 -12 lines
Diff to previous 1.289
implemented grabbing root background even when there is no root pixmap property set

Revision 1.289 - (view) (download) (annotate) - [select for diffs]
Wed Aug 8 22:39:49 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.288: +22 -11 lines
Diff to previous 1.288
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()

Revision 1.288 - (view) (download) (annotate) - [select for diffs]
Tue Aug 7 22:43:33 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.287: +6 -1 lines
Diff to previous 1.287
debugged and incorporated new image rendering code into existing structure. Alignment and scaling should now work for both transparent and non-transparent backgrounds

Revision 1.287 - (view) (download) (annotate) - [select for diffs]
Mon Aug 6 22:42:05 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.286: +1 -1 lines
Diff to previous 1.286
fleshed out new render_asim function to be generic enough so it can be used with both transparent blended and non-transparent code

Revision 1.286 - (view) (download) (annotate) - [select for diffs]
Sun Aug 5 06:19:01 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.285: +3 -1 lines
Diff to previous 1.285
started implementing proper image resizing functionality with align and stuff

Revision 1.285 - (view) (download) (annotate) - [select for diffs]
Sat Aug 4 07:05:31 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.284: +4 -5 lines
Diff to previous 1.284
implemented hopefully better parsing of the geometry string

Revision 1.284 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 23:32:14 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.283: +1 -1 lines
Diff to previous 1.283
Remove --enable-tinting and make --enable-transparency enable also the tinting
code.

Revision 1.283 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 22:40:10 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.282: +36 -11 lines
Diff to previous 1.282
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

Revision 1.282 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 05:33:04 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.281: +11 -6 lines
Diff to previous 1.281
Preliminary consolidation of pixmap and bgPixmap and rewrite of resize_pixmap(). More work needed.

Revision 1.281 - (view) (download) (annotate) - [select for diffs]
Thu Aug 2 15:01:30 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.280: +0 -16 lines
Diff to previous 1.280
*** empty log message ***

Revision 1.280 - (view) (download) (annotate) - [select for diffs]
Sun Jul 29 08:56:36 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_3
Changes since 1.279: +0 -1 lines
Diff to previous 1.279
*** empty log message ***

Revision 1.279 - (view) (download) (annotate) - [select for diffs]
Thu Jul 26 16:17:50 2007 UTC (16 years, 9 months ago) by sasha
Branch: MAIN
Changes since 1.278: +0 -4 lines
Diff to previous 1.278
fixed libAI usage for multi-display  - requires new libAfterImage from CVS - version 1.15

Revision 1.278 - (view) (download) (annotate) - [select for diffs]
Tue Jul 24 14:38:59 2007 UTC (16 years, 9 months ago) by root
Branch: MAIN
Changes since 1.277: +4 -3 lines
Diff to previous 1.277
*** empty log message ***

Revision 1.277 - (view) (download) (annotate) - [select for diffs]
Thu Jul 12 22:33:16 2007 UTC (16 years, 10 months ago) by sasha
Branch: MAIN
Changes since 1.276: +4 -0 lines
Diff to previous 1.276
Fixed libAfterImage support when multiple displays are used. Added documentation for --enable-afterimage configure flag

Revision 1.276 - (view) (download) (annotate) - [select for diffs]
Sat Jun 30 23:58:29 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.275: +0 -1 lines
Diff to previous 1.275
*** empty log message ***

Revision 1.275 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 00:40:19 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.274: +3 -3 lines
Diff to previous 1.274
TRANSPARENT => ENABLE_TRANSPARENCY rename to avoid symbol conflict
on solaris..

Revision 1.274 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 12:53:26 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.273: +0 -1 lines
Diff to previous 1.273
initial rough-cut skipscroll

Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 13:33:34 2007 UTC (16 years, 11 months ago) by ayin
Branch: MAIN
Changes since 1.272: +1 -1 lines
Diff to previous 1.272
*** empty log message ***

Revision 1.272 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 15:16:15 2007 UTC (16 years, 11 months ago) by ayin
Branch: MAIN
Changes since 1.271: +2 -0 lines
Diff to previous 1.271
*** empty log message ***

Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 13:04:27 2007 UTC (16 years, 11 months ago) by root
Branch: MAIN
Changes since 1.270: +1 -1 lines
Diff to previous 1.270
- document some new bugs.
- document changes.
- improve configure for afterimage.
- fix type.
- some indenting.

Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 20:04:12 2007 UTC (16 years, 11 months ago) by sasha
Branch: MAIN
Changes since 1.269: +14 -1 lines
Diff to previous 1.269
added preliminary support to use libAfterImage for background pixmap loading and rendering of transparency effects including blending of pixmap over background using several methods, and gaussian blurr of the transparency background

Revision 1.269 - (view) (download) (annotate) - [select for diffs]
Tue May 1 21:30:01 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.268: +3 -5 lines
Diff to previous 1.268
remove OPTION macro

Revision 1.268 - (view) (download) (annotate) - [select for diffs]
Tue May 1 21:10:04 2007 UTC (17 years ago) by ayin
Branch: MAIN
Changes since 1.267: +6 -13 lines
Diff to previous 1.267
*** empty log message ***

Revision 1.267 - (view) (download) (annotate) - [select for diffs]
Sat Feb 17 16:43:58 2007 UTC (17 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_2
Changes since 1.266: +0 -2 lines
Diff to previous 1.266
*** empty log message ***

Revision 1.266 - (view) (download) (annotate) - [select for diffs]
Sat Jan 20 00:45:30 2007 UTC (17 years, 4 months ago) by root
Branch: MAIN
Changes since 1.265: +1 -12 lines
Diff to previous 1.265
rip out sgtty

Revision 1.265 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 03:30:01 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-8_1
Changes since 1.264: +3 -4 lines
Diff to previous 1.264
*** empty log message ***

Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Sat Dec 2 16:57:16 2006 UTC (17 years, 5 months ago) by root
Branch: MAIN
Changes since 1.263: +7 -3 lines
Diff to previous 1.263
*** empty log message ***

Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Thu Nov 2 17:23:50 2006 UTC (17 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-8_0
Changes since 1.262: +2 -0 lines
Diff to previous 1.262
*** empty log message ***

Revision 1.262 - (view) (download) (annotate) - [select for diffs]
Sat Aug 26 06:37:10 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
Changes since 1.261: +2 -0 lines
Diff to previous 1.261
*** empty log message ***

Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Sat Jul 29 21:44:44 2006 UTC (17 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-7_9
Changes since 1.260: +1 -1 lines
Diff to previous 1.260
*** empty log message ***

Revision 1.260 - (view) (download) (annotate) - [select for diffs]
Thu Jul 6 23:48:11 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
CVS Tags: rel-7_8
Changes since 1.259: +1 -1 lines
Diff to previous 1.259
*** empty log message ***

Revision 1.259 - (view) (download) (annotate) - [select for diffs]
Thu Jul 6 18:56:10 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.258: +5 -4 lines
Diff to previous 1.258
*** empty log message ***

Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Wed Jul 5 22:46:14 2006 UTC (17 years, 10 months ago) by root
Branch: MAIN
Changes since 1.257: +1 -0 lines
Diff to previous 1.257
*** empty log message ***

Revision 1.257 - (view) (download) (annotate) - [select for diffs]
Wed May 31 00:35:56 2006 UTC (17 years, 11 months ago) by root
Branch: MAIN
Changes since 1.256: +2 -2 lines
Diff to previous 1.256
made use of new callback.h syntax

Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 10:53:37 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7
Changes since 1.255: +1 -1 lines
Diff to previous 1.255
*** empty log message ***

Revision 1.255 - (view) (download) (annotate) - [select for diffs]
Mon Feb 6 05:40:15 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_6
Changes since 1.254: +2 -1 lines
Diff to previous 1.254
*** empty log message ***

Revision 1.254 - (view) (download) (annotate) - [select for diffs]
Thu Feb 2 18:04:46 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.253: +1 -1 lines
Diff to previous 1.253
*** empty log message ***

Revision 1.253 - (view) (download) (annotate) - [select for diffs]
Wed Feb 1 21:15:33 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.252: +1 -0 lines
Diff to previous 1.252
*** empty log message ***

Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 19:53:31 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.251: +8 -2 lines
Diff to previous 1.251
*** empty log message ***

Revision 1.251 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 18:36:35 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.250: +2 -7 lines
Diff to previous 1.250
*** empty log message ***

Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 01:21:21 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_5
Changes since 1.249: +1 -1 lines
Diff to previous 1.249
*** empty log message ***

Revision 1.249 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 19:46:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.248: +1 -1 lines
Diff to previous 1.248
*** empty log message ***

Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 16:12:58 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.247: +1 -21 lines
Diff to previous 1.247
*** empty log message ***

Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 04:27:17 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.246: +3 -0 lines
Diff to previous 1.246
*** empty log message ***

Revision 1.246 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 20:33:31 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.245: +1 -0 lines
Diff to previous 1.245
*** empty log message ***

Revision 1.245 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:03:04 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_3, rel-7_3a, rel-7_4
Changes since 1.244: +2 -3 lines
Diff to previous 1.244
*** empty log message ***

Revision 1.244 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 13:24:45 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.243: +2 -2 lines
Diff to previous 1.243
*** empty log message ***

Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 02:53:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.242: +4 -3 lines
Diff to previous 1.242
*** empty log message ***

Revision 1.242 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 02:42:06 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.241: +1 -37 lines
Diff to previous 1.241
*** empty log message ***

Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 00:42:20 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.240: +6 -0 lines
Diff to previous 1.240
*** empty log message ***

Revision 1.240 - (view) (download) (annotate) - [select for diffs]
Tue Jan 24 19:40:12 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.239: +0 -21 lines
Diff to previous 1.239
*** empty log message ***

Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Tue Jan 24 16:57:42 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.238: +2 -2 lines
Diff to previous 1.238
*** empty log message ***

Revision 1.238 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 10:26:22 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.237: +0 -4 lines
Diff to previous 1.237
*** empty log message ***

Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 20:39:47 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_2
Changes since 1.236: +5 -4 lines
Diff to previous 1.236
*** empty log message ***

Revision 1.236 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 17:10:01 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.235: +4 -4 lines
Diff to previous 1.235
*** empty log message ***

Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 11:57:06 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.234: +8 -0 lines
Diff to previous 1.234
*** empty log message ***

Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 00:48:13 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.233: +2 -25 lines
Diff to previous 1.233
*** empty log message ***

Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Sun Jan 22 00:36:59 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.232: +9 -3 lines
Diff to previous 1.232
*** empty log message ***

Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 23:50:33 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.231: +0 -1 lines
Diff to previous 1.231
*** empty log message ***

Revision 1.231 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 14:25:05 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.230: +8 -4 lines
Diff to previous 1.230
*** empty log message ***

Revision 1.230 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 22:49:34 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.229: +0 -1 lines
Diff to previous 1.229
*** empty log message ***

Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 11:02:46 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.228: +0 -4 lines
Diff to previous 1.228
*** empty log message ***

Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 10:35:25 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.227: +1 -1 lines
Diff to previous 1.227
*** empty log message ***

Revision 1.227 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 10:27:08 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.226: +142 -136 lines
Diff to previous 1.226
*** empty log message ***

Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 23:14:39 2006 UTC (18 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.225: +1 -1 lines
Diff to previous 1.225
*** empty log message ***

Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 20:30:36 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.224: +5 -1 lines
Diff to previous 1.224
*** empty log message ***

Revision 1.224 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 19:51:08 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.223: +3 -5 lines
Diff to previous 1.223
*** empty log message ***

Revision 1.223 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 16:22:13 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_1
Changes since 1.222: +1 -1 lines
Diff to previous 1.222
*** empty log message ***

Revision 1.222 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 09:47:15 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.221: +1 -1 lines
Diff to previous 1.221
*** empty log message ***

Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 16:50:42 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.220: +2 -0 lines
Diff to previous 1.220
*** empty log message ***

Revision 1.220 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 15:17:39 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.219: +2 -5 lines
Diff to previous 1.219
logging.C

Revision 1.219 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 12:29:40 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.218: +0 -1 lines
Diff to previous 1.218
*** empty log message ***

Revision 1.218 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 12:22:59 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.217: +27 -1 lines
Diff to previous 1.217
*** empty log message ***

Revision 1.217 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 10:59:32 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.216: +1 -1 lines
Diff to previous 1.216
*** empty log message ***

Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 10:14:26 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.215: +0 -1 lines
Diff to previous 1.215
*** empty log message ***

Revision 1.215 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 09:28:32 2006 UTC (18 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.214: +0 -1 lines
Diff to previous 1.214
Revert last change.

Revision 1.214 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 09:24:53 2006 UTC (18 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.213: +1 -0 lines
Diff to previous 1.213
Include logging.h for rxvt_session.

Revision 1.213 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 06:06:42 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.212: +3 -33 lines
Diff to previous 1.212
*** empty log message ***

Revision 1.212 - (view) (download) (annotate) - [select for diffs]
Tue Jan 17 05:47:42 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.211: +6 -6 lines
Diff to previous 1.211
*** empty log message ***

Revision 1.211 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 18:09:28 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.210: +0 -1 lines
Diff to previous 1.210
*** empty log message ***

Revision 1.210 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 17:11:12 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.209: +0 -2 lines
Diff to previous 1.209
*** empty log message ***

Revision 1.209 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 15:12:48 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.208: +2 -9 lines
Diff to previous 1.208
*** empty log message ***

Revision 1.208 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 15:00:20 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.207: +9 -89 lines
Diff to previous 1.207
*** empty log message ***

Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 09:51:57 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.206: +11 -0 lines
Diff to previous 1.206
*** empty log message ***

Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 08:29:57 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.205: +6 -1 lines
Diff to previous 1.205
*** empty log message ***

Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 06:37:52 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.204: +10 -8 lines
Diff to previous 1.204
*** empty log message ***

Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Sun Jan 15 06:02:40 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.203: +3 -3 lines
Diff to previous 1.203
*** empty log message ***

Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 07:03:48 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0
Changes since 1.202: +15 -14 lines
Diff to previous 1.202
*** empty log message ***

Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 05:13:09 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.201: +9 -5 lines
Diff to previous 1.201
*** empty log message ***

Revision 1.201 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 04:59:04 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.200: +7 -2 lines
Diff to previous 1.200
*** empty log message ***

Revision 1.200 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 04:19:41 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.199: +1 -0 lines
Diff to previous 1.199
*** empty log message ***

Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 01:30:53 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.198: +9 -23 lines
Diff to previous 1.198
*** empty log message ***

Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 00:35:39 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.197: +32 -2 lines
Diff to previous 1.197
*** empty log message ***

Revision 1.197 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 05:29:40 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.196: +13 -10 lines
Diff to previous 1.196
*** empty log message ***

Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 02:13:56 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.195: +1 -0 lines
Diff to previous 1.195
*** empty log message ***

Revision 1.195 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 00:59:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.194: +6 -13 lines
Diff to previous 1.194
*** empty log message ***

Revision 1.194 - (view) (download) (annotate) - [select for diffs]
Tue Jan 10 18:09:22 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.193: +1 -1 lines
Diff to previous 1.193
*** empty log message ***

Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 23:00:07 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.192: +2 -0 lines
Diff to previous 1.192
*** empty log message ***

Revision 1.192 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 07:55:36 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.191: +3 -0 lines
Diff to previous 1.191
*** empty log message ***

Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 01:02:15 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.190: +18 -0 lines
Diff to previous 1.190
*** empty log message ***

Revision 1.190 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 19:29:17 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.189: +4 -2 lines
Diff to previous 1.189
*** empty log message ***

Revision 1.189 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 20:50:58 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.188: +8 -3 lines
Diff to previous 1.188
*** empty log message ***

Revision 1.188 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 18:33:30 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.187: +5 -5 lines
Diff to previous 1.187
*** empty log message ***

Revision 1.187 - (view) (download) (annotate) - [select for diffs]
Thu Jan 5 21:21:49 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.186: +55 -6 lines
Diff to previous 1.186
*** empty log message ***

Revision 1.186 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 04:42:45 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_3
Changes since 1.185: +9 -34 lines
Diff to previous 1.185
*** empty log message ***

Revision 1.185 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 02:37:30 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.184: +5 -5 lines
Diff to previous 1.184
*** empty log message ***

Revision 1.184 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 00:09:12 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.183: +2 -0 lines
Diff to previous 1.183
*** empty log message ***

Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 02:43:33 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.182: +4 -4 lines
Diff to previous 1.182
*** empty log message ***

Revision 1.182 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 18:20:23 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.181: +2 -0 lines
Diff to previous 1.181
*** empty log message ***

Revision 1.181 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 17:17:02 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.180: +5 -103 lines
Diff to previous 1.180
*** empty log message ***

Revision 1.180 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 15:35:43 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.179: +6 -1 lines
Diff to previous 1.179
*** empty log message ***

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 15:10:18 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_2
Changes since 1.178: +0 -9 lines
Diff to previous 1.178
*** empty log message ***

Revision 1.178 - (view) (download) (annotate) - [select for diffs]
Sun Jan 1 14:43:43 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.177: +1 -1 lines
Diff to previous 1.177
*** empty log message ***

Revision 1.177 - (view) (download) (annotate) - [select for diffs]
Sun Jan 1 05:31:45 2006 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.176: +2 -2 lines
Diff to previous 1.176
*** empty log message ***

Revision 1.176 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 19:30:25 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.175: +11 -8 lines
Diff to previous 1.175
*** empty log message ***

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 18:19:07 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.174: +7 -3 lines
Diff to previous 1.174
*** empty log message ***

Revision 1.174 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 17:16:17 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.173: +2 -2 lines
Diff to previous 1.173
*** empty log message ***

Revision 1.173 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 16:40:28 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.172: +24 -17 lines
Diff to previous 1.172
*** empty log message ***

Revision 1.172 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 16:30:42 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.171: +1 -1 lines
Diff to previous 1.171
*** empty log message ***

Revision 1.171 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 16:06:48 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.170: +13 -12 lines
Diff to previous 1.170
*** empty log message ***

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Fri Dec 23 14:46:35 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_0, rel-6_1
Changes since 1.169: +2 -0 lines
Diff to previous 1.169
*** empty log message ***

Revision 1.169 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 19:44:21 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.168: +2 -0 lines
Diff to previous 1.168
*** empty log message ***

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Thu Dec 22 16:44:10 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
Changes since 1.167: +3 -1 lines
Diff to previous 1.167
*** empty log message ***

Revision 1.167 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 19:50:16 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.166: +12 -12 lines
Diff to previous 1.166
*** empty log message ***

Revision 1.166 - (view) (download) (annotate) - [select for diffs]
Wed Dec 21 14:19:19 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.165: +2 -12 lines
Diff to previous 1.165
*** empty log message ***

Revision 1.165 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 22:27:49 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.164: +5 -2 lines
Diff to previous 1.164
*** empty log message ***

Revision 1.164 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 20:58:31 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.163: +1 -1 lines
Diff to previous 1.163
*** empty log message ***

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Tue Dec 20 19:30:59 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.162: +0 -1 lines
Diff to previous 1.162
*** empty log message ***

Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Sun Dec 18 00:59:42 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
Changes since 1.161: +43 -15 lines
Diff to previous 1.161
*** empty log message ***

Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Wed Nov 30 21:05:39 2005 UTC (18 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-5_9
Changes since 1.160: +0 -4 lines
Diff to previous 1.160
*** empty log message ***

Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 02:05:07 2005 UTC (18 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-5_8
Changes since 1.159: +4 -3 lines
Diff to previous 1.159
*** empty log message ***

Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Fri Aug 5 16:42:44 2005 UTC (18 years, 9 months ago) by root
Branch: MAIN
Changes since 1.158: +1 -0 lines
Diff to previous 1.158
*** empty log message ***

Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 09:02:37 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
CVS Tags: rel-5_7
Changes since 1.157: +1 -0 lines
Diff to previous 1.157
*** empty log message ***

Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Mon Jun 13 05:30:26 2005 UTC (18 years, 11 months ago) by root
Branch: MAIN
Changes since 1.156: +1 -1 lines
Diff to previous 1.156
*** empty log message ***

Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Fri Apr 22 12:52:28 2005 UTC (19 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-5_5
Changes since 1.155: +1 -1 lines
Diff to previous 1.155
*** empty log message ***

Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Sun Apr 17 22:36:13 2005 UTC (19 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-5_4
Changes since 1.154: +5 -1 lines
Diff to previous 1.154
*** empty log message ***

Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 19:30:58 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-5_3
Changes since 1.153: +4 -2 lines
Diff to previous 1.153
*** empty log message ***

Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 19:26:07 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
Changes since 1.152: +9 -5 lines
Diff to previous 1.152
*** empty log message ***

Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 19:45:30 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.151: +6 -1 lines
Diff to previous 1.151
*** empty log message ***

Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 00:09:25 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-5_2
Changes since 1.150: +3 -0 lines
Diff to previous 1.150
*** empty log message ***

Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 01:07:58 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.149: +37 -2 lines
Diff to previous 1.149
*** empty log message ***

Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 15:07:48 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.148: +1 -0 lines
Diff to previous 1.148
*** empty log message ***

Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 12:06:21 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.147: +2 -2 lines
Diff to previous 1.147
*** empty log message ***

Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed Feb 16 20:32:05 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
Changes since 1.146: +6 -2 lines
Diff to previous 1.146
*** empty log message ***

Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Mon Feb 14 18:47:54 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-5_1
Changes since 1.145: +1 -2 lines
Diff to previous 1.145
*** empty log message ***

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Fri Feb 4 11:41:23 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-5_0
Changes since 1.143: +4 -8 lines
Diff to previous 1.143
*** empty log message ***

Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Thu Feb 3 07:18:30 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-4_9
Changes since 1.140: +4 -3 lines
Diff to previous 1.140
*** empty log message ***

Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Mon Jan 17 00:59:23 2005 UTC (19 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_8
Changes since 1.135: +12 -8 lines
Diff to previous 1.135
*** empty log message ***

Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Mon Dec 20 18:07:19 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_7
Changes since 1.134: +2 -0 lines
Diff to previous 1.134
*** empty log message ***

Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 02:30:47 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_6
Changes since 1.133: +1 -1 lines
Diff to previous 1.133
*** empty log message ***

Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 00:53:23 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.132: +5 -2 lines
Diff to previous 1.132
*** empty log message ***

Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 00:12:58 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.131: +12 -3 lines
Diff to previous 1.131
*** empty log message ***

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 19:16:36 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.130: +2 -1 lines
Diff to previous 1.130
*** empty log message ***

Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 07:18:52 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.129: +1 -0 lines
Diff to previous 1.129
*** empty log message ***

Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 01:29:03 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
Changes since 1.128: +3 -1 lines
Diff to previous 1.128
*** empty log message ***

Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Sat Dec 11 23:01:36 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_4
Changes since 1.126: +13 -11 lines
Diff to previous 1.126
*** empty log message ***

Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Wed Dec 1 02:12:18 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_2, rel-4_3
Changes since 1.125: +1 -0 lines
Diff to previous 1.125
*** empty log message ***

Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 19:04:07 2004 UTC (19 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-4_1
Changes since 1.124: +1 -0 lines
Diff to previous 1.124
*** empty log message ***

Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 09:54:28 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-4_0
Changes since 1.121: +13 -10 lines
Diff to previous 1.121
*** empty log message ***

Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 03:52:09 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_8
Changes since 1.102: +74 -45 lines
Diff to previous 1.102
*** empty log message ***

Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Tue Aug 17 02:18:38 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_7
Changes since 1.91: +140 -128 lines
Diff to previous 1.91
*** empty log message ***

Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Fri Aug 13 18:38:23 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_6
Changes since 1.88: +11 -2 lines
Diff to previous 1.88
*** empty log message ***

Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Sun Aug 8 14:44:21 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_5
Changes since 1.87: +0 -4 lines
Diff to previous 1.87
*** empty log message ***

Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Wed Aug 4 03:29:28 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_4
Changes since 1.83: +44 -6 lines
Diff to previous 1.83
*** empty log message ***

Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Fri Jul 30 22:36:42 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_3
Changes since 1.78: +7 -1 lines
Diff to previous 1.78
*** empty log message ***

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Jul 26 18:01:19 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_2
Changes since 1.71: +29 -16 lines
Diff to previous 1.71
*** empty log message ***

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sun May 9 18:19:49 2004 UTC (20 years ago) by pcg
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.70: +1 -1 lines
Diff to previous 1.70
*** empty log message ***

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 20:22:25 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_8
Changes since 1.69: +1 -2 lines
Diff to previous 1.69
*** empty log message ***

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 20:41:01 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_7
Changes since 1.60: +39 -19 lines
Diff to previous 1.60
*** empty log message ***

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 15:15:04 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_5
Changes since 1.54: +32 -19 lines
Diff to previous 1.54
*** empty log message ***

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Mon Mar 15 00:08:11 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_4
Changes since 1.52: +8 -11 lines
Diff to previous 1.52
*** empty log message ***

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Mar 14 17:33:08 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_3
Changes since 1.51: +4 -17 lines
Diff to previous 1.51
*** empty log message ***

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sat Mar 6 00:05:01 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.45: +62 -25 lines
Diff to previous 1.45
*** empty log message ***

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Wed Mar 3 04:07:52 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_1_0
Changes since 1.43: +1 -5 lines
Diff to previous 1.43
*** empty log message ***

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 12:38:36 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9, rel-2_0
Changes since 1.42: +1 -1 lines
Diff to previous 1.42
*** empty log message ***

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 16:25:45 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.41: +1 -0 lines
Diff to previous 1.41
*** empty log message ***

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 12:00:45 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.40: +37 -26 lines
Diff to previous 1.40
*** empty log message ***

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 00:02:44 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.39: +11 -11 lines
Diff to previous 1.39
*** empty log message ***

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 10:38:11 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.38: +20 -12 lines
Diff to previous 1.38
*** empty log message ***

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 08:28:36 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
*** empty log message ***

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 08:09:38 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.36: +0 -27 lines
Diff to previous 1.36
*** empty log message ***

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 20:33:40 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.35: +3 -4 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 13:28:17 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.34: +1 -0 lines
Diff to previous 1.34
*** empty log message ***

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Fri Feb 13 12:16:21 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.33: +24 -24 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Wed Feb 11 08:13:45 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.32: +13 -9 lines
Diff to previous 1.32
*** empty log message ***

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 22:45:29 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.31: +0 -2 lines
Diff to previous 1.31
*** empty log message ***

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 07:11:49 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.30: +23 -13 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 04:20:20 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: after_astyle, before_astyle
Changes since 1.29: +1 -2 lines
Diff to previous 1.29
*** empty log message ***

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 04:12:10 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.28: +13 -2 lines
Diff to previous 1.28
*** empty log message ***

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 02:14:58 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.27: +0 -3 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 00:20:21 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.26: +203 -32 lines
Diff to previous 1.26
*** empty log message ***

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 15:58:07 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.25: +0 -2 lines
Diff to previous 1.25
*** empty log message ***

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 23:26:01 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.24: +6 -1 lines
Diff to previous 1.24
*** empty log message ***

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Thu Jan 29 21:35:58 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.23: +3 -0 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Wed Jan 28 23:40:50 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.22: +6 -10 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Jan 19 17:26:43 2004 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.21: +14 -37 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jan 17 01:20:01 2004 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.20: +2 -6 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Wed Dec 24 09:22:29 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1-2, rel-1-3
Changes since 1.19: +2 -2 lines
Diff to previous 1.19
*** empty log message ***

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 09:41:09 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.18: +1 -2 lines
Diff to previous 1.18
*** empty log message ***

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 13:33:03 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.17: +36 -13 lines
Diff to previous 1.17
*** empty log message ***

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 07:31:19 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.16: +11 -9 lines
Diff to previous 1.16
*** empty log message ***

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 05:45:11 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.15: +16 -6 lines
Diff to previous 1.15
*** empty log message ***

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 02:07:12 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
*** empty log message ***

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 00:38:07 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.13: +1 -4 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 00:29:29 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.12: +2 -1 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Dec 17 09:00:35 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.11: +13 -1 lines
Diff to previous 1.11
*** empty log message ***

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Tue Dec 16 23:04:13 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.10: +5 -7 lines
Diff to previous 1.10
*** empty log message ***

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Tue Dec 2 21:49:46 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.9: +23 -40 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 16:49:45 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.8: +5 -4 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 10:12:10 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.7: +4 -1 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Wed Nov 26 10:42:34 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.6: +2 -2 lines
Diff to previous 1.6
*** empty log message ***

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 17:11:33 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.5: +9 -3 lines
Diff to previous 1.5
*** empty log message ***

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 15:44:39 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.4: +7 -0 lines
Diff to previous 1.4
*** empty log message ***

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 15:25:17 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.3: +9 -1 lines
Diff to previous 1.3
*** empty log message ***

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 11:52:42 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.2: +572 -563 lines
Diff to previous 1.2
*** empty log message ***

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 17:31:27 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
*** empty log message ***

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 17:28:08 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
*** empty log message ***

Convenience Links

Links to HEAD: (view) (download) (annotate) Links to rxvt-unicode-rel-9_15: (view) (download) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a