Rearranged initialization so graticule is corre...
Added time scale: 1 msec tick marks and 10 msec...
Initial revision
Initial revision
Keys are now handled while waiting on trigger. ...
Simplified verbose output to fit all parameters...
Improved triggering to see only the rising or t...
Converted time scale to use integer math instea...
Initial revision
Initial revision
Added -s time axis Scaling (1,2,4,8,16,32) so y...
Switched time scale to 5msec major divisions, a...
Added new check_status function to eliminate so...
First working stereo (dual channel) mode! Adde...
Enhanced -v to show each keypress; rearranged f...
Changed default scale to 4, the middle of the 5...
Moved all display-specific code to new "display...
Major changes to support new multi-file source.
Added -b and B/b keys to swap the signal and gr...
Added M/m and D/d for completeness, moved defau...
Added rules to make new xscope X client.
Rearranged to eliminate forward reference.
Bumped dist version from 0.1 to 1.0.
Added new scope.h dependency.
Keys are now handled during trigger wait. The ...
Added many #defines.
Improved triggering by forcing it to be at the ...
Initial revision
Initial revision
Converted R/r to use integer math like everythi...
Now available as an X client via libsx! Just #...
Initial revision
Moved all display-specific code to new "display...
T and t keys now turn disabled trigger on at 128.
Added DEF_12 for new dual channel mode.
Initial revision
Initial revision
Fixed some off-by-one errors in dual channel mode.
Added optional (#define in scope.h) screen text...
Minor tweaks to improve readibility.
Updated to reflect my changes (I hope).
Reset the sound card after each read. This gre...
Added PREFIX (for install) and VER (for dist) v...
Tiny tweaks for more stable display around keyp...
Grammatical tweaks.
Ignore unknown keypresses.
Added much text to the display, including keybo...
Initial revision
Added installation instructions, updated for 0.3.
Added func.c, fixed some bugs.
Moved signal math to new func.c so it can be ea...
Added display-independent color; X uses 16 colo...
Added min/max, period/frequency readout.
Improved triggering: channel 1 or 2, rising or ...
Moved some globals in to the scope structure.
Added 26 signal memory buffers, one for each le...
Channels are now defined in a structure so we c...
Improved triggering: channel 1 or 2, rising or ...
Added xoscope man page.
Code cleanup.
Improved text positioning; X VGA_WRITE now hono...
Initial revision
Added text channel displays to right side of sc...
Graticule now resizes vertically.
Added way cool channel selector to greatly impr...
Time scaling a STOP'd display is now only allow...
Converted to signed data to simplify math and p...
Added auto-measurements.
Memory indicators now have color of recorded si...
Converted to more realistic 1/2/5 scaling with ...
Initial revision
Added enhancement blurbs.
Signals now scalable. Keyboard control rearran...
changed filenames from scope to oscope
Fixed the vertical scaling bug, moved more glob...
Improved text positioning.
Added memory controls and improved usage to mat...
Fixed comments.
Added new file.c, freq.c, dirlist.c for file lo...
Only do math on visible and selected channels f...
Added x11.c
Added some #includes to suppress compiler warni...
Added memory buttons, optimized many things.
Removed -v, added -1 through -8, simplified tri...
Turned math button into a menu with current fun...
Initial revision
Channels displaying a memory buffer are now aut...
Updated credits.
Initial revision
Initial revision
Many X11 specifics moved to x11.c.
Added new config options for new file I/O featu...
For 0.3.
Added Fast Fourier Transform.
Initial revision
Added (default) to the comments for documentation.
Massive changes to document all the new features.
Initial revision
For 0.5.
Load and Save now call GetFile of freq.c.