]> Pileus Git - grits/history - src/objects
Add support for GTK 3
[grits] / src / objects /
2013-01-21 Andy SpencerConvert to GtkAllocation
2012-12-27 Andy SpencerAdd thread safe grits_viewer_queue_draw function
2012-12-27 Andy SpencerMove threading out of tile update/gc functions
2012-12-27 Andy SpencerMove low level tile loading to GritsTile
2012-12-26 Andy SpencerMore reference counting updates
2012-12-26 Andy SpencerFix a variety of memory leaks
2012-12-13 Andy SpencerRemove deprecated thread functions
2012-04-29 Andy SpencerFix end caps on GritsMarker
2012-04-29 Andy SpencerAdd cursor support to GritsObject
2012-04-28 Andy SpencerAdd parameters and return values to GritsObject events
2012-04-14 Andy SpencerAdd support for picking on orthographic projections
2012-04-13 Andy SpencerMinor cleanup in GritsPoly
2012-02-16 Andy SpencerMove glext.h to gtkgl.h
2012-02-16 Andy SpencerUse larger texture mask
2012-02-16 Andy SpencerSupport OpenGL extensions under Win32
2012-02-16 Andy SpencerCast gluTessCallbacks to void *
2012-02-14 Andy SpencerUse depth test for partial tile drawing
2012-02-14 Andy SpencerFix crash when unloading the root tile
2012-02-14 Andy SpencerImprove performance of GritsTile
2012-02-14 Andy SpencerFix memory leaks in tile loading
2012-02-12 Andy SpencerCast function pointers for gluTessCallback
2012-02-12 Andy SpencerDelay load the textures for label markers
2012-02-12 Andy SpencerLoad tiles at a lower resolution
2012-02-12 Andy SpencerCheck for split on all child tiles
2012-02-09 Andy SpencerAdd ortho flag to GritsMarker
2012-02-09 Adam BoggsSupport pixmap icons in GritsMarker
2012-02-04 Andy SpencerFix bugs in GritsTile
2012-01-30 Andy SpencerImprove rendering of non lat-lon tiles tms
2012-01-30 Andy SpencerAdd support for Mercator projections in tiles
2012-01-03 Andy SpencerAdd GritsLine
2012-01-03 Andy SpencerMove polygon parsing into grits-util
2012-01-01 Andy SpencerAdd support for Mac OS
2012-01-01 Andy SpencerUpdate windowing system tests
2011-12-12 Andy SpencerMove OpenGL includes to a common place
2011-11-25 Andy SpencerFix off-by-one error
2011-11-24 Andy SpencerFix 64-bit warnings
2011-11-24 Andy SpencerFix extra mouse-over bug
2011-11-24 Andy SpencerMake picking 64-bit compatible
2011-11-10 Andy SpencerUse correct resolution tiles when zooming out
2011-10-31 Andy SpencerUpdate copyright notices
2011-10-27 Andy SpencerUse rounded corners for GritsPoly
2011-10-27 Andy SpencerFix memory leaks
2011-10-17 Andy SpencerImprove performance of GritsPoly
2011-10-17 Andy SpencerFix typo
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