summaryrefslogtreecommitdiff
path: root/xgps.c
Commit message (Expand)AuthorAgeFilesLines
* Partial splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-1/+1
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-2/+9
* Display both driver and subtype when we can.Eric S. Raymond2009-08-311-1/+3
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-25/+1
* Eliminate a couple more gps_query() uses.Eric S. Raymond2009-08-261-7/+5
* Make more of the test clients protocol-neutral. Document why xgps isn't.Eric S. Raymond2009-08-241-2/+6
* Introduce and document optional "enable" in ?WATCH.Eric S. Raymond2009-08-241-2/+2
* xgps works with new protocol.Eric S. Raymond2009-08-241-11/+1
* Device filtering implemented for new protocol.Eric S. Raymond2009-08-241-3/+8
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-1/+1
* More work on client-side JSON.Eric S. Raymond2009-08-181-2/+8
* change the signal strength member to float.Chris Kuethe2009-06-221-19/+19
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-2/+3
* Regularize some options.Eric S. Raymond2009-03-021-22/+25
* Consolidate all the X code in one file to reduce clutter.Eric S. Raymond2009-03-021-1/+227
* Standardized parsing of server:port:device client arguments.Eric S. Raymond2009-02-251-28/+7
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-01-211-2/+5
* silence some unused variable warningsChris Kuethe2009-01-201-6/+6
* splint cleanup.Eric S. Raymond2007-12-131-2/+2
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-1/+1
* Create decorations -- next step is to get the containment relations right.Eric S. Raymond2007-12-081-1/+15
* Enclose the GPS frame in a form so we can decorate it.Eric S. Raymond2007-12-081-9/+17
* Put the GPS type in the window title.Eric S. Raymond2007-12-081-1/+3
* splint cleanup.Eric S. Raymond2007-12-071-76/+100
* Create and use a stub set_title() function.Eric S. Raymond2007-12-061-5/+2
* Message window shouldn't clobber the GPS data frame.Eric S. Raymond2007-12-061-0/+2
* Warnings cleanup.Eric S. Raymond2007-12-061-7/+6
* Marc Balmer's souped-up xgps presentation.Eric S. Raymond2007-12-061-460/+942
* Increase the xgps window height slightly. Eric S. Raymond2007-12-061-1/+1
* Another gallimaufry of small fixes:Eric S. Raymond2006-11-131-2/+2
* Remove reference to obsolete smoothing ('-s') option...Bill Marr2006-11-111-1/+1
* Fix long-standing bug in speed display when knots are the selected speed unit.Bill Marr2006-11-111-1/+1
* Fix a typo.Eric S. Raymond2006-11-011-1/+1
* gpsd now ships an I response when it assigns a device to a user.Eric S. Raymond2006-10-311-4/+11
* Commit a righteous featurectomy -- smoothing option is gone from xgps.Eric S. Raymond2006-10-311-180/+156
* Split the initializer method for FV18 and Evermore.Eric S. Raymond2006-10-301-0/+2
* Implement -j option in xgps. Document it in cgps.Eric S. Raymond2006-10-301-3/+10
* Client code cleanup and simplification.Eric S. Raymond2006-10-301-33/+34
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+2
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+1
* String safety, courtesy of snprintf, strlcat and strlcpy.Chris Kuethe2006-08-191-15/+17
* Quiet down splint.Eric S. Raymond2006-05-191-1/+1
* Make the usage line reflect reality. From Bill Marr on gpsd-dev.Chris Kuethe2006-04-261-1/+1
* Change -v to -V for Verbose optionGary E. Miller2006-03-131-2/+2
* Condition out the quit button.Eric S. Raymond2006-02-201-1/+6
* Corrected leak fix.Eric S. Raymond2006-02-201-1/+1
* Aha! Now we have a kill button.Eric S. Raymond2006-02-201-0/+5
* Geoffrey Crew's second layout fix.Eric S. Raymond2006-02-201-6/+5
* Plug a minor memory leak.Eric S. Raymond2006-02-201-1/+1