Commit Graph

  • e5835eab33 vs bugfix fixes issue where two different cpp files with same name produce same .o file (#6620) Theodore Watson 2021-01-25 10:43:36 -08:00
  • 6a59943a51 bugfix make non-double buffer work for macos. closes #6612 (#6663) Theodore Watson 2021-01-25 10:16:29 -08:00
  • 3b790d2c50 msys2: Make OpenAL the default soundplayer (#6664) Olivier XILLO 2021-01-24 17:56:05 +01:00
  • 219d95a0f3 Merge branch 'patch-release' ofTheo 2021-01-14 10:30:56 -08:00
  • 76d738c337 better fix for resetting OF_ROOT in config.make ofTheo 2021-01-14 10:29:36 -08:00
  • 3dd44477c8 Merge branch 'patch-release' ofTheo 2021-01-13 22:27:14 -08:00
  • fd102cc4b6 fixes wrong OF_ROOT path for make files. closes #6650 (#6661) Theodore Watson 2021-01-13 22:26:07 -08:00
  • 6fbcb2d1b9 Merge branch 'patch-release' ofTheo 2021-01-12 22:21:53 -08:00
  • b2c18fe225 Build gcc6 (#6660) Theodore Watson 2021-01-12 22:20:53 -08:00
  • a7c0f170cc Merge branch 'patch-release' ofTheo 2021-01-12 17:18:46 -08:00
  • 6ca04beb02 Remove gcc4 / gcc5 from nightly builds (#6659) Theodore Watson 2021-01-12 16:54:01 -08:00
  • ea4c2c3154 switch to C locale to parse SVG in svgtiny (#6657) Olivier XILLO 2021-01-07 19:40:07 +01:00
  • 27603be855 Bring master up to date with patch-release (#6655) Theodore Watson 2021-01-06 12:08:51 -08:00
  • eb7a4ff5d0 Merging patch-release into master (#6654) Theodore Watson 2021-01-06 11:25:49 -08:00
  • f6608bf1e7 Merge branch 'master' into patch-release Theodore Watson 2021-01-06 11:24:05 -08:00
  • 4456c7e96d Windows remove upload script (#6653) Theodore Watson 2021-01-06 11:16:19 -08:00
  • 0316f20936 Update README.md Theodore Watson 2021-01-06 09:53:09 -08:00
  • ee47792773 Update README.md Theodore Watson 2021-01-06 09:52:12 -08:00
  • 69b671ad39 WIP PR for Github Actions (#6649) Theodore Watson 2021-01-06 09:34:29 -08:00
  • dc17c4329d bugfix replace deprecated fmod system fft call with future compatible calls (#6639) Theodore Watson 2021-01-01 15:36:09 -08:00
  • d3562149cb Issue6605 msys2 ci fails (#6645) Olivier XILLO 2020-12-28 19:13:19 +01:00
  • fe591d17e9 Macos xcode fixes (#6640) Theodore Watson 2020-12-04 15:50:07 -08:00
  • 7e942993fc remove flags (#6629) natxopedreira 2020-11-19 18:38:26 +01:00
  • 7edcdec7f3 update travis.yml to fix linux build (#6636) Oriol Ferrer Mesià 2020-11-19 18:37:39 +01:00
  • b90f84832b Merge pull request #6626 from openframeworks/patch-release Dan Rosser 2020-11-05 15:25:24 +11:00
  • 9eabc1c004 split PLATFORM_CFLAGS into PLATFORM_CFLAGS and PLATFORM_CXXFLAGS to avoid err when compiling .c files (#6625) Oriol Ferrer Mesià 2020-10-28 17:29:22 +01:00
  • 28d3b492dd Update README.md Jason Van Cleave 2020-08-31 02:30:17 -04:00
  • f9cb24b3f5 ofxGui:: ofxSliderGroup: properly removing listeners which could lead to a crash when dynamically creating ofxGui objects (#6610) Roy Macdonald 2020-08-17 08:19:16 -04:00
  • a52280c252 Fix regex when ofShader int define is set to 0. (#6608) Elie Zananiri 2020-08-09 11:11:00 -04:00
  • b7b7d40ae6 Update ofMesh.inl (#6604) Michael Tetzlaff 2020-08-03 11:22:18 -05:00
  • 29f5edecff Fixed title not being shown when calling ofSystemLoadDialog in macos (#6590) Roy Macdonald 2020-07-14 23:35:19 -04:00
  • 5078acf1c7 Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2020-05-27 18:57:18 +02:00
  • 7cc5d218df Merge branch 'patch-release' of github.com:openframeworks/openFrameworks Arturo Castro 2020-05-27 18:56:57 +02:00
  • 6c6ea54f2d fix undesired play after load (#6582) ISHII 2bit 2020-05-05 22:06:09 +09:00
  • 15997a0ff4 improve load -> unload (#6580) leico 2020-05-05 22:02:40 +09:00
  • 8946a080d8 ofxGui: Fix possible memory leak, because keyword "new" was being used but not deleted. Now using only unique_ptr (#6570) Roy Macdonald 2020-04-21 16:51:49 -04:00
  • 07e47f745b fixed ofxGuiSlider text input not positioned correctly as a side efect of commit b9612146dc (#6567) Roy Macdonald 2020-04-21 12:34:53 -04:00
  • 5453d35ae8 [CI] Optimize MSYS2 on Appveyor (#6573) Olivier XILLO 2020-04-20 11:38:02 +02:00
  • 6c9654bd9e MSYS2 : (re)enable ccache in appveyor (#6572) Olivier XILLO 2020-04-17 11:33:07 +02:00
  • f23c71da93 Merge make43 msys2ccache (#6566) Olivier XILLO 2020-04-13 19:36:02 +02:00
  • c2e3a9b078 bugfix fixes incorrect pixelScreenCoordScale calc in ofAppGLFWWindow::setup. closes #6487 (#6546) Theodore Watson 2020-02-19 13:22:57 -08:00
  • c0a2500394 ofxGui: Updating events to allow multiwindow functioning (#6429) Roy Macdonald 2020-02-14 06:04:28 -05:00
  • 065ed29aab Revert "ofxGui: Updating events to allow multiwindow functioning (#6539)" (#6544) arturo 2020-02-14 12:03:47 +01:00
  • b9612146dc Fix ofxPanel disable header (#6479) Roy Macdonald 2020-02-14 05:53:31 -05:00
  • ce27971aab ofxGui: Updating events to allow multiwindow functioning (#6539) Roy Macdonald 2020-02-13 19:02:28 -05:00
  • 0f03916a46 emscripten DISABLE_DEPRECATED_FIND_EVENT_TARGET_BEHAVIOR (#6536) Jonathan 2020-02-12 13:45:41 +01:00
  • 1afca9f592 changed glGetError() to alGetError() (#6525) Neil Mendoza 2020-01-24 11:46:58 -05:00
  • e6ed59359e Add master vs patch-release branches (#6523) Abe Pazos 2020-01-20 11:30:17 +01:00
  • 6416900e68 Merge branch 'patch-release' of github.com:openframeworks/openFrameworks Arturo Castro 2020-01-19 19:44:32 +01:00
  • 86ff9c5d97 Merge branch 'master' of github.com:openframeworks/openFrameworks Arturo Castro 2020-01-19 19:44:09 +01:00
  • 2d2b88f446 bugfix for removing 32bit archs for appstore. stops lipo error (#6520) Theodore Watson 2020-01-14 15:42:47 -08:00
  • 16e9ff41f2 remove LDAP from core frameworks (#6519) Theodore Watson 2020-01-13 21:23:47 -08:00
  • bb3451dc5e add latomic linker for legacy Rpi builds in Stretch and newer (#6508) Theodore Watson 2020-01-13 21:21:08 -08:00
  • 0d3ee1cbea glm::vec3 parameter to drawPlane() functions should be const. (#6516) Elie Zananiri 2020-01-08 06:21:14 -05:00
  • c4f90bcb51 Allow hex format int defines in ofShader code. (#6515) Elie Zananiri 2020-01-08 06:20:34 -05:00
  • 565f9635bd Fix for transform feedback on macOS (#6473) Eduard Frigola 2019-12-19 01:22:49 +01:00
  • 4d341aca70 ofEventListeners: added size() method. (#6022) Roy Macdonald 2019-12-18 17:52:21 -05:00
  • 06a9366d93 Ensures depth buffer for ofxAppEmscriptenWindow. Closes #6484 (#6485) Theodore Watson 2019-12-12 09:04:19 -08:00
  • 0e0a59fcc3 Add notification to parents for parameterChanged when ofParameter<void> gets triggered. (#6471) Eduard Frigola 2019-12-12 12:24:20 +01:00
  • cf8c5005d1 set default AA numSamples to 0 for GLFW window for RPi. closes #6497 (#6503) Theodore Watson 2019-12-11 07:47:32 -08:00
  • 857df55bb0 Fix deprecations emscripten (#6502) Theodore Watson 2019-12-11 07:47:01 -08:00
  • 7b652aa78e Merge branch 'patch-release' of github.com:openframeworks/openFrameworks Arturo Castro 2019-12-11 12:30:59 +01:00
  • 8eabc2ae88 add msys2 64bit builds to nightly and release scripts. (#6486) Theodore Watson 2019-12-11 01:37:57 -08:00
  • 2bee6a395d ofOpenALSoundPlayer: fix conflicting forward declaration in newer versions (#6498) arturo 2019-12-09 19:33:23 +01:00
  • 63916a8ee7 Add libgconf-2-4 to debian/install_dependencies.sh (#6495) George White 2019-12-09 15:41:41 +00:00
  • 2144658095 Merge commit 'dd972c6d595d8c8894db9065fcac18c1dc8bfa02' of github.com:openframeworks/openFrameworks into patch-release ofTheo 2019-12-05 16:44:10 -08:00
  • d4c7ec1010 Merge branch 'master' into stable ofTheo 2019-12-01 08:27:16 -08:00
  • dd972c6d59 fix error log (#6480) ISHII 2bit 2019-12-01 21:21:19 +09:00
  • b674f7ec1f update submodules to latest commit 0.11.0 arturo 2019-11-30 20:39:18 +00:00
  • 621ec8da8e Changelog for 0.11.0 (#6478) Theodore Watson 2019-11-30 12:19:49 -08:00
  • 684fb37c64 Update install_dependencies.sh Ubuntu libgconf-2-4 (#6477) Abe Pazos 2019-11-30 19:18:42 +01:00
  • fcad6b0fab INSTALL_FROM_GITHUB: Include how-to-update section (#6474) Abe Pazos 2019-11-27 14:51:54 +01:00
  • d443178e27 bugfix. adds 32bit stripping to AppStore configuration for libfmodex.dylib (#6475) Theodore Watson 2019-11-26 16:14:19 -08:00
  • a9e962c6d8 added GLM define to default to intiailizing objects with good values (#6450) Theodore Watson 2019-11-21 10:57:51 -08:00
  • 241131dbf0 bugfix. fixes errors if legacy vector math is enabled. closes #6463 (#6468) Theodore Watson 2019-11-21 10:56:37 -08:00
  • 49942e9c53 ofTruetypeFont: fix kerning calculation (#6464) arturo 2019-11-21 17:44:50 +01:00
  • 8d8c8ff528 bugfix for qtcreator wizard. closes #6461 (#6462) Theodore Watson 2019-11-20 04:28:11 -08:00
  • 637dbe8a0a bugfix fixes fullscreen issues on RPI. closes #6445 (#6456) Theodore Watson 2019-11-17 01:33:29 -08:00
  • 2e573e1a73 bugfix fixes dylibs not working in qtcreator if consoleApplication is true. (#6458) Theodore Watson 2019-11-16 14:11:35 -08:00
  • 20cb26d2d2 fix tabs and spaces with rpi makefiles. change permissions for install_dependcies.sh (#6455) Theodore Watson 2019-11-16 03:56:48 -08:00
  • 261af064d7 supports the Rpi 4 with EGL and GLFW. Closes #6436 (#6438) Theodore Watson 2019-11-14 09:08:20 -08:00
  • 5f191ccefc Android fixes (#6446) Elie Zananiri 2019-11-13 07:42:59 -05:00
  • b1c6ab88b3 add default member initialiser for position (#6444) Tim Gfrerer 2019-11-12 20:30:26 +00:00
  • 939c823000 update multi window example to draw w/2, h/2 instead of w/2, w/2. (#6442) Sourya Sen 2019-11-12 23:22:58 +05:30
  • 6a3c359d58 update text color to changing bg colour to ofxGui as well (#6440) Sourya Sen 2019-11-12 16:28:15 +05:30
  • 54ce0e2d10 Fixed OpenGL ES2 shader example 08 (#6439) Nick Fox-Gieg 2019-11-12 05:57:03 -05:00
  • b479caefd7 bugfix findHaarObjects. fixes constant push back to blobs every frame. (#6432) Theodore Watson 2019-11-05 08:50:09 -08:00
  • fe1f85b3a6 not prefixing frameworks with the global addons path (#6424) Thomas Geissl 2019-11-05 17:28:54 +01:00
  • 5f4bb35f16 Example fixes2 (#6433) Theodore Watson 2019-11-04 22:17:08 -08:00
  • 177c1f4292 Example fixes (#6431) Theodore Watson 2019-11-04 21:56:04 -08:00
  • 5134ed813d bugfix:missing glm initialization (#6430) YaHuiLiu 2019-11-05 12:21:19 +08:00
  • e9e3965091 Update CHANGELOG.md Theodore Watson 2019-11-04 12:38:05 -08:00
  • ce68a112ab fixes junest for linuxarmv7 -u argument isnt valid anymore (#6422) Theodore Watson 2019-11-03 09:01:37 -08:00
  • 73cb6bfa7b MSYS2 : Copy dlls (#6416) Olivier XILLO 2019-11-03 17:37:07 +01:00
  • d48d142275 improved msys2 install detection (#6417) Olivier XILLO 2019-11-03 17:34:44 +01:00
  • 2da5c6723f Msys2 icon (#6415) Olivier XILLO 2019-11-03 17:31:22 +01:00
  • 627b9aa2c0 fixed ofxColorPicker glitch (#6426) Roy Macdonald 2019-11-03 01:48:07 -04:00
  • e911fdcdce Fixes #6381 based on @LYHSH code snippet (#6423) Sourya Sen 2019-11-03 11:16:44 +05:30
  • 5d43b23a44 Update buildAllRPIExamples.sh Jason Van Cleave 2019-11-01 14:04:09 -04:00
  • c21aba181f bugfix ofPolyline::getSmoothed missing glm initialization. closes #6414 (#6421) Theodore Watson 2019-10-31 12:23:32 -07:00