]> Pileus Git - grits/history - src/objects
Add clicked signal to GritsObject
[grits] / src / objects /
2011-10-15 Andy SpencerAdd clicked signal to GritsObject
2011-10-15 Andy SpencerAdd mouse, keyboard, and motion events to GritsObject
2011-10-15 Andy SpencerAdd mouse enter/leave signals to objects
2011-10-15 Andy SpencerCleanup GritsPoly
2011-10-12 Andy SpencerAdd string parser to GritsPoly
2011-10-12 Andy SpencerAdd configurable borders to GritsPoly
2011-09-09 Andy SpencerFix compiler warning with gluTessCallback
2011-06-07 Andy SpencerSwitch from GtkGLExt to internal OpenGL handling
2011-05-24 Andy SpencerAdd hidden method for object
2011-01-24 Andy SpencerAdd GritsPoly for drawing sets of polygons
2011-01-24 Andy SpencerAdd GritsVolume for 3D volume rendering
2011-01-22 Andy SpencerAllow disabling operations in grits_object_draw
2011-01-22 Andy SpencerAdd grits_object_queue_draw function
2011-01-22 Andy SpencerStore GritsViewer references in GritsObjects
2011-01-22 Andy SpencerDelete OpenGL textures in grits_marker_finalize
2011-01-22 Andy SpencerAdd debugging to GritsCallback
2010-11-28 Andy Spencerlibgis -> grits: Update functions/types/etc
2010-11-28 Andy Spencerlibgis -> grits: Update non-technical references
2010-11-28 Andy Spencerlibgis -> grits: Fix build after rename
2010-11-28 Andy Spencerlibgis -> grits: Rename files
2010-10-25 Andy SpencerMove OpenGL code from GisOpenGL to objects
2010-10-24 Andy SpencerRename GisBBox to GisBounds
2010-05-05 Andy SpencerAdd support for hidden objects
2010-05-03 Andy SpencerAdd texture coords to tiles
2010-05-03 Andy SpencerUse 2^x textures for GisMarker
2010-05-01 Andy SpencerWin32 port
2010-04-19 Andy SpencerAdd z-index to tiles
2010-02-10 Andy SpencerAdd outline to markers
2010-02-10 Andy SpencerFix up primitive datatypes
2010-02-09 Andy SpencerLazy tile splitting
2010-02-08 Andy SpencerDocument GisTile
2010-02-08 Andy SpencerDocument GisCallback
2010-02-08 Andy SpencerDocument GisMarker
2010-02-08 Andy SpencerDocument GisObject
2010-02-08 Andy SpencerMiscellaneous updates, mostly aesthetic
2010-02-08 Andy SpencerReplace ugly macros with ugly boilerplate
2010-02-08 Andy SpencerConvert self to real names
2010-02-06 Andy SpencerGisTile: use g_object_unref instead of g_free
2010-02-06 Andy SpencerDebugging and memory checking
2010-02-06 Andy SpencerFix various memory leaks, mostly in plugins
2010-02-03 Andy SpencerFix include folders
2010-02-03 Andy SpencerSplit gis-object.{c,h} -> gis-{object,marker,callback...
2010-02-03 Andy SpencerMove objects to a subdirectory