summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-30Removed "constants"-- found out that XML already has this feature!Ian McIntosh23-638/+639
2005-09-26Added the basics of a help system.Ian McIntosh26-326/+961
2005-09-25Ooops, didn't mean to commit vertical sidebar tabs. :)Ian McIntosh3-12/+25
2005-09-25Added. Not necessarily the final ones, just what I'm using now.Ian McIntosh4-5/+10
2005-09-25Removed "m_" prefix from all struct variables! (It makes much more sense inIan McIntosh47-1963/+2003
2005-09-24New "Go" menu with web maps. General GUI cleanup.Ian McIntosh40-1234/+2646
2005-09-14Removed many unneeded #includes. Removed NUM_ELEMS in favor of existingIan McIntosh35-2110/+3041
2005-09-05Better error handling (silences "duplicate key" warning on startup).Ian McIntosh20-2390/+2653
2005-08-31Remove incorrect 'UNIQUE' attribute on Name index in RoadName table.Ian McIntosh12-181/+258
2005-08-28ChangeLog: Oops, forgot to update this.Ian McIntosh1-0/+14
2005-08-28data/roadster.glade: UI cleanup. Moved many items into a 'Debug' menu.Ian McIntosh32-894/+963
2005-05-26Label more stuff.Keith Packard4-55/+105
2005-04-23Add new generic way to load XML files.Ian McIntosh20-166/+1094
2005-04-01Use a better math function for smooth scrolling.Ian McIntosh6-49/+44
2005-03-31Inserting of POI and POI attributes.Ian McIntosh17-227/+400
2005-03-29Add parsing for WKB points. Change an index on the LocationAttributeValueIan McIntosh15-441/+715
2005-03-28Added this file for global flags.Ian McIntosh41-527/+720
2005-03-26Made zoom and history buttons (and menuitems) go insentitive when clickingIan McIntosh8-53/+132
2005-03-25Tweak when mouse cursor changes during drags, etc.Ian McIntosh6-149/+160
2005-03-23Fixed off-by-one error in selecting line widths for hit testing.Ian McIntosh3-3/+9
2005-03-23Single click on the border now does a big jump, instead of a singleIan McIntosh5-32/+49
2005-03-23Fix date of last commit.Ian McIntosh1-1/+1
2005-03-23Added.Ian McIntosh10-400/+521
2005-03-20Added. Stores a list of places for the back/forward buttons.Ian McIntosh12-53/+406
2005-03-19Added.Ian McIntosh19-2909/+2070
2005-03-18New files. Animates from 0.0 to 1.0 in various ways.Ian McIntosh12-585/+1285
2005-03-16Clean up URL.Carl Worth2-1/+5
2005-03-13Index on column 'Name' of table 'LocationAttributeName' should be UNIQUE.Ian McIntosh5-4/+22
2005-03-13Switch to mysql_use_result(). Add more memory related paramaters toIan McIntosh14-39/+87
2005-03-13Remove debugging message.Ian McIntosh2-1/+5
2005-03-13Add warning for bad color strings in layers.xml file.Ian McIntosh5-22/+125
2005-03-13Change name of chunk allocators (just the text name used for debugging).Ian McIntosh8-7/+25
2005-03-10Commented out scenemanager demo (rectangle).Ian McIntosh4-5/+11
2005-03-10MySQL optimization regarding GeomFromText() which saves about 10% totalIan McIntosh4-18/+31
2005-03-10Removed Road_RoadName joiner table. Roads can have only one name now (weIan McIntosh13-306/+405
2005-03-09First round of improvements to map_draw_cairo_line_label(). Instead ofNathan Fredrickson2-97/+158
2005-03-08Added.Ian McIntosh11-134/+234
2005-03-07Added. (Not currently used.)Ian McIntosh10-19/+135
2005-03-06Sort search results by distance from user, starting with closest. Also setIan McIntosh10-124/+72
2005-03-06Scroll once when user clicks map border. Change map drag mouse cursor.Ian McIntosh5-28/+45
2005-03-04Provide URL to Wiki for help with compiling.Ian McIntosh5-48/+68
2005-03-04Added click-and-hold to scroll at map window edge.Ian McIntosh9-75/+218
2005-03-04Use gtk/gtk.h instead of gnome.h where possible.Ian McIntosh23-262/+284
2005-03-03Enable directives to disable deprecated features.Nathan Fredrickson4-12/+13
2005-03-03Call gtk_main_quit() to shutdown properly and look for glade file in sourceNathan Fredrickson6-36/+32
2005-03-03Really added.Ian McIntosh4-0/+1066
2005-03-03Removed drawing code, added two rendering backends.Ian McIntosh19-1311/+572
2005-03-03Parse dash style and fix the railroads.Nathan Fredrickson5-8/+20
2005-03-03Change extern "C" to G_BEGIN_DECLS/G_END_DECLSNathan Fredrickson18-107/+92
2005-03-03Add dependency on libxml-2.0.Nathan Fredrickson8-158/+618