Skip to content

Instantly share code, notes, and snippets.

@bilderbuchi
Last active December 19, 2015 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bilderbuchi/5976584 to your computer and use it in GitHub Desktop.
Save bilderbuchi/5976584 to your computer and use it in GitHub Desktop.
Merged PRs since 0.7.4 release
  • Nr 2211 by ofTheo : Bugfix glfw fullscreen fix
  • Nr 2200 by julapy : ios external display mirror mode is now default
  • Nr 2198 by ofTheo : bugfix GLFW delete/backspace/return keys were not coming in. also ctrl-click alt-click were not coming in as left right click. closes #2197
  • Nr 2193 by tgfrerer : Fix rpi compilation issues
  • Nr 2192 by ofTheo : Bugfix glfw fixes - work in progress.
  • Nr 2188 by tgfrerer : rename programmable GL shader attributes
  • Nr 2187 by admsyn : AVFoundation API for iOS Audio Sessions
  • Nr 2182 by ofTheo : feature xcode adds warning if return type does not match ( ie if return is forgoton ), closes #843
  • Nr 2181 by ofTheo : Bugfix ios xib closes #1099
  • Nr 2179 by ofTheo : bugfix for clearing glGetError closes #1515
  • Nr 2178 by ofTheo : Bugfix mouseconstants closes #503
  • Nr 2175 by ofTheo : Fixes ofThread destructor behavior. uses tryJoin with a timeout of 10 seconds to wait for thread to finish. closes #1239
  • Nr 2170 by julapy : fix for UIImage to ofImage conversion.
  • Nr 2165 by julapy : ios on-exit fix
  • Nr 2157 by roymacdonald : fix ofxAssimp example enable depth test
  • Nr 2153 by tgfrerer : fix ofAppGLFWWindow fullscreen on multimonitor systems
  • Nr 2151 by roymacdonald : ofEasyCam Fix mouse button interactivity to correct OF_MOUSE_BUTTONS def...
  • Nr 2140 by LeoColomb : Fix VS2012 libs
  • Nr 2139 by julapy : undo removing orientation defines.
  • Nr 2138 by julapy : removed unused ios orientation defines
  • Nr 2137 by roymacdonald : removed ofxiPhoneSetOrientation from ios examples
  • Nr 2135 by kylemcdonald : creates missing directories when saving files
  • Nr 2132 by julapy : frame support for ofiPhoneVideoPlayer
  • Nr 2131 by julapy : fix missing files in ios xcode project
  • Nr 2129 by thiagohersan : removes nonexistent files from openFrameworksLib xcode project
  • Nr 2128 by thiagohersan : removes unecessary call to free() in svgtiny_parse_transform_attributes()
  • Nr 2127 by julapy : ofxiOSSoundPlayer as default iOS player.
  • Nr 2126 by julapy : deprecating ofxiPhoneSetOrientation and ofxiPhoneGetOrientation
  • Nr 2125 by kylemcdonald : added ofSetDepthTest, ofEnableDepthTest, ofDisableDepthTest. closes #340
  • Nr 2124 by roymacdonald : Fixed ios examples
  • Nr 2123 by roymacdonald : Fix orientation issues in iOS
  • Nr 2121 by joshuajnoble : Fixing ofXml addValue() declaration
  • Nr 2119 by julapy : ios orientation fix to work with develop
  • Nr 2118 by bilderbuchi : Make sure examples compile.
  • Nr 2117 by bilderbuchi : Recompile glfw 3.0 for 32bit Linux.
  • Nr 2116 by julapy : ofxiPhoneSoundStream rewrite to ofxiOSSoundStream
  • Nr 2111 by thiagohersan : fixes drawStringAsShapes() and getStringAsPoints()
  • Nr 2110 by LeoColomb : BugFix VS2012 (3)
  • Nr 2108 by danthemellowman: fixes ofProgrammableGLRenderer.h -> ofGLProgrammableRenderer.h
  • Nr 2107 by danthemellowman: Update install_dependencies.sh
  • Nr 2105 by admsyn : auto-update ios and osx xcode project formats, closes #1409
  • Nr 2104 by kylemcdonald : vsync + alpha defaults
  • Nr 2102 by admsyn : remove deprecated functions for 0.8.0, closes #1428
  • Nr 2097 by arturoc : Feature elinux programmable gl
  • Nr 2096 by LeoColomb : Fix Icon VS2012
  • Nr 2095 by kylemcdonald : ofDirectory natural sort order
  • Nr 2091 by kylemcdonald : autoallocate on ofTexture::loadData changes
  • Nr 2090 by thiagohersan : Fixes boundary check on ofMesh removers
  • Nr 2089 by thiagohersan : Fix cairo background(brightness)
  • Nr 2088 by tobiasebsen : Fixed bug in ofxSvg that ignored transform attribute
  • Nr 2085 by thiagohersan : Fix fullscreen initialization of width and height variables
  • Nr 2084 by joshuajnoble : ofXml
  • Nr 2083 by bakercp : Added missing typedefs for of ofBaseImage and ofPixelsRef.
  • Nr 2079 by underdoeg : fix std namespace for shared_ptr, weak_ptr, ...
  • Nr 2078 by admsyn : add setter for OpenAL's distance model in ofxOpenALSoundPlayer
  • Nr 2077 by novazembla : ofSerial allow windows to connect to COM10+
  • Nr 2073 by underdoeg : changes to makefile for arch linux
  • Nr 2072 by danthemellowman: Update ofColor.h
  • Nr 2071 by danthemellowman: Update ofColor
  • Nr 2069 by LeoColomb : Remove log file
  • Nr 2068 by ksimmulator : fixed drawStringAsShapes to respect both spaceSize and letterSpacing
  • Nr 2064 by LeoColomb : ofxVectorMath => ofVectorMath
  • Nr 2053 by memo : Feature of polyline sampling
  • Nr 2048 by bakercp : Fixes #2046
  • Nr 2034 by julapy : ios - launch images and icons for iPhone5 + iPad3
  • Nr 2021 by elliotwoods : Bugfix - ofDrawBitmapString tab
  • Nr 2017 by arturoc : iOS: poco armv7 libs + fixes project files
  • Nr 2015 by arturoc : mark events as attended
  • Nr 2013 by tgfrerer : fix vs2012 compilation issues
  • Nr 2001 by LeoColomb : BugFix VS2012 Compilation
  • Nr 1999 by foocraft : Develop
  • Nr 1990 by danthemellowman: Update ofURLFileLoader.cpp
  • Nr 1981 by LeoColomb : Fix docs missings & improve dev scripts
  • Nr 1980 by LeoColomb : Style Dev Update
  • Nr 1974 by julapy : ofxAssimpModelLoader - optimised texture loading.
  • Nr 1973 by LeoColomb : Fix - Capitalize Targets
  • Nr 1959 by arturoc : ofPath refactor + ofRectRound + fixes
  • Nr 1957 by arturoc : ofCairoRenderer: fix flipY
  • Nr 1954 by arturoc : ofCairoRenderer: fix for cairo blend modes not existing in older versions
  • Nr 1951 by LeoColomb : Feature Docs
  • Nr 1949 by LeoColomb : Bugfix Visual Studio 2012
  • Nr 1942 by danthemellowman: Update to ofParameter.h to fix build errors on Windows 8.
  • Nr 1939 by arturoc : makefiles linux 32bit: fix platform detection. Closes 1938
  • Nr 1936 by bakercp : Const-correcting accessors in ofVbo/ofVboMesh/ofxOscMessage
  • Nr 1935 by bakercp : Fixes #1934
  • Nr 1933 by bakercp : Removed Arturo's abs path.
  • Nr 1931 by arturoc : ofxTCPServer: recommit @SoylentGraham fixes
  • Nr 1929 by arturoc : android: several bugfixes
  • Nr 1927 by elliotwoods : added missing files to project generator project
  • Nr 1923 by cerupcat : Fixed sound not restarting after an interupttion (phone call or alarm clock)
  • Nr 1921 by bakercp : Fixes spacing and font. Fixes #1893.
  • Nr 1920 by bakercp : ofEvents: Poco::FIFOEvent was deprecated in 1.4.2. Fixes #1895
  • Nr 1918 by arturoc : openssl + poco ssl
  • Nr 1915 by bakercp : A single line typedef, adding ofScopedLock (aka Poco::FastMutex::ScopedLock)
  • Nr 1912 by kylemcdonald : added ofPixels::setColor(ofColor) and ofImage::setColor(ofColor)
  • Nr 1907 by kylemcdonald : fixes a bug where ofColor::fromHsb(255,x,y) or ofFloatColor::fromHsb(1,1,1) returns white
  • Nr 1906 by falcon4ever : Fixed onTouchMoved historical event handling
  • Nr 1903 by SoylentGraham : Fixed ofxTSCPServer being thread-unsafe
  • Nr 1898 by arturoc : addons.make: remove deprecated addons
  • Nr 1897 by arturoc : linux: fix build scripts
  • Nr 1896 by arturoc : android: w,h weren't set before setup + fix deprecated constants
  • Nr 1894 by thiagohersan : add ofSerial isInitialized( )
  • Nr 1889 by danoli3 : Fix for FreeImage.h typedef problems for OSX/iOS Xcode
  • Nr 1887 by arturoc : new makefile system
  • Nr 1885 by thiagohersan : add WRITE_EXTERNAL_STORAGE permission back in for android examples with ...
  • Nr 1882 by thiagohersan : remove freeing of non-allocated memory in svgtiny_parse_poly(...)
  • Nr 1880 by cerupcat : Fixed sound not restarting after an interupttion (phone call or alarm clock)
  • Nr 1877 by benben : update gstreamer version to 1.0 in archlinux install scripts
  • Nr 1870 by arturoc : ofTrueTypeFont: remove unneded push/pop & translate
  • Nr 1860 by arturoc : system fonts
  • Nr 1838 by bilderbuchi : Fix lots of compile warnings
  • Nr 1819 by NickHardeman : Feature 3d graphics
  • Nr 1817 by memo : ofNode::setParent and clearParent have flags to maintain global transfor...
  • Nr 1814 by thiagohersan : fix getHex and setHex for ofFloatColor and ofShortColor
  • Nr 1812 by thiagohersan : add default values to private members of ofGLRenderer.
  • Nr 1810 by thiagohersan : update osx scripts to work with 071 folder structure
  • Nr 1795 by chparsons : Feature shader include
  • Nr 1657 by nasser : Add ofGetVersionMajor(), ofGetVersionMinor() to ofUtils
  • Nr 1639 by ofTheo : Feature: Icons added for Debug and Release for OS X - option to modify icons for specific projects
  • Nr 1603 by tgfrerer : fix-ofLight-globalPosition, globalOrientation
  • Nr 1594 by bakercp : Graphics Updates / Fixes (see notes)
  • Nr 1584 by arturoc : ofSoundStream: adds getters for samplerate, bufferSize and numChannels
  • Nr 1539 by arturoc : ofTrueTypeFont support for iso8859-1 on utf-8 encoded files
  • Nr 1479 by arturoc : several 1d interpolation functions
  • Nr 1397 by arturoc : Feature ofParameter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment