*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Check that the geometry is tall enough to display at least one line in each font, including any outline or shadow.
*** empty log message ***
Use code from XPenguins to find the root window under GNOME, KDE, etc.
Removed spurious 'todo' comment.
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Don't ignore the user's description for 'stdin' if one is given.
*** empty log message ***
Allow each logfile to display in a different font.
Fixed a teensy 1-byte memory leak that happened each time a "\n" was added to an old partial line and -partial was in effect without -update.
Squashed a warning. I should try compiling before checking in!
new options -justify and -cont-color linked list instead of array
Fixed a memory leak.
*** empty log message ***
Fixed the example geometry in the --help text. It's in pixels now.
lineinput() now reads to the next \n, or to EOF, even if that's a long way away. It used to stop if the buffer got full.
Only realloc() the display_line's buffer if it needs to be bigger.
Trying to use "-update" and "-whole" together gave an error: "Specify at most one of -partial and -whole". Now it gives a more suitable error message.
Remove the 1024 byte limit on the file's description.
Edit the text of the comment for lineinput().
The optimisation which avoids redrawing text which hasn't changed should avoid skipping text which has changed colour.
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Removed debugging printf().
If we find we are having to wrap a line before managing to fit any characters at all onto the previous line then something's very wrong.
When wrapping lines, insert the 'continuation string' at the start on the new line. ---------------------------------------------------------------------- ----------------------------------------------------------------------
Commented the 7 places that need attention.
Fix '-whole' behaviour for the case where lines are added to the logfile a part at a time.
Don't use the 'only redraw changes' optimisation if '-noflicker' isn't specified.
*** empty log message ***
Only redraw the lines which have changed when -noflicker is in effect. This reduces flicker further.
*** empty log message ***
*** empty log message ***
Fixed bug with very long (> 1024 character) lines being broken up.
Added '-wordwrap' option.
Added the '-cont' functionality back in. Replaced 'break' with 'continue' to skip just the current file when it fails to open, rather than skipping all following files.
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
- call redraw() before entering the main loop to ensure that at least something is displayed on the root window immediately
1.1 Fri Mar 26 03:58:50 CET 2004 - added options: * -whole : to only display lines once they are \n terminated * -partial: to display lines whether they are terminated or not * -update: to attempt to complete old partial lines 'in-place' * -cont: to specify a string to prefix 'broken' partial lines with - set default interval back to 3 seconds, as mentioned in '-help' text and man page. - set default 'reload' value to 0 to prevent reloads. - updated man page
*** empty log message ***
*** empty log message ***
*** empty log message ***
*** empty log message ***
Fixes f/g color setting in -reverse mode
*** empty log message ***
*** empty log message ***
*** empty log message ***
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.