ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/command.C
Revision 1.604 - (view) (download) (annotate) - [select for diffs]
Sat Feb 3 15:47:24 2024 UTC (2 months, 3 weeks ago) by sf-exg
Branch: MAIN
CVS Tags: HEAD
Changes since 1.603: +13 -7 lines
Diff to previous 1.603
Fix mouse reporting of motion notify events

On motion notify events, when no mouse button is pressed, urxvt
encodes either the number of the last button pressed or an invalid
value of -1, before the first button press, in mouse reporting
sequences. This commit fixes urxvt to report 3 as the button number,
same as xterm. Bug reported by Uli Schlachter.

Revision 1.603 - (view) (download) (annotate) - [select for diffs]
Mon Jun 5 13:39:34 2023 UTC (10 months, 3 weeks ago) by root
Branch: MAIN
Changes since 1.602: +4 -2 lines
Diff to previous 1.602
*** empty log message ***

Revision 1.602 - (view) (download) (annotate) - [select for diffs]
Sat May 6 08:01:35 2023 UTC (11 months, 3 weeks ago) by sf-exg
Branch: MAIN
Changes since 1.601: +2 -2 lines
Diff to previous 1.601
Clamp coordinates in mouse reporting

Currently mouse button-motion events generated by dragging the cursor
outside the urxvt window have coordinates outside the range of valid
cells. Clamping these coordinates to the minimum and maximum row/column
number would be more useful and is consistent with xterm.

Patch by Nick Hanley.

Revision 1.601 - (view) (download) (annotate) - [select for diffs]
Sat May 6 06:47:29 2023 UTC (11 months, 3 weeks ago) by sf-exg
Branch: MAIN
Changes since 1.600: +17 -7 lines
Diff to previous 1.600
Revise mouse reporting of buttons 8-11

This commit changes the encoding of buttons 8-11 in mouse reporting
sequences to match xterm's, so as to make it unambiguous, and enables
reporting of release events for them.

Patch by Pierre-Marc Fournier.

Revision 1.600 - (view) (download) (annotate) - [select for diffs]
Sun Feb 19 08:48:42 2023 UTC (14 months ago) by sf-exg
Branch: MAIN
Changes since 1.599: +43 -34 lines
Diff to previous 1.599
Fix OSC responses with 7-bit ST

Bug reported by Stuart Henderson.

Revision 1.599 - (view) (download) (annotate) - [select for diffs]
Fri Dec 23 21:46:46 2022 UTC (16 months ago) by root
Branch: MAIN
Changes since 1.598: +1 -1 lines
Diff to previous 1.598
*** empty log message ***

Revision 1.598 - (view) (download) (annotate) - [select for diffs]
Sun Sep 18 20:32:17 2022 UTC (19 months, 1 week ago) by sf-exg
Branch: MAIN
Changes since 1.597: +8 -6 lines
Diff to previous 1.597
Fix regression in OSC color queries

The change to add the color index parameter to OSC 4 responses caused
urxvt to no longer emit responses to all other OSC color queries.

Revision 1.597 - (view) (download) (annotate) - [select for diffs]
Sun Jun 26 15:45:48 2022 UTC (22 months ago) by root
Branch: MAIN
Changes since 1.596: +16 -9 lines
Diff to previous 1.596
*** empty log message ***

