summaryrefslogtreecommitdiff
path: root/cgps.c
Commit message (Expand)AuthorAgeFilesLines
* splint cleanup.Eric S. Raymond2009-11-191-1/+0
* More efficient use if vertical screenspace.Eric S. Raymond2009-11-181-3/+3
* Change 2-space indents to 4.Eric S. Raymond2009-11-181-559/+558
* cgps now gets GPS type.Eric S. Raymond2009-11-181-6/+10
* cgps must collect device information from DEVICE notifications.Eric S. Raymond2009-11-181-13/+8
* Fix some overealousnes code removal last night.Eric S. Raymond2009-11-171-0/+2
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-1/+1
* cgps is converted to use new protocol.Eric S. Raymond2009-11-171-14/+6
* Condition out the compass-mode code in cgps.Eric S. Raymond2009-11-171-93/+25
* Fixed broken select() at startup.Gary E. Miller2009-11-101-10/+34
* Output gps_send() failure messages.Gary E. Miller2009-11-101-5/+21
* whitespaceChris Kuethe2009-11-071-20/+20
* Use booleans in cgps.c where appropriate. Move code so theEric S. Raymond2009-11-061-65/+66
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-3/+3
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-4/+4
* Remove a todo that makes no sense since J is gone.Eric S. Raymond2009-09-191-5/+1
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-6/+3
* J command and switch are gone.Eric S. Raymond2009-09-111-23/+1
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-2/+9
* Banish some compiler warnings.Eric S. Raymond2009-08-271-1/+0
* Fix an implicit-declaration glitch.Eric S. Raymond2009-08-271-1/+1
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-10/+1
* fix displayChris Kuethe2009-06-231-4/+4
* change the signal strength member to float.Chris Kuethe2009-06-221-4/+4
* Don't allow negative values when calculating magnetic headings.Jeff Francis2009-05-291-17/+26
* Added man page for lcdgps.Jeff Francis2009-03-181-0/+1
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-0/+1
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-26/+7
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-1/+1
* Splint cleanup and removal of some unneeded headers.Eric S. Raymond2009-01-211-0/+2
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+4
* cast this float to int since we're printing it as intChris Kuethe2008-09-101-1/+1
* This value is out of the realm of believability... Jeff Francis2008-08-291-1/+1
* Add the option of displaying calculated magnetic heading rather thanJeff Francis2008-08-151-3/+59
* splint cleanup.Eric S. Raymond2007-12-131-40/+42
* Fix patch for update_compass_panel() by Petr Slansky.Eric S. Raymond2007-12-121-55/+56
* A bit of refactoring.Eric S. Raymond2007-12-121-5/+3
* Fix patch from Petr Slansky.Eric S. Raymond2007-12-111-28/+23
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-2/+2
* More splint cleanup.Eric S. Raymond2007-12-051-0/+2
* slightly refactor cgps to move the window setup code. unless jeff beatsChris Kuethe2007-10-151-146/+150
* whitespace cleanupChris Kuethe2007-10-151-80/+80
* POSIX says getmaxyx is already (void).Chris Kuethe2007-03-271-1/+1
* Removed the entire title line. Jeff Francis2007-01-241-38/+11
* a better way to use ncurses, if you've got it.Chris Kuethe2006-12-151-2/+6
* Typo. 'dgps' is not the same as 'gpsd'...Jeff Francis2006-12-041-1/+1
* Added error estimate fields back into cgps per ESR's request.Jeff Francis2006-11-211-41/+54
* When the display is 80x24, don't display the title line...Jeff Francis2006-11-141-1/+1
* Zero the private drive storage at device-activate time...Eric S. Raymond2006-11-131-3/+3
* Big cgps front end rewrite from Jeff Francis.Eric S. Raymond2006-11-121-152/+305