]> git.sur5r.net Git - fstl/shortlog
fstl
2014-03-22 Matt KeeterreadRawData is much faster than skipRawData
2014-03-22 Matt KeeterAdding hash-based mesh loading (better big-O)
2014-03-22 Matt KeeterMerge branch 'win32'
2014-03-22 Matt KeeterAdding support for static qt builds
2014-03-21 Matt KeeterUse QGLFunctions to fix OpenGL calls
2014-03-21 Matt KeeterCross-thread lambda functions fail on win32
2014-03-21 Matt KeeterBeginning to make cross-platform
2014-03-20 Matt KeeterAdding license
2014-03-15 Matt KeeterAdding README
2014-03-15 Matt KeeterBump optimization to O3
2014-03-15 Matt KeeterStart with status as ' ' to precache font
2014-03-15 Matt KeeterMade QActions const
2014-03-15 Matt KeeterAdding default model
2014-03-14 Matt KeeterRemove CFBundleSignature
2014-03-14 Matt KeeterMade models non-mirrored
2014-03-14 Matt KeeterHook open event to load_stl
2014-03-14 Matt KeeterMake load_stl return a boolean
2014-03-14 Matt KeeterAdding event for mac open event
2014-03-14 Matt KeeterDerived App from QApplication
2014-03-14 Matt KeeterMisc bugfixes and cleanup
2014-03-13 Matt KeeterBig reorganization
2014-03-13 Matt KeeterSet up .app icon and file associations
2014-03-13 Matt KeeterConnect to correct slots
2014-03-10 Matt KeeterPrint loading as text over opengl window
2014-03-09 Matt KeeterSwitch to new connection syntax and lambda function
2014-03-09 Matt KeeterPainting status string as text
2014-03-08 Matt KeeterClean up stylesheet
2014-03-08 Matt KeeterChange tabulation
2014-03-08 Matt KeeterChange color of URLs
2014-03-08 Matt KeeterPrettier about box
2014-03-08 Matt KeeterMerge branch 'remove-eigen'
2014-03-08 Matt KeeterReinstate min/max methods
2014-03-08 Matt KeeterRemove dependancy on eigen
2014-03-07 Matt KeeterWhitespace fix
2014-03-07 Matt KeeterSet window title to filename
2014-03-07 Matt KeeterAdding about box
2014-03-07 Matt KeeterDisable open when load is in progress
2014-03-07 Matt KeeterAdding quit action to file menu
2014-03-07 Matt KeeterAdding Open command to menu
2014-03-04 Matt KeeterAdding backdrop
2014-03-04 Matt KeeterMostly complete from the Python original