Revision 1.596 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 23:36:36 2021 UTC (2 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_29, rxvt-unicode-rel-9_30
Changes since 1.595: +1 -1 lines
Diff to previous 1.595
*** empty log message ***

Revision 1.595 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 23:34:23 2021 UTC (2 years, 5 months ago) by root
Branch: MAIN
Changes since 1.594: +8 -1 lines
Diff to previous 1.594
*** empty log message ***

Revision 1.594 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 04:04:12 2021 UTC (2 years, 9 months ago) by root
Branch: MAIN
Changes since 1.593: +2 -0 lines
Diff to previous 1.593
-dpb

Revision 1.593 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 18:12:26 2021 UTC (2 years, 10 months ago) by root
Branch: MAIN
Changes since 1.592: +1 -1 lines
Diff to previous 1.592
const string constant

Revision 1.592 - (view) (download) (annotate) - [select for diffs]
Thu Jun 17 00:49:20 2021 UTC (2 years, 10 months ago) by root
Branch: MAIN
Changes since 1.591: +1 -1 lines
Diff to previous 1.591
add can_compose flag tor xvt_font, to indicate whether the font handles
glyph composiiton (might go away)
allow rxvt_composite.expand to work with whcar_t and text_t as output,
will likely change.

Revision 1.591 - (view) (download) (annotate) - [select for diffs]
Thu May 13 19:40:19 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_25, rxvt-unicode-rel-9_26
Changes since 1.590: +4 -4 lines
Diff to previous 1.590
Require C++11

Revision 1.590 - (view) (download) (annotate) - [select for diffs]
Tue May 11 18:46:50 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.589: +29 -21 lines
Diff to previous 1.589
Improve 24-bit direct color accuracy

Patch by Fengguang Wu.

Revision 1.589 - (view) (download) (annotate) - [select for diffs]
Sun May 9 15:48:26 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.588: +20 -0 lines
Diff to previous 1.588
Implement DECRQM

Patch by Přemysl Eric Janouch.

Revision 1.588 - (view) (download) (annotate) - [select for diffs]
Sun May 9 15:47:51 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.587: +6 -2 lines
Diff to previous 1.587
Add missing color index parameter to OSC 4 response

Patch by Přemysl Eric Janouch.

Revision 1.587 - (view) (download) (annotate) - [select for diffs]
Sat May 8 06:16:21 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.586: +4 -4 lines
Diff to previous 1.586
Improve naming of extended mouse private mode constants

Revision 1.586 - (view) (download) (annotate) - [select for diffs]
Fri May 7 19:03:11 2021 UTC (2 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.585: +33 -30 lines
Diff to previous 1.585
Implement xterm SGR mouse mode

Revision 1.585 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 08:06:44 2019 UTC (4 years, 9 months ago) by root
Branch: MAIN
Changes since 1.584: +2 -0 lines
Diff to previous 1.584
*** empty log message ***

Revision 1.584 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 08:02:15 2019 UTC (4 years, 9 months ago) by root
Branch: MAIN
Changes since 1.583: +2 -2 lines
Diff to previous 1.583
*** empty log message ***

Revision 1.583 - (view) (download) (annotate) - [select for diffs]
Thu May 18 02:43:18 2017 UTC (6 years, 11 months ago) by root
Branch: MAIN
Changes since 1.582: +2 -2 lines
Diff to previous 1.582
*** empty log message ***

Revision 1.582 - (view) (download) (annotate) - [select for diffs]
Thu Jul 14 05:33:26 2016 UTC (7 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.581: +1 -105 lines
Diff to previous 1.581
Move old bg image frontend to background extension.

Revision 1.581 - (view) (download) (annotate) - [select for diffs]
Tue Jul 5 16:42:21 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.580: +4 -2 lines
Diff to previous 1.580
*** empty log message ***

Revision 1.580 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 17:22:54 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.579: +35 -38 lines
Diff to previous 1.579
*** empty log message ***

Revision 1.579 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 17:03:45 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.578: +1 -1 lines
Diff to previous 1.578
*** empty log message ***

Revision 1.578 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 17:02:22 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.577: +6 -6 lines
Diff to previous 1.577
*** empty log message ***

Revision 1.577 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 17:00:18 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.576: +3 -8 lines
Diff to previous 1.576
*** empty log message ***

Revision 1.576 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 16:59:02 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.575: +3 -3 lines
Diff to previous 1.575
*** empty log message ***

Revision 1.575 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 16:56:41 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.574: +4 -6 lines
Diff to previous 1.574
*** empty log message ***

Revision 1.574 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 14:07:43 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.573: +7 -7 lines
Diff to previous 1.573
*** empty log message ***

Revision 1.573 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 14:01:11 2016 UTC (7 years, 9 months ago) by root
Branch: MAIN
Changes since 1.572: +34 -30 lines
Diff to previous 1.572
truecolour replacement tuning

Revision 1.572 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 12:50:36 2016 UTC (7 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.571: +3 -1 lines
Diff to previous 1.571
Fix test.

Revision 1.571 - (view) (download) (annotate) - [select for diffs]
Thu Jun 30 11:33:42 2016 UTC (7 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.570: +70 -8 lines
Diff to previous 1.570
24-bit color cube collision avoidance (patch by Fengguang Wu)

When the color cube slot is found to be already occupied by a similar
24-bit color, search through the -1, 0, +1 R/G/B indices trying to find
an empty slot, or the oldest used one (which hopefully is no longer in
active use).

This effectively reduces random collisions, hence make it pretty hard to
hit a vim GUI color scheme that cannot be correctly showed in urxvt.

Revision 1.570 - (view) (download) (annotate) - [select for diffs]
Tue Jun 21 12:03:56 2016 UTC (7 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.569: +43 -0 lines
Diff to previous 1.569
24-bit direct color support (patch by Fengguang Wu)

Support directly setting RGB fg/bg colors via ISO-8613-3 24-bit
ANSI color escapes:

  ESC[38;2;<r>;<g>;<b>m Select RGB foreground color
  ESC[48;2;<r>;<g>;<b>m Select RGB background color

The killer applications for me are vim in tmux. It'll not only modernize
their look and feeling, but also bring more eye friendly color schemes.
Very helpful for long time programmers.

To avoid memory overheads and keep the patch non-intrusive, it takes the
approach to adapt the nearest color in an hidden 6x6x4 (88-color mode)
or 7x7x5 (256-color mode) color cube to the new 24-bit RGB color.

The pros/cons are:

+) least memory footprint (close to 0)
   comparing to konsole, gnome-terminal etc. real 24-bit arrays

+) exact colors and excellent user feelings
   comparing to xterm, mlterm, etc. approximating to 256 palette

+) usable in both the existing 88/256-color modes

   Most vim GUI color schemes show up the same as gvim in rxvt-unicode's
   88-color mode, not to mention the 256-color mode. Typical applications
   only use one or two dozens of colors at the same time.

-) may not be able to show 2+ close 24-bit colors

   RGB colors close to each other will likely fall into the same slot in
   the 6x6x4 or 7x7x5 color cube. If necessary, it could be improved
   effectively by implementing some collision avoidance logic, trying to
   find empty/eldest slot in the +1/-1 r/g/b indices (ie. 3-8 neighbors).

The CPU overheads of map_rgb24_color() look ignorable: I feel no
perceptible slow down when doing vim operations in 24-bit color mode.

A micro benchmark running a test script from [1]:

% time (for i in {1..100}; do 24-bit-color.sh; done)

vanilla rxvt-unicode
====================
  2.42s user 1.88s system 31% cpu 13.555 total
  2.59s user 1.74s system 31% cpu 13.615 total
  2.46s user 1.85s system 31% cpu 13.631 total

THIS PATCH (adapt hidden color cube to 24-bit)
==============================================
  2.33s user 1.97s system 31% cpu 13.598 total
  2.46s user 1.89s system 31% cpu 13.613 total
  2.51s user 1.82s system 31% cpu 13.556 total

https://github.com/spudowiar/rxvt-unicode (real 24-bit array)
=============================================================
  2.61s user 1.75s system 31% cpu 13.721 total
  2.48s user 1.82s system 31% cpu 13.566 total
  2.60s user 1.76s system 31% cpu 13.631 total

USE_256_COLORS is defined in all the above rxvt-unicode builds.

References:

[1] True Colour (16 million colours) support in various terminal
    applications and terminals
    https://gist.github.com/XVilka/8346728

[2] https://en.wikipedia.org/wiki/ANSI_escape_code#Colors

Revision 1.569 - (view) (download) (annotate) - [select for diffs]
Sat May 14 08:31:26 2016 UTC (7 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.568: +7 -0 lines
Diff to previous 1.568
Implement xterm focus reporting mode.

Patch by Daniel Hahler.

Revision 1.568 - (view) (download) (annotate) - [select for diffs]
Tue Oct 13 08:10:43 2015 UTC (8 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_22
Changes since 1.567: +1 -1 lines
Diff to previous 1.567
Update copyright years.

Revision 1.567 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 19:48:26 2015 UTC (8 years, 7 months ago) by sf-exg
Branch: MAIN
Changes since 1.566: +1 -1 lines
Diff to previous 1.566
Put the alpha component last in responses to OSC color queries (patch by Benjamin Herr).

Revision 1.566 - (view) (download) (annotate) - [select for diffs]
Sat Sep 12 14:03:35 2015 UTC (8 years, 7 months ago) by sf-exg
Branch: MAIN
Changes since 1.565: +3 -2 lines
Diff to previous 1.565
Do not report mouse motion events if Shift is active (patch by Daniel Hahler).

Revision 1.565 - (view) (download) (annotate) - [select for diffs]
Tue Apr 28 12:38:19 2015 UTC (9 years ago) by root
Branch: MAIN
Changes since 1.564: +2 -4 lines
Diff to previous 1.564
*** empty log message ***

Revision 1.564 - (view) (download) (annotate) - [select for diffs]
Fri Mar 27 15:06:09 2015 UTC (9 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.563: +3 -0 lines
Diff to previous 1.563
Do not start blinking cursor if the window is unfocused.

Revision 1.563 - (view) (download) (annotate) - [select for diffs]
Sat Dec 13 12:24:32 2014 UTC (9 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_21
Changes since 1.562: +7 -4 lines
Diff to previous 1.562
*** empty log message ***

Revision 1.562 - (view) (download) (annotate) - [select for diffs]
Fri Nov 28 22:09:06 2014 UTC (9 years, 5 months ago) by root
Branch: MAIN
Changes since 1.561: +4 -4 lines
Diff to previous 1.561
*** empty log message ***

Revision 1.561 - (view) (download) (annotate) - [select for diffs]
Thu Nov 27 14:47:55 2014 UTC (9 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.560: +1 -2 lines
Diff to previous 1.560
Make cursorBlink and DECSCUSR independent of DEC private mode 12.

Revision 1.560 - (view) (download) (annotate) - [select for diffs]
Mon Nov 24 21:46:04 2014 UTC (9 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.559: +7 -0 lines
Diff to previous 1.559
Add DEC private mode 12.

Revision 1.559 - (view) (download) (annotate) - [select for diffs]
Fri Nov 14 10:08:20 2014 UTC (9 years, 5 months ago) by root
Branch: MAIN
Changes since 1.558: +3 -3 lines
Diff to previous 1.558
indent

Revision 1.558 - (view) (download) (annotate) - [select for diffs]
Tue Sep 2 16:28:34 2014 UTC (9 years, 7 months ago) by root
Branch: MAIN
Changes since 1.557: +1 -1 lines
Diff to previous 1.557
*** empty log message ***

Revision 1.557 - (view) (download) (annotate) - [select for diffs]
Thu Aug 21 15:58:29 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.556: +7 -3 lines
Diff to previous 1.556
Add DECSCUSR xterm extension to set the cursor to a vertical bar.

Revision 1.556 - (view) (download) (annotate) - [select for diffs]
Mon Aug 18 07:20:05 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.555: +1 -1 lines
Diff to previous 1.555
Fix typo.

Revision 1.555 - (view) (download) (annotate) - [select for diffs]
Sat Aug 16 10:51:23 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.554: +2 -2 lines
Diff to previous 1.554
Add -mc option and multiClickTime resource, patch by Joe Peterson.

Revision 1.554 - (view) (download) (annotate) - [select for diffs]
Sun Aug 3 14:02:08 2014 UTC (9 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.553: +0 -2 lines
Diff to previous 1.553
Remove wrong reset of 'meta'.

Revision 1.553 - (view) (download) (annotate) - [select for diffs]
Sat Jul 26 15:58:38 2014 UTC (9 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.552: +0 -7 lines
Diff to previous 1.552
Remove useless code.

Revision 1.552 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 17:03:38 2014 UTC (9 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.551: +3 -8 lines
Diff to previous 1.551
Initialize keysym to NoSymbol and simplify.

XwcLookupString does not modify the keysym argument if a KeySym is not
returned. In this case, the KEY_PRESS hook would read uninitialized
data.

Revision 1.551 - (view) (download) (annotate) - [select for diffs]
Wed Jul 16 14:29:23 2014 UTC (9 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.550: +12 -7 lines
Diff to previous 1.550
Fix sequence generation for Shift + F1 - F10.

Revision 1.550 - (view) (download) (annotate) - [select for diffs]
Thu May 22 18:54:32 2014 UTC (9 years, 11 months ago) by root
Branch: MAIN
Changes since 1.549: +1 -1 lines
Diff to previous 1.549
GPLv3

Revision 1.549 - (view) (download) (annotate) - [select for diffs]
Sun May 11 06:38:39 2014 UTC (9 years, 11 months ago) by root
Branch: MAIN
Changes since 1.548: +16 -8 lines
Diff to previous 1.548
*** empty log message ***

Revision 1.548 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 13:10:06 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.547: +15 -8 lines
Diff to previous 1.547
Add tt_write wrapper for user input and use it for 'string:' actions.

Revision 1.547 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 12:51:41 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.546: +3 -3 lines
Diff to previous 1.546
Invoke the on_key_press hook before checking for user-defined and builtin mappings.

Revision 1.546 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 07:50:53 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.545: +1 -1 lines
Diff to previous 1.545
Fix size of rkbuf array.

Revision 1.545 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 15:05:17 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.544: +173 -170 lines
Diff to previous 1.544
Pass kbuf to keyboard_manager::dispatch.

Revision 1.544 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 14:55:58 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
Changes since 1.543: +13 -12 lines
Diff to previous 1.543
Write the escape char in kbuf rather than writing it directly to the pty.

Revision 1.543 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 14:07:36 2014 UTC (10 years ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_20
Changes since 1.542: +24 -0 lines
Diff to previous 1.542
Add bindings to interact with the CLIPBOARD selection.

Revision 1.542 - (view) (download) (annotate) - [select for diffs]
Thu Apr 24 22:32:59 2014 UTC (10 years ago) by root
Branch: MAIN
Changes since 1.541: +2 -2 lines
Diff to previous 1.541
*** empty log message ***

Revision 1.541 - (view) (download) (annotate) - [select for diffs]
Thu Feb 20 18:59:13 2014 UTC (10 years, 2 months ago) by root
Branch: MAIN
Changes since 1.540: +2 -2 lines
Diff to previous 1.540
*** empty log message ***

Revision 1.540 - (view) (download) (annotate) - [select for diffs]
Sat Apr 20 19:50:04 2013 UTC (11 years ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_19
Changes since 1.539: +3 -1 lines
Diff to previous 1.539
Simplify.

Revision 1.539 - (view) (download) (annotate) - [select for diffs]
Tue Apr 16 08:44:45 2013 UTC (11 years ago) by sf-exg
Branch: MAIN
Changes since 1.538: +2 -3 lines
Diff to previous 1.538
Simplify.

Revision 1.538 - (view) (download) (annotate) - [select for diffs]
Thu Apr 11 08:13:43 2013 UTC (11 years ago) by sf-exg
Branch: MAIN
Changes since 1.537: +2 -2 lines
Diff to previous 1.537
Simplify.

Revision 1.537 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 11:30:39 2013 UTC (11 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.536: +8 -8 lines
Diff to previous 1.536
Use meaningful names for variables.

Revision 1.536 - (view) (download) (annotate) - [select for diffs]
Thu Mar 28 08:53:16 2013 UTC (11 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.535: +1 -1 lines
Diff to previous 1.535
Simplify.

Revision 1.535 - (view) (download) (annotate) - [select for diffs]
Wed Mar 27 17:24:15 2013 UTC (11 years, 1 month ago) by root
Branch: MAIN
Changes since 1.534: +4 -4 lines
Diff to previous 1.534
if it breaks, the pieces will be sharp

Revision 1.534 - (view) (download) (annotate) - [select for diffs]
Tue Mar 26 14:16:46 2013 UTC (11 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.533: +24 -1 lines
Diff to previous 1.533
Add support for the set cursor style (DECSCUSR) control function.

Revision 1.533 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 11:26:40 2013 UTC (11 years, 2 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_17, rxvt-unicode-rel-9_18
Changes since 1.532: +0 -2 lines
Diff to previous 1.532
Remove unneeded preprocessor conditional.

Revision 1.532 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 12:05:34 2012 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.531: +1 -1 lines
Diff to previous 1.531
Inline two methods in their callers.

Revision 1.531 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 20:28:31 2012 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.530: +5 -2 lines
Diff to previous 1.530
Set root_img only when transparency is requested and replace tests on
the transparency option with (more accurate) tests on root_img.

Revision 1.530 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 15:52:37 2012 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.529: +2 -2 lines
Diff to previous 1.529
Get rid of BG_IS_VALID flag.

Revision 1.529 - (view) (download) (annotate) - [select for diffs]
Sun Dec 30 15:05:19 2012 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.528: +7 -12 lines
Diff to previous 1.528
Update/reword comment.

Revision 1.528 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 15:59:51 2012 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.527: +1 -1 lines
Diff to previous 1.527
Make code needed to set the bg pixmap conditional to HAVE_IMG.

Revision 1.527 - (view) (download) (annotate) - [select for diffs]
Sat Dec 29 14:23:35 2012 UTC (11 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.526: +4 -3 lines
Diff to previous 1.526
Revise preprocessor macros that control the core bg image code.

Move definition of BG_IMAGE_FROM_FILE in rxvt.h and add analogous
BG_IMAGE_FROM_ROOT macro that is set if the code to manage the root
pixmap is needed.

Revision 1.526 - (view) (download) (annotate) - [select for diffs]
Fri Nov 30 07:19:09 2012 UTC (11 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_16
Changes since 1.525: +2 -2 lines
Diff to previous 1.525
indent

Revision 1.525 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 19:41:49 2012 UTC (11 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.524: +2 -2 lines
Diff to previous 1.524
Fix typos.

Revision 1.524 - (view) (download) (annotate) - [select for diffs]
Tue Aug 14 20:32:48 2012 UTC (11 years, 8 months ago) by root
Branch: MAIN
Changes since 1.523: +2 -0 lines
Diff to previous 1.523
*** empty log message ***

Revision 1.523 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 13:57:26 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.522: +6 -6 lines
Diff to previous 1.522
Simplify and fix compilation when bg pixmap support is not enabled.

Revision 1.522 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 14:45:53 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.521: +8 -2 lines
Diff to previous 1.521
Do not abort if loading an image with OSC 20 fails.

Revision 1.521 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 16:00:26 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.520: +4 -3 lines
Diff to previous 1.520
Simplify.

Revision 1.520 - (view) (download) (annotate) - [select for diffs]
Sun Jun 10 13:07:56 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.519: +1 -1 lines
Diff to previous 1.519
Switch background.C to rxvtimg api (xrender is now required).

Revision 1.519 - (view) (download) (annotate) - [select for diffs]
Thu Jun 7 11:27:08 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.518: +1 -1 lines
Diff to previous 1.518
*** empty log message ***

Revision 1.518 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 22:00:20 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.517: +8 -21 lines
Diff to previous 1.517
Remove image vector implementation.

Revision 1.517 - (view) (download) (annotate) - [select for diffs]
Wed Jun 6 08:59:13 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.516: +14 -10 lines
Diff to previous 1.516
*** empty log message ***

Revision 1.516 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 14:46:54 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.515: +5 -2 lines
Diff to previous 1.515
*** empty log message ***

Revision 1.515 - (view) (download) (annotate) - [select for diffs]
Tue Jun 5 11:00:40 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.514: +16 -2 lines
Diff to previous 1.514
*** empty log message ***

Revision 1.514 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 15:18:52 2012 UTC (11 years, 10 months ago) by root
Branch: MAIN
Changes since 1.513: +2 -2 lines
Diff to previous 1.513
some #ifdef => #if changes

Revision 1.513 - (view) (download) (annotate) - [select for diffs]
Thu May 31 05:53:46 2012 UTC (11 years, 10 months ago) by sf-exg
Branch: MAIN
Changes since 1.512: +1 -1 lines
Diff to previous 1.512
Refactor tint/blur variables and methods into a new image_effects
object, so as to be able to apply such effects to multiple images.

Revision 1.512 - (view) (download) (annotate) - [select for diffs]
Mon May 28 16:40:03 2012 UTC (11 years, 11 months ago) by root
Branch: MAIN
Changes since 1.511: +31 -31 lines
Diff to previous 1.511
add some ecb_hot/ecb_cold

Revision 1.511 - (view) (download) (annotate) - [select for diffs]
Fri May 25 18:45:40 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.510: +4 -6 lines
Diff to previous 1.510
Simplify.

Revision 1.510 - (view) (download) (annotate) - [select for diffs]
Fri May 25 08:27:47 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.509: +23 -4 lines
Diff to previous 1.509
First cut at adding support for multiple images.

Revision 1.509 - (view) (download) (annotate) - [select for diffs]
Thu May 17 10:18:32 2012 UTC (11 years, 11 months ago) by sf-exg
Branch: MAIN
Changes since 1.508: +4 -4 lines
Diff to previous 1.508
Refactor code to manage images from files into a new rxvt_image object,
so as to be able to load multiple images.

Revision 1.508 - (view) (download) (annotate) - [select for diffs]
Fri Apr 13 09:23:58 2012 UTC (12 years ago) by sf-exg
Branch: MAIN
Changes since 1.507: +4 -1 lines
Diff to previous 1.507
Fix processing of DEC private mode save sequences, patch by Patrick Hemmer.

Revision 1.507 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 13:39:51 2012 UTC (12 years ago) by sf-exg
Branch: MAIN
Changes since 1.506: +9 -9 lines
Diff to previous 1.506
Fix indent.

Revision 1.506 - (view) (download) (annotate) - [select for diffs]
Wed Apr 11 10:20:00 2012 UTC (12 years ago) by sf-exg
Branch: MAIN
Changes since 1.505: +17 -10 lines
Diff to previous 1.505
Fix disabling of cursor blink with the option-popup menu.

Based on a patch by Jan Larres.

Revision 1.505 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 13:33:43 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
CVS Tags: rxvt-unicode-rel-9_15
Changes since 1.504: +2 -2 lines
Diff to previous 1.504
Include the C standard headers rather than the corresponding C++ version.

Revision 1.504 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 21:12:08 2012 UTC (12 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.503: +3 -3 lines
Diff to previous 1.503
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.503 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 13:36:56 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_14
Changes since 1.502: +1 -1 lines
Diff to previous 1.502
Revert last change to set_urgency.

Revision 1.502 - (view) (download) (annotate) - [select for diffs]
Mon Dec 5 12:52:34 2011 UTC (12 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.501: +1 -1 lines
Diff to previous 1.501
Always set the urgency hint in set_urgency when enable is true, use
caching to avoid spurious clears only.

Revision 1.501 - (view) (download) (annotate) - [select for diffs]
Fri Nov 25 09:00:40 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.500: +8 -8 lines
Diff to previous 1.500
Encode 8-bit meta in function key sequences _after_ encoding shift/control modifiers.

Before, when 8-bit meta was on, shift/control modifiers were not encoded
because, after setting the 8th bit of the last character, the sequence
was no longer recognized as ending with '~'.

Revision 1.500 - (view) (download) (annotate) - [select for diffs]
Thu Nov 24 11:28:51 2011 UTC (12 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.499: +20 -19 lines
Diff to previous 1.499
Encode modifiers in function key sequences _before_ invoking the perl
on_key_press callback.

Revision 1.499 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 20:15:45 2011 UTC (12 years, 5 months ago) by root
Branch: MAIN
Changes since 1.498: +2 -2 lines
Diff to previous 1.498
*** empty log message ***

Revision 1.498 - (view) (download) (annotate) - [select for diffs]
Fri Sep 30 13:31:21 2011 UTC (12 years, 6 months ago) by sf-exg
Branch: MAIN
Changes since 1.497: +1 -0 lines
Diff to previous 1.497
Plug leak in set_urgency.

The value returned by XGetWMHints must be freed with XFree.
Patch by Nathaniel Filardo.

Revision 1.497 - (view) (download) (annotate) - [select for diffs]
Thu Sep 1 08:11:26 2011 UTC (12 years, 7 months ago) by sf-exg
Branch: MAIN
Changes since 1.496: +17 -17 lines
Diff to previous 1.496
Cosmetics, rename enum constants.

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

Revision 1.495 - (view) (download) (annotate) - [select for diffs]
Sun Aug 28 18:48:41 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.494: +3 -5 lines
Diff to previous 1.494
Remove failed attempt at avoiding unneeded resize and refresh of the
window when the scrollbar is turned on/off with the corresponding DEC
sequence.

Revision 1.494 - (view) (download) (annotate) - [select for diffs]
Mon Aug 22 17:23:56 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.493: +7 -7 lines
Diff to previous 1.493
Convert scrollbar macros to inline functions.

Revision 1.493 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 20:17:40 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.492: +3 -5 lines
Diff to previous 1.492
Use bool for boolean variable.

Revision 1.492 - (view) (download) (annotate) - [select for diffs]
Sun Aug 21 20:13:58 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.491: +1 -6 lines
Diff to previous 1.491
When the window is unmapped, inhibit updates of the bg image in all
cases rather than only on window move.

Revision 1.491 - (view) (download) (annotate) - [select for diffs]
Fri Aug 19 17:42:09 2011 UTC (12 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.490: +0 -5 lines
Diff to previous 1.490
Move and factor code to set the geometry specified in a bg pixmap string
into bg_set_file.

Revision 1.490 - (view) (download) (annotate) - [select for diffs]
Sat Jul 9 18:23:48 2011 UTC (12 years, 9 months ago) by sf-exg
Branch: MAIN
Changes since 1.489: +4 -3 lines
Diff to previous 1.489
Update comments about DEC sequences.

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

Revision 1.488 - (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.487: +11 -11 lines
Diff to previous 1.487
Migrate to libecb.

Revision 1.487 - (view) (download) (annotate) - [select for diffs]
Sat Apr 30 13:11:34 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_11
Changes since 1.486: +2 -3 lines
Diff to previous 1.486
Cleanup.

Revision 1.486 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 13:29:45 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
Changes since 1.485: +5 -8 lines
Diff to previous 1.485
Use wctomb rather than wcstombs in commit_iso14755, the input is always
a single character.

Revision 1.485 - (view) (download) (annotate) - [select for diffs]
Fri Apr 29 13:08:24 2011 UTC (13 years ago) by sf-exg
Branch: MAIN
Changes since 1.484: +0 -5 lines
Diff to previous 1.484
Remove some comments.

Revision 1.484 - (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.483: +0 -2 lines
Diff to previous 1.483
Cleanup.

Revision 1.483 - (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.482: +0 -5 lines
Diff to previous 1.482
Fix some comments.

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

Revision 1.481 - (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.480: +43 -40 lines
Diff to previous 1.480
*** empty log message ***

Revision 1.480 - (view) (download) (annotate) - [select for diffs]
Mon Mar 7 11:48:55 2011 UTC (13 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.479: +3 -1 lines
Diff to previous 1.479
Handle write failure correctly in tt_write.

Revision 1.479 - (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.478: +3 -20 lines
Diff to previous 1.478
*** empty log message ***

Revision 1.478 - (view) (download) (annotate) - [select for diffs]
Thu Feb 24 12:42:41 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
Changes since 1.477: +2 -5 lines
Diff to previous 1.477
*** empty log message ***

Revision 1.477 - (view) (download) (annotate) - [select for diffs]
Mon Feb 21 07:41:00 2011 UTC (13 years, 2 months ago) by root
Branch: MAIN
Changes since 1.476: +1 -1 lines
Diff to previous 1.476
the pcg is now the schmorp

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

Revision 1.475 - (view) (download) (annotate) - [select for diffs]
Tue Feb 1 00:41:01 2011 UTC (13 years, 2 months ago) by sf-exg
Branch: MAIN
Changes since 1.474: +2 -2 lines
Diff to previous 1.474
Use true/false rather than True/False when the type is bool.

Revision 1.474 - (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.473: +4 -4 lines
Diff to previous 1.473
Cosmetic, rename background pixmap flags.

Revision 1.473 - (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.472: +17 -17 lines
Diff to previous 1.472
Remove bgPixmap_t struct, move background pixmap handling in rxvt_term.

Revision 1.472 - (view) (download) (annotate) - [select for diffs]
Sun Jan 23 12:28:47 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.471: +2 -2 lines
Diff to previous 1.471
Simplify, invert flag meaning.

Revision 1.471 - (view) (download) (annotate) - [select for diffs]
Thu Jan 20 16:41:23 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.470: +0 -1 lines
Diff to previous 1.470
Remove commented out code.

Revision 1.470 - (view) (download) (annotate) - [select for diffs]
Sun Jan 9 23:48:37 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.469: +0 -2 lines
Diff to previous 1.469
Remove useless code.

Revision 1.469 - (view) (download) (annotate) - [select for diffs]
Sat Jan 8 10:15:36 2011 UTC (13 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.468: +1 -1 lines
Diff to previous 1.468
Use rxvt_realloc instead of realloc.

Revision 1.468 - (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.467: +1 -1 lines
Diff to previous 1.467
Revert part of last change.

Revision 1.467 - (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.466: +1 -1 lines
Diff to previous 1.466
Add const qualifier where appropriate.

Revision 1.466 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 18:17:38 2010 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.465: +4 -4 lines
Diff to previous 1.465
Add ARRAY_LENGTH macro with obvious meaning and use it.

Revision 1.465 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 14:00:43 2010 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.464: +2 -2 lines
Diff to previous 1.464
Simplify.

Revision 1.464 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 08:01:51 2010 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.463: +2 -2 lines
Diff to previous 1.463
Make some global variables static.

Revision 1.463 - (view) (download) (annotate) - [select for diffs]
Tue Dec 14 07:59:54 2010 UTC (13 years, 4 months ago) by sf-exg
Branch: MAIN
Changes since 1.462: +1 -1 lines
Diff to previous 1.462
Fix style.

Revision 1.462 - (view) (download) (annotate) - [select for diffs]
Wed Nov 24 04:07:39 2010 UTC (13 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-9_10
Changes since 1.461: +2 -1 lines
Diff to previous 1.461
*** empty log message ***

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

Revision 1.460 - (view) (download) (annotate) - [select for diffs]
Fri Nov 19 23:29:30 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.459: +29 -2 lines
Diff to previous 1.459
Keep track of the window position to avoid spurious redraws when the bg
image is sensitive to position.

Revision 1.459 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 17:28:31 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.458: +8 -6 lines
Diff to previous 1.458
Do not change geometry if bgPixmap_t::set_file fails.

Revision 1.458 - (view) (download) (annotate) - [select for diffs]
Thu Nov 18 17:28:12 2010 UTC (13 years, 5 months ago) by sf-exg
Branch: MAIN
Changes since 1.457: +4 -6 lines
Diff to previous 1.457
Cleanup OSC 20; remove support for multiple commands and for commands
that set scale and position relative to current value.

Revision 1.457 - (view) (download) (annotate) - [select for diffs]
Fri Oct 22 18:03:10 2010 UTC (13 years, 6 months ago) by sf-exg
Branch: MAIN
CVS Tags: rel-9_09
Changes since 1.456: +2 -1 lines
Diff to previous 1.456
Deobfuscate.

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

Revision 1.455 - (view) (download) (annotate) - [select for diffs]
Sun Aug 22 09:36:33 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.454: +11 -13 lines
Diff to previous 1.454
Revert last change to handling of 'CSI Ps ~' sequences, it breaks
Delete.

Revision 1.454 - (view) (download) (annotate) - [select for diffs]
Sat Aug 21 16:07:15 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.453: +1 -1 lines
Diff to previous 1.453
Fix typos.

Revision 1.453 - (view) (download) (annotate) - [select for diffs]
Wed Aug 18 17:45:42 2010 UTC (13 years, 8 months ago) by sf-exg
Branch: MAIN
Changes since 1.452: +13 -11 lines
Diff to previous 1.452
Encode modifiers in 'CSI Ps ~' sequences _before_ invoking the on_key_press hook.

Revision 1.452 - (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.451: +4 -4 lines
Diff to previous 1.451
Fix typos.

Revision 1.451 - (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.450: +6 -6 lines
Diff to previous 1.450
*** empty log message ***

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

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

Revision 1.448 - (view) (download) (annotate) - [select for diffs]
Sat Apr 17 23:00:45 2010 UTC (14 years ago) by sf-exg
Branch: MAIN
Changes since 1.447: +5 -3 lines
Diff to previous 1.447
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.447 - (view) (download) (annotate) - [select for diffs]
Sat Apr 3 16:30:39 2010 UTC (14 years ago) by sf-exg
Branch: MAIN
Changes since 1.446: +1 -1 lines
Diff to previous 1.446
Replace leading tabs with spaces, patch by Mikachu.

Revision 1.446 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 19:27:38 2010 UTC (14 years ago) by root
Branch: MAIN
Changes since 1.445: +4 -1 lines
Diff to previous 1.445
*** empty log message ***

Revision 1.445 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 13:52:30 2010 UTC (14 years ago) by sf-exg
Branch: MAIN
Changes since 1.444: +2 -6 lines
Diff to previous 1.444
Try to fix Num_Lock handling: force application keypad to off when
Num_Lock is on, do nothing otherwise.

Revision 1.444 - (view) (download) (annotate) - [select for diffs]
Thu Apr 1 08:40:33 2010 UTC (14 years ago) by sf-exg
Branch: MAIN
Changes since 1.443: +1 -1 lines
Diff to previous 1.443
Use find_font_idx in iso14755_51.

Revision 1.443 - (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.442: +1 -1 lines
Diff to previous 1.442
Fix typos.

Revision 1.442 - (view) (download) (annotate) - [select for diffs]
Wed Mar 31 09:37:20 2010 UTC (14 years, 1 month ago) by sf-exg
Branch: MAIN
Changes since 1.441: +2 -2 lines
Diff to previous 1.441
Fix typos.

Revision 1.441 - (view) (download) (annotate) - [select for diffs]
Tue Mar 30 23:54:29 2010 UTC (14 years, 1 month ago) by root
Branch: MAIN
Changes since 1.440: +1 -1 lines
Diff to previous 1.440
revert fontidx stupidity

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

Revision 1.439 - (view) (download) (annotate) - [select for diffs]
Wed Feb 10 16:05:42 2010 UTC (14 years, 2 months ago) by sf-exg
Branch: MAIN
Changes since 1.438: +15 -9 lines
Diff to previous 1.438
Extend ISO 14755 5.4 mode to also print the font name of the characters other
than the first one in the selected cell.

Revision 1.438 - (view) (download) (annotate) - [select for diffs]
Thu Feb 4 21:55:12 2010 UTC (14 years, 2 months ago) by root
Branch: MAIN
Changes since 1.437: +2 -0 lines
Diff to previous 1.437
µ-power

Revision 1.437 - (view) (download) (annotate) - [select for diffs]
Fri Jan 29 17:27:36 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.436: +1 -1 lines
Diff to previous 1.436
Remove misleading comment.

Revision 1.436 - (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.435: +1 -1 lines
Diff to previous 1.435
Add support for copying to clipboard (based on patch by Dana Jansens).

Revision 1.435 - (view) (download) (annotate) - [select for diffs]
Wed Jan 6 12:10:44 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.434: +3 -2 lines
Diff to previous 1.434
Add iso14755 option to disable ISO 14755 at runtime.

Revision 1.434 - (view) (download) (annotate) - [select for diffs]
Wed Jan 6 10:29:14 2010 UTC (14 years, 3 months ago) by sf-exg
Branch: MAIN
Changes since 1.433: +1 -1 lines
Diff to previous 1.433
Do not hardcode the binding for ISO 14755 to check if ISO 14755 is active;
rather, test iso14755buf accordingly.

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

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

Revision 1.431 - (view) (download) (annotate) - [select for diffs]
Tue Feb 24 11:51:51 2009 UTC (15 years, 2 months ago) by root
Branch: MAIN
Changes since 1.430: +1 -1 lines
Diff to previous 1.430
*** empty log message ***

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

Revision 1.429 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 16:21:18 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-9_06
Changes since 1.428: +8 -6 lines
Diff to previous 1.428
*** empty log message ***

Revision 1.428 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 16:17:23 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.427: +9 -5 lines
Diff to previous 1.427
*** empty log message ***

Revision 1.427 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 15:44:04 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.426: +3 -0 lines
Diff to previous 1.426
*** empty log message ***

Revision 1.426 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 13:49:36 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.425: +2 -1 lines
Diff to previous 1.425
*** empty log message ***

Revision 1.425 - (view) (download) (annotate) - [select for diffs]
Wed Nov 5 12:28:15 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.424: +15 -15 lines
Diff to previous 1.424
*** empty log message ***

Revision 1.424 - (view) (download) (annotate) - [select for diffs]
Tue Nov 4 23:46:22 2008 UTC (15 years, 5 months ago) by root
Branch: MAIN
Changes since 1.423: +1 -1 lines
Diff to previous 1.423
*** empty log message ***

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

Revision 1.422 - (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.421: +3 -9 lines
Diff to previous 1.421
*** empty log message ***

Revision 1.421 - (view) (download) (annotate) - [select for diffs]
Wed Oct 15 17:16:47 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.420: +4 -1 lines
Diff to previous 1.420
*** empty log message ***

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

Revision 1.419 - (view) (download) (annotate) - [select for diffs]
Fri Oct 10 13:23:56 2008 UTC (15 years, 6 months ago) by root
Branch: MAIN
Changes since 1.418: +0 -1 lines
Diff to previous 1.418
*** empty log message ***

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

Revision 1.417 - (view) (download) (annotate) - [select for diffs]
Mon Jul 21 16:51:31 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.416: +6 -6 lines
Diff to previous 1.416
*** empty log message ***

Revision 1.416 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 16:41:22 2008 UTC (15 years, 9 months ago) by root
Branch: MAIN
Changes since 1.415: +4 -5 lines
Diff to previous 1.415
*** empty log message ***

Revision 1.415 - (view) (download) (annotate) - [select for diffs]
Sat Apr 26 03:37:18 2008 UTC (16 years ago) by root
Branch: MAIN
CVS Tags: rel-9_05
Changes since 1.414: +4 -1 lines
Diff to previous 1.414
*** empty log message ***

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

Revision 1.413 - (view) (download) (annotate) - [select for diffs]
Sun Feb 17 12:11:56 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.412: +3 -3 lines
Diff to previous 1.412
Make scrollbar_{minheight,size} methods of scrollBar_t.

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

Revision 1.411 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 16:07:29 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.410: +113 -113 lines
Diff to previous 1.410
Reindent.

Revision 1.410 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 15:48:36 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.409: +6 -7 lines
Diff to previous 1.409
Nuke LINUX_KEYS.

Revision 1.409 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 15:39:20 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.408: +60 -81 lines
Diff to previous 1.408
Factor code to generate sequences for function keys.

Revision 1.408 - (view) (download) (annotate) - [select for diffs]
Sat Feb 16 13:36:10 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.407: +37 -30 lines
Diff to previous 1.407
Factor keypad translation code into a function.

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

Revision 1.406 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 23:53:05 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.405: +0 -2 lines
Diff to previous 1.405
Remove superfluous braces.

Revision 1.405 - (view) (download) (annotate) - [select for diffs]
Thu Feb 14 23:51:46 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.404: +1 -2 lines
Diff to previous 1.404
Move a variable to the scope where it is used.

Revision 1.404 - (view) (download) (annotate) - [select for diffs]
Sat Feb 2 15:19:55 2008 UTC (16 years, 2 months ago) by root
Branch: MAIN
Changes since 1.403: +0 -1 lines
Diff to previous 1.403
*** empty log message ***

Revision 1.403 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 14:15:10 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.402: +8 -8 lines
Diff to previous 1.402
Simplify.

Revision 1.402 - (view) (download) (annotate) - [select for diffs]
Fri Feb 1 14:13:52 2008 UTC (16 years, 2 months ago) by ayin
Branch: MAIN
Changes since 1.401: +2 -2 lines
Diff to previous 1.401
Remove missed occurrences of scrollbar_is{Up,Dn}.

Revision 1.401 - (view) (download) (annotate) - [select for diffs]
Tue Jan 29 13:57:23 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.400: +9 -9 lines
Diff to previous 1.400
Add enum for scrollbar states and remove methods/macros to set/check
it.

Revision 1.400 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 12:54:47 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
CVS Tags: rel-9_02
Changes since 1.399: +9 -9 lines
Diff to previous 1.399
Factoring.

Revision 1.399 - (view) (download) (annotate) - [select for diffs]
Mon Jan 28 10:54:54 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.398: +6 -22 lines
Diff to previous 1.398
Replace scrollbar {up,dn}Button macros with methods.

Revision 1.398 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 12:12:37 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-9_01
Changes since 1.397: +3 -3 lines
Diff to previous 1.397
*** empty log message ***

Revision 1.397 - (view) (download) (annotate) - [select for diffs]
Sat Jan 26 11:40:47 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.396: +3 -3 lines
Diff to previous 1.396
*** empty log message ***

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

Revision 1.395 - (view) (download) (annotate) - [select for diffs]
Sun Jan 20 13:45:21 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.394: +1 -0 lines
Diff to previous 1.394
*** empty log message ***

Revision 1.394 - (view) (download) (annotate) - [select for diffs]
Sat Jan 19 15:00:49 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.393: +2 -7 lines
Diff to previous 1.393
Deprecate OSC 39/49.

Revision 1.393 - (view) (download) (annotate) - [select for diffs]
Tue Jan 15 23:21:17 2008 UTC (16 years, 3 months ago) by sasha
Branch: MAIN
Changes since 1.392: +23 -2 lines
Diff to previous 1.392
improved handling of background rendering on startup and fixed situation of no WM or non-reparenting WM

Revision 1.392 - (view) (download) (annotate) - [select for diffs]
Sat Jan 12 22:13:46 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.391: +1 -1 lines
Diff to previous 1.391
*** empty log message ***

Revision 1.391 - (view) (download) (annotate) - [select for diffs]
Wed Jan 9 01:14:29 2008 UTC (16 years, 3 months ago) by root
Branch: MAIN
Changes since 1.390: +4 -1 lines
Diff to previous 1.390
*** empty log message ***

Revision 1.390 - (view) (download) (annotate) - [select for diffs]
Tue Jan 8 16:25:42 2008 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.389: +1 -3 lines
Diff to previous 1.389
Simplify ifdef.

Revision 1.389 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 13:50:56 2007 UTC (16 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.388: +3 -3 lines
Diff to previous 1.388
Remove pointless macro.

Revision 1.388 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 01:16:47 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.387: +1 -0 lines
Diff to previous 1.387
*** empty log message ***

Revision 1.387 - (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.386: +2 -2 lines
Diff to previous 1.386
Move scrollbar_align from rxvt_xterm to scrollBar_t.

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

Revision 1.385 - (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.384: +7 -1 lines
Diff to previous 1.384
*** empty log message ***

Revision 1.384 - (view) (download) (annotate) - [select for diffs]
Tue Dec 18 13:07:55 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.383: +1 -1 lines
Diff to previous 1.383
Fix typo.

Revision 1.383 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 06:29:28 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-8_8
Changes since 1.382: +2 -2 lines
Diff to previous 1.382
*** empty log message ***

Revision 1.382 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 06:04:56 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.381: +2 -0 lines
Diff to previous 1.381
*** empty log message ***

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

Revision 1.380 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 02:33:03 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.379: +3 -3 lines
Diff to previous 1.379
03:29:57 <Mikachu> didn't your removal of the ==0 check introduce a call to
                   scr_page(UP)?
03:29:58 <schmorp> moa pls
03:30:04 <schmorp> it did
03:30:18 <schmorp> but if i coded that function, it will not crash
03:30:30 <schmorp> if i had coded that function it would have oen argument only, too :(

Revision 1.379 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 02:29:48 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.378: +1 -2 lines
Diff to previous 1.378
mikachu 2

Revision 1.378 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 02:27:54 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.377: +7 -9 lines
Diff to previous 1.377
mikachu 2

Revision 1.377 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 02:22:24 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.376: +1 -1 lines
Diff to previous 1.376
you should do it, too, and less sloppily than me

Revision 1.376 - (view) (download) (annotate) - [select for diffs]
Fri Dec 14 02:08:18 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.375: +9 -8 lines
Diff to previous 1.375
*** empty log message ***

Revision 1.375 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 21:10:46 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.374: +3 -1 lines
Diff to previous 1.374
stop blink callback when not required

Revision 1.374 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 18:00:06 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.373: +2 -2 lines
Diff to previous 1.373
*** empty log message ***

Revision 1.373 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 15:42:51 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.372: +2 -2 lines
Diff to previous 1.372
µopt

Revision 1.372 - (view) (download) (annotate) - [select for diffs]
Tue Dec 11 03:30:47 2007 UTC (16 years, 4 months ago) by root
Branch: MAIN
Changes since 1.371: +4 -4 lines
Diff to previous 1.371
*** empty log message ***

Revision 1.371 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 08:46:30 2007 UTC (16 years, 4 months ago) by ayin
Branch: MAIN
Changes since 1.370: +1 -1 lines
Diff to previous 1.370
Cosmetics.

Revision 1.370 - (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.369: +0 -5 lines
Diff to previous 1.369
Remove traces of unimplemented 1001 mouse mode.

Revision 1.369 - (view) (download) (annotate) - [select for diffs]
Mon Nov 26 11:20:15 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.368: +4 -2 lines
Diff to previous 1.368
Cosmetics.

Revision 1.368 - (view) (download) (annotate) - [select for diffs]
Sun Nov 25 08:38:26 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-8_7
Changes since 1.367: +1 -1 lines
Diff to previous 1.367
*** empty log message ***

Revision 1.367 - (view) (download) (annotate) - [select for diffs]
Sat Nov 24 11:06:12 2007 UTC (16 years, 5 months ago) by root
Branch: MAIN
Changes since 1.366: +1 -1 lines
Diff to previous 1.366
*** empty log message ***

Revision 1.366 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 11:36:15 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_5a, rel-8_6
Changes since 1.365: +4 -4 lines
Diff to previous 1.365
Cosmetics.

Revision 1.365 - (view) (download) (annotate) - [select for diffs]
Thu Nov 15 10:13:37 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.364: +15 -12 lines
Diff to previous 1.364
Fix coding style.

Revision 1.364 - (view) (download) (annotate) - [select for diffs]
Mon Nov 12 14:53:13 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.363: +30 -82 lines
Diff to previous 1.363
Simplify keypad functions remapping.

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

Revision 1.362 - (view) (download) (annotate) - [select for diffs]
Sat Nov 10 16:04:49 2007 UTC (16 years, 5 months ago) by ayin
Branch: MAIN
Changes since 1.361: +2 -2 lines
Diff to previous 1.361
*** empty log message ***

Revision 1.361 - (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.360: +2 -2 lines
Diff to previous 1.360
Remove trailing whitespace.

Revision 1.360 - (view) (download) (annotate) - [select for diffs]
Wed Oct 24 10:39:57 2007 UTC (16 years, 6 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_4
Changes since 1.359: +29 -8 lines
Diff to previous 1.359
Implement 1002/1003 mouse tracking modes.

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

Revision 1.358 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 22:27:41 2007 UTC (16 years, 7 months ago) by sasha
Branch: MAIN
Changes since 1.357: +1 -1 lines
Diff to previous 1.357
removed scr_clear() to hopefully get rid of a flicker for good - will have to see if that causes other problems, such as artifacts etc.

Revision 1.357 - (view) (download) (annotate) - [select for diffs]
Tue Sep 18 22:01:36 2007 UTC (16 years, 7 months ago) by sasha
Branch: MAIN
Changes since 1.356: +18 -7 lines
Diff to previous 1.356
improved flickering on move/resize with transparent background

Revision 1.356 - (view) (download) (annotate) - [select for diffs]
Mon Sep 17 08:31:54 2007 UTC (16 years, 7 months ago) by root
Branch: MAIN
Changes since 1.355: +2 -5 lines
Diff to previous 1.355
clean up some code

Revision 1.355 - (view) (download) (annotate) - [select for diffs]
Fri Sep 14 09:46:18 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.354: +0 -1 lines
Diff to previous 1.354
Remove useless assignment.

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

Revision 1.353 - (view) (download) (annotate) - [select for diffs]
Wed Sep 12 19:51:41 2007 UTC (16 years, 7 months ago) by sasha
Branch: MAIN
Changes since 1.352: +2 -17 lines
Diff to previous 1.352
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.352 - (view) (download) (annotate) - [select for diffs]
Sun Sep 9 10:35:00 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.351: +10 -9 lines
Diff to previous 1.351
Factor test for DECNKM.

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

Revision 1.350 - (view) (download) (annotate) - [select for diffs]
Sat Sep 8 20:48:31 2007 UTC (16 years, 7 months ago) by ayin
Branch: MAIN
Changes since 1.349: +1 -1 lines
Diff to previous 1.349
*** empty log message ***

Revision 1.349 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 18:16:52 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.348: +1 -2 lines
Diff to previous 1.348
*** empty log message ***

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

Revision 1.347 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 22:41:52 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.346: +7 -13 lines
Diff to previous 1.346
fixed segfault on resize by getting rid of touch() in apply(). rearranged redraw calls on configure notify to be sane

Revision 1.346 - (view) (download) (annotate) - [select for diffs]
Wed Aug 15 06:48:16 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.345: +0 -1 lines
Diff to previous 1.345
applied patch by  James Cloos

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

Revision 1.344 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 23:52:12 2007 UTC (16 years, 8 months ago) by root
Branch: MAIN
Changes since 1.343: +4 -6 lines
Diff to previous 1.343
clear rvideo mode differently to avoid race

Revision 1.343 - (view) (download) (annotate) - [select for diffs]
Fri Aug 10 22:10:36 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.342: +55 -39 lines
Diff to previous 1.342
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.342 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 23:32:14 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.341: +1 -1 lines
Diff to previous 1.341
Remove --enable-tinting and make --enable-transparency enable also the tinting
code.

Revision 1.341 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 23:15:34 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.340: +1 -1 lines
Diff to previous 1.340
Fix compilation after last change.

Revision 1.340 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 22:40:10 2007 UTC (16 years, 8 months ago) by sasha
Branch: MAIN
Changes since 1.339: +5 -4 lines
Diff to previous 1.339
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.339 - (view) (download) (annotate) - [select for diffs]
Fri Aug 3 14:03:28 2007 UTC (16 years, 8 months ago) by ayin
Branch: MAIN
Changes since 1.338: +2 -6 lines
Diff to previous 1.338
Simplify ifdef hell.

Revision 1.338 - (view) (download) (annotate) - [select for diffs]
Tue Jul 31 17:39:39 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_3
Changes since 1.337: +1 -1 lines
Diff to previous 1.337
*** empty log message ***

Revision 1.337 - (view) (download) (annotate) - [select for diffs]
Sat Jul 28 20:04:00 2007 UTC (16 years, 9 months ago) by ayin
Branch: MAIN
Changes since 1.336: +5 -5 lines
Diff to previous 1.336
Make --disable-iso14755 always disable the ISO 14755 overlay.

Revision 1.336 - (view) (download) (annotate) - [select for diffs]
Sat Jun 30 18:10:41 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.335: +0 -4 lines
Diff to previous 1.335
experimental change for mappingnotify fix

Revision 1.335 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 15:17:24 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.334: +2 -2 lines
Diff to previous 1.334
*** empty log message ***

Revision 1.334 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 13:05:05 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.333: +1 -1 lines
Diff to previous 1.333
*** empty log message ***

Revision 1.333 - (view) (download) (annotate) - [select for diffs]
Tue Jun 26 09:55:22 2007 UTC (16 years, 10 months ago) by ayin
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]
Tue Jun 26 00:40:18 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.331: +9 -9 lines
Diff to previous 1.331
TRANSPARENT => ENABLE_TRANSPARENCY rename to avoid symbol conflict
on solaris..

Revision 1.331 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 13:38:12 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.330: +1 -1 lines
Diff to previous 1.330
less rough skipscroll

Revision 1.330 - (view) (download) (annotate) - [select for diffs]
Mon Jun 18 12:53:25 2007 UTC (16 years, 10 months ago) by root
Branch: MAIN
Changes since 1.329: +13 -19 lines
Diff to previous 1.329
initial rough-cut skipscroll

Revision 1.329 - (view) (download) (annotate) - [select for diffs]
Mon Jun 11 19:57:28 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.328: +10 -11 lines
Diff to previous 1.328
*** empty log message ***

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

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

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

Revision 1.325 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 09:05:38 2007 UTC (16 years, 10 months ago) by ayin
Branch: MAIN
Changes since 1.324: +1 -1 lines
Diff to previous 1.324
add iso14755_52 resource to disable iso14755 5.2.

Revision 1.324 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 20:04:12 2007 UTC (16 years, 10 months ago) by sasha
Branch: MAIN
Changes since 1.323: +218 -60 lines
Diff to previous 1.323
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.323 - (view) (download) (annotate) - [select for diffs]
Mon May 28 18:38:03 2007 UTC (16 years, 11 months ago) by ayin
Branch: MAIN
Changes since 1.322: +8 -0 lines
Diff to previous 1.322
*** empty log message ***

Revision 1.322 - (view) (download) (annotate) - [select for diffs]
Wed May 2 23:06:32 2007 UTC (16 years, 11 months ago) by ayin
Branch: MAIN
Changes since 1.321: +13 -0 lines
Diff to previous 1.321
*** empty log message ***

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

Revision 1.320 - (view) (download) (annotate) - [select for diffs]
Mon Apr 30 15:07:09 2007 UTC (17 years ago) by root
Branch: MAIN
Changes since 1.319: +6 -2 lines
Diff to previous 1.319
*** empty log message ***

Revision 1.319 - (view) (download) (annotate) - [select for diffs]
Fri Feb 16 21:46:05 2007 UTC (17 years, 2 months ago) by ayin
Branch: MAIN
CVS Tags: rel-8_2
Changes since 1.318: +1 -1 lines
Diff to previous 1.318
*** empty log message ***

Revision 1.318 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 15:26:56 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.317: +1 -3 lines
Diff to previous 1.317
thanks for mentioning this on time

Revision 1.317 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 15:06:54 2007 UTC (17 years, 3 months ago) by root
Branch: MAIN
Changes since 1.316: +2 -0 lines
Diff to previous 1.316
*** empty log message ***

Revision 1.316 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 20:59:59 2006 UTC (17 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-8_1
Changes since 1.315: +4 -2 lines
Diff to previous 1.315
*** empty log message ***

Revision 1.315 - (view) (download) (annotate) - [select for diffs]
Tue Aug 22 13:07:17 2006 UTC (17 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-8_0
Changes since 1.314: +3 -4 lines
Diff to previous 1.314
*** empty log message ***

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

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

Revision 1.312 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 22:05:05 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.311: +1 -1 lines
Diff to previous 1.311
*** empty log message ***

Revision 1.311 - (view) (download) (annotate) - [select for diffs]
Sat Mar 4 20:14:35 2006 UTC (18 years, 1 month ago) by root
Branch: MAIN
Changes since 1.310: +5 -1 lines
Diff to previous 1.310
*** empty log message ***

Revision 1.310 - (view) (download) (annotate) - [select for diffs]
Thu Feb 23 19:26:56 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.309: +1 -0 lines
Diff to previous 1.309
*** empty log message ***

Revision 1.309 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 22:42:00 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_7
Changes since 1.308: +1 -1 lines
Diff to previous 1.308
*** empty log message ***

Revision 1.308 - (view) (download) (annotate) - [select for diffs]
Mon Feb 20 19:42:55 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.307: +1 -1 lines
Diff to previous 1.307
*** empty log message ***

Revision 1.307 - (view) (download) (annotate) - [select for diffs]
Sat Feb 11 10:53:37 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.306: +1 -1 lines
Diff to previous 1.306
*** empty log message ***

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

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

Revision 1.304 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 22:01:25 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.303: +2 -1 lines
Diff to previous 1.303
*** empty log message ***

Revision 1.303 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 21:47:56 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.302: +11 -1 lines
Diff to previous 1.302
*** empty log message ***

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

Revision 1.301 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 21:23:13 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.300: +0 -23 lines
Diff to previous 1.300
*** empty log message ***

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

Revision 1.299 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 19:11:43 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.298: +0 -1 lines
Diff to previous 1.298
*** empty log message ***

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

Revision 1.297 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 16:43:55 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.296: +4 -1 lines
Diff to previous 1.296
*** empty log message ***

Revision 1.296 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 14:16:59 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-7_5
Changes since 1.295: +2 -2 lines
Diff to previous 1.295
*** empty log message ***

Revision 1.295 - (view) (download) (annotate) - [select for diffs]
Tue Jan 31 00:25:16 2006 UTC (18 years, 2 months ago) by root
Branch: MAIN
Changes since 1.294: +4 -4 lines
Diff to previous 1.294
*** empty log message ***

Revision 1.294 - (view) (download) (annotate) - [select for diffs]
Mon Jan 30 20:12:37 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.293: +6 -6 lines
Diff to previous 1.293
*** empty log message ***

Revision 1.293 - (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.292: +8 -1 lines
Diff to previous 1.292
*** empty log message ***

Revision 1.292 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 21:45:47 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.291: +1 -1 lines
Diff to previous 1.291
*** empty log message ***

Revision 1.291 - (view) (download) (annotate) - [select for diffs]
Sun Jan 29 20:51:27 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.290: +13 -14 lines
Diff to previous 1.290
*** empty log message ***

Revision 1.290 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 20:41:38 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.289: +13 -14 lines
Diff to previous 1.289
*** empty log message ***

Revision 1.289 - (view) (download) (annotate) - [select for diffs]
Sat Jan 28 20:36:21 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.288: +2 -2 lines
Diff to previous 1.288
*** empty log message ***

Revision 1.288 - (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.287: +11 -2 lines
Diff to previous 1.287
*** empty log message ***

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

Revision 1.286 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:09:21 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.285: +3 -3 lines
Diff to previous 1.285
*** empty log message ***

Revision 1.285 - (view) (download) (annotate) - [select for diffs]
Wed Jan 25 21:03:04 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.284: +61 -61 lines
Diff to previous 1.284
*** empty log message ***

Revision 1.284 - (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.283: +0 -10 lines
Diff to previous 1.283
*** empty log message ***

Revision 1.283 - (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.282: +0 -20 lines
Diff to previous 1.282
*** empty log message ***

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

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

Revision 1.280 - (view) (download) (annotate) - [select for diffs]
Mon Jan 23 23:33:58 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.279: +41 -38 lines
Diff to previous 1.279
*** empty log message ***

Revision 1.279 - (view) (download) (annotate) - [select for diffs]
Sat Jan 21 14:25:05 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_2
Changes since 1.278: +0 -5 lines
Diff to previous 1.278
*** empty log message ***

Revision 1.278 - (view) (download) (annotate) - [select for diffs]
Fri Jan 20 18:50:49 2006 UTC (18 years, 3 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]
Fri Jan 20 12:16:28 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.276: +13 -9 lines
Diff to previous 1.276
*** empty log message ***

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

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

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

Revision 1.273 - (view) (download) (annotate) - [select for diffs]
Thu Jan 19 23:13:19 2006 UTC (18 years, 3 months ago) by ayin
Branch: MAIN
Changes since 1.272: +7 -3 lines
Diff to previous 1.272
*** empty log message ***

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

Revision 1.271 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 17:49:46 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.270: +20 -17 lines
Diff to previous 1.270
*** empty log message ***

Revision 1.270 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 10:31:37 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.269: +2 -0 lines
Diff to previous 1.269
*** empty log message ***

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

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

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

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

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

Revision 1.264 - (view) (download) (annotate) - [select for diffs]
Mon Jan 16 06:37:51 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.263: +7 -13 lines
Diff to previous 1.263
*** empty log message ***

Revision 1.263 - (view) (download) (annotate) - [select for diffs]
Sun Jan 15 16:48:17 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.262: +1 -1 lines
Diff to previous 1.262
*** empty log message ***

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

Revision 1.261 - (view) (download) (annotate) - [select for diffs]
Fri Jan 13 15:42:50 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-7_0
Changes since 1.260: +0 -1 lines
Diff to previous 1.260
*** empty log message ***

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

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

Revision 1.258 - (view) (download) (annotate) - [select for diffs]
Thu Jan 12 03:32:56 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.257: +1 -1 lines
Diff to previous 1.257
*** empty log message ***

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

Revision 1.256 - (view) (download) (annotate) - [select for diffs]
Wed Jan 11 05:14:26 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.255: +8 -7 lines
Diff to previous 1.255
*** empty log message ***

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

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

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

Revision 1.252 - (view) (download) (annotate) - [select for diffs]
Mon Jan 9 22:41:41 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.251: +10 -10 lines
Diff to previous 1.251
*** empty log message ***

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

Revision 1.250 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 06:35:23 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.249: +6 -7 lines
Diff to previous 1.249
*** empty log message ***

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

Revision 1.248 - (view) (download) (annotate) - [select for diffs]
Sun Jan 8 00:07:18 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.247: +31 -29 lines
Diff to previous 1.247
*** empty log message ***

Revision 1.247 - (view) (download) (annotate) - [select for diffs]
Sat Jan 7 20:23:52 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.246: +8 -6 lines
Diff to previous 1.246
*** empty log message ***

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

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

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

Revision 1.243 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 05:43:36 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.242: +3 -0 lines
Diff to previous 1.242
*** empty log message ***

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

Revision 1.241 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 05:28:55 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.240: +4 -1 lines
Diff to previous 1.240
*** empty log message ***

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

Revision 1.239 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 03:02:22 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.238: +3 -0 lines
Diff to previous 1.238
*** empty log message ***

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

Revision 1.237 - (view) (download) (annotate) - [select for diffs]
Fri Jan 6 01:16:58 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.236: +45 -6 lines
Diff to previous 1.236
*** empty log message ***

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

Revision 1.235 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 20:43:37 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-6_3
Changes since 1.234: +1 -1 lines
Diff to previous 1.234
*** empty log message ***

Revision 1.234 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 04:42:45 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.233: +24 -28 lines
Diff to previous 1.233
*** empty log message ***

Revision 1.233 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 01:16:34 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.232: +1 -1 lines
Diff to previous 1.232
*** empty log message ***

Revision 1.232 - (view) (download) (annotate) - [select for diffs]
Wed Jan 4 01:10:08 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.231: +2 -1 lines
Diff to previous 1.231
*** empty log message ***

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

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

Revision 1.229 - (view) (download) (annotate) - [select for diffs]
Tue Jan 3 17:34:44 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.228: +36 -34 lines
Diff to previous 1.228
*** empty log message ***

Revision 1.228 - (view) (download) (annotate) - [select for diffs]
Mon Jan 2 16:08:34 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.227: +2 -1 lines
Diff to previous 1.227
*** empty log message ***

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

Revision 1.226 - (view) (download) (annotate) - [select for diffs]
Sun Jan 1 15:03:49 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-6_2
Changes since 1.225: +3 -1 lines
Diff to previous 1.225
*** empty log message ***

Revision 1.225 - (view) (download) (annotate) - [select for diffs]
Sun Jan 1 13:35:14 2006 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.224: +1 -2 lines
Diff to previous 1.224
*** empty log message ***

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

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

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

Revision 1.221 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 18:27:57 2005 UTC (18 years, 3 months ago) by root
Branch: MAIN
Changes since 1.220: +0 -1 lines
Diff to previous 1.220
*** empty log message ***

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

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

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

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

Revision 1.216 - (view) (download) (annotate) - [select for diffs]
Tue Dec 27 01:25:42 2005 UTC (18 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-6_1
Changes since 1.215: +18 -2 lines
Diff to previous 1.215
*** empty log message ***

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

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

Revision 1.213 - (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.212: +3 -4 lines
Diff to previous 1.212
*** empty log message ***

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

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

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

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

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

Revision 1.207 - (view) (download) (annotate) - [select for diffs]
Tue Oct 25 19:04:45 2005 UTC (18 years, 6 months ago) by root
Branch: MAIN
CVS Tags: rel-5_8, rel-5_9
Changes since 1.206: +1 -1 lines
Diff to previous 1.206
*** empty log message ***

Revision 1.206 - (view) (download) (annotate) - [select for diffs]
Thu Aug 11 02:05:07 2005 UTC (18 years, 8 months ago) by root
Branch: MAIN
Changes since 1.205: +6 -6 lines
Diff to previous 1.205
*** empty log message ***

Revision 1.205 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 03:11:51 2005 UTC (18 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-5_7
Changes since 1.204: +3 -1 lines
Diff to previous 1.204
*** empty log message ***

Revision 1.204 - (view) (download) (annotate) - [select for diffs]
Wed Jul 13 02:47:02 2005 UTC (18 years, 9 months ago) by root
Branch: MAIN
Changes since 1.203: +14 -6 lines
Diff to previous 1.203
*** empty log message ***

Revision 1.203 - (view) (download) (annotate) - [select for diffs]
Sat Jun 18 09:02:37 2005 UTC (18 years, 10 months ago) by root
Branch: MAIN
Changes since 1.202: +7 -3 lines
Diff to previous 1.202
*** empty log message ***

Revision 1.202 - (view) (download) (annotate) - [select for diffs]
Sat Mar 12 23:35:14 2005 UTC (19 years, 1 month ago) by root
Branch: MAIN
CVS Tags: rel-5_3, rel-5_4, rel-5_5
Changes since 1.201: +3 -1 lines
Diff to previous 1.201
*** empty log message ***

Revision 1.201 - (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.200: +36 -46 lines
Diff to previous 1.200
*** empty log message ***

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

Revision 1.199 - (view) (download) (annotate) - [select for diffs]
Sun Feb 20 02:00:43 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
Changes since 1.198: +1 -3 lines
Diff to previous 1.198
*** empty log message ***

Revision 1.198 - (view) (download) (annotate) - [select for diffs]
Sat Feb 19 01:07:58 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
CVS Tags: rel-5_2
Changes since 1.197: +80 -58 lines
Diff to previous 1.197
*** empty log message ***

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

Revision 1.196 - (view) (download) (annotate) - [select for diffs]
Thu Feb 17 12:23:39 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
Changes since 1.195: +30 -8 lines
Diff to previous 1.195
*** empty log message ***

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

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

Revision 1.193 - (view) (download) (annotate) - [select for diffs]
Sun Feb 13 08:56:27 2005 UTC (19 years, 2 months ago) by root
Branch: MAIN
Changes since 1.192: +0 -1 lines
Diff to previous 1.192
*** empty log message ***

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

Revision 1.191 - (view) (download) (annotate) - [select for diffs]
Wed Jan 26 07:08:15 2005 UTC (19 years, 3 months ago) by root
Branch: MAIN
CVS Tags: rel-4_9
Changes since 1.190: +1 -1 lines
Diff to previous 1.190
*** empty log message ***

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

Revision 1.183 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 06:43:00 2004 UTC (19 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_7
Changes since 1.179: +22 -6 lines
Diff to previous 1.179
*** empty log message ***

Revision 1.179 - (view) (download) (annotate) - [select for diffs]
Wed Dec 15 05:39:08 2004 UTC (19 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_6
Changes since 1.178: +2 -2 lines
Diff to previous 1.178
*** empty log message ***

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

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

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

Revision 1.175 - (view) (download) (annotate) - [select for diffs]
Sat Dec 11 17:18:29 2004 UTC (19 years, 4 months ago) by root
Branch: MAIN
CVS Tags: rel-4_4
Changes since 1.171: +26 -28 lines
Diff to previous 1.171
*** empty log message ***

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

Revision 1.170 - (view) (download) (annotate) - [select for diffs]
Sun Nov 21 20:19:24 2004 UTC (19 years, 5 months ago) by root
Branch: MAIN
CVS Tags: rel-4_1
Changes since 1.168: +2 -2 lines
Diff to previous 1.168
*** empty log message ***

Revision 1.168 - (view) (download) (annotate) - [select for diffs]
Sun Sep 5 09:32:59 2004 UTC (19 years, 7 months ago) by root
Branch: MAIN
CVS Tags: rel-4_0
Changes since 1.163: +22 -14 lines
Diff to previous 1.163
*** empty log message ***

Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Wed Aug 25 03:47:20 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_8
Changes since 1.145: +99 -62 lines
Diff to previous 1.145
*** empty log message ***

Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 12:04:57 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_7
Changes since 1.131: +326 -207 lines
Diff to previous 1.131
*** empty log message ***

Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Fri Aug 13 22:38:57 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_6
Changes since 1.120: +233 -74 lines
Diff to previous 1.120
*** empty log message ***

Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 22:36:30 2004 UTC (19 years, 8 months ago) by root
Branch: MAIN
CVS Tags: rel-3_5
Changes since 1.116: +13 -14 lines
Diff to previous 1.116
*** empty log message ***

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

Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Sat Jul 31 00:01:12 2004 UTC (19 years, 9 months ago) by root
Branch: MAIN
CVS Tags: rel-3_3
Changes since 1.97: +70 -34 lines
Diff to previous 1.97
*** empty log message ***

Revision 1.97 - (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.95: +98 -34 lines
Diff to previous 1.95
*** empty log message ***

Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Sun May 9 18:19:49 2004 UTC (19 years, 11 months ago) by pcg
Branch: MAIN
CVS Tags: rel-3_0
Changes since 1.93: +7 -8 lines
Diff to previous 1.93
*** empty log message ***

Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Thu Apr 8 20:31:45 2004 UTC (20 years ago) by pcg
Branch: MAIN
CVS Tags: rel-2_8
Changes since 1.90: +34 -34 lines
Diff to previous 1.90
*** empty log message ***

Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Fri Apr 2 19:09:52 2004 UTC (20 years ago) by pcg
Branch: MAIN
CVS Tags: rel-2_7
Changes since 1.81: +489 -128 lines
Diff to previous 1.81
*** empty log message ***

Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sun Mar 28 02:07:08 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_5
Changes since 1.73: +270 -243 lines
Diff to previous 1.73
*** empty log message ***

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

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sun Mar 14 17:33:07 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_3
Changes since 1.67: +9 -24 lines
Diff to previous 1.67
*** empty log message ***

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Thu Mar 11 00:53:19 2004 UTC (20 years, 1 month ago) by pcg
Branch: MAIN
CVS Tags: rel-2_2
Changes since 1.64: +24 -14 lines
Diff to previous 1.64
*** empty log message ***

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

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Fri Feb 27 02:52:51 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-2_0
Changes since 1.59: +4 -1 lines
Diff to previous 1.59
*** empty log message ***

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 15:39:48 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: rel-1_9
Changes since 1.58: +2 -0 lines
Diff to previous 1.58
*** empty log message ***

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Wed Feb 25 15:06:03 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.57: +3 -0 lines
Diff to previous 1.57
*** empty log message ***

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

Revision 1.56 - (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.55: +6 -6 lines
Diff to previous 1.55
*** empty log message ***

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

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 12:58:02 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.53: +7 -6 lines
Diff to previous 1.53
*** empty log message ***

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 12:34:53 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.52: +4 -0 lines
Diff to previous 1.52
*** empty log message ***

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

Revision 1.51 - (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.50: +9 -5 lines
Diff to previous 1.50
*** empty log message ***

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

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 22:14:00 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.48: +11 -15 lines
Diff to previous 1.48
*** empty log message ***

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 21:15:03 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.47: +1 -1 lines
Diff to previous 1.47
*** empty log message ***

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

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 21:11:59 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.45: +1 -1 lines
Diff to previous 1.45
*** empty log message ***

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 20:33:39 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.44: +1 -1 lines
Diff to previous 1.44
*** empty log message ***

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

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

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Feb 12 01:42:03 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.41: +1 -1 lines
Diff to previous 1.41
*** empty log message ***

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

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

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Mon Feb 9 07:15:46 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
Changes since 1.38: +2 -0 lines
Diff to previous 1.38
*** empty log message ***

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

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

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sun Feb 1 01:34:41 2004 UTC (20 years, 2 months ago) by pcg
Branch: MAIN
CVS Tags: after_astyle
Changes since 1.35: +2559 -2400 lines
Diff to previous 1.35
*** empty log message ***

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Sat Jan 31 03:27:45 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
CVS Tags: before_astyle
Changes since 1.34: +0 -1 lines
Diff to previous 1.34
*** empty log message ***

Revision 1.34 - (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.33: +618 -650 lines
Diff to previous 1.33
*** empty log message ***

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Fri Jan 30 18:12:17 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.32: +3 -3 lines
Diff to previous 1.32
*** empty log message ***

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

Revision 1.31 - (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.30: +26 -9 lines
Diff to previous 1.30
*** empty log message ***

Revision 1.30 - (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.29: +2 -2 lines
Diff to previous 1.29
*** empty log message ***

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

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Fri Jan 16 22:11:09 2004 UTC (20 years, 3 months ago) by pcg
Branch: MAIN
Changes since 1.27: +3 -4 lines
Diff to previous 1.27
*** empty log message ***

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Tue Dec 30 01:35:58 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.26: +3 -1 lines
Diff to previous 1.26
*** empty log message ***

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

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

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Dec 19 06:17:03 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.23: +1 -5 lines
Diff to previous 1.23
*** empty log message ***

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 14:11:47 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.22: +3 -3 lines
Diff to previous 1.22
*** empty log message ***

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 13:33:02 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.21: +31 -32 lines
Diff to previous 1.21
*** empty log message ***

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 08:06:46 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.20: +18 -5 lines
Diff to previous 1.20
*** empty log message ***

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Thu Dec 18 07:31:18 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.19: +41 -55 lines
Diff to previous 1.19
*** empty log message ***

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

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

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

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

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

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon Dec 8 23:14:40 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.13: +32 -41 lines
Diff to previous 1.13
*** empty log message ***

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 04:27:20 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.12: +4 -4 lines
Diff to previous 1.12
*** empty log message ***

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Fri Dec 5 04:05:13 2003 UTC (20 years, 4 months ago) by pcg
Branch: MAIN
Changes since 1.11: +107 -102 lines
Diff to previous 1.11
*** empty log message ***

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

Revision 1.10 - (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.9: +180 -235 lines
Diff to previous 1.9
*** empty log message ***

Revision 1.9 - (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.8: +12 -5 lines
Diff to previous 1.8
*** empty log message ***

Revision 1.8 - (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.7: +25 -19 lines
Diff to previous 1.7
*** empty log message ***

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 17:34:47 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.6: +7 -6 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: +41 -147 lines
Diff to previous 1.5
*** empty log message ***

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

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Tue Nov 25 15:25:16 2003 UTC (20 years, 5 months ago) by pcg
Branch: MAIN
Changes since 1.3: +162 -178 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: +339 -290 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)

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